From: Jim Meyering Date: Mon, 19 Aug 1996 02:10:31 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840c73b381d6082df0f775bef697566623defae2;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 352dff3f85..0dfa0f9589 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,21 @@ Sun Aug 18 09:52:39 1996 Jim Meyering + * lib/Makefile.am (noinst_HEADERS): Add path-concat.h. + (fu_SOURCES): Add path-concat.c. + + * src/mv.c: Include path-concat.h. + (movefile): Use path_concat instead of open-coding its functionality. + Declare pointer parameters const as appropriate. + + * src/cp.c: Include path-concat.h. + (do_copy): Check path_concat return value. + (path_concat): Remove function. + + * lib/path-concat.h: New file. + * lib/path-concat.c (path_concat): New file. Just like the function + from cp.c except the stand-alone version uses malloc instead of + xmalloc. + * configure.in (ALL_LINGUAS): Add Dutch (nl). Fri Aug 16 21:59:24 1996 Jim Meyering