]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 09:22:18 +0000 (09:22 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 09:22:18 +0000 (09:22 +0000)
old/fileutils/ChangeLog

index 6707c9be09e09e1c1e9b904675ff45bf865bb532..d6066e184d30f670cdec44a598e70e691fcbe882 100644 (file)
@@ -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