]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 8 Nov 1997 04:46:30 +0000 (04:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Nov 1997 04:46:30 +0000 (04:46 +0000)
old/textutils/ChangeLog

index 834d328609c7949045ed3032a471e18ec3177dd2..d8b4504a151e8d0cb1b48c758862438d14cf3ab3 100644 (file)
@@ -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.