summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-18 18:36:17 +0000
committerJim Meyering <jim@meyering.net>2003-01-18 18:36:17 +0000
commit825c8d1155a4a80bbc8f9815313467725915bd31 (patch)
tree1f708359d99dd6b3d6729fc0565a59728da5ec5e /ChangeLog
parentcdb4bba0e624afbff342a8f81df782c0db757fe1 (diff)
downloadcoreutils-825c8d1155a4a80bbc8f9815313467725915bd31.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ca72feec..e20af5d5b 100644
--- 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.