]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 3 Dec 1996 02:57:47 +0000 (02:57 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 3 Dec 1996 02:57:47 +0000 (02:57 +0000)
old/fileutils/ChangeLog

index 58bc2c16febd03481084738b52fc327d72f3e0a5..d8190d2ef2475c1509c6b860de38645d8df94088 100644 (file)
@@ -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