Age | Commit message (Expand) | Author | Files | Lines |
2017-09-01 | fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder | Rich Felker | 1 | -1/+1 |
2017-08-31 | fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs | Rich Felker | 2 | -2/+6 |
2016-06-21 | remove comments on copyright status from UTF-8 implementation files | Rich Felker | 13 | -78/+0 |
2016-03-02 | explicitly include stdio.h to get EOF definition needed by wctob | Michael Meeuwisse | 1 | -0/+1 |
2015-07-25 | fix undefined left-shift of negative values in utf-8 state table | Rich Felker | 1 | -1/+1 |
2015-06-16 | byte-based C locale, phase 1: multibyte character handling functions | Rich Felker | 7 | -3/+46 |
2015-06-16 | fix btowc corner case | Rich Felker | 1 | -0/+1 |
2015-04-22 | remove libc.h dependency from otherwise-independent multibyte code | Rich Felker | 1 | -2/+4 |
2015-04-22 | remove cruft for libc struct accessor function and broken visibility | Rich Felker | 1 | -4/+0 |
2014-12-18 | fix return value computation in one code path of wcsnrtombs | Rich Felker | 1 | -1/+1 |
2014-11-15 | implement a private state for the uchar.h functions | Jens Gustedt | 3 | -0/+6 |
2014-10-13 | implement uchar.h (C11 UTF-16/32 conversion) interfaces | Rich Felker | 4 | -0/+79 |
2014-07-01 | fix aliasing violations in mbtowc and mbrtowc | Rich Felker | 2 | -2/+4 |
2014-06-02 | fix incorrect end pointer in some cases when wcsrtombs stops early | Rich Felker | 1 | -7/+15 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 13 | -51/+3 |
2013-09-27 | fix buffer overflow in mbsrtowcs | Rich Felker | 1 | -1/+1 |
2013-06-29 | fix failure of mbsrtowcs to record stop position when dest is full | Rich Felker | 1 | -1/+4 |
2013-04-08 | mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ | Rich Felker | 1 | -1/+1 |
2013-04-08 | implement mbtowc directly, not as a wrapper for mbrtowc | Rich Felker | 1 | -5/+39 |
2013-04-08 | optimize mbrtowc | Rich Felker | 1 | -3/+2 |
2013-04-08 | fix out-of-bounds access in UTF-8 decoding | Rich Felker | 1 | -1/+1 |
2013-04-04 | cleanup wcstombs | Rich Felker | 1 | -12/+1 |
2013-04-04 | cleanup mbstowcs wrapper | Rich Felker | 1 | -10/+0 |
2013-04-04 | minor optimization to mbstowcs | Rich Felker | 1 | -2/+1 |
2013-04-04 | fix incorrect range checks in wcsrtombs | Rich Felker | 1 | -3/+3 |
2013-04-04 | overhaul mbsrtowcs | Rich Felker | 1 | -69/+64 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 10 | -11/+12 |
2012-05-26 | fix failure of mbsinit(0) (not UB; required to return nonzero) | Rich Felker | 1 | -1/+1 |
2012-05-02 | fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs | Rich Felker | 2 | -4/+9 |
2012-02-24 | new attempt at working around the gcc 3 visibility bug | Rich Felker | 1 | -0/+4 |
2012-02-24 | remove useless attribute visibility from definitions | Rich Felker | 1 | -1/+1 |
2012-02-23 | cleanup and work around visibility bug in gcc 3 that affects x86_64 | Rich Felker | 2 | -6/+4 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 1 | -1/+1 |
2011-02-27 | cleanup utf-8 multibyte code, use visibility if possible | Rich Felker | 3 | -84/+5 |
2011-02-21 | remove sample utf-8 code that's not part of the standard library | Rich Felker | 1 | -47/+0 |
2011-02-13 | cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts | Rich Felker | 3 | -27/+27 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 18 | -0/+694 |