summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog10
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.