acadia-newlib/newlib/libc/ctype
Corinna Vinschen 5eb556c849 * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.
(_CTYPE_GEORGIAN_PS_255): Define.
	(_CTYPE_PT154_128_254): Define.
	(_CTYPE_PT154_255): Define.
	(__ctype_cp): Add array members for above ctype definitions.
	* libc/locale/locale.c (loadlocale): Make TIS-620 charset name
	available for all targets.  Add guards for setting the conversion
	function pointers.  Add support for GEORGIAN-PS and PT154 charsets.
	Change documentation to reflect current behaviour more closely.
	* libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translate
	"CP101" to "GEORGIAN-PS" and "CP102" to "PT154".
	* libc/stdlib/sb_charsets.c (__cp_conv): Add conversion arrays
	for GEORGIAN-PS and PT154.
	(__cp_index): Map invalid Windows codepage number 101 to
	GEORGIAN-PS conversion array, 102 to PT154 conversion array.
2010-02-06 18:28:33 +00:00
..
Makefile.am
Makefile.in 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
ctype.tex
ctype_.c
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
isalnum.c
isalpha.c
isascii.c
isblank.c
iscntrl.c
isdigit.c
islower.c
isprint.c
ispunct.c
isspace.c
isupper.c
iswalnum.c
iswalpha.c
iswblank.c 2009-08-24 Andy Koppe <andy.koppe@gmail.com> 2009-08-24 16:59:35 +00:00
iswcntrl.c
iswctype.c
iswdigit.c
iswgraph.c
iswlower.c
iswprint.c
iswpunct.c
iswspace.c 2009-08-24 Andy Koppe <andy.koppe@gmail.com> 2009-08-24 16:59:35 +00:00
iswupper.c
iswxdigit.c
isxdigit.c
jp2uc.c
jp2uc.h
local.h 2009-06-16 Craig Howland <howland@LGSInnovations.com> 2009-06-16 16:02:07 +00:00
toascii.c
tolower.c * libc/ctype/tolower.c (tolower): Cast conversion result from 2009-06-09 11:33:57 +00:00
toupper.c * libc/ctype/tolower.c (tolower): Cast conversion result from 2009-06-09 11:33:57 +00:00
towctrans.c
towlower.c
towupper.c
utf8alpha.h
utf8print.h
utf8punct.h
wctrans.c
wctype.c