From d76f7a7ce40d6bda5a2c1d311064ccb3c46df0e7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Jun 1996 04:11:32 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 307f741337..8dcadb8cfa 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ Tue Jun 18 20:54:05 1996 Jim Meyering + * 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 . @@ -25,6 +29,7 @@ Tue Jun 18 20:54:05 1996 Jim Meyering 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 -- 2.47.2