diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-30 03:05:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-30 03:05:41 +0000 |
commit | d8880083a6193535970bf0ef28168f1580613d97 (patch) | |
tree | fb261af2aee8b3a1e7c2fd32b3f33672383824f3 /old | |
parent | 96cdeb978eee76fe18098dcf20f96d95c2242488 (diff) | |
download | coreutils-d8880083a6193535970bf0ef28168f1580613d97.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e5ba97a23..f3f414ae8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +Sun Sep 29 22:00:44 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * src/cp-aux.c (usage): Take only one argument -- like all the other + usage functions. + + * src/cp.c (do_copy): Give better error message when copying multiple + files and the last one is not a directory. From Karl Berry. + Call error (0, 0, ... then usage (1) -- instead of calling usage + with two arguments. + Sat Sep 28 13:16:29 1996 Jim Meyering <meyering@na-net.ornl.gov> * lib/getversion.c (backup_types): Declare const. |