summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-25 09:20:14 +0000
committerJim Meyering <jim@meyering.net>2001-08-25 09:20:14 +0000
commit666c84f94806a597bec21ebca5a8b8c44e18bec9 (patch)
tree8b4078f75c4024a234400d7da58b19f09a21b7d1 /old
parentc1471b042b5425a72054d2f48d207780dfeeaf65 (diff)
downloadcoreutils-666c84f94806a597bec21ebca5a8b8c44e18bec9.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9e1169257..d5a6db696 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,14 @@
-2001-08-25 Jim Meyering <meyering@lucent.com>
* Version 2.0.15.
+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.
+
+2001-08-25 Jim Meyering <meyering@lucent.com>
+
* tests/uniq/Test.pm: Add tests for -s 0 and -w 0.
2001-08-24 Paul Eggert <eggert@twinsun.com>