summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/mbrtowc.c
Commit message (Expand)AuthorAgeFilesLines
* Move prototypes of various encoding-related functions into a new headertjr2004-05-121-3/+1
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-061-0/+3
* Remove support for emulating mbrtowc() and wcrtomb() in terms of thetjr2004-04-041-50/+1
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-011-3/+18
* Don't check whether the first byte of the buffer is a null byte whentjr2002-11-101-7/+1
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte charactertjr2002-08-181-0/+81
OpenPOWER on IntegriCloud