summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-12 04:00:10 +0000
committerJim Meyering <jim@meyering.net>1999-04-12 04:00:10 +0000
commit69d1c5772e5ed7395a10059f9e3f738b4afcad01 (patch)
tree5f84ea5169e32d02c1e68f732eecd54883f26357
parentd577eef9e48157007600bc9768f96cb52de6be5c (diff)
downloadcoreutils-69d1c5772e5ed7395a10059f9e3f738b4afcad01.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 8b62a1e9f..843658996 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,7 @@
1999-04-11 Jim Meyering <meyering@ascend.com>
+ * Version 1.22i.
+
Fix the problem whereby `yes > k & sleep 1; tail -2c k' would infloop.
* src/tail.c (COPY_TO_EOF): Define.
(dump_remainder): Add parameter, n_bytes, and rewrite to use it.
@@ -7,11 +9,12 @@
(file_lines): Rename parameter.
(tail_bytes): Remove obsolete comment.
- Fix the problem whereby `yes > k & tail -1 k' would infloop.
+ Fix the problem whereby `yes > k & sleep 1; tail -1 k' would infloop.
* src/tail.c (dump_remainder): Move this function to precede the
new use in file_lines.
(tail_lines): Don't call dump_remainder here.
(file_lines): Call dump_remainder here instead.
+ Reported by Lehti Rami.
* lib/readtokens.c (readtoken, readtokens): Protoize.