semtimedop: add time64 syscall support, decouple 32-bit time_t
[musl] / src / time /
2019-07-28 Rich Felkerclock_nanosleep: add time64 syscall support, decouple...
2019-07-27 Rich Felkerrefactor thrd_sleep and nanosleep in terms of clock_nan...
2019-02-16 Rich Felkeralways block signals for starting new threads, refactor...
2019-02-15 Rich Felkerfor SIGEV_THREAD timer threads, replace signal handler...
2019-01-21 Rich Felkerfix call to __pthread_tsd_run_dtors with too many arguments
2018-10-23 Rich Felkerdon't omit setting errno in internal __map_file function
2018-09-15 Benjamin Petersonalways reset DST rules during tzset
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove declaration and apply hidden visibility to __utc...
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkerapply hidden visibility to internal time[zone] implemen...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermove declarations of tls setup/access functions to...
2018-09-12 Rich Felkermove __strftime_fmt_1 declaration to time_impl.h
2018-09-12 Rich Felkermove __tm_to_tzname declaration to time_impl.h with...
2018-09-12 Rich Felkerfix type-mismatched declarations of __nl_langinfo_l...
2018-09-12 Rich Felkeruse idiomatic weak alias approach for defining asctime_r
2018-09-12 Rich Felkermove and deduplicate declarations of __vdsosym to make...
2018-08-27 A. Wilcoxtime: fix incorrect DST offset when using POSIX timezon...
2018-08-08 Rich Felkerfix sign of strftime %z output with offsets <1 hour...
2018-06-26 Daniel Sabogalstrftime: fix underlying format string in %z format
2018-04-07 Samuel Hollandimplement wcsftime padding specifier extensions
2018-02-06 Rich Felkeradjust strftime + modifier to match apparent intent...
2018-02-05 Rich Felkerfix strftime field widths with %F format and zero year
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-12-15 Natanael Copause the name UTC instead of GMT for UTC timezone
2017-12-11 Timo Teräsimplement strftime padding specifier extensions
2017-11-10 Rich Felkerfix mismatched type of __pthread_tsd_run_dtors weak...
2017-06-21 Rich Felkerhandle errors from localtime_r in ctime_r
2017-06-15 Rich Felkerhandle localtime errors in ctime
2017-06-14 A. Wilcoxgetdate: correctly specify error number
2017-03-21 Julien Ramseierfix strptime output for %C without %y
2017-03-21 Julien Ramseierfix processing of strptime %p format
2017-03-21 Julien Ramseierfix off-by-one in strptime %j
2017-03-16 Rich Felkerfix POSIX-format TZ dst transition times for southern...
2017-01-02 Rich Felkerfix strftime %y for negative years
2016-11-07 Daniel Sabogalfix integer overflow of tm_year in __secs_to_tm
2016-11-07 Hannu Nymanfix parsing of quoted time zone names
2016-10-20 Rich Felkerfix gratuitous undefined behavior in strptime
2016-10-20 Daniel Sabogalfix clock_nanosleep error case
2016-10-06 Szabolcs Nagyfix strftime %y for negative tm_year
2016-07-07 Rich Felkerfix asctime day/month names not to vary by locale
2016-01-27 Rich Felkerimprove clock_gettime and adapt it to support slightly...
2015-10-14 Rich Felkerfix strftime handling of out-of-range struct tm fields
2015-10-08 Rich Felkerfix integer overflows in time_t/struct tm conversion...
2015-09-24 Szabolcs Nagyavoid reading uninitialized memory in __map_file
2015-08-14 Natanael Copamatch historical behavior for tm_gmtoff member of struct tm
2015-07-06 Rich Felkertreat empty TZ environment variable as GMT rather than...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-10-10 Rich Felkerfix handling of negative offsets in timezone spec strings
2014-09-06 Rich Felkeradd C11 timespec_get function, with associated time...
2014-07-03 Rich Felkerproperly pass current locale to *_l functions when...
2014-06-07 Rich Felkeruse default timezone from /etc/localtime if $TZ is...
2014-06-06 Timo Teräsimplement %y and %C specifiers in strptime
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-05-20 Rich Felkerfix unhandled cases in strptime
2014-05-08 Szabolcs Nagyfix strftime %s not to zero pad with default width=2
2014-04-23 Rich Felkerperform minimal sanity checks on zoneinfo files loaded...
2014-04-22 Timo Teräsdo not try to interpret implementation specific strings...
2014-04-21 Rich Felkerallow zoneinfo-path-relative filenames with no slashes...
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-15 Rich Felkerfix fallback code for old kernels in clock_gettime
2014-01-07 Rich Felkereliminate explicit (long) casts when making syscalls
2013-12-19 Rich Felkerfix hangs in localtime for near-overflowing time_t...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-27 Rich Felkerfix off-by-one length failure in strftime/wcsftime...
2013-11-09 Rich Felkerremove O_NOFOLLOW from __map_file used for time zone...
2013-11-09 Rich Felkerfix handling of overly-long TZ environment variable...
2013-11-04 rofl0rtimezone parser: fix iteration over search dir paths
2013-11-04 rofl0rtimezone parser: fix offset to transition table in...
2013-11-04 rofl0rfix timezone parser code crashing on 64bit sys
2013-10-25 Rich Felkeradd legacy ftime function and sys/timeb.h
2013-08-25 Rich Felkeradd the %s (seconds since the epoch) format to strftime
2013-08-24 Rich Felkerfix strftime regression in %e format
2013-08-24 Rich Felkerproperly fill in tzname[] for old (pre-64-bit-format...
2013-08-24 Rich Felkerminor fix to tz name checking
2013-08-24 Rich Felkerfix strftime handling of time zone data
2013-08-24 Rich Felkerfix mishandling of empty or blank TZ environment variable
2013-08-23 Rich Felkerfix missing string.h in strftime.c (needed by new strft...
2013-08-23 Rich Felkeradd strftime and wcsftime field widths
2013-08-22 Rich Felkersimplify strftime and fix integer overflows
2013-08-22 Rich Felkerstrftime cleanup: avoid recomputing strlen when it...
2013-08-22 Rich Felkermore strftime refactoring
2013-08-22 Rich Felkerbegin refactoring strftime to make adding field widths...
2013-08-03 Rich Felkerhave new timer threads unblock their own SIGTIMER
2013-08-03 Rich Felkeradd system for resetting TLS to initial values
2013-08-03 Rich Felkerfix multiple bugs in SIGEV_THREAD timers
2013-08-02 Rich Felkeradd wcsftime_t alias
2013-07-28 Rich Felkerfix semantically incorrect use of LC_GLOBAL_LOCALE
2013-07-27 Rich Felkerreorder strftime to eliminate the incorrect indention...
2013-07-24 Rich Felkerrework langinfo code for ABI compat and for use by... master
2013-07-24 Rich Felkeradd __wcsftime_l symbol
2013-07-24 Rich Felkermove strftime_l into strftime.c and add __-prefixed...
2013-07-17 Rich Felkerfix error code on time conversion overflows
2013-07-17 Rich Felkerfix fd leak in file mapping code used in new zoneinfo...
2013-07-17 Rich Felkerthe big time handling overhaul
2013-06-28 Rich Felkerimplement week-based-year year numbers in strftime
2013-06-28 Rich Felkerfix breakage in last commit to strftime due to missing...
next