summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b03dadad..1b6b3db3f 100644
--- 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.