aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/mbstowcs.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a local variable and use it instead of passed in parameterRoman Divacky2009-01-151-1/+3
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-1/+2
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-131-1/+2
* Begin in the initial shift state in mbstowcs() and wcstombs().Tim J. Robbins2004-04-071-1/+3
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-061-8/+3
* Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()Tim J. Robbins2003-08-071-56/+12
* Add a missing return statement for the pwcs == NULL case (XSI extension).Tim J. Robbins2002-11-091-0/+1
* Style sweep.Tim J. Robbins2002-10-271-8/+7
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andTim J. Robbins2002-09-011-2/+2
* Implement the XSI extension which allows the destination string to beTim J. Robbins2002-08-311-2/+23
* Split ansi.c into a separate source file for each function.Tim J. Robbins2002-08-311-0/+67