7c3e9502c3
2011-01-14 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/36104 * include/Makefile.am (bits_sup_headers, stamp-bits-sup): New. * include/Makefile.in: Regenerate. * libsupc++/Makefile.am (std_HEADERS, bits_HEADERS): New. (install-stdHEADERS, install-bitsHEADERS): New. * libsupc++/Makefile.in: Regenerate. * include/bits/c++config: Update for inline namespaces. * libsupc++/cxxabi-forced.h: To... * libsupc++/cxxabi_forced.h: ...this. * libsupc++/hash_bytes.h: Separate file. * libsupc++/typeinfo: Use it. * libsupc++/exception: Adjust for bits subdirectory. * libsupc++/eh_aux_runtime.cc: Same. * libsupc++/eh_ptr.cc: Same. * libsupc++/new_op.cc: Same. * libsupc++/exception_defines.h: Same. * libsupc++/nested_exception.h: Same. * libsupc++/eh_terminate.cc: Same. * libsupc++/vec.cc: Same. * libsupc++/vterminate.cc: Same. * libsupc++/exception_ptr.h: Same. * libsupc++/eh_personality.cc: Same. * libsupc++/eh_call.cc: Same. * libsupc++/new_opnt.cc: Same. * libsupc++/hash_bytes.cc: Same. * config/cpu/arm/cxxabi_tweaks.h: Same. * config/cpu/generic/cxxabi_tweaks.h: Same. * libsupc++/cxxabi.h: Same. Consolidate _GLIBCXX_NOTHROW defines. * include/std/bitset: Same. * include/ext/vstring.tcc: Same. * include/bits/hashtable.h: Same. * include/bits/functional_hash.h: Same. * include/bits/hashtable_policy.h: Same. * include/bits/basic_string.h: Same. * include/bits/istream.tcc: Same. * include/bits/ostream.tcc: Same. * include/bits/algorithmfwd.h: Same. * include/bits/basic_string.tcc: Same. * include/bits/ostream_insert.h: Same. * include/bits/fstream.tcc: Same. * include/bits/functexcept.h: Same. * doc/doxygen/user.cfg.in: Adjust names. * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers. From-SVN: r168831
117 lines
3.9 KiB
Plaintext
117 lines
3.9 KiB
Plaintext
2011-01-14 Benjamin Kosnik <bkoz@redhat.com>
|
||
|
||
PR libstdc++/36104
|
||
* include/Makefile.am (bits_sup_headers, stamp-bits-sup): New.
|
||
* include/Makefile.in: Regenerate.
|
||
* libsupc++/Makefile.am (std_HEADERS, bits_HEADERS): New.
|
||
(install-stdHEADERS, install-bitsHEADERS): New.
|
||
* libsupc++/Makefile.in: Regenerate.
|
||
|
||
* include/bits/c++config: Update for inline namespaces.
|
||
* libsupc++/cxxabi-forced.h: To...
|
||
* libsupc++/cxxabi_forced.h: ...this.
|
||
* libsupc++/hash_bytes.h: Separate file.
|
||
* libsupc++/typeinfo: Use it.
|
||
* libsupc++/exception: Adjust for bits subdirectory.
|
||
* libsupc++/eh_aux_runtime.cc: Same.
|
||
* libsupc++/eh_ptr.cc: Same.
|
||
* libsupc++/new_op.cc: Same.
|
||
* libsupc++/exception_defines.h: Same.
|
||
* libsupc++/nested_exception.h: Same.
|
||
* libsupc++/eh_terminate.cc: Same.
|
||
* libsupc++/vec.cc: Same.
|
||
* libsupc++/vterminate.cc: Same.
|
||
* libsupc++/exception_ptr.h: Same.
|
||
* libsupc++/eh_personality.cc: Same.
|
||
* libsupc++/eh_call.cc: Same.
|
||
* libsupc++/new_opnt.cc: Same.
|
||
* libsupc++/hash_bytes.cc: Same.
|
||
* config/cpu/arm/cxxabi_tweaks.h: Same.
|
||
* config/cpu/generic/cxxabi_tweaks.h: Same.
|
||
* libsupc++/cxxabi.h: Same. Consolidate _GLIBCXX_NOTHROW defines.
|
||
* include/std/bitset: Same.
|
||
* include/ext/vstring.tcc: Same.
|
||
* include/bits/hashtable.h: Same.
|
||
* include/bits/functional_hash.h: Same.
|
||
* include/bits/hashtable_policy.h: Same.
|
||
* include/bits/basic_string.h: Same.
|
||
* include/bits/istream.tcc: Same.
|
||
* include/bits/ostream.tcc: Same.
|
||
* include/bits/algorithmfwd.h: Same.
|
||
* include/bits/basic_string.tcc: Same.
|
||
* include/bits/ostream_insert.h: Same.
|
||
* include/bits/fstream.tcc: Same.
|
||
* include/bits/functexcept.h: Same.
|
||
|
||
* doc/doxygen/user.cfg.in: Adjust names.
|
||
|
||
* testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
|
||
|
||
2011-01-14 Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
* testsuite/25_algorithms/is_permutation/check_type.cc: Minor
|
||
tweaks.
|
||
* testsuite/25_algorithms/is_permutation/1.cc: Cosmetic changes.
|
||
|
||
2011-01-13 Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
* testsuite/25_algorithms/is_permutation/check_type.cc: New.
|
||
* testsuite/25_algorithms/is_permutation/requirements/
|
||
explicit_instantiation/2.cc: Likewise.
|
||
* testsuite/25_algorithms/is_permutation/requirements/
|
||
explicit_instantiation/pod.cc: Likewise.
|
||
* testsuite/25_algorithms/is_permutation/1.cc: Likewise.
|
||
|
||
2011-01-13 John Lakos <jlakos@bloomberg.net>
|
||
Pablo Halpern <phalpern@halpernwightsoftware.com>
|
||
Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
* include/bits/stl_algo.h (is_permutation): Add, per N3068.
|
||
* include/bits/algorithmfwd.h: Add.
|
||
|
||
2011-01-13 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||
|
||
PR libstdc++/47045
|
||
* config/os/bsd/netbsd/ctype_base.h: Use new macros based on version.
|
||
|
||
2011-01-11 Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
* aclocal.m4: Regenerate.
|
||
|
||
2011-01-06 Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
PR libstdc++/47185
|
||
* src/placeholders.cc: New.
|
||
* src/Makefile.am: Adjust.
|
||
* src/Makefile.in: Regenerate.
|
||
* include/std/functional (placeholders::_1, _2, ..., _29): Declare
|
||
extern.
|
||
* config/abi/pre/gnu.ver: Export.
|
||
|
||
2011-01-05 François Dumont <francois.cppdevs@free.fr>
|
||
|
||
* include/debug/safe_base.h (_Safe_iterator_base::_M_unlink): New.
|
||
* include/src/debug.cc: Use latter
|
||
* include/debug/forward_list (forward_list<>::_M_swap): Fix to
|
||
correctly handle before_begin iterators.
|
||
* testsuite/23_containers/forward_list/debug/swap.cc: Remove now
|
||
useless _GLIBCXX_DEBUG checks.
|
||
|
||
2011-01-04 Kai Tietz <kai.tietz@onevision.com>
|
||
|
||
PR libstdc++/47145
|
||
* configure.ac (AC_CHECK_FILE): Replaced by test -f.
|
||
* configure: Regenerated.
|
||
|
||
2011-01-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
PR libstdc++/46922
|
||
* config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
|
||
|
||
|
||
Copyright (C) 2011 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|