]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 22 Nov 2005 15:04:55 +0000 (15:04 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Nov 2005 15:04:55 +0000 (15:04 +0000)
ChangeLog

index 01948890a1fc50ade7fa54bf6f31307eef6d86ce..553223686c181b5464128330a344026762fd6c6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2005-11-18  Paul Eggert  <eggert@cs.ucla.edu>
+2005-11-22  Jim Meyering  <jim@meyering.net>
 
        * Version 6.0-cvs.
 
+       * 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
+       few low-probability leaks and eliminates some code that could,
+       in very unusual circumstances, cause rm() (via a callee) to exit.
+
+2005-11-18  Paul Eggert  <eggert@cs.ucla.edu>
+
        * configure.ac (AM_PROG_CC_C_O): Add.  Needed for CVS Automake.
        Problem reported by Eric Blake.
        (AC_PROG_CC_STDC): Use this instead of AC_PROG_CC, so that