summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-08 04:46:30 +0000
committerJim Meyering <jim@meyering.net>1997-11-08 04:46:30 +0000
commitb391c8ba915a723aa8349bae7b61a0af0bdfa12d (patch)
tree768627823a8fecc1dd11f8b2b16c6b0fa88c6ccd /old/textutils
parentcc2fcaa6abfb234701d5b17cf6275d93df63ea02 (diff)
downloadcoreutils-b391c8ba915a723aa8349bae7b61a0af0bdfa12d.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog7
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.