summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 58bc2c16f..d8190d2ef 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,14 @@
+Mon Dec 2 20:30:20 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/system.h [!S_IXUGO] (S_IXUGO): Define it.
+
+ * src/ls.c (print_color_indicator): Check the file's suffix only
+ if it's a regular file.
+ Reported by Santiago Vila Doncel.
+ (print_type_indicator): Use S_IXUGO instead of writing out
+ (S_IEXEC | S_IXGRP | S_IXOTH).
+ (length_of_file_name_and_frills): Likewise.
+
Sun Dec 1 13:07:39 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/getdate.y (date): Interpret the date, L/M/N, as YYYY/MM/DD