diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 11 | ||||
-rw-r--r-- | old/textutils/NEWS | 3 |
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 |