History log of /seL4-camkes-master/projects/musllibc/src/locale/locale_map.c
Revision Date Author Comments
# 16bf4665 06-Jun-2015 Rich Felker <dalias@aerifal.cx>

make static C and C.UTF-8 locales available outside of newlocale


# aeeac9ca 27-May-2015 Rich Felker <dalias@aerifal.cx>

implement fail-safe static locales for newlocale

this frees applications which need to make temporary use of the C
locale (via uselocale) from the possibility that newlocale might fail.

the C.UTF-8 locale is also provided as a static locale. presently they
behave the same, but this may change in the future.


# 11858d31 27-May-2015 Rich Felker <dalias@aerifal.cx>

rename internal locale file handling locale maps

since the __setlocalecat function was removed, the filename
__setlocalecat.c no longer made sense.