From 58831677744d43b9185ee0c0221c7cca32b37f64 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 21 Jan 2002 22:02:35 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index fd53248f8..6df3385ae 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 -- 2.34.1