* 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.
|
||
|---|---|---|
| .. | ||
| 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 | ||