summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-10 07:27:18 +0000
committerJim Meyering <jim@meyering.net>2002-10-10 07:27:18 +0000
commit617c5a571a05f6bb3de792359907372c2319bdce (patch)
tree0badcf03795ceaf9a2831d59b968a8470ef27981 /ChangeLog
parente995dcb2d5177d64fa5711695f625b605b5bd265 (diff)
downloadcoreutils-617c5a571a05f6bb3de792359907372c2319bdce.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 214f759a4..41f837c1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-10-09 Jim Meyering <meyering@lucent.com>
+ * 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 <meyering@lucent.com>
- * Version 4.5.3.
* FIXME: add test case for ln bugfix below
2002-10-08 Dmitry V. Levin <ldv@altlinux.org>
@@ -24,8 +25,6 @@
2002-10-08 Jim Meyering <meyering@lucent.com>
- * 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 <eggert@twinsun.com>