]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 11 Oct 2002 20:02:21 +0000 (20:02 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Oct 2002 20:02:21 +0000 (20:02 +0000)
ChangeLog

index 2dc1349c1f264ad2e66a4a197d86dbbb7127929c..da051297e8da2e95e4b164725243fa8e7710d6f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
-2002-10-10  Jim Meyering  <meyering@lucent.com>
+2002-10-11  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.5.3.
 
+2002-10-11  Andreas Schwab  <schwab@suse.de>
+
+       * src/du.c (count_entry): Also save cwd when dereferencing
+       arguments and we are at toplevel.  Reported by Michal Svec.
+
+2002-10-11  Jim Meyering  <meyering@lucent.com>
+
+       * tests/du/deref: New file/test, for the above fix.
+       * tests/du/Makefile.am (TESTS): Add deref.
+
+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.