From: Jim Meyering Date: Sun, 6 Dec 1998 21:06:22 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_1-b1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46dd5092eeeae1c4e81d94a54f9c0fd9d798a328;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d5136653d0..c33fa24d51 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,12 @@ 1998-11-29 Jim Meyering + * src/remove.c (DOT_OR_DOTDOT): Move definition from this file... + * src/sys2.h (DOT_OR_DOTDOT): ...to this one. + + * src/dd.c (dd_copy): Rename function from `copy'. + + * src/cp.c (do_copy): Rename local: s/unused/copy_into_self/. + Per Kristian Hove reported that a certain move-directory-into-self wasn't properly diagnosed.