From: Jim Meyering Date: Tue, 14 Oct 1997 22:09:59 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~257 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1927c22485907fb76f8d280ebd83a7e1023c272;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2e477ce57b..f748b3a2b0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,15 @@ 1997-10-14 Jim Meyering + * src/sort.c (CHARS_IN_ABM): Remove definition + (inittables): Remove assumption that all abbreviated month names have + length 3. + (getmonth): Likewise. + (main): Add #if's for more efficient code when using the GNU C library. + From Ulrich Drepper. + + * src/sort.c (strncoll): Rename parameter to LEN. + (keycompare): Move assignment out of if-expression. + * lib/xstrdup.c: New file. * lib/Makefile.am (libtu_a_SOURCES): Add xstrdup.c