diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-29 08:43:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-29 08:43:24 +0000 |
commit | b928574bf6f5d2dfee6fdc730f5ecbe885a85f3c (patch) | |
tree | 5260ad426e08e6bb6f0bc31c58f38486779def5a | |
parent | 6daabb757807b8730502043e4dabeb191bc2bad6 (diff) | |
download | coreutils-b928574bf6f5d2dfee6fdc730f5ecbe885a85f3c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2002-09-28 Jim Meyering <meyering@lucent.com> +2002-09-29 Jim Meyering <meyering@lucent.com> * Version 4.5.2. + In move mode, always first try to rename. Before, upon failure to + rename a directory, this code would never attempt to rename any + other file in that directory, but would thenceforth always copy. + On some systems (NetApp version ??), renaming a directory may fail + with EXDEV, yet renaming files within that directory to a newly- + created destination directory succeeds. + * src/copy.c (copy_internal): Remove local, move_mode; + use x->move_mode instead. Based on a patch from Tom Haynes. + +2002-09-28 Jim Meyering <meyering@lucent.com> + * src/split.c (FAIL_ONLY_ONE_WAY): New macro. Factor out some duplication. (main): Use it. |