about summary refs log tree commit diff
path: root/src/time/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker2013-07-281-1/+1
* reorder strftime to eliminate the incorrect indention levelRich Felker2013-07-271-5/+5
* rework langinfo code for ABI compat and for use by time codeRich Felker2013-07-241-4/+4
* move strftime_l into strftime.c and add __-prefixed versionRich Felker2013-07-241-1/+10
* the big time handling overhaulRich Felker2013-07-171-6/+2
* implement week-based-year year numbers in strftimeRich Felker2013-06-281-27/+34
* fix breakage in last commit to strftime due to missing INT_MAXRich Felker2013-06-281-0/+1
* implement week numbers and half of the week-based-year logic for strftimeRich Felker2013-06-281-3/+38
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+172