summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/mbtowc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #include directives.tjr2004-07-291-3/+0
* Remove useless checks for characters longer than INT_MAX bytes.tjr2004-07-291-4/+0
* Reduce overhead by calling internal versions of the multibyte conversiontjr2004-05-121-1/+2
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-061-8/+7
* Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().tjr2003-08-071-24/+20
* Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0)tjr2002-10-281-4/+3
* Style sweep.tjr2002-10-271-8/+6
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-2/+2
* Set errno to EILSEQ when invalid multibyte sequences are detectedtjr2002-09-031-1/+4
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andtjr2002-09-011-2/+2
* Split ansi.c into a separate source file for each function.tjr2002-08-311-0/+61
OpenPOWER on IntegriCloud