summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/mbsrtowcs.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document mbsnrtowcs() and wcsnrtombs().matthew2012-06-071-54/+67
| | | | ok jmc
* observe the following spelling:jmc2010-09-101-6/+6
| | | | | | | | | - wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* major abi changes:espie2005-05-111-0/+185
* introduce the mbstate_t typedef. impacts gnu libiconv, which has already been taken care of. * Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with an external variable __mb_cur_max (impacts libX11 and various ports). * use mbstate in all the mb <-> wchar functions with state. * add a stub iswctype function allowing some ports to compile. bash and gdiff are missing wcscoll, and need to be told there's no i18n until this is fixed. Discussed and matthieu, otto, millert, kettenis, deraadt. Major libc bump