diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 10 |
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 |