From 90b7cc00d03676b0698a797887a7cc0d1782e35b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Oct 2004 10:38:09 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54ebaf88f6..b749630427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,19 @@ -2004-10-20 Paul Eggert +2004-10-21 Jim Meyering * Version 5.3.0. + * tests/mv/leak-fd: New file. + * tests/mv/Makefile.am (TESTS): Add it. + * tests/rm/dot-rel: New file. + * tests/rm/Makefile.am (TESTS): Add it. + + Correct my patch of 2004-10-18. + * src/remove.c (rm): Destroy the saved_cwd here (via cwd_state), + if necessary, not in remove_dir. Otherwise, removing multiple + `.'-relative nonempty directories no longer worked. + +2004-10-20 Paul Eggert + * src/fmt.c (usage): Improve description of --prefix. Problem reported by Edward Welbourne. @@ -11,7 +23,7 @@ 2004-10-18 Jim Meyering - Plug a leak that would cause rm or a cross-device mv to fail when + Plug a leak that would cause a cross-device mv to fail when operating on too many command-line-specified nonempty directories. * src/remove.c (remove_dir): Destroy the `struct saved_cwd' on the top of the stack before returning. This usually closes the file -- 2.47.2