From: Jim Meyering Date: Tue, 14 Oct 1997 22:34:00 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fab8dca594fd2728ab255038b6ca959c1ea0644;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f748b3a2b0..3900979985 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,13 @@ 1997-10-14 Jim Meyering + * src/sort.c: Use STREQ in place of most uses of strcmp. + (NLS_STRCMP): Define. + (getmonth): Remove ifdef and use NLS_STRCMP instead. + Use HAVE_ALLOCA, not _HAVE_ALLOCA. + (zaptemp): Make parameter `const'. + + * tests/sort-test/Test.pm: Add tests to exercise fraccompare. + * src/sort.c (CHARS_IN_ABM): Remove definition (inittables): Remove assumption that all abbreviated month names have length 3.