summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-07 05:09:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-07 05:09:48 +0000
commitd1d35fc72977cd4997ca6ad8628229003e22200d (patch)
tree49dd043b007a6615d24defde9ea67bd9e32894bd /ChangeLog
parent0cd2d8a70e528c6f4dc4f6650e819a7d5a3d177d (diff)
downloadcoreutils-d1d35fc72977cd4997ca6ad8628229003e22200d.tar.xz
Emulate Solaris 8 "sort -y" better.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84e57c2a5..98521aea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-09-06 Paul Eggert <eggert@cs.ucla.edu>
+ * src/sort.c (main): Emulate Solaris 8 and 9 "sort -y", so that
+ "sort -y abc" is like "sort abc" whereas "sort -y 100" is like
+ plain "sort".
+
* src/od.c: Several changes for POSIX and FreeBSD compatibility.
(COMMON_SHORT_OPTIONS): Add -B, -D, -e, -F, -H, -I, -L, -O, -s, -X.
(long_options, main): --strings is now -S, not -s.