summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-06-13 15:53:12 +0200
committerJim Meyering <jim@meyering.net>2007-06-13 15:53:12 +0200
commit85c3924ce53c867507e55319cc44c6ffcd847428 (patch)
tree8c895b490c702767ce7b5ba2bc00dbdf9969e3cc /ChangeLog
parenta780166b41f68dbea6d27eea99480708246e7618 (diff)
downloadcoreutils-85c3924ce53c867507e55319cc44c6ffcd847428.tar.xz
rmdir: give better diagnostics
* src/rmdir.c (remove_parents): Give a more descriptive/consistent diagnostic upon failure. (main): Likewise. Suggestion from Joey Hess. * THANKS: Add Joey Hess.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f48ffddb9..92a840884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-06-13 Jim Meyering <jim@meyering.net>
+ rmdir: give better diagnostics
+ * src/rmdir.c (remove_parents): Give a more descriptive/consistent
+ diagnostic upon failure.
+ (main): Likewise.
+ Suggestion from Joey Hess.
+ * THANKS: Add Joey Hess.
+
Don't include "quotearg.h" when it is not used.
* Makefile.maint (sc_prohibit_quotearg_without_use): New rule.
* src/cp.c: Don't include "quotearg.h". It wasn't used.