diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-07 09:22:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-07 09:22:18 +0000 |
commit | 1df7091e3b8f8671dd023243e0ee83f9cfbe7bc0 (patch) | |
tree | 28c8a37dd8b4477c24c7adb212da08edf5805a27 /old | |
parent | 30fc70c376a2856d796b6a0cb85d7ebb013a911b (diff) | |
download | coreutils-1df7091e3b8f8671dd023243e0ee83f9cfbe7bc0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6707c9be0..d6066e184 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,24 @@ +1999-11-07 Jim Meyering <meyering@ascend.com> + + * 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 <meyering@ascend.com> + * 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 <meyering@ascend.com> * src/system.h: Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated |