This is the mail archive of the
libstdc++-cvs@sources.redhat.com
mailing list for the libstdc++ project.
egcs/libstdc++-v3 ChangeLog include/c/bits/std ...
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at sources dot redhat dot com
- Subject: egcs/libstdc++-v3 ChangeLog include/c/bits/std ...
- From: gdr at gcc dot gnu dot org
- Date: 30 Nov 2000 23:44:32 -0000
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: gdr@gcc.gnu.org 2000-11-30 15:44:32
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/c/bits: std_cmath.h
libstdc++-v3/src: Makefile.am Makefile.in
Added files:
libstdc++-v3/include/c/bits: cmath.tcc
Removed files:
libstdc++-v3/src: cmath.cc
Log message:
* src/cmath.cc: Remove.
* src/Makefile.am (c_base_headers): Add bits/cmath.tcc.
(sources): Remove cmath.cc
* src/Makefile.in: Regenerate.
* include/c/bits/std_cmath.h (__cmath_power<>): Declare.
(__cmath_abs<>): New function.
(abs, fabs): Use __cmath_abs when no direct support is available.
(__pow_helper<>): New function.
(pow): Define here. Use __pow_helper<>.
* include/c/bits/cmath.tcc: New file.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.319&r2=1.320
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/c/bits/cmath.tcc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/c/bits/std_cmath.h.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/src/Makefile.am.diff?cvsroot=gcc&r1=1.54&r2=1.55
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&r1=1.74&r2=1.75
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/src/cmath.cc.diff?cvsroot=gcc&r1=1.1&r2=NONE