This commit is contained in:
Jim Meyering 1996-11-25 03:09:33 +00:00
parent 4677a7e42f
commit 7c0ec3e569

View File

@ -1,3 +1,13 @@
Sun Nov 24 21:02:15 1996 Jim Meyering <meyering@na-net.ornl.gov>
* tests/sort-test/Makefile.am (t): Add names of those 5 tests.
* tests/sort-test/Test.pm: Add 5 tests to exercize just-fixed code.
* src/sort.c (set_ordering): Revert 1994-05-04 change to this function
so that blanks are not unconditionally ignored when computing start
and end positions for numeric keys. Reported by Markus Demleitner.
Sat Nov 23 16:07:08 1996 Jim Meyering <meyering@na-net.ornl.gov>
* cat.c (usage): Alphabetize option descriptions the way sort -f would.