From: Jim Meyering Date: Sat, 8 Nov 1997 04:46:30 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b391c8ba915a723aa8349bae7b61a0af0bdfa12d;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 834d328609..d8b4504a15 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,10 @@ +1997-11-06 Jim Meyering + + * 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 * acconfig.h: Add malloc and realloc.