summaryrefslogtreecommitdiff
path: root/src/time/wcsftime.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12move __strftime_fmt_1 declaration to time_impl.hRich Felker-2/+1
2018-04-07implement wcsftime padding specifier extensionsSamuel Holland-3/+5
2014-07-02properly pass current locale to *_l functions when used internallyRich Felker-1/+2
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