newlib/newlib/libc/ctype
Corinna Vinschen 7630e38462 Introduce __current_locale_charset/__locale_charset
The former __locale_charset always fetched the current locale's charset.
We need the per-locale charset, too, in future. Rename __locale_charset
to __current_locale_charset and change __locale_charset to take a
locale_t as parameter.  Accommodate througout.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-08-20 17:14:56 +02:00
..
Makefile.am Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
Makefile.in Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
ctype.tex Fix html build 2016-08-19 11:59:37 +02:00
ctype_.c Change loadlocale to fill a __locale_t given as parameter 2016-08-15 10:56:57 +02:00
ctype_cp.h * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define. 2010-02-06 18:28:33 +00:00
ctype_iso.h * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from 2009-04-21 20:09:01 +00:00
isalnum.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isalnum_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isalpha.c Fix pdf build failure wrt documentation of is*_l functions 2016-08-17 20:58:21 +02:00
isalpha_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isascii.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isascii_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isblank.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isblank_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iscntrl.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iscntrl_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isdigit.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
islower.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
islower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isprint.c Fix pdf build failure wrt documentation of is*_l functions 2016-08-17 20:58:21 +02:00
isprint_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
ispunct.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
ispunct_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isspace.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isspace_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isupper.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswalnum.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswalnum_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswalpha.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswalpha_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswblank.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswblank_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswcntrl.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswcntrl_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswctype.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswctype_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswdigit.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswgraph.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswgraph_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswlower.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswlower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswprint.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswprint_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswpunct.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswpunct_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswspace.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswspace_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswupper.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswxdigit.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswxdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isxdigit.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isxdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
jp2uc.c Introduce __current_locale_charset/__locale_charset 2016-08-20 17:14:56 +02:00
jp2uc.h 2002-09-27 Jeff Johnston <jjohnstn@redhat.com> 2002-09-27 20:17:52 +00:00
local.h Consolidate wctomb/mbtowc calls for POSIX-1.2008 2016-08-15 10:56:57 +02:00
toascii.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
toascii_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
tolower.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
tolower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
toupper.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
toupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towctrans.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towctrans_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towlower.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towlower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towupper.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
utf8alpha.h * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
utf8print.h * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
wctrans.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
wctrans_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
wctype.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
wctype_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00