summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-07 09:22:18 +0000
committerJim Meyering <jim@meyering.net>1999-11-07 09:22:18 +0000
commit1df7091e3b8f8671dd023243e0ee83f9cfbe7bc0 (patch)
tree28c8a37dd8b4477c24c7adb212da08edf5805a27 /old
parent30fc70c376a2856d796b6a0cb85d7ebb013a911b (diff)
downloadcoreutils-1df7091e3b8f8671dd023243e0ee83f9cfbe7bc0.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog15
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