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.
 
 
 
 
 
 
Rich Felker 04335d9260 always block signals for starting new threads, refactor start args 7 years ago
..
__map_file.c don't omit setting errno in internal __map_file function 8 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 always reset DST rules during tzset 8 years ago
__year_to_secs.c the big time handling overhaul 13 years ago
asctime.c overhaul internally-public declarations using wrapper headers 8 years ago
asctime_r.c reduce spurious inclusion of libc.h 8 years ago
clock.c overhaul internally-public declarations using wrapper headers 8 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 reduce spurious inclusion of libc.h 8 years ago
clock_nanosleep.c reduce spurious inclusion of libc.h 8 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 overhaul internally-public declarations using wrapper headers 8 years ago
gmtime_r.c reduce spurious inclusion of libc.h 8 years ago
localtime.c overhaul internally-public declarations using wrapper headers 8 years ago
localtime_r.c reduce spurious inclusion of libc.h 8 years ago
mktime.c match historical behavior for tm_gmtoff member of struct tm 11 years ago
nanosleep.c reduce spurious inclusion of libc.h 8 years ago
strftime.c reduce spurious inclusion of libc.h 8 years ago
strptime.c fix strptime output for %C without %y 9 years ago
time.c overhaul internally-public declarations using wrapper headers 8 years ago
time_impl.h move declaration and apply hidden visibility to __utc string 8 years ago
timegm.c move declaration and apply hidden visibility to __utc string 8 years ago
timer_create.c always block signals for starting new threads, refactor start args 7 years ago
timer_delete.c for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo 7 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 overhaul internally-public declarations using wrapper headers 8 years ago
utime.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
wcsftime.c reduce spurious inclusion of libc.h 8 years ago