Author: vitek
Date: Fri May 30 13:43:11 2008
New Revision: 661842

URL: http://svn.apache.org/viewvc?rev=661842&view=rev
Log:
2008-05-30  Travis Vitek  <[EMAIL PROTECTED]>

        Merged rev 661467 from 4.3.x to trunk

        2008-05-29  Travis Vitek  <[EMAIL PROTECTED]>

        * etc/config/src/headers.inc: Add checks for more C99 headers.
        * include/tr1/_smartptr.h: Moved to include/rw/_smartptr.h
        * include/tr1/cstdint: Moved to include/ansi/_cstdint.h
        * include/tr1/stdint.h: Moved to include/ansi/stdint.h
        * include/tr1/array: Moved to include/array
        * tests/tr1.util/2.smartptr.shared.cpp: Moved to
        tests/utilities/20.smartptr.shared.cpp
        * tests/tr1.util/2.smartptr.weak.cpp: Moved to
        tests/utilities/20.smartptr.weak.cpp
        * include/ansi/cstdint: Add new file.
        * tests/tr1/c99/8.cstdint.cpp: Moved to tests/support/18.cstdint.cpp
        * include/rw/_smartptr.h: Removed all mention of TR1, updated section
        numbers to section names as appropriate.
        * include/array: Ditto.
        * include/ansi/stdint.h: Ditto.
        * include/ansi/_cstdint.h: Ditto.
        * tests/utilities/20.smartptr.shared.cpp: Ditto.
        [_RWSTD_NO_EXT_CXX_0X]: Reduce test to a warning if c++0x extensions
        are disabled.
        * tests/utilities/20.smartptr.weak.cpp: Ditto.
        * tests/support/18.cstdint.cpp: Ditto.


Added:
    stdcxx/trunk/include/ansi/_cstdint.h
      - copied unchanged from r661478, 
stdcxx/branches/4.3.x/include/ansi/_cstdint.h
    stdcxx/trunk/include/ansi/cstdint
      - copied unchanged from r661478, 
stdcxx/branches/4.3.x/include/ansi/cstdint
    stdcxx/trunk/include/ansi/stdint.h
      - copied unchanged from r661478, 
stdcxx/branches/4.3.x/include/ansi/stdint.h
    stdcxx/trunk/include/array
      - copied unchanged from r661478, stdcxx/branches/4.3.x/include/array
    stdcxx/trunk/include/rw/_smartptr.h
      - copied unchanged from r661478, 
stdcxx/branches/4.3.x/include/rw/_smartptr.h
    stdcxx/trunk/tests/support/18.cstdint.cpp
      - copied unchanged from r661478, 
stdcxx/branches/4.3.x/tests/support/18.cstdint.cpp
    stdcxx/trunk/tests/utilities/20.smartptr.shared.cpp
      - copied unchanged from r661478, 
stdcxx/branches/4.3.x/tests/utilities/20.smartptr.shared.cpp
    stdcxx/trunk/tests/utilities/20.smartptr.weak.cpp
      - copied unchanged from r661478, 
stdcxx/branches/4.3.x/tests/utilities/20.smartptr.weak.cpp
Removed:
    stdcxx/trunk/include/tr1/_smartptr.h
    stdcxx/trunk/include/tr1/array
    stdcxx/trunk/include/tr1/cstdint
    stdcxx/trunk/include/tr1/stdint.h
    stdcxx/trunk/tests/tr1.c99/8.cstdint.cpp
    stdcxx/trunk/tests/tr1.util/2.smartptr.shared.cpp
    stdcxx/trunk/tests/tr1.util/2.smartptr.weak.cpp
Modified:
    stdcxx/trunk/etc/config/src/headers.inc

Modified: stdcxx/trunk/etc/config/src/headers.inc
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/etc/config/src/headers.inc?rev=661842&r1=661841&r2=661842&view=diff
==============================================================================
--- stdcxx/trunk/etc/config/src/headers.inc (original)
+++ stdcxx/trunk/etc/config/src/headers.inc Fri May 30 13:43:11 2008
@@ -21,8 +21,10 @@
 ##############################################################################
 
 # list of headers
-hdrs="assert ctype errno float iso646 limits locale math setjmp signal       \
-      stdarg stddef stdio stdlib string time wchar wctype new typeinfo"
+hdrs="assert complex ctype errno fenv float inttypes iso646 limits locale    \
+      math setjmp signal stdarg stdbool stddef stdio stdint stdlib string    \
+      tgmath time uchar wchar wctype new typeinfo"
+
 hdrs="$hdrs ieeefp.h pthread.h"
 
 


Reply via email to