summaryrefslogtreecommitdiff
path: root/src/time/wcsftime.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-07implement wcsftime padding specifier extensionsSamuel Holland1-3/+5
2014-07-02properly pass current locale to *_l functions when used internallyRich Felker1-1/+2
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-1/+0
2013-11-26fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker1-6/+8
2013-08-22add strftime and wcsftime field widthsRich Felker1-21/+49
2013-08-02add wcsftime_t aliasRich Felker1-0/+3
2013-07-28fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker1-1/+1
2013-07-24add __wcsftime_l symbolRich Felker1-3/+9
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2012-02-28implement wcsftime functionRich Felker1-0/+32