]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/tail.c (tail_file): Set errnum to -1 if the initial "tail" failed.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Dec 2004 07:03:11 +0000 (07:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Dec 2004 07:03:11 +0000 (07:03 +0000)
ChangeLog

index 0b03dadad44dc6c24056dab6cabb4def638d24bb..1b6b3db3fab08782f5d6f72074a8ccee2ed774d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2004-12-02  Jim Meyering  <jim@meyering.net>
+2004-12-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
 
+       * src/tail.c (tail_file): Set errnum to -1 if the initial "tail"
+       failed.  This works around an assertion failure reported by
+       Roberto Nibali in:
+       http://lists.gnu.org/archive/html/bug-coreutils/2004-12/msg00012.html
+
+2004-12-02  Jim Meyering  <jim@meyering.net>
+
        With using --color and with LS_COLORS saying not to color
        executables, don't stat every file.
        * src/ls.c (is_colored): New function.