]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 19 May 2001 07:58:17 +0000 (07:58 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 May 2001 07:58:17 +0000 (07:58 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index be257851b8ba3fd3ab9676ec25948ed12f63a922..a92882e5634d52b50d78ed5c435201ec7cdd6ee8 100644 (file)
@@ -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
index 7bf07c721d761ce42f97c37b906b19714b8a2470..87d1b11492df075b5b1d89726e6c6dc4efeeb642 100644 (file)
@@ -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