summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-12-15 00:00:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-12-15 00:00:02 +0000
commitcd423584189a10f16d96f9b37c897e74371fdf80 (patch)
tree351ddfdcfe89f88f14a57629029ff38f0d4a48ab /ChangeLog
parente18c4ff172e0018df5b2d6abffd4f0e37637d00c (diff)
downloadcoreutils-cd423584189a10f16d96f9b37c897e74371fdf80.tar.xz
Diagnose "sort -c -o FILE".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c827d8efc..dda3b137e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.