summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-10 07:15:56 +0000
committerJim Meyering <jim@meyering.net>2004-05-10 07:15:56 +0000
commitbd0ebda8dbe59a0712de653307caa636a8e5b7e9 (patch)
tree228447137d4e91b1c7e22b9600fa9d4f675e2813
parent6d670721794ff1e10c0d0a42881d00c148a43543 (diff)
downloadcoreutils-bd0ebda8dbe59a0712de653307caa636a8e5b7e9.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cebcdf1ec..4ab2e164d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2004-05-09 Jim Meyering <jim@meyering.net>
+2004-05-10 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
+
* src/tr.c (unquote): Use xcalloc rather than xmalloc and
a loop initializing the just-allocated memory to zero.