From: Jim Meyering Date: Tue, 22 Nov 2005 15:06:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=901835b8bfc3a631fe5f27e2f6d58960da1585cd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 553223686c..6ac03fcda0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 6.0-cvs. + * tests/rm/rm2: Ensure that rm now continues removing entries + even after certain types of failure. + * src/remove.c: Rewrite. Now, this module is reentrant on systems that provide openat (Solaris), and on systems like Linux+procfs where our openat emulation code is reentrant. This also fixes a