2020-03-21 |
Samuel Holland | fix parsing offsets after long timezone names |
tree | commitdiff |
2020-03-21 |
Samuel Holland | avoid out-of-bounds read for invalid quoted timezone |
tree | commitdiff |
2020-02-12 |
Rich Felker | fix remaining direct use of stat syscalls outside fstatat.c |
tree | commitdiff |
2019-09-26 |
Rich Felker | fix data race in timer_create with SIGEV_THREAD notific... |
tree | commitdiff |
2019-08-08 |
Rich Felker | in clock_getres, check for null pointer before storing... |
tree | commitdiff |
2019-08-08 |
Rich Felker | remove spurious null check in clock_settime |
tree | commitdiff |
2019-08-05 |
Rich Felker | fix regression in clock_gettime on 32-bit archs without... |
tree | commitdiff |
2019-08-02 |
Rich Felker | clock_gettime: add support for 32-bit vdso with 64... |
tree | commitdiff |
2019-08-02 |
Rich Felker | clock_gettime: add time64 syscall support, decouple... |
tree | commitdiff |
2019-07-29 |
Rich Felker | clock_getres: don't assume time_t is 32-bit on 32-bit... |
tree | commitdiff |
2019-07-29 |
Rich Felker | timer_gettime: add time64 syscall support, decouple... |
tree | commitdiff |
2019-07-29 |
Rich Felker | clock_settime: add time64 syscall support, decouple... |
tree | commitdiff |
2019-07-29 |
Rich Felker | timer_settime: add support for time64 syscall, decouple... |
tree | commitdiff |
2019-07-28 |
Rich Felker | clock_nanosleep: add time64 syscall support, decouple... |
tree | commitdiff |
2019-07-27 |
Rich Felker | refactor thrd_sleep and nanosleep in terms of clock_nan... |
tree | commitdiff |
2019-02-16 |
Rich Felker | always block signals for starting new threads, refactor... |
tree | commitdiff |
2019-02-15 |
Rich Felker | for SIGEV_THREAD timer threads, replace signal handler... |
tree | commitdiff |
2019-01-21 |
Rich Felker | fix call to __pthread_tsd_run_dtors with too many arguments |
tree | commitdiff |
2018-10-23 |
Rich Felker | don't omit setting errno in internal __map_file function |
tree | commitdiff |
2018-09-15 |
Benjamin Peterson | always reset DST rules during tzset |
tree | commitdiff |
2018-09-12 |
Rich Felker | split internal lock API out of libc.h, creating lock.h |
tree | commitdiff |
2018-09-12 |
Rich Felker | reduce spurious inclusion of libc.h |
tree | commitdiff |
2018-09-12 |
Rich Felker | move declaration and apply hidden visibility to __utc... |
tree | commitdiff |
2018-09-12 |
Rich Felker | remove or make static various unused __-prefixed symbols |
tree | commitdiff |
2018-09-12 |
Rich Felker | apply hidden visibility to internal time[zone] implemen... |
tree | commitdiff |
2018-09-12 |
Rich Felker | overhaul internally-public declarations using wrapper... |
tree | commitdiff |
2018-09-12 |
Rich Felker | move declarations of tls setup/access functions to... |
tree | commitdiff |
2018-09-12 |
Rich Felker | move __strftime_fmt_1 declaration to time_impl.h |
tree | commitdiff |
2018-09-12 |
Rich Felker | move __tm_to_tzname declaration to time_impl.h with... |
tree | commitdiff |
2018-09-12 |
Rich Felker | fix type-mismatched declarations of __nl_langinfo_l... |
tree | commitdiff |
2018-09-12 |
Rich Felker | use idiomatic weak alias approach for defining asctime_r |
tree | commitdiff |
2018-09-12 |
Rich Felker | move and deduplicate declarations of __vdsosym to make... |
tree | commitdiff |
2018-08-27 |
A. Wilcox | time: fix incorrect DST offset when using POSIX timezon... |
tree | commitdiff |
2018-08-08 |
Rich Felker | fix sign of strftime %z output with offsets <1 hour... |
tree | commitdiff |
2018-06-26 |
Daniel Sabogal | strftime: fix underlying format string in %z format |
tree | commitdiff |
2018-04-07 |
Samuel Holland | implement wcsftime padding specifier extensions |
tree | commitdiff |
2018-02-06 |
Rich Felker | adjust strftime + modifier to match apparent intent... |
tree | commitdiff |
2018-02-05 |
Rich Felker | fix strftime field widths with %F format and zero year |
tree | commitdiff |
2018-01-09 |
Jens Gustedt | revise the definition of multiple basic locks in the... |
tree | commitdiff |
2017-12-15 |
Natanael Copa | use the name UTC instead of GMT for UTC timezone |
tree | commitdiff |
2017-12-11 |
Timo Teräs | implement strftime padding specifier extensions |
tree | commitdiff |
2017-11-10 |
Rich Felker | fix mismatched type of __pthread_tsd_run_dtors weak... |
tree | commitdiff |
2017-06-21 |
Rich Felker | handle errors from localtime_r in ctime_r |
tree | commitdiff |
2017-06-15 |
Rich Felker | handle localtime errors in ctime |
tree | commitdiff |
2017-06-14 |
A. Wilcox | getdate: correctly specify error number |
tree | commitdiff |
2017-03-21 |
Julien Ramseier | fix strptime output for %C without %y |
tree | commitdiff |
2017-03-21 |
Julien Ramseier | fix processing of strptime %p format |
tree | commitdiff |
2017-03-21 |
Julien Ramseier | fix off-by-one in strptime %j |
tree | commitdiff |
2017-03-16 |
Rich Felker | fix POSIX-format TZ dst transition times for southern... |
tree | commitdiff |
2017-01-02 |
Rich Felker | fix strftime %y for negative years |
tree | commitdiff |
2016-11-07 |
Daniel Sabogal | fix integer overflow of tm_year in __secs_to_tm |
tree | commitdiff |
2016-11-07 |
Hannu Nyman | fix parsing of quoted time zone names |
tree | commitdiff |
2016-10-20 |
Rich Felker | fix gratuitous undefined behavior in strptime |
tree | commitdiff |
2016-10-20 |
Daniel Sabogal | fix clock_nanosleep error case |
tree | commitdiff |
2016-10-06 |
Szabolcs Nagy | fix strftime %y for negative tm_year |
tree | commitdiff |
2016-07-07 |
Rich Felker | fix asctime day/month names not to vary by locale |
tree | commitdiff |
2016-01-27 |
Rich Felker | improve clock_gettime and adapt it to support slightly... |
tree | commitdiff |
2015-10-14 |
Rich Felker | fix strftime handling of out-of-range struct tm fields |
tree | commitdiff |
2015-10-08 |
Rich Felker | fix integer overflows in time_t/struct tm conversion... |
tree | commitdiff |
2015-09-24 |
Szabolcs Nagy | avoid reading uninitialized memory in __map_file |
tree | commitdiff |
2015-08-14 |
Natanael Copa | match historical behavior for tm_gmtoff member of struct tm |
tree | commitdiff |
2015-07-06 |
Rich Felker | treat empty TZ environment variable as GMT rather than... |
tree | commitdiff |
2015-03-04 |
Rich Felker | make all objects used with atomic operations volatile |
tree | commitdiff |
2014-10-10 |
Rich Felker | fix handling of negative offsets in timezone spec strings |
tree | commitdiff |
2014-09-06 |
Rich Felker | add C11 timespec_get function, with associated time... |
tree | commitdiff |
2014-07-03 |
Rich Felker | properly pass current locale to *_l functions when... |
tree | commitdiff |
2014-06-07 |
Rich Felker | use default timezone from /etc/localtime if $TZ is... |
tree | commitdiff |
2014-06-06 |
Timo Teräs | implement %y and %C specifiers in strptime |
tree | commitdiff |
2014-05-30 |
Rich Felker | support linux kernel apis (new archs) with old syscalls... |
tree | commitdiff |
2014-05-25 |
Rich Felker | support kernels with no SYS_open syscall, only SYS_openat |
tree | commitdiff |
2014-05-20 |
Rich Felker | fix unhandled cases in strptime |
tree | commitdiff |
2014-05-08 |
Szabolcs Nagy | fix strftime %s not to zero pad with default width=2 |
tree | commitdiff |
2014-04-23 |
Rich Felker | perform minimal sanity checks on zoneinfo files loaded... |
tree | commitdiff |
2014-04-22 |
Timo Teräs | do not try to interpret implementation specific strings... |
tree | commitdiff |
2014-04-21 |
Rich Felker | allow zoneinfo-path-relative filenames with no slashes... |
tree | commitdiff |
2014-04-16 |
Rich Felker | add working vdso clock_gettime support, including stati... |
tree | commitdiff |
2014-04-15 |
Rich Felker | fix fallback code for old kernels in clock_gettime |
tree | commitdiff |
2014-01-07 |
Rich Felker | eliminate explicit (long) casts when making syscalls |
tree | commitdiff |
2013-12-19 |
Rich Felker | fix hangs in localtime for near-overflowing time_t... |
tree | commitdiff |
2013-12-12 |
Szabolcs Nagy | include cleanups: remove unused headers and add feature... |
tree | commitdiff |
2013-11-27 |
Rich Felker | fix off-by-one length failure in strftime/wcsftime... |
tree | commitdiff |
2013-11-09 |
Rich Felker | remove O_NOFOLLOW from __map_file used for time zone... |
tree | commitdiff |
2013-11-09 |
Rich Felker | fix handling of overly-long TZ environment variable... |
tree | commitdiff |
2013-11-04 |
rofl0r | timezone parser: fix iteration over search dir paths |
tree | commitdiff |
2013-11-04 |
rofl0r | timezone parser: fix offset to transition table in... |
tree | commitdiff |
2013-11-04 |
rofl0r | fix timezone parser code crashing on 64bit sys |
tree | commitdiff |
2013-10-25 |
Rich Felker | add legacy ftime function and sys/timeb.h |
tree | commitdiff |
2013-08-25 |
Rich Felker | add the %s (seconds since the epoch) format to strftime |
tree | commitdiff |
2013-08-24 |
Rich Felker | fix strftime regression in %e format |
tree | commitdiff |
2013-08-24 |
Rich Felker | properly fill in tzname[] for old (pre-64-bit-format... |
tree | commitdiff |
2013-08-24 |
Rich Felker | minor fix to tz name checking |
tree | commitdiff |
2013-08-24 |
Rich Felker | fix strftime handling of time zone data |
tree | commitdiff |
2013-08-24 |
Rich Felker | fix mishandling of empty or blank TZ environment variable |
tree | commitdiff |
2013-08-23 |
Rich Felker | fix missing string.h in strftime.c (needed by new strft... |
tree | commitdiff |
2013-08-23 |
Rich Felker | add strftime and wcsftime field widths |
tree | commitdiff |
2013-08-22 |
Rich Felker | simplify strftime and fix integer overflows |
tree | commitdiff |
2013-08-22 |
Rich Felker | strftime cleanup: avoid recomputing strlen when it... |
tree | commitdiff |
2013-08-22 |
Rich Felker | more strftime refactoring |
tree | commitdiff |
2013-08-22 |
Rich Felker | begin refactoring strftime to make adding field widths... |
tree | commitdiff |
2013-08-03 |
Rich Felker | have new timer threads unblock their own SIGTIMER |
tree | commitdiff |
next |