From: Jim Meyering Date: Sun, 31 Aug 1997 21:02:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22a~127 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c98bd4b9f301e50a4422b9f74cdae60b8be00128;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5cafc41604..8a9c9d2312 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,20 @@ 1997-08-31 Jim Meyering + * 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.