diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-25 14:23:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-25 14:23:40 +0000 |
commit | 11212212b0e0c4ee1350d12fb7d14e7dc9090214 (patch) | |
tree | c53265ba30a4050d571b0f3643e6a84237d5a495 /old | |
parent | 1271e5321c5a4f2d08c60979f7127d8a0db21a53 (diff) | |
download | coreutils-11212212b0e0c4ee1350d12fb7d14e7dc9090214.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index acd71595e..5a2446cca 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,11 @@ +1999-03-25 Jim Meyering <meyering@ascend.com> + + * src/tail.c (recheck): Factor out a block of duplicated code. + Set f->size to 0 upon encountering a new file so we read it from + the beginning rather than from then end of the first line or + block. Otherwise, after a log rotation, tail would omit the first + line or block of the new file. Reported by Ed Avis. + 1999-03-20 Jim Meyering <meyering@ascend.com> * tests/Makefile.am (SUBDIRS): Temporarily remove pr. |