summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-08 09:22:25 +0000
committerJim Meyering <jim@meyering.net>2002-10-08 09:22:25 +0000
commit718b928df162c5f67cd428ed44733971bb752965 (patch)
treed803c832ed4ba936f8babe7e55591f73662ae1bc /ChangeLog
parentfb763e4f7a17ea1d034d1e8ad9b57bc3b217c645 (diff)
downloadcoreutils-718b928df162c5f67cd428ed44733971bb752965.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 894524e45..997932539 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2002-10-08 Jim Meyering <meyering@lucent.com>
+ * 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 <eggert@twinsun.com>