Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/19/1998 08:30:01
tv
Thu Mar 19 08:21:35 PST 1998
Update of /cvsroot/src/lib/libc/time
In directory nb00:/tmp/cvs-serv26415

Modified Files:
	strptime.3 strptime.c 
Log Message:
Fixes from PRs 5056 and 5161, partly rethought:
- %C and %y can be used in conjunction properly, though %y can have its
  old behaviour if used without %C
- %I formats hous 0..11 with 0 representing "12"; this is correct both
  with and without am/pm (%p rule fixed to compensate)
- %j fixed for range [0..365] in struct tm
- %m fixed for range [0..11] in struct tm
- %S fixed for range [0..61] in struct tm


tv
Thu Mar 19 08:26:35 PST 1998
Update of /cvsroot/src/lib/libc/time
In directory nb00:/tmp/cvs-serv26438

Modified Files:
	ctime.3 
Log Message:
Correct doc for tm.tm_sec to document range 0..61, not 0..60 (strptime(3)
legally assigns 61 here if specified by the user)