summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-20 05:24:15 +0000
committerJim Meyering <jim@meyering.net>1996-07-20 05:24:15 +0000
commitf8939357a320619048ade57c6bd42c1ed9028930 (patch)
tree8bf4bc2c1a4cd1cdc7f7aeb759310c8bf5d244f1 /old/fileutils/ChangeLog
parent5f79c9e91b5748a4dfe072a848573579d4ac839d (diff)
downloadcoreutils-f8939357a320619048ade57c6bd42c1ed9028930.tar.xz
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e2557ec7a..1c4e0adfd 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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>.