]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 21 Oct 2004 10:38:09 +0000 (10:38 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 21 Oct 2004 10:38:09 +0000 (10:38 +0000)
ChangeLog

index 54ebaf88f6e096e4778280b854d2d1722992058c..b7496304277f27e94210c079ae6edc33fddce375 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-2004-10-20  Paul Eggert  <eggert@cs.ucla.edu>
+2004-10-21  Jim Meyering  <jim@meyering.net>
 
        * 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  <eggert@cs.ucla.edu>
+
        * src/fmt.c (usage): Improve description of --prefix.
        Problem reported by Edward Welbourne.
 
@@ -11,7 +23,7 @@
 
 2004-10-18  Jim Meyering  <jim@meyering.net>
 
-       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