diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-15 00:00:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-15 00:00:02 +0000 |
commit | cd423584189a10f16d96f9b37c897e74371fdf80 (patch) | |
tree | 351ddfdcfe89f88f14a57629029ff38f0d4a48ab /ChangeLog | |
parent | e18c4ff172e0018df5b2d6abffd4f0e37637d00c (diff) | |
download | coreutils-cd423584189a10f16d96f9b37c897e74371fdf80.tar.xz |
Diagnose "sort -c -o FILE".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,9 +3,12 @@ * Version 6.0-cvs. * NEWS: sort now reports incompatible options. - * src/sort.c (check_ordering_compatibility): New function. - (main): Use it. - * tests/sort/Test.pm (incompat1, incompat2, incompat3): New tests. + * src/sort.c (incompatible_options, check_ordering_compatibility): + New functions. + (main): Use them. Don't bother with a usage message for + "sort -c a b", for consistency with other error diagnostics. + * tests/sort/Test.pm (incompat1, incompat2, incompat3, incompat4): + New tests. * src/cat.c (main): Undo previous change. close_stdout already does the check, so the previous change wasn't necessary. |