diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-14 11:46:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-14 11:46:50 +0000 |
commit | 6e5c26da04433c864d21eac377252b08908a6d17 (patch) | |
tree | 3704207da435b4a5e3ac2125c7d8a85f07ae7f14 /old/fileutils | |
parent | ab4c1d5532c685a1add2fd8fb8ac1f67c7f59b43 (diff) | |
download | coreutils-6e5c26da04433c864d21eac377252b08908a6d17.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index cac0ca2fc..49a683497 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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'. |