From f8939357a320619048ade57c6bd42c1ed9028930 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Jul 1996 05:24:15 +0000 Subject: . --- old/fileutils/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'old/fileutils') 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 + + * 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 + * src/install.c [_AIX]: Add #pragma alloca. + From Bernd Leibing . + * src/chgrp.c (main): Initialize for internationalized message support: call setlocale, bindtextdomain, and textdomain. Reported by Michel Robitaille . -- cgit v1.2.3-70-g09d2