Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
..
catclose.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
catgets.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
catopen.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
codepages.h 594b16e004 simplify iconv and support more legacy codepages 13 years ago
duplocale.c b3d7d062af duplocale: don't crash when called with LC_GLOBAL_LOCALE 13 years ago
freelocale.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
gb18030.h 0e2331c9b6 gb18030 support in iconv (only from, not to) 13 years ago
iconv.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
intl.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isalnum_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isalpha_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isblank_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
iscntrl_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isdigit_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isgraph_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
islower_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isprint_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
ispunct_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isspace_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
isupper_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
iswalnum_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswalpha_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswblank_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswcntrl_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswctype_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswdigit_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswgraph_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswlower_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswprint_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswpunct_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswspace_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswupper_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
iswxdigit_l.c c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 13 years ago
isxdigit_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
jis0208.h 95a85e047e legacy japanese charset support in iconv (only from, not to) 13 years ago
langinfo.c 5600088d38 fix nl_langinfo to actually use the existing, correct internal version 14 years ago
legacychars.h 594b16e004 simplify iconv and support more legacy codepages 13 years ago
localeconv.c 85a3ba3a28 fix localeconv values and implementation 13 years ago
newlocale.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
nl_langinfo_l.c 36bf56940a more locale_t interfaces (string stuff) and header updates 13 years ago
setlocale.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
strcasecmp_l.c 36bf56940a more locale_t interfaces (string stuff) and header updates 13 years ago
strcoll.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
strcoll_l.c 36bf56940a more locale_t interfaces (string stuff) and header updates 13 years ago
strerror_l.c 36bf56940a more locale_t interfaces (string stuff) and header updates 13 years ago
strfmon.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
strftime_l.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
strncasecmp_l.c 36bf56940a more locale_t interfaces (string stuff) and header updates 13 years ago
strxfrm.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
strxfrm_l.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
tmp 0b44a0315b initial check-in, version 0.5.0 14 years ago
tolower_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
toupper_l.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
towctrans_l.c e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 13 years ago
towlower_l.c e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 13 years ago
towupper_l.c e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 13 years ago
uselocale.c 11c531e21d implement uselocale function (minimal) 14 years ago
wcscoll.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
wcscoll_l.c e0614f7cd4 add all missing wchar functions except floating point parsers 13 years ago
wcsxfrm.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
wcsxfrm_l.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
wctrans_l.c e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 13 years ago
wctype_l.c e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 13 years ago