diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-14 22:09:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-14 22:09:59 +0000 |
commit | e1927c22485907fb76f8d280ebd83a7e1023c272 (patch) | |
tree | 8dc2cdc15b74f8247d2a15f8d16f3a4fbe0119b0 | |
parent | 0fa42caea62a3f2b44f0a77356d216fa975e05b9 (diff) | |
download | coreutils-e1927c22485907fb76f8d280ebd83a7e1023c272.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2e477ce57..f748b3a2b 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,15 @@ 1997-10-14 Jim Meyering <meyering@na-net.ornl.gov> + * 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 |