summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/mbtowc.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix STANDARDS: use the appropriate .St argument and add the informationschwarze2016-02-271-5/+8
| | | | that setting errno is required by POSIX, but not by ISO C.
* Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error.stsp2015-10-281-42/+54
| | | | | With input from jmc, zhuk, schwarze, and bentley. ok jmc zhuk bentley
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Add CAVEATS section documenting error handling caveats.stsp2010-11-201-2/+9
| | | | tweak and ok jmc, tedu
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* major abi changes:espie2005-05-111-0/+179
* 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