libc/newlib/libc/ctype
Jeff Johnston dd801fdabd 2005-03-17 Jeff Johnston <jjohnstn@redhat.com>
* configure.in: Add new check to see if compiler supports
        aliasing of arrays and define _HAVE_ARRAY_ALIASING if true.
        * configure: Regenerated.
        * Makefile.in: Ditto.
        * newlib.hin: Add _HAVE_ARRAY_ALIASING.
        * libc/ctype/ctype_.c: Check for _HAVE_ARRAY_ALIASING before
        aliasing the _ctype_ array to _ctype_b.
        * libc/include/ctype.h: Change macros to use __ctype_ptr.  Mark
        _ctype_ as deprecated.
2005-03-17 20:11:23 +00:00
..
Makefile.am 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
Makefile.in 2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-01-27 23:26:26 +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 2004-09-16 Antony King <antony.king@st.com> 2004-09-16 21:15:14 +00:00
ctype_.c 2005-03-17 Jeff Johnston <jjohnstn@redhat.com> 2005-03-17 20:11:23 +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
isblank.c * libc/include/ctype.h: Remove isblank macro. 2002-06-18 18:49:17 +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
iswalnum.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
iswalpha.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
iswblank.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
iswcntrl.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
iswctype.c 2004-01-08 Joel Sherrill <joel@oarcorp.com> 2004-01-08 19:33:13 +00:00
iswdigit.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
iswgraph.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
iswlower.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
iswprint.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
iswpunct.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
iswspace.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
iswupper.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
iswxdigit.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
isxdigit.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
jp2uc.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
jp2uc.h 2002-09-27 Jeff Johnston <jjohnstn@redhat.com> 2002-09-27 20:17:52 +00:00
local.h 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +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
towctrans.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
towlower.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
towupper.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-04-23 21:44:22 +00:00
utf8alpha.h 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
utf8print.h 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
utf8punct.h 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
wctrans.c 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
wctype.c * libc/ctype/wctype.c (_DEFUN): Remove empty default case, as 2003-09-05 02:21:41 +00:00