diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-12 03:47:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-12 03:47:17 +0000 |
commit | 924b7e22918f9b3ab12542b77c91cb08338ce1a2 (patch) | |
tree | e8af3fa8160bfea3d80734482f483c4bd6adf6ca /old/textutils | |
parent | 2e2161c97a80c38cf71810fcaf404b5af40d651d (diff) | |
download | coreutils-924b7e22918f9b3ab12542b77c91cb08338ce1a2.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index c2a3c6173..8b62a1e9f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,18 @@ 1999-04-11 Jim Meyering <meyering@ascend.com> + 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. + Update callers. + (file_lines): Rename parameter. + (tail_bytes): Remove obsolete comment. + + Fix the problem whereby `yes > k & 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. + * lib/readtokens.c (readtoken, readtokens): Protoize. 1999-04-10 Jim Meyering <meyering@ascend.com> |