OSDN Git Service

2000-05-10 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 May 2000 02:40:34 +0000 (02:40 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 May 2000 02:40:34 +0000 (02:40 +0000)
commit67b61273f0fd4b24c38485817bdec8cf9d076fcc
treee18ea6c352406e1c18bb32df73f14f884e4db083
parent63e33f9adac985516f4508f1c61346db15a2db18
2000-05-10  Benjamin Kosnik  <bkoz@redhat.com>

* bits/std_cmath.h: Tweaks.
* math/mathconf.h: Tweaks and fixes for HP-UX 11.
(sqrtf): Define away iff !builtin and !in <math.h>.
(sinf): Same.
(cosf): Same.
(fabsf): Same.
At some point this directory should be converted to c++, the
autoconf tests should be run by the c++ compiler (not c), and
<cmath> should be used instead of math.h.
Move declaration of nan() here.
* math/complex-stub.h (cabsl): Remove nan() declaration.

Finish up FreeBSD4.0 support.
* config/bsd/ctype.cc: Scope out toupper, tolower calls.
* config/generic/ctype.cc: And here.
* testsuite/21_strings/char_traits.cc (test02): Guard with
_GLIBCPP_USE_WCHAR_T.

via Phil Edwards  <pme@sourceware.cygnus.com>
* bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
* acconfig.h: And here.
* acinclude.m4: Same.
* testsuite/27_io/istream.cc: And here.
* testsuite/27_io/ostream.cc: And here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33835 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/acconfig.h
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/bits/std_cctype.h
libstdc++-v3/bits/std_cmath.h
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/math/complex-stub.h
libstdc++-v3/math/mathconf.h
libstdc++-v3/testsuite/27_io/istream.cc
libstdc++-v3/testsuite/27_io/ostream.cc