<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-09-18T07:51:48Z</updated>
<entry>
<title>duh</title>
<updated>2006-09-18T07:51:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-18T07:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8cd9d29cfe82f7adc510a8fc6aebc63370fade82'/>
<id>urn:sha1:8cd9d29cfe82f7adc510a8fc6aebc63370fade82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2006-09-18T07:51:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-18T07:51:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=97f9240eaa4a81eea5e92589e0fb9ebb2da1b491'/>
<id>urn:sha1:97f9240eaa4a81eea5e92589e0fb9ebb2da1b491</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2006-09-18T07:51:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-18T07:51:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=500fdd0af98bce6d375037dad1a6cfc89f65b779'/>
<id>urn:sha1:500fdd0af98bce6d375037dad1a6cfc89f65b779</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version 6.2.</title>
<updated>2006-09-18T05:58:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-18T05:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7da3ac75c20952ba87cc142928001c291304b917'/>
<id>urn:sha1:7da3ac75c20952ba87cc142928001c291304b917</id>
<content type='text'>
* NEWS: Record the 6.2 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
</content>
</entry>
<entry>
<title>* tests/chgrp/basic: On an OpenBSD system, rather than failing</title>
<updated>2006-09-17T20:58:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-17T20:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=db2e7255ab3272c824ca18b484dca59716771598'/>
<id>urn:sha1:db2e7255ab3272c824ca18b484dca59716771598</id>
<content type='text'>
due to a known problem, merely warn about it.
Rewrite to avoid testing output of chgrp --verbose and chgrp -c.
Instead, use stat to test file system for desired results, directly.
* tests/chgrp/Makefile.am (TESTS_ENVIRONMENT): Set host_triplet.
</content>
</entry>
<entry>
<title>* tests/envvar-check: Add more variable names to the list of those</title>
<updated>2006-09-17T20:29:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-17T20:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1c904f14eae006070953acf21c293eb60232af9a'/>
<id>urn:sha1:1c904f14eae006070953acf21c293eb60232af9a</id>
<content type='text'>
that can affect these programs and tests: _POSIX2_VERSION, COLUMNS,
QUOTING_STYLE, TABSIZE, TERM, TMPDIR.
</content>
</entry>
<entry>
<title>.</title>
<updated>2006-09-17T20:15:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-17T20:15:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1fd966436a16a75019cfd9b9a5fe5f3d2b84a8e9'/>
<id>urn:sha1:1fd966436a16a75019cfd9b9a5fe5f3d2b84a8e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* NEWS: Document that mkdir -p and install -d now fork on occasion.</title>
<updated>2006-09-16T20:03:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-16T20:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b67faf329cebf0805b2b73cc775ccfc7a05390de'/>
<id>urn:sha1:b67faf329cebf0805b2b73cc775ccfc7a05390de</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add savewd.
* src/install.c: Include savewd.h.
(process_dir): New function.
(main, install_file_in_file_parents): Use it, along with the new
savewd module, to avoid some race conditions.
* src/mkdir.c: Include savewd.h.
(struct mkdir_options): New members make_ancestor_function, mode,
mode_bits.
(make_ancestor): Return 1 if the resulting directory is not readable.
(process_dir): New function.
(main): Use it, along with new savewd module, to avoid some
race conditions.  Fill in new slots of struct mkdir_options, so
that callees get the values.
* tests/install/basic-1: Test for coreutils 5.97 bug that was
fixed in coreutils 6.0, and which should still be fixed with
this change.
* tests/mkdir/p-3: Likewise.
</content>
</entry>
<entry>
<title>* Makefile.maint (sc_require_config_h, sc_prohibit_assert_without_use):</title>
<updated>2006-09-16T08:44:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-16T08:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=adbad7626cbbf81745482b4ddb4a0bcea97a6db6'/>
<id>urn:sha1:adbad7626cbbf81745482b4ddb4a0bcea97a6db6</id>
<content type='text'>
Discard stdout from the new use of grep.
</content>
</entry>
<entry>
<title>* bootstrap.conf (gnulib_modules): Add rename-dest-slash.</title>
<updated>2006-09-15T14:11:39Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-15T14:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f9442110204f21b37a1f582d8df1d57f50736b3a'/>
<id>urn:sha1:f9442110204f21b37a1f582d8df1d57f50736b3a</id>
<content type='text'>
The 2006-09-08 changes made it so "mv dir new-name/" would
fail on NetBSD 1.6.  This makes it work once again.
</content>
</entry>
</feed>
