From 4386c3b146fdb5b285302a79d8e8ade41f1c4ef3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Dec 2004 10:40:18 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.47.3