acadia-newlib/newlib/libc/ctype
Jeff Johnston 1ed3c86dd7 2002-09-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.
        Also convert to EUCJP before using arrays.  For values not in
        the conversion arrays, return WEOF.
        * libc/ctype/jp2uc.h: Change from one array to a number of
        arrays to account for the fact that the originating table
        is not contiguous for the input values since some are invalid.
2002-09-27 20:17:52 +00:00
..
Makefile.am
Makefile.in
_tolower.c
_toupper.c
ctype.tex
ctype_.c
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
iswcntrl.c
iswctype.c
iswdigit.c
iswgraph.c
iswlower.c
iswprint.c
iswpunct.c
iswspace.c
iswupper.c
iswxdigit.c
isxdigit.c
jp2uc.c
jp2uc.h
local.h
toascii.c
tolower.c
toupper.c
towctrans.c
towlower.c
towupper.c
utf8alpha.h
utf8print.h
utf8punct.h
wctrans.c
wctype.c