libc/newlib/libc/ctype
Corinna Vinschen 1cf38d075c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition
to jp2uc.c.
	(__jp2uc): Remove declaration.
	(_jp2uc): Declare.
	* libc/ctype/jp2uc.c (JP_JIS, JP_SJIS, JP_EUCJP): Define.
	(__jp2uc): Remove Cygwin special case.
	(_jp2uc): New function.  On Cygwin, just return c.
	* libc/ctype/iswalpha.c (iswalpha): Just call _jp2uc.
	* libc/ctype/iswblank.c (iswblank): Ditto.
	* libc/ctype/iswcntrl.c (iswcntrl): Ditto.
	* libc/ctype/iswprint.c (iswprint): Ditto.
	* libc/ctype/iswpunct.c (iswpunt): Ditto.
	* libc/ctype/iswspace.c (iswspace): Ditto.
	* libc/ctype/towlower.c (towlower): Ditto.
	* libc/ctype/towupper.c (towupper): Ditto.
2009-05-14 20:16:21 +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 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
ctype_.c * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from 2009-04-21 20:09:01 +00:00
ctype_cp.h * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from 2009-04-21 20:09:01 +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 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): Remove _B flag from TAB. 2009-04-09 10:37:58 +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 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB. 2009-04-09 10:37:58 +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 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB. 2009-04-09 10:37:58 +00:00
iswalnum.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
iswalpha.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswblank.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswcntrl.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswctype.c 2004-01-08 Joel Sherrill <joel@oarcorp.com> 2004-01-08 19:33:13 +00:00
iswdigit.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
iswgraph.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
iswlower.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
iswprint.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswpunct.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswspace.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswupper.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
iswxdigit.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
isxdigit.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
jp2uc.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
jp2uc.h 2002-09-27 Jeff Johnston <jjohnstn@redhat.com> 2002-09-27 20:17:52 +00:00
local.h * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +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 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:33:23 +00:00
towlower.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
towupper.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
utf8alpha.h
utf8print.h
utf8punct.h
wctrans.c
wctype.c * libc/ctype/wctype.c (_DEFUN): Remove empty default case, as 2003-09-05 02:21:41 +00:00