summaryrefslogtreecommitdiffstats
path: root/lib/libc/citrus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalidstsp2014-05-031-3/+2
* Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.stsp2013-05-032-4/+5
* Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.stsp2013-03-071-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-053-6/+3
* Add support for mbsnrtowcs() and wcsnrtombs() to libc.matthew2012-06-063-169/+172
* Don't use 'n' for the length of multibyte chars, because it is the lengthyasuoka2011-04-211-2/+3
* The UTF-8 decoder should not accept byte sequences which decode to unicodestsp2010-08-051-1/+9
* When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs()stsp2010-08-031-15/+9
* add missing header needed by strcmp()chl2010-08-012-2/+6
* Remove stray newline, fix $OpenBSD$; ok deraadtstsp2010-07-292-3/+2
* Replace the single-byte placeholders for the multi-byte/wide-characterstsp2010-07-278-6/+765
* commit LC_CTYPE files from NetBSD/citrus, not yet linked in.espie2005-08-072-0/+72