summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-09 16:25:02 +0000
committerJim Meyering <jim@meyering.net>1999-01-09 16:25:02 +0000
commita9583f3841bdad671db6da923c552b2602d12ea0 (patch)
treefff049be9ca36deb53250f79aa578d1a414ca6b2 /old/textutils
parentfd008ba80b77d9f5495b99856ca357d6c433a256 (diff)
downloadcoreutils-a9583f3841bdad671db6da923c552b2602d12ea0.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog24
1 files changed, 22 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 86ded9a97..069c16e23 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.