]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 3 Mar 2004 07:57:45 +0000 (07:57 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Mar 2004 07:57:45 +0000 (07:57 +0000)
lib/ChangeLog

index 7f7049032dea2687e6c22338c8314e6a66998070..fe843c0dfba5a6598a86ad51d7e9cd15f1e6d3b9 100644 (file)
@@ -1,3 +1,11 @@
+2004-02-23  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <jim@meyering.net>
 
        * timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.