Age | Commit message (Expand) | Author | Files | Lines |
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 |