1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-30 12:29:31 +02:00

Emulate Solaris 8 "sort -y" better.

This commit is contained in:
Paul Eggert
2004-09-07 05:09:48 +00:00
parent 0cd2d8a70e
commit d1d35fc729
+4
View File
@@ -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.