summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-19 04:11:32 +0000
committerJim Meyering <jim@meyering.net>1996-06-19 04:11:32 +0000
commitd76f7a7ce40d6bda5a2c1d311064ccb3c46df0e7 (patch)
tree988aa3162d9aeac06cbe344c1c6b2d2260202cf6 /old/fileutils/ChangeLog
parentfc05e2880326a94aa9cd1d17f828fbe9cc2413fd (diff)
downloadcoreutils-d76f7a7ce40d6bda5a2c1d311064ccb3c46df0e7.tar.xz
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 307f74133..8dcadb8cf 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * cp.c (copy_reg): Cast both sides of comparison to size_t
+ to avoid warning about `comparison between signed and unsigned'
+ from gcc -Wall.
+
* ln.c (do_link): Refine last change so we don't disallow commands
like `ln --force A B' when A and B are hard links to the same file.
See comments in the source. Reported by Erik Naggum <erik@naggum.no>.
@@ -25,6 +29,7 @@ Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov>
existing, regular file, convert the user's command, e.g.
`cp --force --backup foo foo' to `cp --force foo fooSUFFIX'
where SUFFIX is determined by any version control options used.
+ (usage): Update --help message.
At urging of (most recently) Karl Berry.
Sun Jun 16 13:40:22 1996 Jim Meyering <meyering@na-net.ornl.gov>