OSDN Git Service

2000-09-11 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Sep 2000 01:06:03 +0000 (01:06 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Sep 2000 01:06:03 +0000 (01:06 +0000)
commit4f43d5be478f90b85c32fe46975c831ad4ca4ef9
treea776a2942796e691930e8fb7d616c5433ee91dcc
parenta4317f3eee0a52141482349db2bf2023816bdcba
2000-09-11  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".
* aclocal.m4: Regenerate.
* configure: Regenerate.

* bits/c++config (__GLIBCPP__): Update, in the hopes of making a
snapshot release soon.
(_GNU_SOURCE): Define this in the header files, as ISO C99 support
is pretty much assumed.

* testsuite/22_locale/global_templates.cc: New file. Add tests for
use_facet and has_facet.

* bits/codecvt.h (codecvt<_InT, _ExT, __enc_traits>::do_out):
Modify/correct iconv signatures for glibc2.2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36344 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/bits/c++config
libstdc++-v3/bits/codecvt.h
libstdc++-v3/configure
libstdc++-v3/libio/Makefile.in
libstdc++-v3/testsuite/22_locale/global_templates.cc [new file with mode: 0644]