From: Paul Eggert Date: Sat, 4 Dec 2004 07:03:11 +0000 (+0000) Subject: * src/tail.c (tail_file): Set errnum to -1 if the initial "tail" failed. X-Git-Tag: v5.3.0~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd208a3727a71aaf7d1e04465db3e9f7b301c3e;p=thirdparty%2Fcoreutils.git * src/tail.c (tail_file): Set errnum to -1 if the initial "tail" failed. --- diff --git a/ChangeLog b/ChangeLog index 0b03dadad4..1b6b3db3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2004-12-02 Jim Meyering +2004-12-03 Paul Eggert * 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 + With using --color and with LS_COLORS saying not to color executables, don't stat every file. * src/ls.c (is_colored): New function.