]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 20 Jul 1996 05:24:15 +0000 (05:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Jul 1996 05:24:15 +0000 (05:24 +0000)
old/fileutils/ChangeLog

index e2557ec7a35cd8d5134f0b01c07a3a19387360d9..1c4e0adfdf1138aab08135544d8a8406d2217e68 100644 (file)
@@ -1,5 +1,19 @@
+Fri Jul 19 23:28:36 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * src/cp.c (path_concat): Rewrite to return new parameter.
+       (do_copy): Update uses of path_concat to use new parameter.
+       Use that new pointer to compute correct offset for make_path_private.
+       Before, cp --recursive --parents SRC DEST failed when SRC was
+       an absolute file name.  E.g.,
+         % cd /tmp; rm -rf d f; mkdir d; touch f; cp -PR /tmp/f d
+         cp: tmp: No such file or directory
+       Reported by Horst von Brand vonbrand@sleipnir.valparaiso.cl.
+
 Thu Jul 18 21:58:51 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * src/install.c [_AIX]: Add #pragma alloca.
+       From Bernd Leibing <bernd.leibing@rz.uni-ulm.de>.
+
        * src/chgrp.c (main): Initialize for internationalized message support:
        call setlocale, bindtextdomain, and textdomain.  Reported by
        Michel Robitaille <robitail@IRO.UMontreal.CA>.