This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r110221 - in /trunk/libstdc++-v3: ChangeLog aci...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 25 Jan 2006 19:29:42 -0000
- Subject: r110221 - in /trunk/libstdc++-v3: ChangeLog aci...
Author: paolo
Date: Wed Jan 25 19:29:40 2006
New Revision: 110221
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110221
Log:
2006-01-25 Paolo Carlini <pcarlini@suse.de>
* include/tr1/cctype: New.
* include/Makefile.am: Add.
* testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
* include/Makefile.in: Regenerate.
* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
support to TR1, Chapter 8.
* configure.ac: Use it.
* include/tr1/complex: Adjust.
* config.h.in: Regenerate.
* configure: Likewise.
Added:
trunk/libstdc++-v3/include/tr1/cctype
trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cctype/
trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cctype/functions.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/acinclude.m4
trunk/libstdc++-v3/config.h.in
trunk/libstdc++-v3/configure
trunk/libstdc++-v3/configure.ac
trunk/libstdc++-v3/include/Makefile.am
trunk/libstdc++-v3/include/Makefile.in
trunk/libstdc++-v3/include/tr1/complex