]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 2 Nov 2005 09:58:43 +0000 (09:58 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Nov 2005 09:58:43 +0000 (09:58 +0000)
ChangeLog
NEWS

index 52918a0e98214138346290494f3a695d46d9b165..4a11cb4e872fe1eb4a7f302bc026d70969ff7ef2 100644 (file)
--- 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.
diff --git a/NEWS b/NEWS
index 28c03b20013a43b9bbf64f4ad9c702af55cad70c..3cfc2a721ec9ec4f8a55f9117ad0911548d4a6b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   mkdir -p and install -d no longer exit nonzero when asked to create
   a directory like `nonexistent/.'
 
+  rm emits a better diagnostic when (without -r) it fails to remove
+  a directory on e.g., Solaris 9/10 systems.
+
   tac now works when stdin is a tty, even on non-Linux systems
 
   "tail -c 2 FILE" and "touch 0101000000" now operate as POSIX