From: Jim Meyering Date: Sat, 9 Jan 1999 16:25:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b3~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9583f3841bdad671db6da923c552b2602d12ea0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 86ded9a977..069c16e234 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,25 @@ +1999-01-09 Jim Meyering + + * Version 1.22g. + + * tests/uniq/Test.pm: Add tests from Jochen Hein. + * src/uniq.c: New option: --all-repeated (-D). + (output_all_repeated) [output_mode]: New enum value. + (usage): Describe it. + (writeline): Test for new mode. + (check_file): Likewise. + Based on patches from Jochen Hein and Florin Iucha. + (main): Diagnose `too many arguments'. + + * tests/head/Test.pm (null-1): Add test from Jochen Hein. + + * src/tail.c (parse_obsolescent_option): Interpret `number' as decimal. + (parse_options): Likewise. + Reported by Kamal Paul Nigam. + + * src/tail.c: New option: --max-unchanged-stats=N. + New option: --max-n-consecutive-size-changes=N. + 1999-01-03 Jim Meyering * src/md5sum.c (usage): Remove third program_name argument -- there @@ -5,8 +27,6 @@ 1999-01-02 Jim Meyering - * Version 1.22g. - * src/tsort.c (tsort): Use a single call to error instead of two to fprintf. (main): Remove `%s: ' prefix on format string.