summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-02 06:58:27 +0000
committerJim Meyering <jim@meyering.net>2003-06-02 06:58:27 +0000
commit38c68676ac8a395b906cc415e672e8646ff9532b (patch)
treeab711f7e2b6020e06089bf58587aa8763f0b28af /ChangeLog
parente606dacc9844e5e3146f119cac873b83d7bd9fb1 (diff)
downloadcoreutils-38c68676ac8a395b906cc415e672e8646ff9532b.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 61bc58cad..4cb46ef0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-06-02 Jim Meyering <jim@meyering.net>
+ * Version 5.0.1.
+
* src/system.h: Always include <string.h>, since we assume C89.
Include <limits.h> without checking for HAVE_LIMITS_H.
@@ -8,8 +10,6 @@
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.