diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-05 07:59:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-05 07:59:48 +0000 |
commit | 9df02290099f0b9fa5a8c18f66977bc8b5f26653 (patch) | |
tree | d19cac9ea307602e676cf1ee946d6067aa79ff18 /old | |
parent | 2d81adfab6aa81d846effbeba35859f6df9faf4e (diff) | |
download | coreutils-9df02290099f0b9fa5a8c18f66977bc8b5f26653.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3e4f78310..9189edfb9 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,12 @@ +1999-11-04 Paul Eggert <eggert@twinsun.com> + + * src/sort.c (SORTALLOC): New macro. + (sortalloc, mergealloc, LINEALLOC): Use it. + (sortalloc, mergealloc, linelength): Now const. + (sortalloc): Increase from 0.5 to 8 MB. + (mergealloc): Increase from 16 to 256 kB. + (LINEALLOC): Increase from 0.25 to 4 MB. + 1999-11-03 Paul Eggert <eggert@twinsun.com> * NEWS, doc/textutils.texi: |