From: Jim Meyering Date: Sat, 1 May 2004 14:42:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7edb664e6c3fd15737c493f7a368d7da9943887;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 092d43e79d..1ab7ba80e8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-05-01 Jim Meyering + + * chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]: + Wrap old code with this conditional. + [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown + function that does not dereference symlinks. + 2004-04-18 Paul Eggert * nanosleep.c (suspended): Change its type from int to diff --git a/m4/ChangeLog b/m4/ChangeLog index 7f3151517c..74ddec79e5 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,12 @@ +2004-05-01 Jim Meyering + + * jm-macros.m4 (gl_MACROS): Move fchown-checking code to chown.m4. + * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h. + See if we need an fchown replacement. + (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro. + (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK, + and use the replacement function if we detect either defect. + 2004-04-22 Paul Eggert * jm-macros.m4 (gl_MACROS): Check for tcgetpgrp.