diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-14 16:38:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-14 16:38:41 +0000 |
commit | 6974d67aa203813d6e5a2773ce964bfb481749c5 (patch) | |
tree | 8d3ca86f393d03399f31ec5965a9dd30182e7329 /old | |
parent | 85d9447441a0d704e66873878439c68ac0ae4fb2 (diff) | |
download | coreutils-6974d67aa203813d6e5a2773ce964bfb481749c5.tar.xz |
*** empty log message ***
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 |