<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src, 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-24T11:24:27Z</updated>
<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>* src/date.c (usage): Split a diagnostic that had grown to be</title>
<updated>2007-02-23T16:50:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-23T16:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5a8a00e16ebf5147fe8f5962b2a4f2130ef375d7'/>
<id>urn:sha1:5a8a00e16ebf5147fe8f5962b2a4f2130ef375d7</id>
<content type='text'>
longer than the C89 maximum of 509 bytes.
</content>
</entry>
<entry>
<title>* src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',</title>
<updated>2007-02-23T15:11:01Z</updated>
<author>
<name>Ed Santiago</name>
<email>ed@edsantiago.com</email>
</author>
<published>2007-02-23T15:11:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=54bdcc09ae15fd063002fff33e9ea920b5187379'/>
<id>urn:sha1:54bdcc09ae15fd063002fff33e9ea920b5187379</id>
<content type='text'>
for a separator.  Include sample RFC 2822 and 3339 output.
</content>
</entry>
<entry>
<title>With -Dlint, make shuf free all heap-allocated storage.</title>
<updated>2007-02-23T14:18:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-23T14:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cb121d8f3683e81cf51c8f0c7a28dfa58ae68fa8'/>
<id>urn:sha1:cb121d8f3683e81cf51c8f0c7a28dfa58ae68fa8</id>
<content type='text'>
* src/shuf.c (main): Move declaration of input_lines to
function scope, and initialize to NULL, so we can free it.
[lint]: Free all malloc'd memory.
* tests/misc/shuf: Also test shuf's -e and -i options.
</content>
</entry>
<entry>
<title>Honor dd's noatime flag if possible, even if not supported on build fs</title>
<updated>2007-02-22T18:09:35Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-02-22T18:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4e73fea3e3b6fb721b91bb81e5357fb805eb590d'/>
<id>urn:sha1:4e73fea3e3b6fb721b91bb81e5357fb805eb590d</id>
<content type='text'>
* doc/coreutils.texi (dd invocation): Warn that noatime might not be
reliable.
* src/dd.c (flags, usage): Look at O_NOATIME, not
HAVE_WORKING_O_NOATIME, to decide whether to support the noatime
flag, so that dd attempts O_NOATIME even if the build file system
does not support it.  Problem reported by Jim Meyering today in
bug-coreutils.
* tests/dd/misc: Generate a warning, not a failure, if noatime
exists but fails.
</content>
</entry>
<entry>
<title>Adjust preceding change not to perform an unaligned access.</title>
<updated>2007-02-22T15:32:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-22T15:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c450b625b4351aa5ab87a4334f95b6a24f3a0022'/>
<id>urn:sha1:c450b625b4351aa5ab87a4334f95b6a24f3a0022</id>
<content type='text'>
* src/copy.c (copy_reg): Undo previous change.  Instead, make
it clearer that we're using a single-byte sentinel, and
[lint]: Initialize uintptr_t-1 bytes after the sentinel.
Reported by Andreas Schwab.
</content>
</entry>
<entry>
<title>Placate valgrind, wrt ./cp --sparse=always</title>
<updated>2007-02-22T11:50:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-22T11:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f48ca7f500cd55e88f9fa24ec8ef74d6bed25a69'/>
<id>urn:sha1:f48ca7f500cd55e88f9fa24ec8ef74d6bed25a69</id>
<content type='text'>
* src/copy.c (copy_reg): Place the sentinel by setting a
full word's worth of bits, not just a single byte's worth.
This avoids a harmless (but distracting) case of memory being
used-uninitialized.
</content>
</entry>
<entry>
<title>* src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warning</title>
<updated>2007-02-21T16:23:05Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-02-21T16:23:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cc388d140c15c5b524124d4f96539b80385e5e06'/>
<id>urn:sha1:cc388d140c15c5b524124d4f96539b80385e5e06</id>
<content type='text'>
about out-of-range initializer with Sun C 5.8.
</content>
</entry>
<entry>
<title>* src/env.c (main): When invoked with no arguments (i.e. when printing</title>
<updated>2007-02-20T16:23:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-20T16:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d7226387a9fb07ec3de3913f8128a31ba95deeb2'/>
<id>urn:sha1:d7226387a9fb07ec3de3913f8128a31ba95deeb2</id>
<content type='text'>
the environment), use a local variable to iterate through the global
"environ" array, rather than "environ" itself.  This is solely to
avoid changing the environment for an LD_PRELOAD-substituted "puts"
or "exit" function.  Tiny patch by Harvey Eneman.  See
&lt;http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/9735&gt;.
* THANKS: Update.
</content>
</entry>
<entry>
<title>* NEWS: sort now uses a --compress-program option rather than</title>
<updated>2007-02-19T21:11:18Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-02-19T21:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c363fcb9f06cec38040cf4294521096aa70179d9'/>
<id>urn:sha1:c363fcb9f06cec38040cf4294521096aa70179d9</id>
<content type='text'>
an environment variable.
* doc/coreutils.texi (sort invocation): Document this.
* src/sort.c (usage): Likewise.
(COMPRESS_PROGRAM_OPTION): New const.
(long_options, create_temp, main): Support new option.
* tests/misc/sort-compress: Test it.
</content>
</entry>
</feed>
