summaryrefslogtreecommitdiff
path: root/src/time/wcsftime.c
AgeCommit message (Expand)AuthorLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2013-11-26fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker-6/+8
2013-08-22add strftime and wcsftime field widthsRich Felker-21/+49
2013-08-02add wcsftime_t aliasRich Felker-0/+3
2013-07-28fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker-1/+1
2013-07-24add __wcsftime_l symbolRich Felker-3/+9
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-02-28implement wcsftime functionRich Felker-0/+32