From: Jim Meyering Date: Wed, 3 Mar 2004 07:57:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.2.1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2389b81eefed29cb2117a77397257cf0b936f769;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 7f7049032d..fe843c0dfb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-02-23 Paul Eggert + + * userspec.c: Don't include "posixver.h". + (parse_user_spec): Fall back on USER.GROUP parsing regardless + of POSIX version, as POSIX 1003.1-2001 allows that behavior as a + compatible extension. Simplify code by removing a boolean int + that was always nonzero if a string was nonnull. + 2004-02-05 Jim Meyering * timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.