From: Jim Meyering Date: Tue, 14 Dec 2004 10:40:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4386c3b146fdb5b285302a79d8e8ade41f1c4ef3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 72b5a05e59..dc418ba748 100644 --- 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.