diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 261c416c4..e8630d7e8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 3.16n. + Revert most `getdate.h -> get-date.h' changes of 1998-02-20. + With automake-1.2f, that hack is no longer needed. + * src/remove.c: Use `virtual memory exhausted' message, not `Memory exhausted' to be consistent with the majority of other such messages. @@ -25,18 +28,6 @@ * tests/mv/into-self: Test for the above. * tests/mv/Makefile.am (TESTS): Add into-self. -1998-03-10 Jim Meyering <meyering@eng.ascend.com> - - * Running this command - mkdir j;touch k; ./mv j k j - (correctly) copies j into j/j and moves k to j/k, - but then it removes `j' and you're left with nothing. - Not nice, eh? - - The fix is simple in concept: don't remove a source directory - if it is a parent of (or the same as) the destination directory. - I don't think POSIX discusses this case. - 1998-02-28 Eli Zaretskii <eliz@is.elta.co.il> * userspec.c (parse_user_spec) [__DJGPP__]: Make function know |