summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-01 18:24:46 +0000
committerJim Meyering <jim@meyering.net>2003-06-01 18:24:46 +0000
commit4e8485f5251d9b7d52d9541faeb61a0615cdaf9a (patch)
treee120c11ca8ebb3ab0b45de969154f1bbc63f2f24 /ChangeLog
parent9362cd7fa7bb35e9589017b49d7e0fc2480c9e39 (diff)
downloadcoreutils-4e8485f5251d9b7d52d9541faeb61a0615cdaf9a.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fca3432b1..d6cdd7b1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,22 @@
-2003-05-28 Jim Meyering <jim@meyering.net>
+2003-06-01 Jim Meyering <jim@meyering.net>
* Version 5.0.1.
+ 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.
+ (tail_file): Use the new `read_pos' value as the size,
+ rather than stats.st_size from the fstat call.
+
+2003-05-28 Jim Meyering <jim@meyering.net>
+
* src/extract-magic: Allow expansion of `$file' in the here-
document corresponding to the comment at the top of fs.h.