From d0a109b24459447e557a85185e3e49519ed1114f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Nov 2005 15:04:55 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 01948890a1..553223686c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2005-11-18 Paul Eggert +2005-11-22 Jim Meyering * 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 + * 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 -- 2.47.3