Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More wide character string function man page improvements based on feedback | 2015-03-22 | 1 | -6/+4 | |
| | | | | by Kaspars Bankovskis. ok jmc@ | ||||
* | better wording, from andre smagin; ok stsp | 2015-03-19 | 1 | -4/+4 | |
| | |||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | observe the following spelling: | 2010-09-10 | 1 | -5/+5 | |
| | | | | | | | | | - 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; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | fix prototype of wcstombs; from TAKAHASHI Tamotsu | 2006-07-04 | 1 | -2/+2 | |
| | |||||
* | major abi changes: | 2005-05-11 | 1 | -0/+132 | |
* 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 |