summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-03 18:53:53 +0000
committerJim Meyering <jim@meyering.net>2001-03-03 18:53:53 +0000
commit4518931c297b65dcfce1e864826bff755d6f7414 (patch)
tree81c8e69090dc75e4bc1e174baf7046fcb8812109 /old
parentcac9a29ad882883933c709e3be2d2db17506ad45 (diff)
downloadcoreutils-4518931c297b65dcfce1e864826bff755d6f7414.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e1d47a9da..dc340ea2b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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