diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-12 09:35:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-12 09:35:19 +0000 |
commit | bcadb97f7c94e228efe819bcccf99b6cef12a969 (patch) | |
tree | 27e268573d205eb6bfc13bafaa9668f7a4717061 | |
parent | 9549a2091eac2555ff79d29da640c14d0cdf359f (diff) | |
download | coreutils-bcadb97f7c94e228efe819bcccf99b6cef12a969.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2004-05-11 Jim Meyering <jim@meyering.net> +2004-05-12 Jim Meyering <jim@meyering.net> * Version 5.3.0. + * src/remove.c (AD_pop_and_chdir): Move lstat-`.' into if-block + where the result is used. This avoids one unnecessary lstat call + per command line argument. + +2004-05-11 Jim Meyering <jim@meyering.net> + * tests/rm/unread3: New test, for the above fix and today's lib/save-cwd.c improvement. * tests/rm/Makefile.am (TESTS): Add unread3. |