diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-19 03:21:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-19 03:21:05 +0000 |
commit | cb0cd6afdbc43a4c3ce0b68e80c1bc76b271ac8a (patch) | |
tree | ecda6a6f7186453cb219353ffcaed5e0e510c0b5 | |
parent | b95e3d2f479524bf93438c5a9da2d986f12cba66 (diff) | |
download | coreutils-cb0cd6afdbc43a4c3ce0b68e80c1bc76b271ac8a.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6b3ea24fc..a0d1ecd8c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,16 @@ Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov> - * system.h (STREQ): New macro. + * aclocal.m4: Update from gettext-0.10.20. + * ABOUT-NLS: Likewise. + * intl/*: Likewise. + + * cp.c (do_copy): Change message from `missing file argument' to + more precise `missing destination file'. From Karl Berry. + + * ln.c (STREQ): Remove macro definition + * system.h (STREQ): Add it here instead. + * cp.c (do_copy): Use STREQ here instead of strcmp(...) == 0. + Declare pointer parameters const as appropriate. * cp.c (do_copy): When the force and backup options have been specified and the source and destination are the same name for an |