From cfa079e41de0375be79c63a9146d19c37cc8c113 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Jan 2000 07:33:33 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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): -- 2.47.3