*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Jan 2003 18:36:17 +0000 (18:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Jan 2003 18:36:17 +0000 (18:36 +0000)
ChangeLog

index 3ca72feec647a378c2d20b81b1925cdf937b79e0..e20af5d5be707b479670a85af7c2370042d91377 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2003-01-15  Paul Eggert  <eggert@twinsun.com>
+2003-01-18  Jim Meyering  <jim@meyering.net>
 
        * Version 4.5.5.
 
+       * src/ls.c (Dereference_symlink) [DEREF_COMMAND_LINE_SYMLINK_TO_DIR]:
+       New member.
+       (enum) [DEREFERENCE_COMMAND_LINE_SYMLINK_TO_DIR_OPTION]: New member.
+       (long_options): Add option --dereference-command-line-symlink-to-dir.
+       (main): Make DEREF_COMMAND_LINE_SYMLINK_TO_DIR be the default,
+       rather than DEREF_COMMAND_LINE_ARGUMENTS, when none of the
+       -d, -F, -l options is specified.
+       (decode_switches): Handle --dereference-command-line-symlink-to-dir.
+       (gobble_file): Honor DEREF_COMMAND_LINE_SYMLINK_TO_DIR.
+       Change --dereference-command-line (-H) to dereference *all*
+       command line arguments, including broken symlinks.
+
+2003-01-15  Paul Eggert  <eggert@twinsun.com>
+
        Change ls -H back to the way it was yesterday, since this is
        compatible with FreeBSD and the POSIX spec is confusing
        and somewhat contradictory.