* NEWS: sort now uses a --compress-program option rather than
commitc363fcb9f06cec38040cf4294521096aa70179d9
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Feb 2007 21:11:18 +0000 (19 22:11 +0100)
committerJim Meyering <jim@meyering.net>
Mon, 19 Feb 2007 21:11:18 +0000 (19 22:11 +0100)
treebce2a2960c9016ec2979efad9a1572c1f9471d83
parente189deb855253b184b64fc1e532c2f00f438ae64
* NEWS: sort now uses a --compress-program option rather than
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.
ChangeLog
NEWS
doc/coreutils.texi
src/sort.c
tests/misc/sort-compress