summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 10:58:52 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 10:58:52 +0000
commitecf44d1a0e984881ac4b7b793fea56ea5d014889 (patch)
tree35b4ba80a055e64585920a55460a983295dc82c6
parent9993d4141c63ff93bca1a30287016b71cc00e427 (diff)
downloadcoreutils-ecf44d1a0e984881ac4b7b793fea56ea5d014889.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 11 insertions, 2 deletions
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 <meyering@lucent.com>
+ * 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 <meyering@lucent.com>
-
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, ...),