setvbuf: minor comment typo fix
[oweals/musl.git] / src / time /
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...
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...
2013-06-28 Rich Felkerimplement week numbers and half of the week-based-year...
2013-06-08 Rich Felkersupport cputime clocks for processes/threads other...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-23 Rich Felkerfix overflow behavior of clock() function
2013-05-05 Rich Felkerfix incorrect clock tick scaling in fallback case of...
2013-05-05 Rich Felkerdo not interpret errors in return value of times()...
2013-04-06 Rich Felkersilence nonsensical warnings in timer_create
2013-04-02 rofl0r__time_to_tm: initialize tm_zone and tm_gmtoff
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-02-02 rofl0rmake some arrays const
2013-01-26 Rich Felkerfix tm_to_time logic for number of days in november
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-09-29 Rich Felkermore close-on-exec fixes, mostly using new "e" flag...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-06-13 Rich Felkeradd timegm function (inverse of gmtime), nonstandard
2012-05-24 Rich Felkerlinux deprecated SYS_utime on some archs, so use SYS_ut...
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-03-02 Rich Felkerremove debug cruft that was left in getdate
2012-03-02 Rich Felkerfirst try at implementing getdate function
next