diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-08 04:46:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-08 04:46:30 +0000 |
commit | b391c8ba915a723aa8349bae7b61a0af0bdfa12d (patch) | |
tree | 768627823a8fecc1dd11f8b2b16c6b0fa88c6ccd /old | |
parent | cc2fcaa6abfb234701d5b17cf6275d93df63ea02 (diff) | |
download | coreutils-b391c8ba915a723aa8349bae7b61a0af0bdfa12d.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 834d32860..d8b4504a1 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,10 @@ +1997-11-06 Jim Meyering <meyering@na-net.ornl.gov> + + * src/sort.c (getmonth): Remove HAVE_ALLOCA #ifdefs. + We always have alloca. + (keycompare): Don't use variable size arrays (it's a gcc-extension). + Rewrite code that increments new lengths when not `ignoring'. + 1997-11-02 Jim Meyering <meyering@na-net.ornl.gov> * acconfig.h: Add malloc and realloc. |