diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-02-24 12:24:27 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-24 12:24:27 +0100 |
commit | 3ea177e3fa5a42dfe01b63b4c854c3478a1ea60d (patch) | |
tree | 5a2b3fc32078f94f4fb8450a4ff5181c3eced7b8 /ChangeLog | |
parent | 75460e090c5bd114912a659ad73e469c08a2d60c (diff) | |
download | coreutils-3ea177e3fa5a42dfe01b63b4c854c3478a1ea60d.tar.xz |
* NEWS: sort no longer compresses temporaries by default.
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-02-24 Paul Eggert <eggert@cs.ucla.edu> + + * NEWS: sort no longer compresses temporaries by default. + * 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. + 2007-02-24 Jim Meyering <jim@meyering.net> Avoid a shell syntax error, when building with an inadequate Perl. |