diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-11 07:33:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-11 07:33:10 +0000 |
commit | f79fbe221242c5d96fc20aa0fe7187090895f96b (patch) | |
tree | 9ecf4a425001300e8d22d09946138489b82c50a8 | |
parent | f1d1ee91217d08527c6bf7682987339e38116268 (diff) | |
download | coreutils-f79fbe221242c5d96fc20aa0fe7187090895f96b.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 15 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2006-05-07 Jim Meyering <jim@meyering.net> +2006-05-11 Jim Meyering <jim@meyering.net> * Version 6.0-cvs. + * tests/du/long-sloop: Avoid harmless `ambiguous redirect' diagnostic. + +2006-05-10 Jim Meyering <jim@meyering.net> + + * src/copy.c (copy_internal): Don't explicitly unlink the destination + when moving a symlink into the place of an existing non-directory. + Reported by Joshua Hudson. + * NEWS: mention this. + +2006-05-07 Jim Meyering <jim@meyering.net> + * Makefile.maint (patch-check): Fail if patch generates any output, even merely for changed offsets. @@ -140,6 +140,9 @@ GNU coreutils NEWS -*- outline -*- a very long symlink chain as a dangling symlink. Before, such a misinterpretation would cause these tools not to diagnose an ELOOP error. + mv: moving a symlink into the place of an existing non-directory is + now done atomically; before, mv would first unlink the destination. + rm (on systems with openat) can no longer exit before processing all command-line arguments. |