diff options
-rw-r--r-- | old/textutils/ChangeLog | 9 |
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> |