summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wctob.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce overhead by calling internal versions of the multibyte conversiontjr2004-05-121-1/+2
| | | | functions directly wherever possible.
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-061-8/+4
| | | | | taking shortcuts when it comes to storing and passing around conversion states.
* Implement btowc() in terms of mbrtowc() instead of sgetrune(), andtjr2003-08-071-5/+12
| | | | | | | | | wctob() in terms of wcrtomb() instead of sputrune(). There should be no functional differences, but there may be a small performance hit because we make an extra function call. The aim here is to have as few functions as possible calling s{get,put}rune() to make it easier to remove them in the future.
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.tjr2002-08-031-0/+41
OpenPOWER on IntegriCloud