summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcsftime.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-6/+20
* Change dstp to be const and remove bogus cast.rdivacky2009-01-151-2/+3
* Introduce a local variable and use it instead of passed in parameterrdivacky2009-01-151-2/+4
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-071-7/+8
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-311-8/+7
* Use the heap instead of the stack to store temporary multibyte stringtjr2002-09-151-10/+28
* Add an implementation of wcsftime() (wide character version of strftime()).tjr2002-09-111-0/+87
OpenPOWER on IntegriCloud