From: Jim Meyering Date: Mon, 10 May 2004 07:15:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1592 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd0ebda8dbe59a0712de653307caa636a8e5b7e9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index cebcdf1ec4..4ab2e164d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2004-05-09 Jim Meyering +2004-05-10 Jim Meyering * Version 5.3.0. + Remove these generated files from CVS. + * tests/cut/cut-tests, tests/date/date-tests, tests/join/join-tests: + * tests/ls/ls-tests, tests/pr/pr-tests, tests/tac/tac-tests: + * tests/tail/tail-tests, tests/test/test-tests, tests/tr/range-tests: + * tests/tr/tr-tests, tests/wc/wc-tests: + +2004-05-09 Jim Meyering + * src/tr.c (unquote): Use xcalloc rather than xmalloc and a loop initializing the just-allocated memory to zero.