From: Jim Meyering Date: Thu, 10 Oct 2002 07:27:18 +0000 (+0000) Subject: . X-Git-Tag: v4.5.3~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617c5a571a05f6bb3de792359907372c2319bdce;p=thirdparty%2Fcoreutils.git . --- diff --git a/ChangeLog b/ChangeLog index 214f759a49..41f837c1ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-10-09 Jim Meyering + * Version 4.5.3. + * tests/cp/backup-is-src: Ensure that certain environment variables are not set (e.g., SIMPLA_BACKUP_SUFFIX). Reported by Duncan Roe. @@ -15,7 +17,6 @@ 2002-10-08 Jim Meyering - * Version 4.5.3. * FIXME: add test case for ln bugfix below 2002-10-08 Dmitry V. Levin @@ -24,8 +25,6 @@ 2002-10-08 Jim Meyering - * src/wc.c (wc): FIXME - * tests/tail-2/big-4gb: Use double quotes around diagnostic. Fix syntax in test: use =, not ==. Reported by Bob Proulx. @@ -35,6 +34,7 @@ * 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. + * src/wc.c (wc): Likewise. 2002-10-07 Paul Eggert