summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-08-06 21:30:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-08-06 21:30:50 -0700
commitb877ea4b3ee4c62ab75caedbfdcca4877961aedf (patch)
tree92f4f2e66a13e68f3f19ec74b8a86702be6c5a09 /NEWS
parentbdde34f95858e6ec3e6912055da3df0b033a1518 (diff)
downloadcoreutils-b877ea4b3ee4c62ab75caedbfdcca4877961aedf.tar.xz
sort: support all combinations of -d, -f, -i, -R, and -V
* NEWS: Document this. * src/sort.c (getmonth): Omit LEN arg, as MONTH is now null-terminated. (compare_random): Don't null-terminate keys, as caller now does that. (compare_version): Remove. (debug_key): Null-terminate string for getmonth. (keycompare): Support combining -R with any of -d, -f, -i, -V. Also, support combining -V with any of -d, -i. (check_ordering_compatibility): Allow newly-supported combinations. * tests/misc/sort (02q, 02r, 02s): New tests, for new combinations. (incompat2): Now test -nR, since -fR are now compatible.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46621735e..ae7b8397d 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ GNU coreutils NEWS -*- outline -*-
sort now accepts the --debug option, to highlight the part of the
line significant in the sort, and warn about questionable options.
+ sort now supports -d, -f, -i, -R, and -V in any combination.
+
** Changes in behavior
du now uses less than half as much memory when operating on trees