summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-26 06:51:25 +0000
committerJim Meyering <jim@meyering.net>2001-08-26 06:51:25 +0000
commit10d29bac27b886015658839128f0e7173b739291 (patch)
treef0dd8d9bd13ce62c373f8f7f8a507a0890d1535f /old
parent9a3433a7698bac6482a03cfb30334b4701ea60dc (diff)
downloadcoreutils-10d29bac27b886015658839128f0e7173b739291.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 604ba7f29..4ba34955a 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,14 @@
-2001-08-25 Jim Meyering <meyering@lucent.com>
* Version 2.0.15.
+2001-08-08 Charles Randall <crandall@matchlogic.com>
+
+ * src/sort.c (mergefps): Do not allocate at least sort_size
+ bytes for each merge buffer. Instead, allocate at least
+ sort_size bytes total.
+
+2001-08-25 Jim Meyering <meyering@lucent.com>
+
* tests/uniq/Test.pm: Re-enable some commented-out tests.
2001-08-25 Paul Eggert <eggert@twinsun.com>