dns response handling: ignore presence of wrong-type RRs
[musl] / src / time / strftime.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
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-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-02-06 Rich Felkeradjust strftime + modifier to match apparent intent...
2018-02-05 Rich Felkerfix strftime field widths with %F format and zero year
2017-12-11 Timo Teräsimplement strftime padding specifier extensions
2017-01-02 Rich Felkerfix strftime %y for negative years
2016-10-06 Szabolcs Nagyfix strftime %y for negative tm_year
2015-10-14 Rich Felkerfix strftime handling of out-of-range struct tm fields
2015-08-14 Natanael Copamatch historical behavior for tm_gmtoff member of struct tm
2014-07-03 Rich Felkerproperly pass current locale to *_l functions when...
2014-05-08 Szabolcs Nagyfix strftime %s not to zero pad with default width=2
2013-11-27 Rich Felkerfix off-by-one length failure in strftime/wcsftime...
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 Felkerfix strftime handling of time zone data
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-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 Felkermove strftime_l into strftime.c and add __-prefixed...
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...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0