summaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcsftime.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-071-7/+8
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.Tim J. Robbins2003-10-311-8/+7
* Use the heap instead of the stack to store temporary multibyte stringTim J. Robbins2002-09-151-10/+28
* Add an implementation of wcsftime() (wide character version of strftime()).Tim J. Robbins2002-09-111-0/+87