r111931 - in /trunk/libstdc++-v3: ChangeLog aci...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Fri Mar 10 13:24:00 GMT 2006


Author: paolo
Date: Fri Mar 10 13:24:57 2006
New Revision: 111931

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111931
Log:
2006-03-10  Paolo Carlini  <pcarlini@suse.de>

	* include/tr1/cmath: Add atan2 and pow bits; add using declarations.	
	* include/tr1/math.h: Add using declarations.
	* include/tr1/complex: Add using declarations.
	* testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
	qualify calls.
	* testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
	add atan2 and pow bits.
	* testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
	* testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
	adjust polar bits.

	* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
	and float_t typedefs.
	* include/tr1/cmath: Add double_t and float_t.
	* testsuite/tr1/8_c_compatibility/cmath/types.cc: New.

	* include/tr1/ctgmath: New.
	* include/tr1/tgmath.h: Likewise.
	* include/Makefile.am: Add.
	* testsuite/tr1/headers.cc: Update.

	* include/Makefile.in: Regenerate.
	* configure: Likewise.

	* docs/html/ext/tr1.html: Update.

Added:
    trunk/libstdc++-v3/include/tr1/ctgmath
    trunk/libstdc++-v3/include/tr1/tgmath.h
    trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/docs/html/ext/tr1.html
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/tr1/cmath
    trunk/libstdc++-v3/include/tr1/complex
    trunk/libstdc++-v3/include/tr1/math.h
    trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/functions.cc
    trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads.cc
    trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_float.cc
    trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_int.cc
    trunk/libstdc++-v3/testsuite/tr1/headers.cc



More information about the Libstdc++-cvs mailing list