diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-22 22:27:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-22 22:27:14 +0000 |
commit | 5540d977f49ac1e9b07a2aa91ffe28dd0fb704d6 (patch) | |
tree | a555b1b3fb7f24e257da289416b31aae703413b2 /old/fileutils | |
parent | 98b663a29b5e0982f1c2f4e134d70ce7a453f6af (diff) | |
download | coreutils-5540d977f49ac1e9b07a2aa91ffe28dd0fb704d6.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 74c035c1f..2bdae8bd6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +Sat Jun 22 16:57:53 1996 Jim Meyering <meyering@na-net.ornl.gov> + + + * dircolors.c: Major overhaul. No longer read from /etc/DIR_COLORS + or from ~/.dircolors. Defaults are now compiled in. If you specify + a file on the command line, it is used instead of the compiled-in + defaults. + (main): New option --print (-p). + Detect write failure. + Add --bourne-shell and --c-shell aliases for --sh and --csh resp. + Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov> * cp.c (copy_reg): Cast both sides of comparison to size_t @@ -23,6 +34,8 @@ Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov> * ln.c (STREQ): Remove macro definition * system.h (STREQ): Add it here instead. * cp.c (do_copy): Use STREQ here instead of strcmp(...) == 0. + * ls.c (parse_ls_color): Likewise. + * df.c (selected_fstype, excluded_fstype, show_disk, main): Likewise. * cp.c (do_copy): When the force and backup options have been specified and the source and destination are the same name for an |