zig/lib/libc/musl/src/locale
Isaac Freund f4131cf8a6
musl: update to 1.2.3
This was a bit trickier than it should be due to symbol conflicts with
zig's compiler-rt implementation. We attempt to use weak linkage in
our compiler-rt, but this does not seem to be working in all cases. I
manually disabled export of the problematic compiler-rt math functions
in order to cross compile musl's libc.so for all targets as input to
`tools/gen_stubs.zig`.

Other than that, this update went fairly smoothly. Quite a few
additional symbols were added to the blacklist in `tools/gen_stubs.zig`
due to recent reorganization of zig's compiler-rt.
2022-05-04 01:00:57 +02:00
..
__lctrans.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
__mo_lookup.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
big5.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
bind_textdomain_codeset.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
c_locale.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
catclose.c update musl src to v1.1.24 2019-10-17 11:55:43 -04:00
catgets.c update musl src to v1.1.24 2019-10-17 11:55:43 -04:00
catopen.c update musl src to v1.1.24 2019-10-17 11:55:43 -04:00
codepages.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
dcngettext.c musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
duplocale.c musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
freelocale.c musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
gb18030.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
hkscs.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
iconv.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
iconv_close.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
jis0208.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
ksc.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
langinfo.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
legacychars.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
locale_map.c musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
localeconv.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
newlocale.c musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
pleval.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
pleval.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
revjis.h move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
setlocale.c musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
strcoll.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
strfmon.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
strtod_l.c musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
strxfrm.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
textdomain.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
uselocale.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
wcscoll.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00
wcsxfrm.c move lib dirs to lib subdir 2019-07-15 17:54:50 -04:00