diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-19 02:10:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-19 02:10:31 +0000 |
commit | 840c73b381d6082df0f775bef697566623defae2 (patch) | |
tree | 3addeaed6a05e0792d12bc933da96e911906e1e2 /old/fileutils | |
parent | 7ec03a441416f960ab8d1570e8ed786b438caa33 (diff) | |
download | coreutils-840c73b381d6082df0f775bef697566623defae2.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
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 <meyering@na-net.ornl.gov> + * 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 <meyering@na-net.ornl.gov> |