summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-05-25 03:47:31 +0000
committerJim Meyering <jim@meyering.net>1997-05-25 03:47:31 +0000
commitf735e157e9b053bc69664042c40952e639b30641 (patch)
tree6fcae44a4e1ea087a4951a301cd4744f1f71aa39 /old
parent5708e7bba856028f6286ec663c8ecff18830707f (diff)
downloadcoreutils-f735e157e9b053bc69664042c40952e639b30641.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e4a59ae06..028617087 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
Sat May 24 09:20:12 1997 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/rmdir.c: New options: --ignore-fail-on-non-empty and --verbose.
+ (remove_parents): Implement new options.
+ (main): Likewise.
+
* lib/mountlist.c (read_filesystem_list): Show automount-related
duplicate filesystems only when --all specified. With suggestions
from Stuart Kemp. Also indent cpp directives.