summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-25 13:50:47 +0000
committerJim Meyering <jim@meyering.net>2001-08-25 13:50:47 +0000
commit1774bc1d786be3711607d381af58505eb1caf224 (patch)
treef182f3a137cffc22ccb517295feb9379e19868e7 /old
parentb27c41df419f829c801c4576b0b58caeda286d8a (diff)
downloadcoreutils-1774bc1d786be3711607d381af58505eb1caf224.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog5
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.