From: Jim Meyering Date: Mon, 27 Apr 1998 05:00:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22f~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b5c3046c0e425d7d5ff41db60b27813ae2e698;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e41aed7610..1e0b1119be 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,12 @@ 1998-04-26 Jim Meyering - * 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.