+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