musl/src/locale
2013-08-17 22:28:50 -04:00
..
big5.h add hkscs/big5-2003/eten extensions to iconv big5 2013-08-17 16:23:22 -04:00
catclose.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
catgets.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
catopen.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
codepages.h simplify iconv and support more legacy codepages 2011-07-12 00:31:39 -04:00
duplocale.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00
freelocale.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00
gb18030.h gb18030 support in iconv (only from, not to) 2011-07-12 20:30:04 -04:00
hkscs.h add hkscs/big5-2003/eten extensions to iconv big5 2013-08-17 16:23:22 -04:00
iconv.c add hkscs/big5-2003/eten extensions to iconv big5 2013-08-17 16:23:22 -04:00
intl.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isalnum_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isalpha_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isblank_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iscntrl_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isdigit_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isgraph_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
islower_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isprint_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ispunct_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isspace_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isupper_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswalnum_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswalpha_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswblank_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswcntrl_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswctype_l.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00
iswdigit_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswgraph_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswlower_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswprint_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswpunct_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswspace_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswupper_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
iswxdigit_l.c fix some omissions and mistakes in locale_t interface definitions 2012-02-06 21:33:40 -05:00
isxdigit_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
jis0208.h legacy japanese charset support in iconv (only from, not to) 2011-07-12 02:43:24 -04:00
ksc.h iconv support for legacy Korean encodings 2013-08-05 13:14:17 -04:00
langinfo.c fix semantically incorrect use of LC_GLOBAL_LOCALE 2013-07-28 03:41:01 -04:00
legacychars.h simplify iconv and support more legacy codepages 2011-07-12 00:31:39 -04:00
localeconv.c fix localeconv values and implementation 2012-06-19 22:44:08 -04:00
newlocale.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00
setlocale.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
strcasecmp_l.c more locale_t interfaces (string stuff) and header updates 2012-02-06 21:51:02 -05:00
strcoll.c fix semantically incorrect use of LC_GLOBAL_LOCALE 2013-07-28 03:41:01 -04:00
strerror_l.c more locale_t interfaces (string stuff) and header updates 2012-02-06 21:51:02 -05:00
strfmon.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
strncasecmp_l.c more locale_t interfaces (string stuff) and header updates 2012-02-06 21:51:02 -05:00
strxfrm.c fix semantically incorrect use of LC_GLOBAL_LOCALE 2013-07-28 03:41:01 -04:00
tolower_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
toupper_l.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
towctrans_l.c add more of the locale_t interfaces, all dummied out to ignore the locale 2012-02-06 21:29:31 -05:00
towlower_l.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00
towupper_l.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00
uselocale.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00
wcscoll.c fix semantically incorrect use of LC_GLOBAL_LOCALE 2013-07-28 03:41:01 -04:00
wcsxfrm.c fix semantically incorrect use of LC_GLOBAL_LOCALE 2013-07-28 03:41:01 -04:00
wctrans_l.c add more of the locale_t interfaces, all dummied out to ignore the locale 2012-02-06 21:29:31 -05:00
wctype_l.c add ABI compat aliases for a number of locale_t functions 2013-07-24 18:40:52 -04:00