1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-07-14 11:46:50 +00:00
parent ab4c1d5532
commit 6e5c26da04

View 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
@@ -50,16 +70,6 @@
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'.