]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 14 Jul 2002 11:46:50 +0000 (11:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Jul 2002 11:46:50 +0000 (11:46 +0000)
old/fileutils/ChangeLog

index cac0ca2fc4ef6817efe4e445cf4ca0fca0573ac5..49a683497e4621063fb3978d9adaec8c5b237c8e 100644 (file)
@@ -1,7 +1,27 @@
-2002-07-10  Jim Meyering  <meyering@lucent.com>
+2002-07-14  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.10.
 
+       Under some circumstances, rm would fail due to a lack of
+       permissions, but give a misleading diagnostic like this:
+       rm: cannot chdir from `.' to `foo': Not a directory
+       * src/remove.c (remove_dir): Detect the case in which unlinking a
+       non-directory fails with EPERM, and give an appropriate diagnostic.
+
+2002-07-13  Jim Meyering  <meyering@lucent.com>
+
+       * tests/rm/fail-eperm: New file/test, for the above.
+       * tests/rm/Makefile.am (TESTS): Add fail-eperm.
+
+       * src/stat.c (print_it): Use xstrdup, not strdup.
+       Use strspn to avoid an explicit loop.
+       Use fputc rather than printf "\n".
+
+       * src/stat.c: Include quote.h.
+       (print_stat): Use xreadlink, rather than using readlink directly.
+       Use the quote function rather than hard-coded double quotes.
+       Use error, not perror.
+
 2002-07-09  Martin Michlmayr  <tbm@cyrius.com>
 
        * src/df.c (show_dev): Make the `Use%' column align with
        it if in the POSIX locale.  Default style is now posix-long-iso.
        (usage): Explain the above.
 
-2002-07-07  Jim Meyering  <meyering@lucent.com>
-
-       * src/stat.c (print_it): Use xstrdup, not strdup.
-       Use fputc rather than printf "\n".
-
-       * src/stat.c: Include quote.h.
-       (print_stat): Use xreadlink, rather than using readlink directly.
-       Use the quote function rather than hard-coded double quotes.
-       Use error, not perror.
-
 2002-07-06  Jim Meyering  <meyering@lucent.com>
 
        * tests/Makefile.am (envvar-check): Mark as `.PHONY'.