summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-02 09:58:43 +0000
committerJim Meyering <jim@meyering.net>2005-11-02 09:58:43 +0000
commitf626cd65ccb0675c6b31422b5e09417df6c0d9e2 (patch)
treea2f614086f285eba6bea286262172ef9ede3614b /ChangeLog
parent588df316d95e633dde9b878745c451bc7d2ad306 (diff)
downloadcoreutils-f626cd65ccb0675c6b31422b5e09417df6c0d9e2.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 52918a0e9..4a11cb4e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
-2005-11-01 Paul Eggert <eggert@cs.ucla.edu>
-
- * NEWS:
+2005-11-02 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
+ * src/remove.c (remove_entry): Emit a better diagnostic when rm
+ (without -r) fails to remove a directory on a non-Linux system.
+ This change affects only newer Solaris systems (with priv_*
+ functions like priv_allocset). Reported by Keith Thompson.
+
+ * tests/rm/dir-nonrecur: New file/test for the above fix.
+ * tests/rm/Makefile.am (TESTS): Add dir-nonrecur.
+
+2005-11-01 Paul Eggert <eggert@cs.ucla.edu>
+
* NEWS: "tail -c 2 FILE" and "touch 0101000000" now operate as
POSIX 1002.1-2001 requires.
* src/tail.c (parse_obsolete_option): Implement this.