Rich Felker 4a16ddf53e strftime: fix breakage in last change (uninitialized pointer access) 1 year ago
..
__map_file.c 6e9d2370c7 use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file 3 years ago
__month_to_secs.c 1cc81f5cb0 the big time handling overhaul 11 years ago
__secs_to_tm.c bc1e7731ce fix integer overflow of tm_year in __secs_to_tm 8 years ago
__tm_to_secs.c 1cc81f5cb0 the big time handling overhaul 11 years ago
__tz.c 3b7b415557 fix out-of-bound read processing time zone data with distant-past dates 3 years ago
__year_to_secs.c 2d84486a08 __year_to_secs: fix dangling pointer 1 year ago
asctime.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
asctime_r.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
clock.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
clock_getcpuclockid.c baaf257f05 fix ESRCH error handling for clock_getcpuclockid 2 years ago
clock_getres.c 0847902ab9 in clock_getres, check for null pointer before storing result 5 years ago
clock_gettime.c bf14ef193b re-enable vdso clock_gettime on arm (32-bit) with workaround 2 years ago
clock_nanosleep.c 1334e36680 clock_nanosleep: add time64 syscall support, decouple 32-bit time_t 5 years ago
clock_settime.c a108127256 remove spurious null check in clock_settime 5 years ago
ctime.c 5c10c33d2a handle localtime errors in ctime 7 years ago
ctime_r.c 64f855874c handle errors from localtime_r in ctime_r 7 years ago
difftime.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
ftime.c 4b15d9f46a add legacy ftime function and sys/timeb.h 11 years ago
getdate.c 1080008809 getdate: correctly specify error number 7 years ago
gettimeofday.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
gmtime.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
gmtime_r.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
localtime.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
localtime_r.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
mktime.c c13f2af1fe match historical behavior for tm_gmtoff member of struct tm 9 years ago
nanosleep.c 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep 5 years ago
strftime.c 4a16ddf53e strftime: fix breakage in last change (uninitialized pointer access) 1 year ago
strptime.c b6e1fe0d5e fix strptime output for %C without %y 8 years ago
time.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
time_impl.h c52ae69844 move declaration and apply hidden visibility to __utc string 6 years ago
timegm.c c52ae69844 move declaration and apply hidden visibility to __utc string 6 years ago
timer_create.c c5459df188 timer_create: volatile static -> static volatile 1 year ago
timer_delete.c 5b74eed3b3 for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo 6 years ago
timer_getoverrun.c eca335fc04 eliminate explicit (long) casts when making syscalls 11 years ago
timer_gettime.c a02bd52864 timer_gettime: add time64 syscall support, decouple 32-bit time_t 5 years ago
timer_settime.c e1501091c4 timer_settime: add support for time64 syscall, decouple 32-bit time_t 5 years ago
times.c 9293b765c4 do not interpret errors in return value of times() syscall 12 years ago
timespec_get.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
utime.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 years ago
wcsftime.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago