summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-31 21:02:10 +0000
committerJim Meyering <jim@meyering.net>1997-08-31 21:02:10 +0000
commitc98bd4b9f301e50a4422b9f74cdae60b8be00128 (patch)
tree435317ca6e56f204c9267ecad49815484a0ea35b /old/fileutils
parent031bd9ac315c61a79fb49da4a991da7cb1f3812a (diff)
downloadcoreutils-c98bd4b9f301e50a4422b9f74cdae60b8be00128.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 5cafc4160..8a9c9d231 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,20 @@
1997-08-31 Jim Meyering <meyering@na-net.ornl.gov>
+ * m4/Makefile.am (EXTRA_DIST): Add lstat.m4.
+
+ * m4/lstat.m4: New file.
+ * lib/lstat.c: New file.
+
+ * src/rm.c (fspec_get_full_mode): Don't call error here.
+ (remove_file): Call error after fspec_get_full_mode call, if necessary.
+ Don't print mode when asking whether to descend into write-protected
+ directory.
+ (remove_dir): Don't fail just because we can't stat the file to get
+ the mode for the prompt string.
+ (rm): Exit successfully for missing files when -f is given.
+ (rm): Remove cruft to work around SunOS4's broken lstat now that
+ there is a working replacement function.
+
* lib/oa-hash.c: New file.
* lib/oa-hash.h: New file.