]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 8 Oct 2002 09:22:25 +0000 (09:22 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Oct 2002 09:22:25 +0000 (09:22 +0000)
ChangeLog

index 894524e45d1ee4629f9fc99bb06242fd3ab2665d..997932539c5154af438782dd17ec9fcffeef2231 100644 (file)
--- 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>