summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-01 21:42:54 +0000
committerJim Meyering <jim@meyering.net>2003-06-01 21:42:54 +0000
commit0dd2834cd26830fe0ec8caef8c9e6bae680ee110 (patch)
treecf3dad6ed59642c8ba23b1f7c5305b58130b6572 /ChangeLog
parent72944b4c69b43f881139292115237d86f8bf6ab5 (diff)
downloadcoreutils-0dd2834cd26830fe0ec8caef8c9e6bae680ee110.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 2 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index d6cdd7b1d..a159d5299 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,13 +5,8 @@
Avoid a race condition in `tail -f' described by Ken Raeburn in
http://mail.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html
* src/tail.c (file_lines): Add new parameter, *read_pos, and set it.
- (pipe_lines): Likewise.
- (pipe_bytes): Likewise.
- (start_bytes): Likewise.
- (start_lines): Likewise.
- (tail_bytes): Likewise.
- (tail_lines): Likewise.
- (tail): Likewise.
+ (pipe_lines, pipe_bytes, start_bytes, start_lines): Likewise.
+ (tail_bytes, tail_lines, tail): Likewise.
(tail_file): Use the new `read_pos' value as the size,
rather than stats.st_size from the fstat call.