newlib/newlib/libc/ctype
Corinna Vinschen 72c79be10e * libc/ctype/ctype_c.c: Move inclusion of ctype_iso.h and
ctype_cp.h out of ALLOW_NEGATIVE_CTYPE_INDEX case.
	(__ctype_ptr__): Constify in !_MB_CAPABLE case.  Otherwise,
	de-constify in !ALLOW_NEGATIVE_CTYPE_INDEX case, too.  Add comment.
	(__set_ctype): Set __ctype_ptr__ pointer according to definition
	of ALLOW_NEGATIVE_CTYPE_INDEX.
	* libc/include/ctype.h (__ctype_ptr__): Constify in !_MB_CAPABLE case.
2009-04-02 07:53:12 +00:00
..
Makefile.am * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
Makefile.in * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
ctype.tex
ctype_.c * libc/ctype/ctype_c.c: Move inclusion of ctype_iso.h and 2009-04-02 07:53:12 +00:00
ctype_cp.h * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
ctype_iso.h * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
isalnum.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isalpha.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isascii.c
isblank.c * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Mark TAB as blank character. 2009-03-26 09:45:11 +00:00
iscntrl.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isdigit.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
islower.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isprint.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
ispunct.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isspace.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isupper.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
iswalnum.c
iswalpha.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
iswblank.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
iswcntrl.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
iswctype.c
iswdigit.c
iswgraph.c
iswlower.c
iswprint.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
iswpunct.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
iswspace.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
iswupper.c
iswxdigit.c
isxdigit.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
jp2uc.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
jp2uc.h
local.h * libc/locale/locale.c (_setlocale_r): New implementation based on 2009-03-03 09:28:45 +00:00
toascii.c
tolower.c * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
toupper.c * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
towctrans.c
towlower.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
towupper.c * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on 2009-03-24 10:13:27 +00:00
utf8alpha.h
utf8print.h
utf8punct.h
wctrans.c
wctype.c