From: Jim Meyering Date: Sat, 25 Aug 2001 09:20:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=666c84f94806a597bec21ebca5a8b8c44e18bec9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9e11692576..d5a6db6964 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,14 @@ -2001-08-25 Jim Meyering * Version 2.0.15. +2001-08-24 Paul Eggert + + * 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 + * tests/uniq/Test.pm: Add tests for -s 0 and -w 0. 2001-08-24 Paul Eggert