summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcrtomb.c
Commit message (Expand)AuthorAgeFilesLines
* Move prototypes of various encoding-related functions into a new headertjr2004-05-121-2/+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-28/+1
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-011-2/+16
* When called with s == NULL, behave as if wc == L'\0' as required by thetjr2003-04-101-1/+3
* Use an internal buffer for the result when the first argument is NULL.tjr2002-10-251-0/+4
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-1/+1
* Implement the ISO C90 Amd.1 restartable wide and multibyte charactertjr2002-08-181-0/+46
OpenPOWER on IntegriCloud