summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-22 20:55:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-22 20:55:12 +0000
commit21e0573220769c58d5275664385786a12b71f513 (patch)
treeed501942199efa6750347d97ba50e710c7b741c3 /ChangeLog
parent1391d2dc5c07a632321b471d66e706527e1bb843 (diff)
downloadcoreutils-21e0573220769c58d5275664385786a12b71f513.tar.xz
Add fix for "tail -f" when stdin is a pipe.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39eec6a8f..ee8c8336a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/tail.c (main): Ignore -f if no file operand is specified
+ and standard input is a pipe.
+ * doc/coreutils.texi (tail invocation): Do not ignore -f for
+ all pipes, just for when standard input is a pipe and no
+ file operand is specified.
+ * tests/tail/Test.pm: Reinstate f-1 test, since we now pass.
+ Add a new commented-out f-2 test, which we still fail.
+ (test_vector): All f-* tests are special cases, not just f-1.
+
2004-07-12 Paul Eggert <eggert@cs.ucla.edu>
* src/uptime.c: Include c-strtod.h.