From: Jim Meyering Date: Sat, 12 May 2001 08:04:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_9~169 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b338208678b33090adb64d37a64e42db4ea2eb07;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8931a00ec4..48ccbfcf06 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,16 @@ +2001-05-11 Paul Eggert + + * src/chmod.c (mode_changed, change_file_mode): + There's no need to invoke both lstat and stat here, so call just + one of the two functions. + 2001-05-11 Jim Meyering * doc/omni-utils.texi: New file. The union of fileutils.texi, sh-utils.texi, and textutils.texi. Merged by Brian Youmans. - * doc/omni-utils.texi (shred invocation): Warn about backups. + * src/shred.c (usage): Warn about backups and mirrors. + * doc/omni-utils.texi (shred invocation): Likewise. From Nelson Beebe. 2001-05-09 Jim Meyering @@ -26,7 +33,14 @@ * src/chown.c (main): Fix thinko that made --from=... fail: s/argv[optind]/optarg/. Reported by Andrew Pham. - FIXME: add a test for the above. + * tests/chown: New directory. + * tests/chown/basic: New (root-only) test for the above. + * tests/cp/special-bits: Factor out the root-only test into this ... + * tests/root-only: ... new file. + * tests/Makefile.am (EXTRA_DIST): Add root-only. + (SUBDIRS): Add chown. + * tests/chown/Makefile.am: New file. + * configure.in (AC_OUTPUT): Add tests/chown/Makefile. 2001-05-05 Jim Meyering