libc/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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
Makefile.in import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
_tolower.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
_toupper.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ctype.tex import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ctype_.c 2001-06-11 Egor Duda <deo@logos-m.ru> 2001-06-11 19:25:59 +00:00
isalnum.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
isalpha.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
isascii.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
iscntrl.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
isdigit.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
islower.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
isprint.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ispunct.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
isspace.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
isupper.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
isxdigit.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
toascii.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
tolower.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
toupper.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00