about summary refs log tree commit diff
path: root/src/time/wcsftime.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* move __strftime_fmt_1 declaration to time_impl.hRich Felker2018-09-121-2/+1
* implement wcsftime padding specifier extensionsSamuel Holland2018-04-071-3/+5
* properly pass current locale to *_l functions when used internallyRich Felker2014-07-021-1/+2
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker2013-11-261-6/+8
* add strftime and wcsftime field widthsRich Felker2013-08-221-21/+49
* add wcsftime_t aliasRich Felker2013-08-021-0/+3
* fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker2013-07-281-1/+1
* add __wcsftime_l symbolRich Felker2013-07-241-3/+9
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* implement wcsftime functionRich Felker2012-02-281-0/+32