summaryrefslogtreecommitdiff
path: root/lib/libc/citrus
AgeCommit message (Expand)Author
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2014-05-03Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalidStefan Sperling
2013-05-03Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.Stefan Sperling
2013-03-07Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.Stefan Sperling
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
2011-04-21Don't use 'n' for the length of multibyte chars, because it is the lengthYASUOKA Masahiko
2010-08-05The UTF-8 decoder should not accept byte sequences which decode to unicodeStefan Sperling
2010-08-03When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs()Stefan Sperling
2010-08-01add missing header needed by strcmp()Charles Longeau
2010-07-29Remove stray newline, fix $OpenBSD$; ok deraadtStefan Sperling
2010-07-27Replace the single-byte placeholders for the multi-byte/wide-characterStefan Sperling
2005-08-07commit LC_CTYPE files from NetBSD/citrus, not yet linked in.Marc Espie