From: Jim Meyering Date: Sat, 14 Mar 1998 16:38:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16n~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6974d67aa203813d6e5a2773ce964bfb481749c5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 261c416c4f..e8630d7e88 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 - - * 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 * userspec.c (parse_user_spec) [__DJGPP__]: Make function know