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