on x86_64 use long instead of long long for 64bit posix types
[musl] / src / multibyte /
2013-04-09 Rich Felkermbrtowc: do not leave mbstate_t in permanent-fail state...
2013-04-09 Rich Felkerimplement mbtowc directly, not as a wrapper for mbrtowc
2013-04-09 Rich Felkeroptimize mbrtowc
2013-04-09 Rich Felkerfix out-of-bounds access in UTF-8 decoding
2013-04-04 Rich Felkercleanup wcstombs
2013-04-04 Rich Felkercleanup mbstowcs wrapper
2013-04-04 Rich Felkerminor optimization to mbstowcs
2013-04-04 Rich Felkerfix incorrect range checks in wcsrtombs
2013-04-04 Rich Felkeroverhaul mbsrtowcs
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-05-26 Rich Felkerfix failure of mbsinit(0) (not UB; required to return...
2012-05-02 Rich Felkerfix longstanding exit logic bugs in mbsnrtowcs and...
2012-02-25 Rich Felkernew attempt at working around the gcc 3 visibility bug
2012-02-25 Rich Felkerremove useless attribute visibility from definitions
2012-02-24 Rich Felkercleanup and work around visibility bug in gcc 3 that...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-27 Rich Felkercleanup utf-8 multibyte code, use visibility if possible
2011-02-21 Rich Felkerremove sample utf-8 code that's not part of the standar...
2011-02-14 Rich Felkercleanup multibyte stuff to remove ugly casts, sanitize...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0