summaryrefslogtreecommitdiff
path: root/lib/libc/citrus
AgeCommit message (Expand)Author
2016-09-07Trivial cleanup: Pass pointers of the correct types to the privateIngo Schwarze
2016-09-07trivial cleanup: delete inline attribute on static function,Ingo Schwarze
2016-09-07trivial cleanup:Ingo Schwarze
2016-09-05Delete some abstraction that we don't and won't need.Ingo Schwarze
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-13Tighten the ranges in wcrtomb(3).Anthony J. Bentley
2015-10-12Make wcrtomb() more readable by weeding out range errors up front,Ingo Schwarze
2015-10-10Code points U+10000 to U+fffff are valid, too.Ingo Schwarze
2015-09-26correct a range problem in citrus-utf8 version of wcrtomb(3), in order to matchSebastien Marie
2015-09-05off-by-one for the previous patch. the limit is inclusive: 0x10ffff is a vali...Sebastien Marie
2015-09-05check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629.Sebastien Marie
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalPhilip Guenther
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