]> git.ipfire.org Git - thirdparty/gcc.git/commit
2000-10-23 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Oct 2000 17:00:07 +0000 (17:00 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Oct 2000 17:00:07 +0000 (17:00 +0000)
commitf2f821deebb1463da130e1ce12791d08db8a2870
tree0d4d3ed513656ae83b7e73dc6319fdc363a33d6b
parenta3d180ac160a187a095381f0cbcdc53f0fc343a4
2000-10-23  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/21_strings/compare.cc (test01): Add using declarations.

* include/c_std/bits/std_cerrno.h: And here.
* include/c_std/bits/std_cassert.h: Tweaks.

* mkcheck.in: Simplify.

* acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
(GLIBCPP_ENABLE_LONG_LONG): Same.
* aclocal.m4: Regenerate.

* src/Makefile.am (c_shadow_headers): Add features.h,
bits/wrap_features.h.
* src/Makefile.in: Regenerate.
* include/c_std/features.h: New file.
* include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
file. Need to have c++config.h included before this file so
_ISOC99_SOURCE around.

* include/c_std/sys/cdefs.h: Hack.
* include/c_std/stdlib.h: Same, use c++config.h.
* include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.

* include/c_std/bits/std_cassert.h: Fix.
* include/c_std/bits/std_cerrno.h: Make consistent.

* include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
declaration from ::_C_legacy to _C_legacy.

* include/c_std/bits/std_cstdio.h: same with printf.
* include/c_std/stdio.h: And here.

* include/c_std/bits/std_cstdlib.h: abort, exit comment.
* include/c_std/stdlib.h: Same here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37034 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/include/c_std/bits/wrap_features.h [new file with mode: 0644]
libstdc++-v3/include/c_std/features.h [new file with mode: 0644]