aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wctob.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-2/+13
* Reduce overhead by calling internal versions of the multibyte conversionTim J. Robbins2004-05-121-1/+2
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-061-8/+4
* Implement btowc() in terms of mbrtowc() instead of sgetrune(), andTim J. Robbins2003-08-071-5/+12
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.Tim J. Robbins2002-08-031-0/+41