diff options
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 91ecec605..aad58d907 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,10 @@ 2001-03-11 Paul Eggert <eggert@twinsun.com> + * src/sort.c (die): New message arg, to describe failures + better. All callers changed. + +2001-03-11 Paul Eggert <eggert@twinsun.com> + * src/sort.c: Decrease buffer size when only merging or checking. (sort_size): Now the user-specified sort size. (MIN_MERGE_BUFFER_SIZE): New macro. |