From: Jim Meyering Date: Sun, 7 Nov 1999 09:22:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1df7091e3b8f8671dd023243e0ee83f9cfbe7bc0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6707c9be09..d6066e184d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,24 @@ +1999-11-07 Jim Meyering + + * src/rmdir.c (remove_parents): Use the correct test (just as in + main) in handling --ignore-fail-on-non-empty. From Michael Stone. + (usage): Improve description of --parents. Based on suggestion from + Torsten Landschoff. + 1999-11-06 Jim Meyering + * src/ln.c (XSTAT_THAT_FOLLOWS_SYMLINKS_THE_WAY_LINK_DOES): Define. + (do_link): Use XSTAT_THAT_FOLLOWS_SYMLINKS_THE_WAY_LINK_DOES, rather + than bare `stat'. + * src/ls.c (long_options): Correct typo (s/'F'/'p'/) so that `-p' is accepted as the short form of --file-type, per the documentation. From Michael Stone. + * src/ln.c (do_link): Fix typo (in which the function name `symlink' + was tested instead of the variable `symbolic_link') that could make + ln perform an unneeded `stat' call. + 1999-11-05 Jim Meyering * src/system.h: Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated