sortix--sortix/libc/time
Jonas 'Sortie' Termansen fcf412e54c Fix mktime(3) and timegm(3) not sanitizing the broken down time.
Found by musl's libc-test.
2014-08-23 21:47:05 +02:00
..
asctime.cpp
asctime_r.cpp Improve standards conformance of asctime_r(3). 2013-12-17 14:30:45 +01:00
clock.cpp Fix libc files not including <assert.h> if using static_assert(3). 2014-05-28 22:18:54 +02:00
clock_getres.cpp
clock_gettime.cpp
clock_gettimeres.cpp
clock_nanosleep.cpp
clock_settime.cpp
clock_settimeres.cpp
ctime.cpp
ctime_r.cpp
difftime.cpp Add difftime(3). 2013-12-17 14:30:34 +01:00
gmtime.cpp Add gmtime_r(3). 2013-12-17 14:30:34 +01:00
gmtime_r.cpp Fix mktime(3) and timegm(3) not sanitizing the broken down time. 2014-08-23 21:47:05 +02:00
localtime.cpp Add gmtime_r(3). 2013-12-17 14:30:34 +01:00
localtime_r.cpp Add timezone support. 2013-12-17 14:30:35 +01:00
mktime.cpp Add mktime(3). 2013-12-17 14:30:34 +01:00
nanosleep.cpp
strftime.cpp Fix %T in strftime(3) being incorrectly implemented. 2014-01-19 22:47:52 +01:00
strftime_l.cpp Add strftime_l(3). 2013-12-17 14:30:40 +01:00
time.cpp
timegm.cpp Add mktime(3). 2013-12-17 14:30:34 +01:00
timens.cpp Add timens(2). 2013-12-17 14:30:34 +01:00
timer_create.cpp
timer_delete.cpp
timer_getoverrun.cpp
timer_gettime.cpp
timer_settime.cpp
times.cpp Add times(3). 2013-12-17 14:30:34 +01:00
tzset.cpp Add tzset(3). 2014-03-17 19:22:13 +01:00