Rich Felker c17cda6d61 parse v3 or future-unknown zoneinfo file versions as v2+ il y a 4 ans
..
__map_file.c c9ebff4736 fix remaining direct use of stat syscalls outside fstatat.c il y a 5 ans
__month_to_secs.c 1cc81f5cb0 the big time handling overhaul il y a 11 ans
__secs_to_tm.c bc1e7731ce fix integer overflow of tm_year in __secs_to_tm il y a 8 ans
__tm_to_secs.c 1cc81f5cb0 the big time handling overhaul il y a 11 ans
__tz.c c17cda6d61 parse v3 or future-unknown zoneinfo file versions as v2+ il y a 4 ans
__year_to_secs.c 1cc81f5cb0 the big time handling overhaul il y a 11 ans
asctime.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
asctime_r.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
clock.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
clock_getcpuclockid.c ea200e38bd support cputime clocks for processes/threads other than self il y a 11 ans
clock_getres.c 0847902ab9 in clock_getres, check for null pointer before storing result il y a 5 ans
clock_gettime.c 244778f70c fix regression in clock_gettime on 32-bit archs without vdso il y a 5 ans
clock_nanosleep.c 1334e36680 clock_nanosleep: add time64 syscall support, decouple 32-bit time_t il y a 5 ans
clock_settime.c a108127256 remove spurious null check in clock_settime il y a 5 ans
ctime.c 5c10c33d2a handle localtime errors in ctime il y a 7 ans
ctime_r.c 64f855874c handle errors from localtime_r in ctime_r il y a 7 ans
difftime.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
ftime.c 4b15d9f46a add legacy ftime function and sys/timeb.h il y a 11 ans
getdate.c 1080008809 getdate: correctly specify error number il y a 7 ans
gettimeofday.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
gmtime.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
gmtime_r.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
localtime.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
localtime_r.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
mktime.c c13f2af1fe match historical behavior for tm_gmtoff member of struct tm il y a 9 ans
nanosleep.c 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep il y a 5 ans
strftime.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
strptime.c b6e1fe0d5e fix strptime output for %C without %y il y a 8 ans
time.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
time_impl.h c52ae69844 move declaration and apply hidden visibility to __utc string il y a 6 ans
timegm.c c52ae69844 move declaration and apply hidden visibility to __utc string il y a 6 ans
timer_create.c 7c71792e87 add support for SIGEV_THREAD_ID timers il y a 4 ans
timer_delete.c 5b74eed3b3 for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo il y a 6 ans
timer_getoverrun.c eca335fc04 eliminate explicit (long) casts when making syscalls il y a 11 ans
timer_gettime.c a02bd52864 timer_gettime: add time64 syscall support, decouple 32-bit time_t il y a 5 ans
timer_settime.c e1501091c4 timer_settime: add support for time64 syscall, decouple 32-bit time_t il y a 5 ans
times.c 9293b765c4 do not interpret errors in return value of times() syscall il y a 12 ans
timespec_get.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
utime.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed il y a 10 ans
wcsftime.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans