properly pass current locale to *_l functions when used internally
[musl] / src / time / strftime.c
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