From: Jim Meyering Date: Wed, 15 Jan 2003 11:32:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4abcd5882df1c77c2acc851ef16513f7e5f7701;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index fd7cd21277..f30e7eb0cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ -2003-01-14 Jim Meyering +2003-01-15 Jim Meyering * Version 4.5.5. + Rename ls's --dereference-command-line (-H) + option to --dereference-command-line-symlink-to-dir. + * src/ls.c [enum Dereference_symlink] + (DEREF_COMMAND_LINE_SYMLINK_TO_DIR): Rename from + DEREF_COMMAND_LINE_ARGUMENTS. Update all uses. + (long_options): Rename the option. + (usage): Say that --dereference-... changes how ls treats + only symlinks to directories specified on the command line. + + FIXME: update .texi + +2003-01-14 Jim Meyering + * tests/ls/dangle: New file/test, for the above fix. * tests/ls/inode: Another new file/test, for the above fix. * tests/ls/Makefile.am (TESTS): Add dangle and inode. @@ -599,7 +612,7 @@ * src/cut.c (cut_fields): Add a temporary size_t variable, n_bytes, to avoid warnings. - * src/pinky.c (print_long_entry): fread returns size_t. + * src/pinky.cdereference-command-line-symlink-to-dir (print_long_entry): fread returns size_t. Declare local `bytes' accordingly, to avoid warning. tail -c +N would perform an extra read after encountering EOF