diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-03 07:46:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-03 07:46:46 +0000 |
commit | 231c74cf2bb5c4c0cc566790cd25ff81e7fc6484 (patch) | |
tree | 134719fe5c7f0f6db257f99d5f92c3cc4da85386 | |
parent | 3cc8a1087523e341ef9764e59008fa1e4b327b84 (diff) | |
download | coreutils-231c74cf2bb5c4c0cc566790cd25ff81e7fc6484.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 283ebc035..48eabc81c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,10 @@ +1999-08-03 Jim Meyering <meyering@ascend.com> + + * src/tail.c (tail_forever): When following by name and calling recheck + because of exceeding max_n_consecutive_size_changes_between_opens, + `continue' so we don't fall through and (assuming the file finally grew) + get the erroneous `file truncated' message. + 1999-08-01 Jim Meyering <meyering@ascend.com> * Version 1.22p. |