summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wctomb.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-4/+14
* Remove unnecessary #include directives.tjr2004-07-291-3/+0
* Remove useless checks for characters longer than INT_MAX bytes.tjr2004-07-291-4/+0
* Reduce overhead by calling internal versions of the multibyte conversiontjr2004-05-121-1/+2
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-061-11/+7
* Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().tjr2003-08-071-29/+22
* Style sweep.tjr2002-10-271-7/+6
* Set errno to EILSEQ when invalid multibyte sequences are detectedtjr2002-09-031-1/+6
* Split ansi.c into a separate source file for each function.tjr2002-08-311-0/+62
OpenPOWER on IntegriCloud