summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-19 07:58:17 +0000
committerJim Meyering <jim@meyering.net>2001-05-19 07:58:17 +0000
commit85601384c97f296e1eaada039e161ea12352c252 (patch)
tree9168fda24de86f8a37f5981f73c802ad9ed13328 /old
parent16b0a807afb59da4d0a53fb2b27e59f5ade074ad (diff)
downloadcoreutils-85601384c97f296e1eaada039e161ea12352c252.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog11
-rw-r--r--old/textutils/NEWS3
2 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index be257851b..a92882e56 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,14 @@
+2001-05-19 Jim Meyering <meyering@lucent.com>
+
+ Support new modes for uniq's --all-repeated option.
+ The default behavior is unchanged.
+
+ * src/uniq.c: Include argmatch.h.
+ (usage): Update.
+ (check_file): Implement it.
+ (main): Handle new, optional arguments.
+ Patch by Padraig Brady.
+
2001-05-12 Bruno Haible <haible@clisp.cons.org>
* src/tail.c (parse_obsolescent_option): Use t_count_lines, not
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 7bf07c721..87d1b1149 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,7 @@
Changes in release 2.1
+[2.0.15]
+* uniq's --all-repeated option has new modes to delimit groups
+ of duplicate lines: --all-repeated={all,minimum,none(default)}
[2.0.14]
* sort now accepts long options like "--reverse" and "--".
* sort now checks option syntax as POSIX requires, except that (as usual