From: Jim Meyering Date: Sat, 19 May 2001 07:58:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_9~104 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=85601384c97f296e1eaada039e161ea12352c252;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index be257851b8..a92882e563 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +2001-05-19 Jim Meyering + + 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 * src/tail.c (parse_obsolescent_option): Use t_count_lines, not diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 7bf07c721d..87d1b11492 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