]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 2 Apr 1996 14:28:26 +0000 (14:28 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Apr 1996 14:28:26 +0000 (14:28 +0000)
old/fileutils/ChangeLog

index dbe6eec776c4cba27d3231132d23bacbc9565f6c..da82b8969cb6afa3cb7abab2fb0af2aa98462a08 100644 (file)
@@ -1,3 +1,12 @@
+Mon Apr  1 23:50:29 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * cp.c: Include assert.h (disabled).
+       (path_concat): New function.
+       (do_copy): Use it instead of open-coding its functionality
+       in two places.  This has the additional benefit of avoiding
+       forming destination names like `D//file' when cp is used
+       like this: mkdir D; touch file D/file; cp -i file D/
+
 Sun Mar 31 11:18:09 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * ls.c (quote_filename): Use ISGRAPH and ISPRINT in place of