diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-14 22:34:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-14 22:34:00 +0000 |
commit | 0fab8dca594fd2728ab255038b6ca959c1ea0644 (patch) | |
tree | aeb7a4497ed075963d78280c15270324e67b22b3 /old | |
parent | 55707840f33f0f6ad91f02b2d60753ef96c97c7c (diff) | |
download | coreutils-0fab8dca594fd2728ab255038b6ca959c1ea0644.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f748b3a2b..390097998 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,13 @@ 1997-10-14 Jim Meyering <meyering@na-net.ornl.gov> + * 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. |