summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-27 19:47:46 +0000
committerJim Meyering <jim@meyering.net>2003-07-27 19:47:46 +0000
commitbf04c616ae5a57a4f1db646244f747289fbefb65 (patch)
tree806fcb3f4f8d7eed19d92acc231bdb4c98ee3c05 /ChangeLog
parentc50b21161bdf96ee7fb7064da1ae997517e360a7 (diff)
downloadcoreutils-bf04c616ae5a57a4f1db646244f747289fbefb65.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a5f7b63..493ad0320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 5.0.90.
+ * src/remove.c (prompt) [! recursive]: Don't prompt about unwritable
+ directories, as required by POSIX. Reported by Karl Berry.
+ * tests/rm/dir-no-w: New file. Test for the above fix.
+ * tests/rm/Makefile.am (TESTS): Add dir-no-w.
+
* tests/mk-script: Emit `$xx', not its expansion.
2003-07-27 Paul Eggert <eggert@twinsun.com>