diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-02 14:28:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-02 14:28:26 +0000 |
commit | 778abcac1ec6c614b8d3171000cc525e074ca7fd (patch) | |
tree | e941928a484c9a450bdabbdd595688695efcf01f /old/fileutils/ChangeLog | |
parent | 741c894274189a6325fcba0cbf3dcb76087c8617 (diff) | |
download | coreutils-778abcac1ec6c614b8d3171000cc525e074ca7fd.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index dbe6eec77..da82b8969 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 |