rename i386 exp.s to exp_ld.s
[oweals/musl.git] / src / multibyte /
2019-10-13 Rich Felkerfix aliasing-based undefined behavior in mbsrtowcs
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2017-09-01 Rich Felkerfix erroneous acceptance of f4 9x xx xx code sequences...
2017-08-31 Rich Felkerfix erroneous stop before input limit in mbsnrtowcs...
2016-06-21 Rich Felkerremove comments on copyright status from UTF-8 implemen...
2016-03-02 Michael Meeuwisseexplicitly include stdio.h to get EOF definition needed...
2015-07-25 Rich Felkerfix undefined left-shift of negative values in utf...
2015-06-16 Rich Felkerbyte-based C locale, phase 1: multibyte character handl...
2015-06-16 Rich Felkerfix btowc corner case
2015-04-22 Rich Felkerremove libc.h dependency from otherwise-independent...
2015-04-22 Rich Felkerremove cruft for libc struct accessor function and...
2014-12-18 Rich Felkerfix return value computation in one code path of wcsnrtombs
2014-11-15 Jens Gustedtimplement a private state for the uchar.h functions
2014-10-14 Rich Felkerimplement uchar.h (C11 UTF-16/32 conversion) interfaces
2014-07-01 Rich Felkerfix aliasing violations in mbtowc and mbrtowc
2014-06-02 Rich Felkerfix incorrect end pointer in some cases when wcsrtombs...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-09-27 Rich Felkerfix buffer overflow in mbsrtowcs
2013-06-29 Rich Felkerfix failure of mbsrtowcs to record stop position when...
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 v0.5.0