From: Jim Meyering Date: Fri, 21 Jan 2000 07:33:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfa079e41de0375be79c63a9146d19c37cc8c113;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9a3492381d..a6a8be0d6f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,25 @@ +1999-09-19 Bruno Haible + + * src/tr.c (PFI): Return `long', not `int'. + (PFL): Rename from PFI now that it returns long. + (squeeze_filter): Declare as `long': i, nr, out_len. + +2000-01-17 Paul Eggert + + Tweak sort performance. + + * src/sort.c (hard_LC_CTYPE): Remove. + (keylist): Renamed from keyhead. Now a pointer, not a + mostly-unused struct. All uses changed. + (findlines, keycompare, CMP_WITH_IGNORE, compare, checkfp, mergefps, + sort): Tune and use a more consistent style for reallocation. + (keycompare, main): Don't worry about LC_CTYPE; + it's buggy with multibyte chars anyway. + (compare): Invoke alloca (0) after each call to keycompare, + not just the ones that return nonzero. This avoids a memory + leak on architectures without builtin alloca that occurs + sometimes when a file contains all duplicate lines. + 2000-01-17 Paul Eggert * src/csplit.c (interrupt_handler, main):