diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-25 13:50:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-25 13:50:47 +0000 |
commit | 1774bc1d786be3711607d381af58505eb1caf224 (patch) | |
tree | f182f3a137cffc22ccb517295feb9379e19868e7 /old/textutils | |
parent | b27c41df419f829c801c4576b0b58caeda286d8a (diff) | |
download | coreutils-1774bc1d786be3711607d381af58505eb1caf224.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d5a6db696..21c164639 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -3,6 +3,11 @@ 2001-08-24 Paul Eggert <eggert@twinsun.com> + * src/uniq.c (main): Don't report an error when given the + valid options `+3 -d'. + +2001-08-24 Paul Eggert <eggert@twinsun.com> + * src/uniq.c (different): Don't assume that lengths can fit into size_t. Tune code for the common case where the line lengths differ: we avoid comparing them entirely in that case. |