<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, branch v6.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2007-02-24T20:16:52Z</updated>
<entry>
<title>Version 6.8.</title>
<updated>2007-02-24T20:16:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T20:16:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cc2d4f6c4698ae359dfbc337679d95bfe1a04b31'/>
<id>urn:sha1:cc2d4f6c4698ae359dfbc337679d95bfe1a04b31</id>
<content type='text'>
* NEWS: Record release date and new version number.
* configure.ac (AC_INIT): New version number.
</content>
</entry>
<entry>
<title>Don't skip this test on new-enough Linux/GNU systems.</title>
<updated>2007-02-24T19:57:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T19:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=471eca0dd6ed83d1faffdb0133cf4d0d58d7279f'/>
<id>urn:sha1:471eca0dd6ed83d1faffdb0133cf4d0d58d7279f</id>
<content type='text'>
* tests/misc/pwd-unreadable-parent: Test $REPLACE_GETCWD = 0,
rather than for __GETCWD_PREFIX in config.h (the latter is no
longer defined, ever, due to gnulib changes).
* tests/misc/Makefile.am (TESTS_ENVIRONMENT): Define REPLACE_GETCWD.
</content>
</entry>
<entry>
<title>Remove the "gnits" option; it prohibits my using "+" as a version</title>
<updated>2007-02-24T12:57:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T12:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e98137ddd4d172048a792fb792925aa269ff8d11'/>
<id>urn:sha1:e98137ddd4d172048a792fb792925aa269ff8d11</id>
<content type='text'>
string suffix, and all it does (beyond the default "gnu" option)
is to _require_ the THANKS file.
* configure.ac (AM_INIT_AUTOMAKE): Remove it.

Remove all AUTOMAKE_OPTIONS settings in Makefile.am files.
* tests/chgrp/Makefile.am, tests/chmod/Makefile.am:
* tests/chown/Makefile.am, tests/cp/Makefile.am:
* tests/du/Makefile.am, tests/expr/Makefile.am:
* tests/factor/Makefile.am, tests/general/Makefile.am:
* tests/install/Makefile.am, tests/ln/Makefile.am:
* tests/ls/Makefile.am, tests/mkdir/Makefile.am:
* tests/mv/Makefile.am, tests/readlink/Makefile.am:
* tests/rm/Makefile.am, tests/rmdir/Makefile.am:
* tests/seq/Makefile.am, tests/stty/Makefile.am:
* tests/tee/Makefile.am, tests/touch/Makefile.am:
</content>
</entry>
<entry>
<title>* README: Document the OSF/1 4.0d build failure and work-around.</title>
<updated>2007-02-24T12:49:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T12:49:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1b2056c435c4f891fa6f4386ea30be3860bea20d'/>
<id>urn:sha1:1b2056c435c4f891fa6f4386ea30be3860bea20d</id>
<content type='text'>
Reported by Bruno Haible.
</content>
</entry>
<entry>
<title>* NEWS: Use a simple "+" suffix to denote pre-release, not "-dirty".</title>
<updated>2007-02-24T12:13:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T12:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f92a08e171e25ce371ec4ee6eafd2c049f48feb5'/>
<id>urn:sha1:f92a08e171e25ce371ec4ee6eafd2c049f48feb5</id>
<content type='text'>
Nicer connotations.
* configure.ac: Use 6.7+, not 6.7-dirty.
</content>
</entry>
<entry>
<title>* NEWS: sort no longer compresses temporaries by default.</title>
<updated>2007-02-24T11:24:27Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-02-24T11:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3ea177e3fa5a42dfe01b63b4c854c3478a1ea60d'/>
<id>urn:sha1:3ea177e3fa5a42dfe01b63b4c854c3478a1ea60d</id>
<content type='text'>
* bootstrap.conf: Remove findprog.
* doc/coreutils.texi (sort invocation): The default is to not
compress.  Don't treat "" specially.
* src/sort.c: Don't include findprog.h.
(create_temp): Compress only if the user specified --compress-program.
* tests/misc/sort-compress: Adjusts tests to match new behavior.
</content>
</entry>
<entry>
<title>Avoid a shell syntax error, when building with an inadequate Perl.</title>
<updated>2007-02-24T08:26:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T08:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=75460e090c5bd114912a659ad73e469c08a2d60c'/>
<id>urn:sha1:75460e090c5bd114912a659ad73e469c08a2d60c</id>
<content type='text'>
* man/Makefile.am (.x.1): Add quotes around $(PERL) in case, since
it can expand to "/.../missing perl".
</content>
</entry>
<entry>
<title>* man/Makefile.am (.x.1): Warn when unable to update a man page.</title>
<updated>2007-02-24T08:14:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T08:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=90390c6a92e450ec634ada1c5179478dc86df7b9'/>
<id>urn:sha1:90390c6a92e450ec634ada1c5179478dc86df7b9</id>
<content type='text'>
Suggestion from Bruno Haible.
</content>
</entry>
<entry>
<title>Handle better the combination of old Perl and a pre-c99 compiler.</title>
<updated>2007-02-24T07:51:19Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2007-02-24T07:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=63813d09502001302b3da8cb366ad3a4967bafc7'/>
<id>urn:sha1:63813d09502001302b3da8cb366ad3a4967bafc7</id>
<content type='text'>
* man/Makefile.am (.x.1): If the autoconf test has determined that
perl is missing or not a sufficient version, do nothing.
</content>
</entry>
<entry>
<title>* tests/readlink/can-e: Put the closing double-quote at the end of a</title>
<updated>2007-02-24T07:22:08Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2007-02-24T07:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2e140cfb4236141d18499abedac68d778dcd23e3'/>
<id>urn:sha1:2e140cfb4236141d18499abedac68d778dcd23e3</id>
<content type='text'>
backquoted word, not in the middle. Works around a bug in sh on
OSF/1 4.0d.
* tests/readlink/can-f: Likewise.
* tests/readlink/can-m: Likewise.
</content>
</entry>
</feed>
