acadia-newlib/newlib/libc/ctype
Jeff Johnston 371b76ef3e 2001-06-11 Egor Duda <deo@logos-m.ru>
* libc/ctype/ctype_.c: When compiled with gcc on platforms
        with signed char, make _ctype_[-128] ... _ctype[-1] refer to
        initialized memory region. Platform can define COMPACT_CTYPE
        to avoid allocation of the additional 128 bytes of data.
        Add pointer to _ctype_ array. Always initialize all _ctype_
        array elements.
2001-06-11 19:25:59 +00:00
..
Makefile.am
Makefile.in
_tolower.c
_toupper.c
ctype.tex
ctype_.c 2001-06-11 Egor Duda <deo@logos-m.ru> 2001-06-11 19:25:59 +00:00
isalnum.c
isalpha.c
isascii.c
iscntrl.c
isdigit.c
islower.c
isprint.c
ispunct.c
isspace.c
isupper.c
isxdigit.c
toascii.c
tolower.c
toupper.c