From: Jim Meyering Date: Mon, 21 Jan 2002 22:02:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_20~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58831677744d43b9185ee0c0221c7cca32b37f64;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index fd53248f8e..6df3385ae7 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,16 @@ +2002-01-21 Jim Meyering * Version 2.0.20. +2002-01-20 Paul Eggert + + * src/comm.c (compare_files): Don't assume that the difference + between two size_t values can be stored in an int; this doesn't + work, for example, on 64-bit Solaris. + * src/sort.c (CMP_WITH_IGNORE): Likewise. + * src/join.c (keycmp): Likewise. Also, fix the type of two locals + to be size_t instead of int. + 2002-01-20 Paul Eggert * src/csplit.c: Don't include "xalloc.h", as system.h already