]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Emulate Solaris 8 "sort -y" better.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2004 05:09:48 +0000 (05:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2004 05:09:48 +0000 (05:09 +0000)
ChangeLog

index 84e57c2a59f6fa480cdbd252cc008d8a30272856..98521aea2b9d0c7328a25ac2e9874d9313224643 100644 (file)
--- 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.