musl/src/multibyte
Rich Felker 78e79d9d50 new attempt at working around the gcc 3 visibility bug
since gcc is failing to generate the necessary ".hidden" directive in
the output asm, generate it explicitly with an __asm__ statement...
2012-02-24 20:07:21 -05: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 initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mbsnrtowcs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05: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 initial check-in, version 0.5.0 2011-02-12 00:22:29 -05: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