* 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/cat.c (main): Undo previous change. close_stdout already
does the check, so the previous change wasn't necessary.
if your locale settings appear to be messed up. This change
attempts to have the default be the best of both worlds.
+ sort now reports incompatible options (e.g., -i and -n) rather than
+ silently ignoring one of them.
+
** Scheduled for removal
rm's --directory (-d) option is scheduled for removal in 2006. This