From: Jim Meyering Date: Sat, 3 Mar 2001 18:53:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_12~19 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4518931c297b65dcfce1e864826bff755d6f7414;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e1d47a9da3..dc340ea2b7 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,13 @@ +2001-02-27 Paul Eggert + + * src/sort.c (initbuf): If the desired size cannot be + allocated, repeatedly halve it until allocation succeeds. + Reported by Solar Designer. + +2001-02-26 Paul Eggert + + * src/sort.c (parse_field_count): Comment fix. + 2001-02-25 Paul Eggert * src/sort.c: Tune allocation and comparison of nodes