diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-04 07:03:11 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-04 07:03:11 +0000 |
commit | 4dd208a3727a71aaf7d1e04465db3e9f7b301c3e (patch) | |
tree | 3b80d3a6a977702ffb93dd5516b84d074abbc857 /ChangeLog | |
parent | cd9d7fd2bdb870dd860a3d7d371cf7482dedf5ac (diff) | |
download | coreutils-4dd208a3727a71aaf7d1e04465db3e9f7b301c3e.tar.xz |
* src/tail.c (tail_file): Set errnum to -1 if the initial "tail" failed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |