From 840c73b381d6082df0f775bef697566623defae2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Aug 1996 02:10:31 +0000 Subject: . --- old/fileutils/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'old/fileutils') diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 352dff3f8..0dfa0f958 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 -- cgit v1.2.3-70-g09d2