summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-15 16:03:12 +0000
committerJim Meyering <jim@meyering.net>2004-12-15 16:03:12 +0000
commitc3fd921063718a54f446b1dccad7c2e6fd843a37 (patch)
tree5e7b46fd516cef14fae5bf4faa74cbc053fa8482 /NEWS
parent3ca5e74d7db8f5b6025b9c8318ee303a9b92a03e (diff)
downloadcoreutils-c3fd921063718a54f446b1dccad7c2e6fd843a37.tar.xz
mention tac bug fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76147bc54..202dc1f8c 100644
--- a/NEWS
+++ b/NEWS
@@ -127,6 +127,9 @@ GNU coreutils NEWS -*- outline -*-
tac can now handle regular, nonseekable files like Linux's
/proc/modules. Before, it would produce no output for such a file.
+ tac would exit immediately upon I/O or temp-file creation failure.
+ Now it continues on, processing any remaining command line arguments.
+
"tail -f" no longer mishandles pipes and fifos. With no operands,
tail now ignores -f if standard input is a pipe, as POSIX requires.
When conforming to POSIX 1003.2-1992, tail now supports the SUSv2 b