*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 25 Aug 2001 09:20:14 +0000 (09:20 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Aug 2001 09:20:14 +0000 (09:20 +0000)
old/textutils/ChangeLog

index 9e116925765f8b31bf1944a9ba7831b089a1ce21..d5a6db69649f9b96868c6b9ebf664b7a0a859ad0 100644 (file)
@@ -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>