summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-12 08:39:34 +0000
committerJim Meyering <jim@meyering.net>2002-10-12 08:39:34 +0000
commit38a8810cd3441d00218c8530f73cfd392dd48e3d (patch)
treeab10fac6b0661f8d41cd4afff8a891213d27c350 /ChangeLog
parent0ddadb624574197d7f2ed5983ee1e9f2cf3678d1 (diff)
downloadcoreutils-38a8810cd3441d00218c8530f73cfd392dd48e3d.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index da051297e..e9bac7154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2002-10-11 Jim Meyering <meyering@lucent.com>
+2002-10-12 Jim Meyering <meyering@lucent.com>
* Version 4.5.3.
+ tail -c +N would perform an extra read after encountering EOF
+ [this change is analogous (bytes vs. lines) to the one of 2002-01-27]
+ * src/tail.c (start_bytes): Detect EOF, inform caller.
+ (tail_bytes): Upon EOF in start_bytes, return immediately.
+ (file_lines): Reorganize to use memrchr rather than an explicit loop.
+ Adapt to new safe_read ABI.
+
2002-10-11 Andreas Schwab <schwab@suse.de>
* src/du.c (count_entry): Also save cwd when dereferencing
@@ -14,11 +21,6 @@
2002-10-10 Jim Meyering <meyering@lucent.com>
- tail -c +2 would perform an extra read after encountering EOF
- [this change is analogous (bytes vs. lines) to the one of 2002-01-27]
- * src/tail.c (start_bytes): Detect EOF, inform caller.
- (tail_bytes): Upon EOF in start_bytes, return immediately.
-
* tests/ln/Makefile.am (TESTS): Add target-1.
* tests/ln/target-1: New file/test, for the fix on 2002-10-08.