From: Jim Meyering Date: Tue, 8 Oct 2002 09:22:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.3~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718b928df162c5f67cd428ed44733971bb752965;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 894524e45d..997932539c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2002-10-08 Jim Meyering + * tests/tail-2/big-4gb: Use double quotes around diagnostic. + Reported by Bob Proulx. + Change all the rest like this: grep -lR "testing framework'" .\ + |xargs perl -pi -e 's/'\''(\$0: failure in testing framework)'\''/"$1"/' + + * src/sum.c (sysv_sum_file): Adapt to new safe_read ABI. + * src/tr.c (squeeze_filter, read_and_delete, read_and_xlate): Likewise. + * src/tac.c (save_stdin, tac_stdin_to_mem): Likewise. + * Version 4.5.3. 2002-10-07 Paul Eggert