summaryrefslogtreecommitdiff
path: root/lib/libc/locale/mbsrtowcs.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-5/+15
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-42/+1
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-131-2/+10
* Reduce overhead by calling internal versions of the multibyte conversionTim J. Robbins2004-05-121-2/+3
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-061-4/+7
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte characterTim J. Robbins2002-08-181-0/+74