newlib/newlib/libc/ctype
Corinna Vinschen 7ca98b4901 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Mark TAB as blank character.
* libc/ctype/isblank.c: Replace hardcoded test with test for having _B
	marker in ctype array.
	* libc/include/ctype.h (isblank): Add macro.
2009-03-26 09:45:11 +00:00
..
Makefile.am
Makefile.in
_tolower.c
_toupper.c
ctype.tex
ctype_.c * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Mark TAB as blank character. 2009-03-26 09:45:11 +00:00
isalnum.c
isalpha.c
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
isdigit.c
islower.c
isprint.c
ispunct.c
isspace.c
isupper.c
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
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
toupper.c
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