diff options
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
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>. |