musl/src/multibyte
Rich Felker 6436b371af fix failure of mbsinit(0) (not UB; required to return nonzero)
issue reported by Richard Pennington; slightly simpler fix applied
2012-05-26 18:02:45 -04:00
..
btowc.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
internal.c new attempt at working around the gcc 3 visibility bug 2012-02-24 20:07:21 -05:00
internal.h cleanup and work around visibility bug in gcc 3 that affects x86_64 2012-02-23 21:24:56 -05:00
mblen.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mbrlen.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mbrtowc.c fix all implicit conversion between signed/unsigned pointers 2011-03-25 16:34:03 -04:00
mbsinit.c fix failure of mbsinit(0) (not UB; required to return nonzero) 2012-05-26 18:02:45 -04:00
mbsnrtowcs.c fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs 2012-05-02 13:59:48 -04:00
mbsrtowcs.c cleanup utf-8 multibyte code, use visibility if possible 2011-02-27 00:28:59 -05:00
mbstowcs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mbtowc.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wcrtomb.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wcsnrtombs.c fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs 2012-05-02 13:59:48 -04:00
wcsrtombs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wcstombs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wctob.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wctomb.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00