From: Jim Meyering Date: Sun, 4 Dec 2005 23:34:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f517ded11a49d637826504b3491d3b8072fa2b08;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b8854c9d2e..c9567b5603 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2005-12-04 Jim Meyering +2005-12-05 Andreas Gruenbacher * Version 6.0-cvs. + * src/copy.c (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1. + (set_owner, preserve_author): New functions, factored out of copy_reg. + (copy_reg): Use them. + (copy_internal): Use them here, too. + +2005-12-04 Jim Meyering + * src/sleep.c (usage): Say what happens with two or more arguments. Suggested by Justin Pryzby.