You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Samuel Holland ea81529fb9 implement wcsftime padding specifier extensions 8 years ago
..
__asctime.c fix asctime day/month names not to vary by locale 10 years ago
__map_file.c avoid reading uninitialized memory in __map_file 11 years ago
__month_to_secs.c the big time handling overhaul 13 years ago
__secs_to_tm.c fix integer overflow of tm_year in __secs_to_tm 10 years ago
__tm_to_secs.c the big time handling overhaul 13 years ago
__tz.c revise the definition of multiple basic locks in the code 8 years ago
__year_to_secs.c the big time handling overhaul 13 years ago
asctime.c initial check-in, version 0.5.0 15 years ago
asctime_r.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
clock.c fix overflow behavior of clock() function 13 years ago
clock_getcpuclockid.c support cputime clocks for processes/threads other than self 13 years ago
clock_getres.c global cleanup to use the new syscall interface 15 years ago
clock_gettime.c improve clock_gettime and adapt it to support slightly-broken vdso 10 years ago
clock_nanosleep.c fix clock_nanosleep error case 10 years ago
clock_settime.c global cleanup to use the new syscall interface 15 years ago
ctime.c handle localtime errors in ctime 9 years ago
ctime_r.c handle errors from localtime_r in ctime_r 9 years ago
difftime.c initial check-in, version 0.5.0 15 years ago
ftime.c add legacy ftime function and sys/timeb.h 13 years ago
getdate.c getdate: correctly specify error number 9 years ago
gettimeofday.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
gmtime.c the big time handling overhaul 13 years ago
gmtime_r.c use the name UTC instead of GMT for UTC timezone 9 years ago
localtime.c the big time handling overhaul 13 years ago
localtime_r.c match historical behavior for tm_gmtoff member of struct tm 11 years ago
mktime.c match historical behavior for tm_gmtoff member of struct tm 11 years ago
nanosleep.c include cleanups: remove unused headers and add feature test macros 13 years ago
strftime.c adjust strftime + modifier to match apparent intent of POSIX 8 years ago
strptime.c fix strptime output for %C without %y 9 years ago
time.c include cleanups: remove unused headers and add feature test macros 13 years ago
time_impl.h the big time handling overhaul 13 years ago
timegm.c use the name UTC instead of GMT for UTC timezone 9 years ago
timer_create.c fix mismatched type of __pthread_tsd_run_dtors weak definition 9 years ago
timer_delete.c eliminate explicit (long) casts when making syscalls 13 years ago
timer_getoverrun.c eliminate explicit (long) casts when making syscalls 13 years ago
timer_gettime.c eliminate explicit (long) casts when making syscalls 13 years ago
timer_settime.c eliminate explicit (long) casts when making syscalls 13 years ago
times.c do not interpret errors in return value of times() syscall 13 years ago
timespec_get.c add C11 timespec_get function, with associated time.h changes for C11 12 years ago
utime.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
wcsftime.c implement wcsftime padding specifier extensions 8 years ago