diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-19 07:58:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-19 07:58:17 +0000 |
commit | 85601384c97f296e1eaada039e161ea12352c252 (patch) | |
tree | 9168fda24de86f8a37f5981f73c802ad9ed13328 /old/textutils/ChangeLog | |
parent | 16b0a807afb59da4d0a53fb2b27e59f5ade074ad (diff) | |
download | coreutils-85601384c97f296e1eaada039e161ea12352c252.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 11 |
1 files changed, 11 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 |