From: Jim Meyering Date: Tue, 8 Jun 2004 13:31:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5c94587022031030fed8bde85b9ff5449064266;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index fb79776e7e..75b951b21b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2004-05-18 Paul Eggert + + * fts.c (fts_stat, fts_alloc): Always allocate and use a struct + stat, even if the user isn't interested in the results. + This prevents a core dump in cycle_check when FTS_NOSTAT is set. + * lchown.c (lchown): Return EOPNOTSUPP if not supported; this + is what POSIX-2004 specifies. + * lchown.h (EOPNOTSUPP): Define if not defined. + (ENOSYS): Remove. + 2004-06-06 Jim Meyering * getdate.y: Update from gnulib.