From: Jim Meyering Date: Mon, 25 Nov 1996 03:09:33 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c0ec3e569a40a0427f50fd2165e3ea3f49cc298;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a51fc6b..45c3a5e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,13 @@ +Sun Nov 24 21:02:15 1996 Jim Meyering + + * 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 * cat.c (usage): Alphabetize option descriptions the way sort -f would.