From 6e5c26da04433c864d21eac377252b08908a6d17 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Jul 2002 11:46:50 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 32 +++++++++++++++++++++----------- 1 file 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 +2002-07-14 Jim Meyering * 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 + + * 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 * 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 - - * 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 * tests/Makefile.am (envvar-check): Mark as `.PHONY'. -- cgit v1.2.3-54-g00ecf