Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-05-26 | fix failure of mbsinit(0) (not UB; required to return nonzero) | Rich Felker | -1/+1 |
2012-05-02 | fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs | Rich Felker | -4/+9 |
2012-02-24 | new attempt at working around the gcc 3 visibility bug | Rich Felker | -0/+4 |
2012-02-24 | remove useless attribute visibility from definitions | Rich Felker | -1/+1 |
2012-02-23 | cleanup and work around visibility bug in gcc 3 that affects x86_64 | Rich Felker | -6/+4 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | -1/+1 |
2011-02-27 | cleanup utf-8 multibyte code, use visibility if possible | Rich Felker | -84/+5 |
2011-02-21 | remove sample utf-8 code that's not part of the standard library | Rich Felker | -47/+0 |
2011-02-13 | cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts | Rich Felker | -27/+27 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+694 |