From: Paul Eggert Date: Tue, 7 Sep 2004 05:09:48 +0000 (+0000) Subject: Emulate Solaris 8 "sort -y" better. X-Git-Tag: v5.3.0~731 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d35fc72977cd4997ca6ad8628229003e22200d;p=thirdparty%2Fcoreutils.git Emulate Solaris 8 "sort -y" better. --- diff --git a/ChangeLog b/ChangeLog index 84e57c2a59..98521aea2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-09-06 Paul Eggert + * 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.