summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/mbstowcs.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-211-1/+2
* Allow encoding modules to override the default implementations oftjr2004-05-131-1/+2
* Begin in the initial shift state in mbstowcs() and wcstombs().tjr2004-04-071-1/+3
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-061-8/+3
* Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()tjr2003-08-071-56/+12
* Add a missing return statement for the pwcs == NULL case (XSI extension).tjr2002-11-091-0/+1
* Style sweep.tjr2002-10-271-8/+7
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-2/+2
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andtjr2002-09-011-2/+2
* Implement the XSI extension which allows the destination string to betjr2002-08-311-2/+23
* Split ansi.c into a separate source file for each function.tjr2002-08-311-0/+67
OpenPOWER on IntegriCloud