OSDN Git Service

* tls.m4 (GCC_CHECK_TLS): Fall back to a link test.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index cb13016..12c49bb 100644 (file)
@@ -1,3 +1,176 @@
+2006-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure: Regenerated.
+
+2006-11-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * libsupc++/eh_globals.cc (__cxxabiv1::__cxa_get_globals):
+       Initialize propagatingExceptions if __ARM_EABI_UNWINDER__.
+       * libsupc++/eh_personality.cc (empty_exception_spec): Define
+       separately in __ARM_EABI_UNWINDER__ case.
+
+2006-11-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * libsupc++/typeinfo (__GXX_TYPEINFO_EQUALITY_INLINE): Define.
+       Use instead of __GXX_MERGED_TYPEINFO_NAMES to condition inline
+       definitions.
+       * libsupc++/tinfo.cc (operator==): Condition on
+       __GXX_TYPEINFO_EQUALITY_INLINE; check __GXX_MERGED_TYPEINFO_NAMES
+       to determine algorithm.
+       * libsupc++/tinfo2.cc (type_info::before): Likewise.
+
+2006-11-12  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/ext/bitmap_allocator.h: Uglify some names.
+       * include/ext/concurrence.h: Likewise.
+       * src/bitmap_allocator.cc: Likewise.
+
+2006-11-11  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/29496
+       * include/debug/safe_base.h (_Safe_sequence_base::_M_get_mutex,
+       _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
+       New.
+       * src/debug.cc: Define the latter.
+       (_Safe_sequence_base::_M_detach_all, _M_detach_singular,
+       _M_revalidate_singular, _M_swap): Use the mutex.
+       (_Safe_iterator_base::_M_attach, _M_detach): Adjust, forward to the
+       *_single version.
+       * include/debug/safe_iterator.h (_Safe_iterator<>::_M_attach_single,
+       _M_invalidate_single): New.
+       * include/debug/safe_iterator.tcc: Define.
+       (_Safe_iterator<>::_M_invalidate): Adjust, forward to
+       _M_invalidate_single.
+       * include/debug/safe_sequence.h (_Safe_sequence<>::_M_invalidate_if,
+       _M_transfer_iter): Use the mutex, adjust, forward to the *_single
+       versions of _M_invalidate and _M_attach.
+       * config/abi/pre/gnu.ver (_Safe_sequence_base::_M_get_mutex,
+       _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
+       Add @GLIBCXX_3.4.10; adjust.
+       * configure.ac (libtool_VERSION): To 6:10:0.
+       * testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.10.
+       * configure: Regenerate.
+
+2006-11-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/locale/gnu/c_locale.cc (__convert_to_v): Prefer
+       strtold_l over __strtold_l if available.
+
+2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/29722
+       * include/ext/concurrence.h (concurrence_lock_error): New.
+       (concurrence_unlock_error): New.
+       (__throw_concurrence_lock_error): New.
+       (__throw_concurrence_unlock_error): New.
+       (__mutex): Use functions.
+       (__recursive_mutex): Same.
+       * testsuite/abi/cxx_runtime_only_linkage.cc: New.
+
+       * include/ext/pb_ds/exception.hpp: Keep exception classes defined
+       even when -fno-exceptions is passed, consistent with other usage.
+       
+2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/ext/pb_ds/exception.hpp (pb_ds): Modify for -fno-exceptions.
+       (__throw_container_error): New. Conditionalize based on __EXCEPTIONS.
+       (__throw_insert_error): New.
+       (__throw_join_error): New.
+       (__throw_resize_error): New.
+       * include/ext/pb_ds/detail/resize_policy/
+       hash_prime_size_policy_imp.hpp: Use them.
+       * include/ext/pb_ds/detail/resize_policy/
+       hash_exponential_size_policy_imp.hpp: Same.
+       * include/ext/pb_ds/detail/resize_policy/
+       hash_load_check_resize_trigger_imp.hpp: Same.
+       * include/ext/pb_ds/detail/resize_policy/
+       hash_standard_resize_policy_imp.hpp: Same.
+       * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+       * include/ext/pb_ds/detail/cc_hash_table_map_/
+       constructor_destructor_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+       * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
+       * include/ext/pb_ds/detail/pat_trie_/
+       constructors_destructor_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/bin_search_tree_/
+       constructors_destructor_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/bin_search_tree_/
+       split_join_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/gp_hash_table_map_/
+       insert_no_store_hash_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/gp_hash_table_map_/
+       resize_store_hash_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/gp_hash_table_map_/
+       insert_store_hash_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/gp_hash_table_map_/
+       constructor_destructor_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/gp_hash_table_map_/
+       resize_no_store_hash_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/binary_heap_/
+       constructors_destructor_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
+       constructors_destructor_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
+       * include/ext/pb_ds/detail/list_update_map_/
+       constructor_destructor_fn_imps.hpp: Same.
+       * include/ext/pb_ds/exception.hpp: Same.        
+       * src/functexcept.cc: Qualify abort with std.
+
+2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/ext/pb_ds/exception.hpp: Add translation support to
+       exception strings.
+       * include/ext/concurrence.h: Same.
+       * include/tr1/array: Same.
+
+2006-11-05  Paolo Carlini  <pcarlini@suse.de>
+
+       * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 45.
+       * docs/html/ext/lwg-closed.html: Add.
+       * docs/html/ext/howto.html: Adjust.
+
+2006-10-30  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/tr1/utility (tuple_size<std::pair<> >::value): Provide
+       definition.
+
+2006-10-30  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/tr1/tuple_iterate.h (tuple_size<tuple<> >::value): Provide
+       definition.
+       * include/tr1/functional (is_bind_expression<>::value,
+       is_placeholder<>::value, + various partial specializations): Likewise.
+       * include/tr1/array (tuple_size<array<> >::value): Likewise.
+
+2006-10-30  Paolo Carlini  <pcarlini@suse.de>
+
+       * testsuite/tr1/6_containers/array/capacity/max_size.cc: Actually
+       do test max_size().
+
+2006-10-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * testsuite/config/default.exp (${tool}_target_compile): Use
+       v3_target_compile.
+
+2006-10-29  Paolo Carlini  <pcarlini@suse.de>
+
+       * src/debug.cc (_Safe_sequence_base::_M_revalidate_singular): Fix
+       pasto, advance __iter only once per iteration.
+
+2006-10-29  Paolo Carlini  <pcarlini@suse.de>
+       
+       PR libstdc++/29520
+       * include/tr1/random (geometric_distribution<>::
+       operator()(_UniformRandomNumberGenerator&)): Only declare.
+       * include/tr1/random.tcc (geometric_distribution<>::
+       operator()(_UniformRandomNumberGenerator&),
+       poisson_distribution<>::operator()(_UniformRandomNumberGenerator&),
+       binomial_distribution<>::operator()(_UniformRandomNumberGenerator&)):
+       Reject candidate floating point values not convertible to the
+       result_type.
+
 2006-10-28  Paolo Carlini  <pcarlini@suse.de>
        
        * include/tr1/array (array<>::_M_at): New.