]> sourceware.org Git - newlib-cygwin.git/commit
2005-03-17 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 17 Mar 2005 20:11:23 +0000 (20:11 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 17 Mar 2005 20:11:23 +0000 (20:11 +0000)
commitdd801fdabd7e6d80e69cbde473b723a6ef7cff86
tree6927d01de5dcee48cb0966fd11a634b4ba399195
parent993317d0ed9a7bee9b461e63a762b6df249ef867
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.
newlib/ChangeLog
newlib/Makefile.in
newlib/configure
newlib/configure.in
newlib/libc/ctype/ctype_.c
newlib/libc/include/ctype.h
newlib/newlib.hin
This page took 0.028549 seconds and 5 git commands to generate.