]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 3 Mar 2001 18:53:53 +0000 (18:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 Mar 2001 18:53:53 +0000 (18:53 +0000)
old/textutils/ChangeLog

index e1d47a9da3667e2880ef0ae9f09ee474eb32e17d..dc340ea2b7edf0b15b3eb41f5104ab79d99783e9 100644 (file)
@@ -1,3 +1,13 @@
+2001-02-27  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <eggert@twinsun.com>
+
+       * src/sort.c (parse_field_count): Comment fix.
+
 2001-02-25  Paul Eggert  <eggert@twinsun.com>
 
        * src/sort.c: Tune allocation and comparison of nodes