summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcsrtombs.3
Commit message (Collapse)AuthorAgeFilesLines
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-211-4/+27
| | | | | | | convenient when the source string isn't null-terminated. Implement the other conversion functions (mbstowcs(), mbsrtowcs(), wcstombs(), wcsrtombs()) in terms of these new functions.
* Update manual pages for change to C99 mbrtowc() semantics.tjr2004-04-081-5/+6
|
* mdoc(7) police: sweep.ru2002-11-291-10/+12
|
* 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/+108
manipulation functions mbrlen(), mbrtowc(), mbsinit(), mbsrtowcs(), wcrtomb(), wcsrtombs().
OpenPOWER on IntegriCloud