From: Jim Meyering Date: Sun, 23 Jul 2000 10:58:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0x~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecf44d1a0e984881ac4b7b793fea56ea5d014889;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2fa96419d..1da542491 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ 2000-07-23 Jim Meyering + * src/remove.c (ASSIGN_STRDUPA): Remove macro definition. + * src/sys2.h (ASSIGN_STRDUPA): New macro (moved here from remove.c). + + Fix cp so that `cp -r DIR1/ DIR2' works once again. + * src/cp.c (ASSIGN_BASENAME_STRDUPA): New macro. + (do_copy): Use it here (so we always strip trailing slashes before + calling base_name). + Reported by Michael Stone. + + Test for the above fix. * tests/cp/Makefile.am (TESTS): Add dir-slash. * tests/cp/dir-slash: New file. @@ -10,7 +20,7 @@ (wget-update): New rule, based on the one in autoconf. * src/shred.c (usage): Give a little more info. - Remove FIXME comment. + Remove a FIXME comment. Avoid warnings. * src/ls.c (struct bin_str): Declare `string' member to be `const'. @@ -18,7 +28,6 @@ 2000-07-15 Jim Meyering - Begin converting "`%s'" in format strings to "%s", and wrap each corresponding argument in a `quote (...)' call -- if there's only one. If there are more than one, then use `quote_n (0, ...),