summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/mbrlen.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce overhead by calling internal versions of the multibyte conversiontjr2004-05-121-1/+2
| | | | functions directly wherever possible.
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-061-3/+6
| | | | | taking shortcuts when it comes to storing and passing around conversion states.
* 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/+37
manipulation functions mbrlen(), mbrtowc(), mbsinit(), mbsrtowcs(), wcrtomb(), wcsrtombs().
OpenPOWER on IntegriCloud