diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-11 09:36:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-11 09:36:56 +0000 |
commit | c2bd74fceaa979a9c048e2b5e72819956114ec8c (patch) | |
tree | 83cbd63141c568b2ce9b6358cd490e028b180900 | |
parent | d0f21b4a5583235001aaac254efc0802de414eec (diff) | |
download | coreutils-c2bd74fceaa979a9c048e2b5e72819956114ec8c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2005-03-10 Jim Meyering <jim@meyering.net> +2005-03-11 Jim Meyering <jim@meyering.net> * Version 5.3.1. + Prompt once again for `mv -i A B' when A and B are hard links + to the same file. This fixes a bug introduced by my 2003-04-04 + (coreutils-5.0.1) change. + * src/copy.c (abandon_move): New function, factored out of + copy_internal, now that this code is being used from two places. + (copy_internal): Perform the same interactive-related test for + whether it's alright to proceed and (usually) overwrite the + destination file. + * tests/mv/i-4: Add tests for the above. + Don't segfault for a very long date format string, e.g., ls -ld --time-style=+%99999999H . * src/ls.c (long_time_expected_width): Use x2nrealloc, not alloca, |