]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 14 Dec 2004 10:40:18 +0000 (10:40 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Dec 2004 10:40:18 +0000 (10:40 +0000)
ChangeLog

index 72b5a05e59ab3171e15ed5098ad323977a191a47..dc418ba748291390263ca301d2f7787c770025e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * Version 5.3.0.
 
+       tac would exit immediately upon I/O or temp-file creation failure.
+       Now it continues on, processing any remaining command line arguments.
+
        * src/tac.c: Include quotearg.h.
        Use quotearg_colon in most diagnostics.
        (copy_to_temp): Rewrite not to exit upon I/O or temp-file-creation
@@ -13,6 +16,7 @@
        (tac_nonseekable): Return false also if copy_to_temp fails.
        [DONT_UNLINK_WHILE_OPEN]: Add a FIXME comment explaining that
        using atexit like this is wrong.
+       * NEWS: Document this.
        * tests/misc/tac-continue: New test for this.
        * tests/misc/Makefile.am (TESTS): Add tac-continue.