aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcsftime.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-251-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-6/+20
* Change dstp to be const and remove bogus cast.Roman Divacky2009-01-151-2/+3
* Introduce a local variable and use it instead of passed in parameterRoman Divacky2009-01-151-2/+4
* 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