From c4abcd5882df1c77c2acc851ef16513f7e5f7701 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Jan 2003 11:32:59 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd7cd21..f30e7eb 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 -- 2.7.4