index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libc
/
time
Age
Commit message (
Expand
)
Author
2017-10-27
The Zone test was obviously intended to test %Z rather than %z, otherwise
kre
2017-10-27
Remove bogus errno checks, mktime() (and timegm()) does not guarantee
kre
2017-08-24
The military/nautical time zones were added following RFC 822 and RFC
ginsbach
2015-10-31
merge more the tests
christos
2015-10-31
Account for J, fix %Z
christos
2015-10-30
tests for %Z
christos
2015-10-30
ISO 8601 and RFC 3339 specify that an offset can be up to 23:59 and
ginsbach
2015-10-30
Additional tests for timezone offsets.
ginsbach
2015-10-29
Add tests for %z
christos
2015-07-04
strptime now sets tm_yday
christos
2015-04-28
Add hour tests as a standalone test case.
ginsbach
2015-04-22
Make century and year conversion tests a standalone test case rather than
ginsbach
2015-04-21
Make seconds conversion tests a standalone test case rather than
ginsbach
2015-04-17
Add more detail to test descriptions.
ginsbach
2012-03-18
Add a test case for the old NetBSD 2.0 era PR lib/28324.
jruoho
2012-01-07
ATF_REQUIRE_ERRNO() needs to be used with care:
martin
2011-12-17
Add some tests for timegm(3) close to the epoch. In
apb
2011-04-07
Remove the following (literal) text in the TNF copyrights:
jruoho
2011-01-13
Move t_mktime and t_strptime to their own ..../time/ subdirectory.
pgoyette