diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-25 03:09:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-25 03:09:33 +0000 |
commit | 7c0ec3e569a40a0427f50fd2165e3ea3f49cc298 (patch) | |
tree | c0e314b3cf6d768befc3785d24ebf796fed0bcc9 | |
parent | 4677a7e42f9f4577753d94a30bd3e555f4a154b8 (diff) | |
download | coreutils-7c0ec3e569a40a0427f50fd2165e3ea3f49cc298.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a51fc6b91..45c3a5e60 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. |