Age | Commit message (Expand) | Author |
2016-09-07 | Trivial cleanup: Pass pointers of the correct types to the private | Ingo Schwarze |
2016-09-07 | trivial cleanup: delete inline attribute on static function, | Ingo Schwarze |
2016-09-07 | trivial cleanup: | Ingo Schwarze |
2016-09-05 | Delete some abstraction that we don't and won't need. | Ingo Schwarze |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-10-13 | Tighten the ranges in wcrtomb(3). | Anthony J. Bentley |
2015-10-12 | Make wcrtomb() more readable by weeding out range errors up front, | Ingo Schwarze |
2015-10-10 | Code points U+10000 to U+fffff are valid, too. | Ingo Schwarze |
2015-09-26 | correct a range problem in citrus-utf8 version of wcrtomb(3), in order to match | Sebastien Marie |
2015-09-05 | off-by-one for the previous patch. the limit is inclusive: 0x10ffff is a vali... | Sebastien Marie |
2015-09-05 | check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629. | Sebastien Marie |
2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | Philip Guenther |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-05-03 | Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalid | Stefan Sperling |
2013-05-03 | Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale. | Stefan Sperling |
2013-03-07 | Fix return value of wcrtomb() in single-byte locales if the s argument is NULL. | Stefan Sperling |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky |
2011-04-21 | Don't use 'n' for the length of multibyte chars, because it is the length | YASUOKA Masahiko |
2010-08-05 | The UTF-8 decoder should not accept byte sequences which decode to unicode | Stefan Sperling |
2010-08-03 | When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs() | Stefan Sperling |
2010-08-01 | add missing header needed by strcmp() | Charles Longeau |
2010-07-29 | Remove stray newline, fix $OpenBSD$; ok deraadt | Stefan Sperling |
2010-07-27 | Replace the single-byte placeholders for the multi-byte/wide-character | Stefan Sperling |
2005-08-07 | commit LC_CTYPE files from NetBSD/citrus, not yet linked in. | Marc Espie |