summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-27 05:00:00 +0000
committerJim Meyering <jim@meyering.net>1998-04-27 05:00:00 +0000
commit08b5c3046c0e425d7d5ff41db60b27813ae2e698 (patch)
treee4e77710daee95a627bc0ff0fdc41face9b6a068
parent551b879bf11d14b2e25ef17e253c7f8dcee98a4e (diff)
downloadcoreutils-08b5c3046c0e425d7d5ff41db60b27813ae2e698.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e41aed761..1e0b1119b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,9 +1,12 @@
1998-04-26 Jim Meyering <meyering@ascend.com>
- * src/sort.c (keycompare): Don't return 0 from inside the
- keyspec-iterating loop. With this change, test 22a passes.
+ * Version 1.22f.
+
+ * src/sort.c (keycompare) (CMP_WITH_IGNORE): Don't return 0 from inside
+ the keyspec-iterating loop. With this change, test 22a passes.
Reported by Zvi Har'El.
(strncoll): Remove bogus assertion.
+ * tests/sort/Test.pm: Add tests for the above fix.
* configure.in: Use jm_ASSERT.
* acconfig.h: Add NDEBUG.