]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 9 Jan 1999 16:25:02 +0000 (16:25 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Jan 1999 16:25:02 +0000 (16:25 +0000)
old/textutils/ChangeLog

index 86ded9a977c77aad72540940383125c31a8ce84e..069c16e23419bdbe0c55259b693d4ae5fa717e2f 100644 (file)
@@ -1,3 +1,25 @@
+1999-01-09  Jim Meyering  <meyering@ascend.com>
+
+       * 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  <meyering@ascend.com>
 
        * src/md5sum.c (usage): Remove third program_name argument -- there
@@ -5,8 +27,6 @@
 
 1999-01-02  Jim Meyering  <meyering@ascend.com>
 
-       * 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.