summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-03 07:57:45 +0000
committerJim Meyering <jim@meyering.net>2004-03-03 07:57:45 +0000
commit2389b81eefed29cb2117a77397257cf0b936f769 (patch)
treefbb730d6371d58a0661cf1f02232220bb92fc4fc /lib/ChangeLog
parent3d8b65f73c10745c9f36f374a840d93ce0d6c21b (diff)
downloadcoreutils-2389b81eefed29cb2117a77397257cf0b936f769.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7f7049032..fe843c0df 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.