|  | 2010-12-31  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * scripts/run_doxygen: Allow doxygen 1.7.1 again. | 
|  |  | 
|  | * doc/xml/manual/build_hacking.xml: Update. | 
|  | * doc/xml/images/confdeps.dot: Same. | 
|  | * doc/xml/images/confdeps.png: Same. | 
|  |  | 
|  | * configure.ac: Define BUILD_INFO, BUILD_XML, BUILD_HTML, | 
|  | BUILD_MAN, BUILD_PDF, BUILD_EPUB conditionally. | 
|  | * Makefile.am (xml, html, pdf, man, info, pd, dvi, epub): Define, | 
|  | and install rules. | 
|  | * doc/Makefile.am: Same. Add stamp rules. | 
|  | (doc-epub-docbook): Add. | 
|  | (stamp-xml-single-docbook): Make set too. | 
|  | * configure: Regenerate. | 
|  | * Makefile.in: Same. | 
|  | * doc/Makefile.in: Same. | 
|  | * include/Makefile.in: Same. | 
|  | * libsupc++/Makefile.in: Same. | 
|  | * po/Makefile.in: Same. | 
|  | * python/Makefile.in: Same. | 
|  | * src/Makefile.in: Same. | 
|  | * testsuite/Makefile.in: Same. | 
|  | * aclocal.m4: Same. | 
|  |  | 
|  | 2010-12-31  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/doxygen/user.cfg.in: Disable PDF_HYPERLINKS. | 
|  |  | 
|  | 2010-12-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca> | 
|  |  | 
|  | PR libstdc++/46869 | 
|  | * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: | 
|  | Compile with -g0. | 
|  | * testsuite/20_util/shared_ptr/cons/constexpr.cc: Likewise. | 
|  | * testsuite/20_util/unique_ptr/cons/constexpr.cc: Likewise. | 
|  | * testsuite/20_util/weak_ptr/cons/constexpr.cc: Likewise. | 
|  |  | 
|  | 2010-12-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/basic_string.h (operator+(basic_string<>&&, | 
|  | basic_string<>&&)): Optimize better. | 
|  | * include/ext/vstring.h (operator+(__versa_string<>&&, | 
|  | __versa_string<>&)): Likewise. | 
|  |  | 
|  | 2010-12-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/21_strings/basic_string/operators/char/4.cc: New. | 
|  | * testsuite/21_strings/basic_string/operators/wchar_t/4.cc: Likewise. | 
|  | * testsuite/ext/vstring/operators/2.cc: Likewise. | 
|  |  | 
|  | 2010-11-18  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * config/*/*: Use headername alias to associate private includes | 
|  | to public includes. | 
|  | * include/*/*: Same. | 
|  |  | 
|  | * scripts/run_doxygen: Update for doxygen 1.7.2. | 
|  | * doc/doxygen/user.cfg.in: Same. | 
|  | * doc/doxygen/TODO: Remove. | 
|  |  | 
|  | * testsuite/*/std_c++0x_neg.cc: Adjust line number. | 
|  |  | 
|  | 2010-12-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/basic_string.h (operator+(basic_string<>&&, | 
|  | const basic_string<>&), operator+(const basic_string<>&, | 
|  | basic_string<>&&), operator+(basic_string<>&&, basic_string<>&&), | 
|  | operator+(const _CharT*, basic_string<>&&), operator+(_CharT, | 
|  | basic_string<>&&), operator+(basic_string<>&&, const _CharT*), | 
|  | operator+(basic_string<>&&, _CharT)): Add. | 
|  | * testsuite/21_strings/basic_string/operators/char/3.cc: New. | 
|  | * testsuite/21_strings/basic_string/operators/wchar_t/3.cc: Likewise. | 
|  |  | 
|  | 2010-12-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * aclocal.m4: Regenerate. | 
|  | * Makefile.in: Likewise. | 
|  | * testsuite/Makefile.in: Likewise. | 
|  | * libsupc++/Makefile.in: Likewise. | 
|  | * include/Makefile.in: Likewise. | 
|  | * po/Makefile.in: Likewise. | 
|  | * doc/Makefile.in: Likewise. | 
|  | * src/Makefile.in: Likewise. | 
|  | * python/Makefile.in: Likewise. | 
|  |  | 
|  | 2010-11-16  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * testsuite/util/testsuite_iterators.h: Guard move.h includes. | 
|  | * testsuite/util/testsuite_allocator.h: Same. | 
|  |  | 
|  | * testsuite/20_util/temporary_buffer.cc: Use typedef, qualify. | 
|  |  | 
|  | * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Define | 
|  | PB_DS_REGRESSION in the source file. | 
|  | * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same. | 
|  | * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same. | 
|  | * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same. | 
|  | * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same. | 
|  | * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same. | 
|  | * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same. | 
|  | * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same. | 
|  | * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same. | 
|  |  | 
|  | * testsuite/21_strings/c_strings/wchar_t/3_neg.cc: Move to this. | 
|  | Use _neg suffix. | 
|  | * testsuite/21_strings/c_strings/wchar_t/3.cc: ...from this. | 
|  | * testsuite/21_strings/c_strings/char/3_neg.cc: Same. | 
|  | * testsuite/21_strings/c_strings/char/3.cc: Same. | 
|  | * testsuite/ext/slist/23781_neg.cc: Same. | 
|  | * testsuite/ext/slist/23781.cc: Same. | 
|  | * testsuite/ext/profile/mutex_extensions.cc: Same. | 
|  | * testsuite/ext/profile/mutex_extensions_neg.cc: Same. | 
|  | * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820.cc: Same. | 
|  | * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same. | 
|  | * testsuite/tr1/6_containers/tuple/comparison_operators/35480_neg.cc: | 
|  | Same. | 
|  | * testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc: Same. | 
|  | * testsuite/23_containers/multimap/23781_neg.cc: Same. | 
|  | * testsuite/23_containers/multimap/23781.cc: Same. | 
|  | * testsuite/23_containers/set/23781_neg.cc: Same. | 
|  | * testsuite/23_containers/set/23781.cc: Same. | 
|  | * testsuite/23_containers/multiset/23781_neg.cc: Same. | 
|  | * testsuite/23_containers/multiset/23781.cc: Same. | 
|  | * testsuite/23_containers/list/23781_neg.cc: Same. | 
|  | * testsuite/23_containers/list/23781.cc: Same. | 
|  | * testsuite/23_containers/map/23781_neg.cc: Same. | 
|  | * testsuite/23_containers/map/23781.cc: Same. | 
|  | * testsuite/20_util/duration/cons/dr974_neg.cc: Same. | 
|  | * testsuite/20_util/duration/cons/dr974.cc: Same. | 
|  | * testsuite/20_util/tuple/comparison_operators/35480_neg.cc: Same. | 
|  | * testsuite/20_util/tuple/comparison_operators/35480.cc: Same. | 
|  | * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Same. | 
|  | * testsuite/20_util/unique_ptr/cons/pointer_array_convertible_neg.cc: | 
|  | Same. | 
|  | * testsuite/20_util/unique_ptr/cons/pointer_array_convertible.cc: Same. | 
|  |  | 
|  | 2010-12-15  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/ext/vstring.h (operator+(__versa_string<>&&, | 
|  | const __versa_string<>&), operator+(const __versa_string<>&, | 
|  | __versa_string<>&&), operator+(__versa_string<>&&, | 
|  | __versa_string<>&&), operator+(const _CharT*, | 
|  | __versa_string<>&&), operator+(_CharT, __versa_string<>&&), | 
|  | operator+(__versa_string<>&&, const _CharT*), | 
|  | operator+(__versa_string<>&&, _CharT)): Add. | 
|  | * testsuite/ext/vstring/operators/1.cc: New. | 
|  |  | 
|  | 2010-12-15  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/46951 | 
|  | * testsuite/30_threads/future/members/45133.cc: Fix dg-options. | 
|  | * testsuite/30_threads/shared_future/members/45133.cc: Likewise. | 
|  |  | 
|  | 2010-12-14  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45133 | 
|  | * include/std/future (__basic_future::wait): Throw if not valid. | 
|  | (__basic_future::wait_for): Likewise. | 
|  | (__basic_future::wait_until): Likewise. | 
|  | (__basic_future::_M_get_result): Likewise. | 
|  | * testsuite/30_threads/future/members/45133.cc: New. | 
|  | * testsuite/30_threads/shared_future/members/45133.cc: New. | 
|  |  | 
|  | 2010-12-14  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/46910 | 
|  | * include/bits/shared_ptr_base.h (_Sp_counted_deleter): Do not | 
|  | derive from _Sp_counted_ptr. | 
|  | * testsuite/20_util/shared_ptr/cons/46910.cc: New. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Adjust. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust. | 
|  |  | 
|  | 2010-12-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate. | 
|  | * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise. | 
|  |  | 
|  | 2010-12-12  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/util/testsuite_abi.cc (check_version): Don't push back | 
|  | GLIBCXX_3.4.16, unused. | 
|  |  | 
|  | 2010-12-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp (v3-build_support): Delete | 
|  | libtestc++.a before creation. | 
|  |  | 
|  | 2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu> | 
|  | Iain Sandoe  <iains@gcc.gnu.org> | 
|  |  | 
|  | PR 43751/target | 
|  | * testsuite/lib/prune.exp: Prune dsymutil warnings. | 
|  |  | 
|  | 2010-12-08  Nathan Froyd  <froydnj@codesourcery.com> | 
|  |  | 
|  | PR testsuite/46860 | 
|  | * testsuite/20_util/auto_ptr/assign_neg.cc: Adjust. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Adjust. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust. | 
|  |  | 
|  | 2010-12-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/bitset (_Base_bitset<>::_Base_bitset(), | 
|  | _Base_bitset(unsigned long)): Simplify. | 
|  |  | 
|  | 2010-12-07  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * include/bits/stl_iterator.h: Add move_iterator operators overloads | 
|  | to make it robust to template abuses. | 
|  | * testsuite/util/testsuite_greedy_ops.h: New. | 
|  | * testsuite/23_containers/vector/types/1.cc: Use latter. | 
|  | * testsuite/23_containers/deque/types/1.cc: Likewise. | 
|  | * testsuite/24_iterators/move_iterator/greedy_ops.cc: New. | 
|  | * testsuite/24_iterators/normal_iterator/greedy_ops.cc: New. | 
|  | * testsuite/24_iterators/reverse_iterator/greedy_ops.cc: New. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error | 
|  | line numbers. | 
|  |  | 
|  | 2010-12-06  Paul Pluzhnikov  <ppluzhnikov@google.com> | 
|  |  | 
|  | PR libstdc++/46830 | 
|  | * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap): | 
|  | Early return when this == &__rcs. | 
|  |  | 
|  | 2010-12-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/shared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter, | 
|  | const _Alloc&), shared_ptr(nullptr_t, _Deleter, const _Alloc&)): Take | 
|  | the allocator by value, per N3225. | 
|  | (shared_ptr<>::shared_ptr(_Sp_make_shared_tag, _Alloc, _Args&&...), | 
|  | allocate_shared(_Alloc, _Args&&...): Viceversa, take the allocator | 
|  | by const lvalue ref. | 
|  | * include/bits/shared_ptr_base.h (__shared_count<>:: | 
|  | __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc, _Args&&...), | 
|  | __shared_ptr<>::__shared_ptr(_Sp_make_shared_tag, _Alloc, _Args&&...), | 
|  | __allocate_shared(_Alloc, _Args&&...)): Likewise. | 
|  | (__shared_ptr<>::__shared_ptr(_Tp1*, _Deleter, const _Alloc&), | 
|  | __shared_ptr(nullptr_t, _Deleter, const _Alloc&), reset(_Tp1*, | 
|  | _Deleter, const _Alloc&)): Take the allocator by value. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Adjust dg-error line | 
|  | numbers. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise. | 
|  |  | 
|  | 2010-12-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-12-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/46821 | 
|  | * include/std/tuple (_Head_base<,, true>::_M_swap_impl): | 
|  | Swap the empty bases. | 
|  | (_Head_base<,, false>::_M_swap_impl): Minor tweak. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error | 
|  | line number. | 
|  |  | 
|  | 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com> | 
|  |  | 
|  | PR target/40125 | 
|  | PR lto/46695 | 
|  | * configure.ac: Invoke ACX_LT_HOST_FLAGS. | 
|  | * configure.host (OPT_LDFLAGS): Use lt_host_flags for cygming. | 
|  | * aclocal.m4: Regenerate. | 
|  | * configure: Regenerate. | 
|  | * Makefile.in: Regenerate. | 
|  | * doc/Makefile.in: Regenerate. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * libsupc++/Makefile.in: Regenerate. | 
|  | * po/Makefile.in: Regenerate. | 
|  | * python/Makefile.in: Regenerate. | 
|  | * src/Makefile.in: Regenerate. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-12-04  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/std/mutex (try_lock, __try_lock_impl): Fix. | 
|  | (lock): Implement using __try_lock_impl. | 
|  | * testsuite/30_threads/try_lock/2.cc: Fix logic. | 
|  | * testsuite/30_threads/try_lock/4.cc: New. | 
|  | * testsuite/30_threads/lock/1.cc: New. | 
|  | * testsuite/30_threads/lock/2.cc: New. | 
|  | * testsuite/30_threads/lock/3.cc: New. | 
|  | * testsuite/30_threads/lock/4.cc: New. | 
|  |  | 
|  | 2010-12-02  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * src/future.cc (future_category): Export compatibility symbol. | 
|  | * config/abi/pre/gnu.ver: Move _ZSt15future_categoryv to 3.4.15 | 
|  | version. | 
|  |  | 
|  | 2010-12-02  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * testsuite/23_containers/vector/requirements/explicit_instantiation/ | 
|  | 2.cc: Hide explicit instantiation with non default constructible type | 
|  | in C++0x mode. | 
|  | * testsuite/23_containers/deque/requirements/explicit_instantiation/ | 
|  | 2.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/explicit_instantiation/ | 
|  | 2.cc: Likewise. | 
|  |  | 
|  | 2010-12-02  Kai Tietz  <kai.tietz@onevision.com> | 
|  |  | 
|  | PR libstdc++/43738 | 
|  | * config/io/basic_file_stdio.cc (showmanyc): Check _GLIBCXX_NO_IOCTL | 
|  | before use of ioctl. | 
|  | * config/os/mingw32/os_defines.h (_GLIBCXX_NO_IOCTL): New. | 
|  |  | 
|  | 2010-12-01  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * testsuite/23_containers/deque/cons/2.cc: Fix to explicitly invoke | 
|  | the copy constructor with or without C++0x mode. | 
|  | * testsuite/23_containers/vector/cons/4.cc: Likewise. | 
|  |  | 
|  | 2010-12-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * scripts/extract_symvers.pl: New file. | 
|  | * scripts/extract_symvers: Rename to ... | 
|  | * scripts/extract_symvers.in: ... this. | 
|  | Use extract_symvers.pl on SunOS. | 
|  | * configure.ac: Add scripts/extract_symvers to AC_CONFIG_FILES. | 
|  | * configure: Regenerate. | 
|  | * Makefile.in: Regenerate. | 
|  | * testsuite/Makefile.am (extract_symvers): Call extract_symvers | 
|  | from $(glibcxx_builddir). | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  | * testsuite/libstdc++-abi/abi.exp: Call extract_symvers from | 
|  | $objdir. | 
|  |  | 
|  | * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate. | 
|  | * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise. | 
|  |  | 
|  | 2010-11-30  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/46718 | 
|  | * include/std/type_traits (__is_nullptr_t): Add. | 
|  | (is_scalar): Use the latter. | 
|  | * testsuite/20_util/is_scalar/value.cc: New. | 
|  | * testsuite/20_util/is_scalar/requirements/typedefs.cc: Likewise. | 
|  | * testsuite/20_util/is_scalar/requirements/explicit_instantiation.cc: | 
|  | Likewise. | 
|  | * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: | 
|  | Adjust dg-error line numbers. | 
|  | * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Likewise. | 
|  |  | 
|  | 2010-11-28  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/46689 | 
|  | * testsuite/20_util/shared_ptr/comparison/cmp.cc: Remove tests for | 
|  | invalid comparisons. | 
|  |  | 
|  | 2010-11-27  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/shared_ptr_base.h (operator>, operator>=, operator<=): | 
|  | Remove comparisons not specified in the C++0x draft. | 
|  |  | 
|  | 2010-11-27  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * include/debug/unordered_map (unordered_multimap<>::erase): Fix to | 
|  | erase all elements associated to the key. | 
|  | * include/debug/unordered_set (unordered_multiset<>::erase): Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/erase/1.cc: Modify to | 
|  | check for multiple erase. | 
|  | * testsuite/23_containers/unordered_multiset/erase/1.cc: Likewise. | 
|  |  | 
|  | 2010-11-27  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * include/debug/unordered_map, unordered_set (unordered_map<>::insert, | 
|  | unordered_multimap<>::insert, unordered_set<>::insert, | 
|  | unordered_multiset<>::insert) Debug check iterator hint and pass it to | 
|  | normal implementation. | 
|  |  | 
|  | 2010-11-27  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * include/debug/bitset (bitset<>::reference): Clean code, use normal | 
|  | reference type in experimental mode. | 
|  | * testsuite/23_containers/bitset/debug/invalid/1.cc: Fix for | 
|  | experimental mode. | 
|  |  | 
|  | 2010-11-26  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp ([check_v3_target_debug_mode]): Use | 
|  | remote_file delete for generated exe. | 
|  | ([check_v3_target_profile_mode]): Add. | 
|  | * testsuite/lib/dg-options.exp ([dg-require-profile-mode]): Add | 
|  | * testsuite/ext/profile/mh.cc, profiler_algos.cc, all.cc: Use | 
|  | dg-require-profile-mode, remove explicit _GLIBCXX_PROFILE definition. | 
|  |  | 
|  | 2010-11-25  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * src/debug.cc: Introduce a mutex pool in get_safe_base_mutex. | 
|  | Move code used to manipulate sequence safe iterators from safe | 
|  | iterator methods to safe sequence ones. Remove usage of safe iterator | 
|  | mutex, keep _Safe_iterator_base::_M_get_mutex for library backward | 
|  | binary compatibility. | 
|  | * src/Makefile.am: Build debug.cc in gnu++0x mode for _Hash_impl usage. | 
|  | * src/Makefile.in: Regenerate | 
|  | * include/debug/safe_base.h: Add _Safe_iterator_base _M_invalidate | 
|  | and _M_reset. Add _Safe_sequence_base _M_attach, _M_attach_single, | 
|  | _M_detach and _M_detach_single. | 
|  | * include/debug.safe_iterator.h, safe_iterator.tcc: Remove | 
|  | _Safe_iterator _M_invalidate and _M_invalidate_single. Implement all | 
|  | methods in terms of normal iterators rather than safe ones. | 
|  | * include/debug/safe_sequence.h: Replace _Safe_sequence | 
|  | _M_transfe_iter with _M_transfer_from_if taking the source sequence | 
|  | and a predicate signaling when a safe iterator shall be transfered. | 
|  | Add _Equal_to predicate. | 
|  | * include/debug/safe_sequence.tcc: New. | 
|  | * include/Makefile.am: Adjust. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * include/debug/forward_list: Swap safe iterators in move constructor. | 
|  | Do not invalidate before begin in _M_invalidate_all method. | 
|  | Reimplement safe methods using normal iterators rather than safe ones. | 
|  | * include/debug/set.h, unordered_map, multiset.h, vector, | 
|  | unordered_set, deque, map.h, list, multimap.h: Reimplement safe method | 
|  | using normal iterators rather than safe ones. | 
|  | * testsuite/23_containers/forward_list/debug/clear.cc, swap.cc, | 
|  | move_constructor.cc, splice_after.cc, splice_after1.cc, | 
|  | splice_after2.cc, splice_after3.cc, splice_after4.cc: New. | 
|  | * testsuite/23_containers/vector/debug/multithreaded_swap.cc: New. | 
|  |  | 
|  | 2010-11-24  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/std/tuple: Mark more constructors constexpr. | 
|  | * include/bits/stl_pair.h: Same. | 
|  | * testsuite/20_util/tuple/requirements/dr801.cc: New. | 
|  | * testsuite/20_util/pair/requirements/dr801.cc: New. | 
|  | * testsuite/20_util/tuple/cons/constexpr.cc: Add cases for new | 
|  | constexpr constructors. | 
|  | * testsuite/20_util/pair/cons/constexpr.cc: Same. | 
|  | * testsuite/20_util/pair/comparison_operators/constexpr.cc: New. | 
|  |  | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust line number. | 
|  |  | 
|  | 2010-11-24  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/30_threads/future/cons/constexpr.cc: Add dg-require* | 
|  | directives. | 
|  | * testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise. | 
|  |  | 
|  | 2010-11-23  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/std/chrono: Constexpr markup for is_monotonic. | 
|  | * src/chrono.cc: Same. | 
|  | * testsuite/20_util/clocks/1.cc: Move... | 
|  | * testsuite/20_util/system_clock/1.cc: ...here. | 
|  | * testsuite/20_util/system_clock/constexpr_data.cc | 
|  | * testsuite/20_util/monotonic_clock/constexpr_data.cc | 
|  |  | 
|  | * include/std/complex: Mark primary template constexpr. | 
|  | * testsuite/26_numerics/complex/cons/constexpr_primary.cc: Add. | 
|  | * testsuite/26_numerics/complex/complex_value.cc: Move... | 
|  | * testsuite/26_numerics/complex/dr387.cc: Move... | 
|  | * testsuite/26_numerics/complex/value_operations/1.cc: ... here. | 
|  | * testsuite/26_numerics/complex/value_operations/dr387.cc: ...here. | 
|  | * testsuite/26_numerics/complex/value_operations/constexpr.cc: New. | 
|  |  | 
|  | 2010-11-23  Benjamin Kosnik  <bkoz@redhat.com> | 
|  | Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp: Use scanasm. | 
|  | * testsuite/util/testsuite_common_types.h | 
|  | (constexpr_default_constructible): Add support for non-literal types. | 
|  | (constexpr_single_value_constructible): Same. | 
|  | * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: | 
|  | Remove xfail. | 
|  | * testsuite/20_util/shared_ptr/cons/constexpr.cc: Add. | 
|  | * testsuite/20_util/unique_ptr/cons/constexpr.cc: Add. | 
|  | * testsuite/20_util/weak_ptr/cons/constexpr.cc: Add. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust line number. | 
|  |  | 
|  | 2010-11-23  Benjamin Kosnik  <bkoz@redhat.com> | 
|  | Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/std/future (shared_future): Default ctor constexpr. | 
|  | (future): Same. | 
|  | * testsuite/30_threads/shared_future/cons/constexpr.cc: New. | 
|  | * testsuite/30_threads/future/cons/constexpr.cc: New. | 
|  |  | 
|  | 2010-11-23  Uros Bizjak  <ubizjak@gmail.com> | 
|  |  | 
|  | * testsuite/22_locale/collate/hash/char/wrapped_locale.cc: Require | 
|  | additional locale name. | 
|  | * testsuite/22_locale/collate/hash/char/wrapped_env.cc: Ditto. | 
|  |  | 
|  | 2010-11-18  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/46455 | 
|  | * include/std/mutex: Define destructors for mutex types which use an | 
|  | init function. | 
|  | * include/ext/concurrence.h: Likewise. | 
|  |  | 
|  | 2010-11-18  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/26211 + N3168 | 
|  | * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type), | 
|  | seekg(off_type, ios_base::seekdir)): Construct a sentry. | 
|  | (basic_istream<>::seekg(pos_type), seekg(off_type, ios_base::seekdir) | 
|  | putback, unget): Clear eofbit first, per N3168. | 
|  | * testsuite/27_io/basic_istream/seekg/char/26211.cc: New. | 
|  | * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/tellg/char/8348.cc: Tweak. | 
|  | * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise. | 
|  |  | 
|  | 2010-11-18  H.J. Lu  <hongjiu.lu@intel.com> | 
|  |  | 
|  | PR other/42670 | 
|  | * testsuite/abi/demangle/regression/cw-13.cc: Updated. | 
|  |  | 
|  | 2010-11-18  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/formatter.h (__truth): Remove, unused. | 
|  | (__is_same): Remove, include cpp_type_traits.h instead. | 
|  | (_Parameter::_Parameter(const _Safe_iterator<>&, const char*, | 
|  | _Is_iterator)): Adjust. | 
|  | * include/debug/safe_iterator.h (_Safe_iterator<>::_M_constant): | 
|  | Likewise. | 
|  |  | 
|  | 2010-11-17  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Clean | 
|  | built exe. | 
|  |  | 
|  | 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | PR libstdc++/45711 | 
|  | * src/Makefile.am (stamp-debug): Also adjust VPATH. | 
|  | * src/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-11-15  Jie Zhang  <jie@codesourcery.com> | 
|  |  | 
|  | * testsuite/ext/profile/mh.cc: Add xfail for uclibc. | 
|  |  | 
|  | 2010-11-14  Matthias Klose  <doko@ubuntu.com> | 
|  |  | 
|  | * testsuite/28_regex/13_ecmascript: Remove, empty directory. | 
|  | * testsuite/28_regex/02_definitions: Likewise. | 
|  | * testsuite/29_atomics/headers/stdatomic.h: Likewise. | 
|  |  | 
|  | 2010-11-14  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. | 
|  | (_Rb_tree_const_iterator<>::_M_const_cast): Add. | 
|  | (_Rb_tree<>::erase, _M_insert_unique_): Adjust. | 
|  | * include/debug/map.h (map<>::erase, insert): Fix C++0x signatures. | 
|  | * include/debug/multimap.h (multimap<>::erase, insert): Likewise. | 
|  | * include/debug/set.h (set<>::erase, insert): Fix, only cosmetic | 
|  | changes in this case. | 
|  | * include/debug/multiset.h (multiset<>::erase, insert): Likewise. | 
|  | * include/profile/set.h (set<>::insert): Remove redundant macro. | 
|  | * include/profile/multiset.h (multiset<>::insert): Likewise. | 
|  | * include/bits/stl_set.h (set<>::insert): Likewise. | 
|  | * include/bits/stl_multiset.h (multiset<>::insert): Likewise. | 
|  |  | 
|  | 2010-11-12  Ian Lance Taylor  <iant@google.com> | 
|  |  | 
|  | PR other/46332 | 
|  | * testsuite/abi/demangle/abi_examples/14.cc (main): Change | 
|  | expected demangling. | 
|  |  | 
|  | 2010-11-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/move.h (forward): Implement N3143, resolving US 90. | 
|  | * testsuite/20_util/forward/a.cc: New. | 
|  | * testsuite/20_util/forward/b.cc: Likewise. | 
|  | * testsuite/20_util/forward/c_neg.cc: Likewise. | 
|  | * testsuite/20_util/forward/d.cc: Likewise. | 
|  | * testsuite/20_util/forward/e.cc: Likewise. | 
|  | * testsuite/20_util/forward/f_neg.cc: Likewise. | 
|  |  | 
|  | 2010-11-10  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * include/profile/unordered_map (unordered_map<>::_M_profile_size): | 
|  | Simplify, don't take a __new_size argument; adjust all callers. | 
|  |  | 
|  | 2010-11-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44436 (partial) | 
|  | PR libstdc++/46148 | 
|  | * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_, _M_insert_lower, | 
|  | _M_insert_equal_lower, _M_insert_unique, _M_insert_equal, | 
|  | _M_insert_unique_, _M_insert_equal_): Templatize in C++0x mode, | 
|  | use _GLIBCXX_FORWARD throughout. | 
|  | * include/bits/stl_map.h (map<>::insert(_Pair&&), | 
|  | insert(const_iterator, _Pair&&), operator[](key_type&&): Add. | 
|  | * include/bits/stl_set.h (set<>::insert(value_type&&), | 
|  | insert(const_iterator, value_type&&)): Likewise. | 
|  | * include/bits/stl_multimap.h (multimap<>::insert(_Pair&&), | 
|  | insert(const_iterator, _Pair&&)): Likewise. | 
|  | * include/bits/stl_multiset.h (multiset<>::insert(value_type&&), | 
|  | insert(const_iterator, value_type&&)): Likewise. | 
|  | * include/debug/set.h: Adjust. | 
|  | * include/debug/multiset.h: Likewise. | 
|  | * include/debug/map.h: Likewise. | 
|  | * include/debug/multimap.h: Likewise. | 
|  | * include/profile/set.h: Likewise. | 
|  | * include/profile/multiset.h: Likewise. | 
|  | * include/profile/map.h: Likewise. | 
|  | * include/profile/multimap.h: Likewise. | 
|  | * testsuite/23_containers/multimap/modifiers/insert/1.cc: New. | 
|  | * testsuite/23_containers/multimap/modifiers/insert/2.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/modifiers/insert/3.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/modifiers/insert/4.cc: Likewise. | 
|  | * testsuite/23_containers/set/modifiers/insert/2.cc: Likewise. | 
|  | * testsuite/23_containers/set/modifiers/insert/3.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/modifiers/insert/3.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/modifiers/insert/4.cc: Likewise. | 
|  | * testsuite/23_containers/map/modifiers/insert/2.cc: Likewise. | 
|  | * testsuite/23_containers/map/modifiers/insert/3.cc: Likewise. | 
|  | * testsuite/23_containers/map/modifiers/insert/4.cc: Likewise. | 
|  | * testsuite/23_containers/map/modifiers/insert/5.cc: Likewise. | 
|  | * testsuite/23_containers/map/element_access/2.cc: Likewise. | 
|  | * testsuite/23_containers/map/element_access/46148.cc: Likewise. | 
|  |  | 
|  | * include/bits/hashtable.h: Trivial naming changes. | 
|  |  | 
|  | 2010-11-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/hashtable.h (_Hashtable<>::_Insert_Conv_Type, | 
|  | _Hashtable<>::_Insert_Return_Type): Change to private. | 
|  |  | 
|  | 2010-11-10  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/unique_ptr.h: Use static_assert in constexpr | 
|  | constructors. | 
|  | * testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc: Remove xfails. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error | 
|  | line number. | 
|  |  | 
|  | 2010-11-09  François Dumont  <francois.cppdevs@free.fr> | 
|  | Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | * include/parallel/algobase.h (equal):  Call parallel variant | 
|  | for applicable overloads. | 
|  |  | 
|  | 2010-11-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Add | 
|  | and use it throughout. | 
|  |  | 
|  | 2010-11-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/46385 | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error | 
|  | line number. | 
|  |  | 
|  | 2010-11-08  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/unique_ptr.h: Move misplaced static_assert and use | 
|  | tuple's constexpr constructor in constexpr constructors. | 
|  | * testsuite/20_util/unique_ptr/cons/ptr_deleter.cc: New. | 
|  | * testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc: New. | 
|  |  | 
|  | 2010-11-08  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/doxygen/user.cfg.in: Adjust scanned includes. | 
|  | * include/std/forward_list: Make doxygen file markup unambiguous. | 
|  |  | 
|  | 2010-11-08  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust | 
|  | expected error. | 
|  |  | 
|  | 2010-11-08  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/std/complex (operator==, !=): Mark constexpr. | 
|  | * testsuite/26_numerics/complex/comparison_operators/constexpr.cc: New. | 
|  |  | 
|  | 2010-11-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_tree.h (_Rb_tree<>::_M_erase_aux): Add. | 
|  | (_Rb_tree<>::erase(iterator)): Fix in C++0x mode to take | 
|  | const_iterator; remove redundant overload in C++03 mode. | 
|  | (_Rb_tree<>::erase(iterator, iterator)): Likewise. | 
|  | * include/bits/stl_map.h (map<>::erase): Adjust. | 
|  | (map<>::insert): Fix signature in C++0x mode. | 
|  | * include/bits/stl_set.h (set<>::erase): Likewise. | 
|  | (set<>::insert): Likewise. | 
|  | * include/bits/stl_multimap.h (multimap<>::erase): Likewise. | 
|  | (multimap<>::insert): Likewise. | 
|  | * include/bits/stl_multiset.h (multiset<>::erase): Likewise. | 
|  | (multiset<>::insert): Fix signature in C++0x mode. | 
|  | * include/profile/set.h: Adjust. | 
|  | * include/profile/multiset.h: Likewise. | 
|  | * include/profile/map.h: Likewise. | 
|  | * include/profile/multimap.h: Likewise. | 
|  | * testsuite/util/exception/safety.h (erase_base, insert_base): | 
|  | Update. | 
|  |  | 
|  | 2010-11-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/unordered_map (unordered_map<>::operator[](_Key&&)): | 
|  | Add. | 
|  |  | 
|  | 2010-11-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/bitset (bitset<>::bitset(), bitset<>:: | 
|  | bitset(unsigned long long)): Add constexpr specifier. | 
|  |  | 
|  | 2010-11-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/bitset: Do not derive from _Safe_sequence_base in | 
|  | C++0x mode, otherwise std::bitset isn't a literal type anymore; | 
|  | adjust everywhere. | 
|  |  | 
|  | * include/debug/bitset (bitset<>::bitset(), bitset<>:: | 
|  | bitset(unsigned long long)):  Add missing constexpr specifier. | 
|  |  | 
|  | 2010-11-05  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/doxygen/user.cfg.in: Add typeindex. | 
|  |  | 
|  | * testsuite/util/testsuite_common_types.h (constexpr_comparison_eq_ne, | 
|  | constexpr_comparison_operators): New. | 
|  | * testsuite/20_util/duration/comparisons: Move... | 
|  | * testsuite/20_util/duration/comparison_operators: ...here. | 
|  | * testsuite/20_util/duration/comparison_operators/constexpr.cc: New. | 
|  | * testsuite/20_util/time_point/comparison_operators/constexpr.cc: Add. | 
|  |  | 
|  | * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Adjust line | 
|  | numbers. | 
|  | * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic/cons/assign_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same. | 
|  |  | 
|  | 2010-11-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/shared_ptr.h (shared_ptr<>::__shared_ptr(), | 
|  | shared_ptr<>::shared_ptr(nullptr_t), weak_ptr<>::weak_ptr(), | 
|  | enable_shared_from_this::enable_shared_from_this()): Add constexpr | 
|  | specifier. | 
|  | * include/bits/shared_ptr_base.h (__shared_count::__shared_count(), | 
|  | __shared_count::__shared_count(), __shared_ptr<>::__shared_ptr(), | 
|  | __shared_ptr<>::__shared_ptr(nullptr_t), __weak_ptr<>::__weak_ptr(), | 
|  | __enable_shared_from_this::__enable_shared_from_this()): Likewise. | 
|  | * include/bits/unique_ptr.h (default_delete, | 
|  | unique_ptr<>::unique_ptr(), unique_ptr<>::unique_ptr(nullptr_t)): | 
|  | Likewise. | 
|  | * testsuite/20_util/default_delete/cons/constexpr.cc: Do not xfail. | 
|  | * testsuite/20_util/shared_ptr/cons/constexpr.cc: Remove, the test | 
|  | cannot work for a non-literal type like std::shared_ptr. | 
|  | * testsuite/20_util/weak_ptr/cons/constexpr.cc: Likewise. | 
|  | * testsuite/util/testsuite_common_types.h: Add comments. | 
|  | * testsuite/20_util/unique_ptr/cons/constexpr.cc: Likewise. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Adjust dg-error line | 
|  | numbers. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise. | 
|  |  | 
|  | 2010-11-05  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/doxygen/user.cfg.in: Remove tr1_impl headers. | 
|  |  | 
|  | * testsuite/tr1/4_metaprogramming/integral_constant/requirements/ | 
|  | constexpr_data.cc: New. | 
|  |  | 
|  | * testsuite/util/testsuite_tr1.h (LType, LTypeDerived, NLType): New. | 
|  | * testsuite/20_util/is_literal_type/value.cc: New. | 
|  | * testsuite/20_util/is_literal_type/requirements/typedefs.cc: Name. | 
|  | * testsuite/20_util/is_literal_type/requirements/ | 
|  | explicit_instantiation.cc: New. | 
|  |  | 
|  | 2010-11-04  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/46303 | 
|  | * testsuite/30_threads/call_once/constexpr.cc: Add missing dg-require | 
|  | directives. | 
|  | * testsuite/30_threads/mutex/cons/constexpr.cc: Likewise. | 
|  | * testsuite/30_threads/once_flag/cons/constexpr.cc: Likewise. | 
|  |  | 
|  | 2010-11-04  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/ratio (ratio_add, ratio_subtract, ratio_multiply, | 
|  | ratio_divide): Declare the data members constexpr. | 
|  | * testsuite/20_util/ratio/requirements/constexpr_data.cc: Extend. | 
|  |  | 
|  | 2010-11-03  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/std/tuple (tuple): Make default constructors constexpr. | 
|  | * testsuite/20_util/tuple/cons/constexpr.cc: Add. | 
|  |  | 
|  | * testsuite/18_support/initializer_list/requirements/ | 
|  | constexpr_functions.cc: Add. | 
|  | * testsuite/18_support/initializer_list/constexpr.cc: Add. | 
|  |  | 
|  | 2010-11-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/limits (__glibcxx_digits10, __glibcxx_max_digits10): | 
|  | Use 643L instead of 643 to avoid overflows on 16-bit machines. | 
|  | * include/ext/numeric_traits.h (__glibcxx_max_digits10): Likewise. | 
|  |  | 
|  | 2010-11-02  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/std/chrono: Use typedefs. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust | 
|  | line numbers. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same. | 
|  | * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same. | 
|  |  | 
|  | 2010-11-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/c_global/cmath (fpclassify, isfinite, isinf, isnan, | 
|  | isnormal, signbit, isgreater, isgreaterequal, isless, islessequal, | 
|  | islessgreater, isunordered): Remove spurious duplicate definition | 
|  | added in the last commit. | 
|  |  | 
|  | * include/tr1/cmath: Remove tr1_impl leftover macro. | 
|  |  | 
|  | 2010-11-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1_impl/cinttypes: Remove, move contents to C++0x | 
|  | and TR1 headers. | 
|  | * include/tr1_impl/cstdlib: Likewise. | 
|  | * include/tr1_impl/cstdio: Likewise. | 
|  | * include/tr1_impl/cctype: Likewise. | 
|  | * include/tr1_impl/boost_sp_counted_base.h: Likewise. | 
|  | * include/tr1_impl/cmath: Likewise. | 
|  | * include/tr1_impl/cfenv: Likewise. | 
|  | * include/tr1_impl/utility: Likewise. | 
|  | * include/tr1_impl/complex: Likewise. | 
|  | * include/tr1_impl/cwchar: Likewise. | 
|  | * include/tr1_impl/type_traits: Likewise. | 
|  | * include/tr1_impl/cstdint: Likewise. | 
|  | * include/tr1_impl/regex: Likewise. | 
|  | * include/tr1_impl/array: Likewise. | 
|  | * include/tr1_impl/cwctype: Likewise. | 
|  | * include/Makefile.am: Adjust. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * src/condition_variable.cc: Adjust; consistently use | 
|  | _GLIBCXX_BEGIN_NAMESPACE and _GLIBCXX_END_NAMESPACE. | 
|  | * src/mutex.cc: Likewise. | 
|  | * src/future.cc: Likewise. | 
|  | * src/atomic.cc: Likewise. | 
|  | * src/chrono.cc: Likewise. | 
|  | * src/thread.cc: Likewise. | 
|  | * include/std/tuple: Likewise. | 
|  | * include/std/utility: Likewise. | 
|  | * include/std/thread: Likewise.: Likewise. | 
|  | * include/std/type_traits: Likewise. | 
|  | * include/std/memory: Likewise. | 
|  | * include/std/future: Likewise. | 
|  | * include/std/ratio: Likewise. | 
|  | * include/std/chrono: Likewise. | 
|  | * include/std/condition_variable: Likewise. | 
|  | * include/std/mutex: Likewise. | 
|  | * include/std/functional: Likewise. | 
|  | * include/std/complex: Likewise. | 
|  | * include/std/typeindex: Likewise. | 
|  | * include/std/array: Likewise. | 
|  | * include/bits/regex_compiler.h: Likewise. | 
|  | * include/bits/regex_grep_matcher.tcc: Likewise. | 
|  | * include/bits/regex_grep_matcher.h: Likewise. | 
|  | * include/bits/regex_constants.h: Likewise. | 
|  | * include/bits/regex_cursor.h: Likewise. | 
|  | * include/bits/regex_nfa.tcc: Likewise. | 
|  | * include/bits/shared_ptr_base.h: Likewise. | 
|  | * include/bits/regex_nfa.h: Likewise. | 
|  | * include/bits/random.tcc: Likewise. | 
|  | * include/bits/regex.h: Likewise. | 
|  | * include/bits/random.h: Likewise. | 
|  | * include/bits/regex_error.h: Likewise. | 
|  | * include/c_global/cinttypes: Likewise. | 
|  | * include/c_global/cstdlib: Likewise. | 
|  | * include/c_global/cstdio: Likewise. | 
|  | * include/c_global/cctype: Likewise. | 
|  | * include/c_global/cmath: Likewise. | 
|  | * include/c_global/cfenv: Likewise. | 
|  | * include/c_global/cwchar: Likewise. | 
|  | * include/c_global/cstdint: Likewise. | 
|  | * include/c_global/cwctype: Likewise. | 
|  | * include/tr1/shared_ptr.h: Likewise. | 
|  | * include/tr1/cinttypes: Likewise. | 
|  | * include/tr1/cstdio: Likewise. | 
|  | * include/tr1/cfenv: Likewise. | 
|  | * include/tr1/utility: Likewise. | 
|  | * include/tr1/cwchar: Likewise. | 
|  | * include/tr1/type_traits: Likewise. | 
|  | * include/tr1/memory: Likewise. | 
|  | * include/tr1/cstdint: Likewise. | 
|  | * include/tr1/regex: Likewise. | 
|  | * include/tr1/cwctype: Likewise. | 
|  | * include/tr1/cstdlib: Likewise. | 
|  | * include/tr1/cctype: Likewise. | 
|  | * include/tr1/cmath: Likewise. | 
|  | * include/tr1/complex: Likewise. | 
|  | * include/tr1/array: Likewise. | 
|  | * include/c_compatibility/fenv.h: Likewise. | 
|  | * include/c_compatibility/stdint.h: Likewise. | 
|  | * include/c_compatibility/inttypes.h: Likewise. | 
|  | * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820.cc: Adjust | 
|  | dg-error line numbers. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise. | 
|  | * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise. | 
|  | * testsuite/20_util/make_unsigned/requirements/ | 
|  | typedefs_neg.cc: Likewise. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Likewise. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Likewise. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise. | 
|  |  | 
|  | 2010-11-02  Paolo Carlini  <paolo.carlini@oracle.com | 
|  |  | 
|  | * testsuite/28_regex/05_constants/syntax_option_type.cc: Avoid | 
|  | -Wall warnings. | 
|  | * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc: | 
|  | Likewise. | 
|  | * testsuite/18_support/numeric_limits/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/18_support/numeric_limits/requirements/ | 
|  | constexpr_data.cc: Likewise. | 
|  | * testsuite/21_strings/char_traits/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/ | 
|  | requirements/constexpr_functions.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/ | 
|  | requirements/constexpr_data.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/requirements/ | 
|  | constexpr_data.cc: Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/ | 
|  | requirements/constexpr_functions.cc: Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/ | 
|  | requirements/constexpr_data.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/ | 
|  | requirements/constexpr_functions.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/ | 
|  | requirements/constexpr_data.cc: Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/ | 
|  | requirements/constexpr_functions.cc: Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/ | 
|  | requirements/constexpr_data.cc: Likewise. | 
|  | * testsuite/26_numerics/complex/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/23_containers/bitset/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/23_containers/array/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/util/testsuite_common_types.h: Likewise. | 
|  | * testsuite/20_util/duration/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/20_util/duration_cast/constexpr.cc: Likewise. | 
|  | * testsuite/20_util/time_point/requirements/ | 
|  | constexpr_functions.cc: Likewise. | 
|  | * testsuite/20_util/ratio/requirements/constexpr_data.cc: Likewise. | 
|  |  | 
|  | * testsuite/tr1/4_metaprogramming/integral_constant/ | 
|  | requirements/constexpr_data.cc: Remove. | 
|  |  | 
|  | 2010-11-02  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * include/bits/atomic_0.h (_ATOMIC_CMPEXCHNG_): Use C-style cast. | 
|  |  | 
|  | 2010-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | PR target/45693 | 
|  | * configure.host (osf*): Set os_include_dir to os/generic. | 
|  | Add -lpthread to OPT_LDFLAGS. | 
|  |  | 
|  | 2010-11-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/bitset (_Base_bitset<>_Base_bitset(unsigned long long)): | 
|  | Convert __val to _WordT. | 
|  |  | 
|  | 2010-11-01  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/std/chrono: Extend constexpr application. | 
|  | * testsuite/util/testsuite_common_types.h | 
|  | (constexpr_default_constructible, constexpr_single_value_constructible) | 
|  | : Add comments about implied constraints. | 
|  | * testsuite/20_util/duration/cons/constexpr.cc: Activate all tests. | 
|  | * testsuite/20_util/time_point/cons/constexpr.cc: Same. | 
|  | * testsuite/20_util/time_point/requirements/constexpr_functions.cc: | 
|  | Same. | 
|  | * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust line | 
|  | numbers. | 
|  | * testsuite/20_util/time_point_cast/constexpr.cc: New. | 
|  |  | 
|  | * include/std/bitset: Use __SIZEOF_* macros to re-create original | 
|  | logic instead of slipshod application of | 
|  | std::numeric_limits<T>::max() macros. | 
|  | * testsuite/util/testsuite_common_types.h | 
|  | (constexpr_default_constructible): Modify. | 
|  |  | 
|  | * include/std/chrono: Tested constexpr. | 
|  | * testsuite/20_util/duration_cast/constexpr.cc: New. | 
|  | * testsuite/20_util/time_point/cons/constexpr.cc: New. | 
|  |  | 
|  | * testsuite/20_util/duration/cons/constexpr.cc: Add single_value tests. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust | 
|  | line numbers. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same. | 
|  | * testsuite/20_util/time_point/cons/constexpr.cc: Add single_value | 
|  | tests. | 
|  | * testsuite/20_util/time_point/requirements/constexpr_functions.cc: Add. | 
|  |  | 
|  | * testsuite/util/testsuite_common_types.h: Adjust init. | 
|  |  | 
|  | * include/std/chrono (duration): Remove defaulted constructor, | 
|  | replace with mem-init list. | 
|  | * testsuite/20_util/duration/cons/constexpr.cc: Add single value. | 
|  | * testsuite/20_util/duration/requirements/constexpr_functions.cc: | 
|  | Add non-static member functions. | 
|  |  | 
|  | * testsuite/20_util/default_delete/cons/constexpr.cc: New, xfail. | 
|  | * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Same. | 
|  | * testsuite/20_util/shared_ptr/cons/constexpr.cc: Same. | 
|  | * testsuite/20_util/time_point/requirements/constexpr_functions.cc: | 
|  | Same. | 
|  | * testsuite/20_util/unique_ptr/cons/constexpr.cc: Same. | 
|  | * testsuite/20_util/weak_ptr/cons/constexpr.cc: Same. | 
|  |  | 
|  | * include/std/bitset: Add constexpr as per N3126 draft. | 
|  | * testsuite/23_containers/bitset/cons/constexpr.cc: New. | 
|  | * testsuite/23_containers/bitset/requirements/constexpr_functions.cc: | 
|  | New. | 
|  |  | 
|  | * testsuite/util/testsuite_common_types.h: Reset condition. | 
|  |  | 
|  | * include/bits/random.h: Remove misleading comments. | 
|  | * include/bits/regex.h: Add constexpr. | 
|  | * testsuite/28_regex/05_constants/syntax_option_type.cc: Add tests. | 
|  | * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc: New. | 
|  |  | 
|  | PR libstdc++/46134 | 
|  | * include/std/chrono: Use default constructor. | 
|  | * testsuite/util/testsuite_common_types.h | 
|  | (constexpr_default_constructible): Adjust condition. | 
|  |  | 
|  | PR libstdc++/46133 | 
|  | * include/std/complex: Adjust complex specialization default | 
|  | constructors for constexpr. | 
|  | * testsuite/26_numerics/complex/cons/constexpr.cc: Enable tests. | 
|  |  | 
|  | * include/bits/random.h: Adjust for constexpr as per N3126 draft. | 
|  | * testsuite/26_numerics/random/discard_block_engine/requirements/ | 
|  | constexpr_data.cc: New. | 
|  | * testsuite/26_numerics/random/discard_block_engine/requirements/ | 
|  | constexpr_functions.cc: New. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/requirements/ | 
|  | constexpr_functions.cc: New. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/requirements/ | 
|  | constexpr_data.cc: New. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/requirements/ | 
|  | constexpr_functions.cc: New. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ | 
|  | constexpr_data.cc: New. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ | 
|  | constexpr_functions.cc: New. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/requirements/ | 
|  | constexpr_data.cc: New. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/requirements/ | 
|  | constexpr_functions.cc: New. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ | 
|  | constexpr_data.cc: New. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ | 
|  | constexpr_functions.cc: New. | 
|  |  | 
|  | * include/bits/stream_iterator.h: Add constexpr as per N3126 draft. | 
|  | * include/bits/streambuf_iterator.h: Same. | 
|  | * include/std/complex: Same. | 
|  | * testsuite/24_iterators/istream_iterator/cons/constexpr.cc: New. | 
|  | * testsuite/24_iterators/istreambuf_iterator/cons/constexpr.cc: New. | 
|  | * testsuite/26_numerics/complex/cons/constexpr.cc: New. | 
|  | * testsuite/26_numerics/complex/requirements/constexpr_functions.cc: | 
|  | New. | 
|  |  | 
|  | * include/bits/char_traits.h: Add constexpr as per N3126 draft. | 
|  | * testsuite/21_strings/char_traits/requirements/constexpr_functions.cc: | 
|  | New. | 
|  |  | 
|  | * include/tr1_impl/array: Add constexpr as per N3126 draft. | 
|  | * testsuite/23_containers/array/requirements/ | 
|  | constexpr_functions.cc: New. | 
|  |  | 
|  | * include/bits/shared_ptr.h: Revert changes. | 
|  | * include/bits/unique_ptr.h: Same. | 
|  |  | 
|  | * include/std/chrono: Adjust. | 
|  | * include/tr1_impl/type_traits: Same. | 
|  |  | 
|  | * testsuite/util/testsuite_common_types.h: Add test functors. | 
|  | * testsuite/20_util/duration/cons/constexpr.cc: New. | 
|  | * testsuite/20_util/duration/requirements/constexpr_functions.cc: Same. | 
|  | * testsuite/20_util/pair/cons/constexpr.cc: Same. | 
|  | * testsuite/20_util/ratio/requirements/constexpr_data.cc: Same. | 
|  | * testsuite/27_io/ios_base/types/fmtflags/constexpr_operators.cc: Same. | 
|  | * testsuite/27_io/ios_base/types/iostate/constexpr_operators.cc: Same. | 
|  | * testsuite/27_io/ios_base/types/openmode/constexpr_operators.cc: Same. | 
|  | * testsuite/30_threads/call_once/constexpr.cc: Same. | 
|  | * testsuite/30_threads/mutex/cons/constexpr.cc: Same. | 
|  | * testsuite/30_threads/once_flag/cons/constexpr.cc: Same. | 
|  | * testsuite/tr1/4_metaprogramming/integral_constant/requirements/ | 
|  | constexpr_data.cc: Same. | 
|  |  | 
|  | * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust line numbers. | 
|  | * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc: Same. | 
|  |  | 
|  | * include/bits/allocator.h: Add constexpr as per N3126 draft. | 
|  | * include/bits/ios_base.h: Same. | 
|  | * include/bits/shared_ptr.h: Same. | 
|  | * include/bits/unique_ptr.h: Same. | 
|  | * include/bits/stl_iterator.h: Same. | 
|  | * include/bits/stl_pair.h: Same. | 
|  | * include/std/tuple: Same. | 
|  | * include/tr1_impl/type_traits: Same. | 
|  | * include/std/chrono: Same. | 
|  | * include/std/ratio: Same. | 
|  | * include/std/mutex: Same. | 
|  | * src/mutex.cc: Same. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same. | 
|  | * testsuite/27_io/ios_base/cons/assign_neg.cc: Same. | 
|  | * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. | 
|  |  | 
|  | * doc/doxygen/user.cfg.in: Replace _GLIBCXX_USE_CONSTEXPR, | 
|  | _GLIBCXX_CONSTEXPR for doxygen generation. | 
|  |  | 
|  | * src/limits.cc: Undef. | 
|  | * testsuite/29_atomics/atomic/cons/constexpr.cc: Adjust. | 
|  | * testsuite/29_atomics/atomic_address/cons/constexpr.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.c: Same. | 
|  | * testsuite/18_support/numeric_limits/constexpr.cc: To... | 
|  | * testsuite/18_support/numeric_limits/requirements/ | 
|  | constexpr_data.cc, constexpr_functions.cc: ...this | 
|  |  | 
|  | * testsuite/util/testsuite_common_types.h | 
|  | (constexpr_single_value_constructible): Add. | 
|  | * testsuite/29_atomics/atomic/cons/constexpr.cc: Adjust name. | 
|  | * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: Same. | 
|  | * testsuite/29_atomics/atomic_address/cons/constexpr.cc: New. | 
|  | * testsuite/18_support/numeric_limits/constexpr.cc: New. | 
|  |  | 
|  | * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust line numbers. | 
|  | * testsuite/29_atomics/atomic/cons/constexpr.cc: Same. | 
|  | * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/operators/increment_neg.cc: Same. | 
|  |  | 
|  | * include/bits/c++config (_GLIBCXX_CONSTEXPR): Add. | 
|  | (_GLIBCXX_USE_CONSTEXPR): Add. | 
|  | * include/std/limits: Use it. | 
|  | * src/limits.cc: Adjust. | 
|  | * testsuite/ext/profile/mutex_extensions.cc: Change line number. | 
|  |  | 
|  | * include/bits/atomic_0.h: Rework for N3126 draft, add constexpr. | 
|  | * include/bits/atomic_2.h: Same. | 
|  | * include/bits/atomic_base.h: Same. | 
|  | * include/std/atomic: Same. | 
|  | * src/atomic.cc: Same. | 
|  | * include/bits/atomicfwd_c.h: Remove. | 
|  | * include/bits/atomicfwd_cxx.h: Remove. | 
|  | * include/c_compatibility/stdatomic.h: Remove. | 
|  | * include/Makefile.am: Remove atomicfwd_c.h, atomicfwd_cxx.h, | 
|  | stdatomic.h. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * doc/xml/manual/using.xml: Update list of header files for changes. | 
|  | * testsuite/util/testsuite_common_types.h | 
|  | (constexpr_constructible): Add. | 
|  | * testsuite/29_atomics/atomic/cons/constexpr.cc: New. | 
|  | * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: New. | 
|  | * testsuite/17_intro/headers/c++200x/stdc++.cc: Modify. | 
|  | * testsuite/29_atomics/atomic/cons/assign_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_flag/cons/1.cc: Same. | 
|  | * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Same. | 
|  | * testsuite/29_atomics/headers/atomic/macros.cc: Same. | 
|  | * testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Same. | 
|  | * testsuite/29_atomics/headers/atomic/types_std_c++0x_neg.cc: Same. | 
|  | * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Remove. | 
|  | * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same. | 
|  | * testsuite/29_atomics/atomic_flag/clear/1.c: Same. | 
|  | * testsuite/29_atomics/headers/stdatomic.h/debug_mode.c: Same. | 
|  | * testsuite/29_atomics/headers/stdatomic.h/functions.c: Same. | 
|  | * testsuite/29_atomics/headers/stdatomic.h/macros.c: Same. | 
|  | * testsuite/29_atomics/headers/stdatomic.h/types.c: Same. | 
|  |  | 
|  | * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.16. | 
|  |  | 
|  | 2010-11-01  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * libsupc++/initializer_list: Decorate with constexpr. | 
|  |  | 
|  | 2010-11-01  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45999 | 
|  | * python/libstdcxx/v6/printers.py (StdVectorPrinter): Replace | 
|  | conditional expression with backward-compatible if-else. | 
|  |  | 
|  | 2010-11-01  Jie Zhang  <jie@codesourcery.com> | 
|  |  | 
|  | * config/abi/pre/gnu.ver: Export __emutls_v._ZSt11__once_call | 
|  | and __emutls_v._ZSt15__once_callable. | 
|  |  | 
|  | 2010-10-31  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/bitset/cons/dr1325-2.cc: Fix typo. | 
|  | * testsuite/20_util/hash/quality.cc: Avoid -Wall warnings. | 
|  | * testsuite/20_util/hash/chi2_quality.cc: Likewise. | 
|  |  | 
|  | 2010-10-29  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_function.h (_Select1st<>::operator()): Add | 
|  | templatized overloads. | 
|  | * include/bits/hashtable_policy.h (_Select1st): Remove; revert | 
|  | everything to std::_Select1st. | 
|  | * include/bits/unordered_map.h: Likewise. | 
|  |  | 
|  | 2010-10-28  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44436 (partial) | 
|  | * include/bits/hashtable.h (_Hashtable<>::insert(value_type&&), | 
|  | insert(_Pair&&), insert(const_iterator, value_type&&), | 
|  | insert(const_iterator, _Pair&&)): Add. | 
|  | (_M_allocate_node, _M_insert, _M_insert_bucket): Templatize. | 
|  | * include/bits/hashtable_policy.h (__detail::_Select1st): Add; use | 
|  | it throughout. | 
|  | (_Map_base<>::operator[](_Key&&)): Add. | 
|  | * include/bits/unordered_map.h: Use __detail::_Select1st throughout. | 
|  | * include/debug/unordered_map: Update. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  | * testsuite/util/testsuite_rvalref.h (struct hash<rvalstruct>): Add; | 
|  | minor tweaks throughout, use deleted special members. | 
|  | * testsuite/23_containers/unordered_map/insert/map_single_move-1.cc: | 
|  | New. | 
|  | * testsuite/23_containers/unordered_map/insert/map_single_move-2.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_map/insert/array_syntax_move.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/insert/ | 
|  | multimap_single_move-1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/insert/ | 
|  | multimap_single_move-2.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/insert/set_single_move.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/insert/ | 
|  | multiset_single_move.cc: Likewise. | 
|  |  | 
|  | * testsuite/23_containers/unordered_map/insert/array_syntax.cc: | 
|  | Minor cosmetic changes. | 
|  |  | 
|  | 2010-10-27  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * include/std/type_traits (is_literal_type): New. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Adjust. | 
|  | * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust. | 
|  | * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Adjust. | 
|  |  | 
|  | 2010-10-26  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp ([check_v3_target_normal_mode]): Add. | 
|  | * testsuite/lib/dg-options.exp ([dg-require-normal-mode]): Likewise. | 
|  | * testsuite/23_containers/headers/forward_list/synopsis.cc: Use the | 
|  | latter. | 
|  | * testsuite/23_containers/headers/vector/synopsis.cc: Likewise. | 
|  | * testsuite/23_containers/headers/deque/synopsis.cc: Likewise. | 
|  | * testsuite/23_containers/headers/bitset/synopsis.cc: Likewise. | 
|  | * testsuite/23_containers/headers/list/synopsis.cc: Likewise. | 
|  | * testsuite/23_containers/headers/set/synopsis.cc: Likewise. | 
|  | * testsuite/23_containers/headers/map/synopsis.cc: Likewise. | 
|  |  | 
|  | 2010-10-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/forward_list.h (_Fwd_list_node_base::swap): Remove. | 
|  | (_Fwd_list_base<>::_Fwd_list_base(_Fwd_list_base&&), | 
|  | _Fwd_list_base<>::_Fwd_list_base(_Fwd_list_base&&, const _Alloc&)): | 
|  | Don't use swap. | 
|  | (forward_list<>::swap): Just use std::swap. | 
|  |  | 
|  | * include/bits/forward_list.h (_Fwd_list_base<>::_Fwd_list_base(), | 
|  | _Fwd_list_base(const _Alloc&)): Don't zero again _M_next. | 
|  |  | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line number. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-10-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/hashtable.h (_Hashtable<>:_M_get_Value_allocator): | 
|  | Remove, unused. | 
|  |  | 
|  | 2010-10-24  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * src/debug.cc: Fix parameter indexes in __msg_valid_range2 message. | 
|  | Replace 'before begin' decription in 'before-begin' for consistency | 
|  | with 'paste-the-end'. | 
|  |  | 
|  | 2010-10-18  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45866 | 
|  | * include/std/ratio (ratio<>::type): Add. | 
|  | (ratio_add<>::num, ratio_add<>::den, | 
|  | ratio_subtract<>::num, ratio_subtract<>::den, | 
|  | ratio_multiply<>::num, ratio_multiply<>::den, | 
|  | ratio_divide<>::num, ratio_divide<>::den): Likewise. | 
|  | * testsuite/20_util/ratio/operations/45866.cc: New. | 
|  |  | 
|  | 2010-10-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/forward_list.h (forward_list<>::erase_after): Return | 
|  | an iterator. | 
|  | (_M_erase_after): Return _Fwd_list_node_base*. | 
|  | * include/bits/forward_list.tcc: Likewise. | 
|  | * include/debug/forward_list: Likewise. | 
|  | * testsuite/23_containers/forward_list/modifiers/3.cc: Update | 
|  | and extend. | 
|  | * testsuite/util/exception/safety.h (erase_base<forward_list<>>): | 
|  | Adjust. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line number. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-10-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/43554 | 
|  | * include/profile/forward_list: New file. | 
|  | * include/std/forward_list: Include <profile/forward_list>. | 
|  | * include/Makefile.am: Add. | 
|  | * testsuite/23_containers/forward_list/capacity/1.cc: Adjust. | 
|  | * include/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-10-15  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/functional (function<>::operator==, operator!=): | 
|  | Remove, per LWG 1240. | 
|  | * testsuite/20_util/function/cmp/cmp_neg.cc: Adjust dg-* directives. | 
|  |  | 
|  | 2010-10-13  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45990 | 
|  | * include/bits/regex.h (regex_traits::isctype): DR 1337. | 
|  |  | 
|  | 2010-10-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/random.h (discrete_distribution<>::param_type:: | 
|  | param_type()): Default construct the vectors. | 
|  | (discrete_distribution<>::param_type::probabilities): Adjust. | 
|  | (discrete_distribution<>::probabilities): Likewise. | 
|  | (discrete_distribution<>::max): Likewise. | 
|  | (piecewise_constant_distribution<>::param_type:: | 
|  | param_type()): Default construct the vectors. | 
|  | (piecewise_constant_distribution<>::param_type::intervals): Adjust. | 
|  | (piecewise_constant_distribution<>::param_type::densities): Likewise. | 
|  | (piecewise_constant_distribution<>::intervals): Likewise. | 
|  | (piecewise_constant_distribution<>::densities): Likewise. | 
|  | (piecewise_constant_distribution<>::min): Likewise. | 
|  | (piecewise_constant_distribution<>::max): Likewise. | 
|  | (piecewise_linear_distribution<>::param_type:: | 
|  | param_type()): Default construct the vectors. | 
|  | (piecewise_linear_distribution<>::param_type::intervals): Adjust. | 
|  | (piecewise_linear_distribution<>::param_type::densities): Likewise. | 
|  | (piecewise_linear_distribution<>::intervals): Likewise. | 
|  | (piecewise_linear_distribution<>::densities): Likewise. | 
|  | (piecewise_linear_distribution<>::min): Likewise. | 
|  | (piecewise_linear_distribution<>::max): Likewise. | 
|  | * include/bits/random.tcc (discrete_distribution<>::param_type:: | 
|  | _M_initialize): Deal quickly with raw _M_prob equivalent to | 
|  | a default constructed param_type, just clear the vector. | 
|  | (discrete_distribution<>::operator()): Early return 0 for a | 
|  | default constructed distribution. | 
|  | (piecewise_constant_distribution<>::param_type::_M_initialize): | 
|  | Likewise for _M_int and _M_den. | 
|  | (piecewise_constant_distribution<>::operator()): Early return | 
|  | for a default constructed distribution. | 
|  | (piecewise_linear_distribution<>::param_type::_M_initialize): | 
|  | Likewise. | 
|  | (piecewise_linear_distribution<>::operator()): Early return | 
|  | for a default constructed distribution. | 
|  | * testsuite/26_numerics/random/discrete_distribution/operators/ | 
|  | call-default.cc: New. | 
|  | * testsuite/26_numerics/random/piecewise_constant_distribution/ | 
|  | operators/call-default.cc: Likewise. | 
|  |  | 
|  | 2010-10-12  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/random.h (discrete_distribution<>::param_type): | 
|  | Disable move operations. | 
|  | (piecewise_constant_distribution<>::param_type): Likewise. | 
|  | (piecewise_linear_distribution<>::param_type): Likewise. | 
|  |  | 
|  | * include/bits/random.h (discrete_distribution<>::param_type:: | 
|  | param_type()): Simplify, don't use _M_initialize. | 
|  | (piecewise_constant_distribution<>::param_type::param_type()): | 
|  | Likewise. | 
|  | (piecewise_linear_distribution<>::param_type::param_type()): | 
|  | Likewise. | 
|  |  | 
|  | 2010-10-12  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/random.tcc (piecewise_linear_distribution<>:: | 
|  | operator()): Don't crash when the dist is default-constructed. | 
|  | * testsuite/26_numerics/random/piecewise_linear_distribution/ | 
|  | operators/call-default.cc: New. | 
|  |  | 
|  | 2010-10-11  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * testsuite/23_containers/bitset/cons/2.cc: Tweak. | 
|  |  | 
|  | 2010-10-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/bitset (bitset<>::bitset(const _CharT*, | 
|  | typename std::basic_string<>::size_type, _CharT, _CharT)): | 
|  | Implement new proposed resolution for DR 1325. | 
|  | * include/debug/bitset: Likewise. | 
|  | * include/profile/bitset: Likewise. | 
|  | * testsuite/23_containers/bitset/cons/dr1325-1.cc: New. | 
|  | * testsuite/23_containers/bitset/cons/dr1325-2.cc: Likewise. | 
|  |  | 
|  | 2010-10-11  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/api.xml: Add link to 4.5 generated docs. | 
|  |  | 
|  | 2010-10-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/future (_Result_alloc): Derive from _Alloc, | 
|  | exploit the Empty Base Optimization. | 
|  |  | 
|  | 2010-10-08  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45403 | 
|  | * python/libstdcxx/v6/printers.py: Check for lazy_string support. | 
|  |  | 
|  | 2010-10-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/future (uses_allocator<packaged_task<>,>): Add; | 
|  | minor formatting tweaks. | 
|  |  | 
|  | 2010-10-08  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/std/future: Enable allocator support. | 
|  | * testsuite/30_threads/packaged_task/cons/alloc.cc: Expect PASS. | 
|  | * testsuite/30_threads/promise/cons/alloc.cc: Expect PASS. | 
|  |  | 
|  | 2010-10-08  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45893 | 
|  | * include/std/functional (bind): Implement DR 817 and add support | 
|  | for volatile-qualified call wrappers. | 
|  | * include/std/mutex (call_once): Implement DR 891. | 
|  | * include/std/thread (thread::thread): Implement DR 929. | 
|  | * include/std/future: Optimise use of std::bind. | 
|  | * testsuite/20_util/bind/cv_quals.cc: Test volatile-qualification. | 
|  | * testsuite/20_util/bind/move.cc: New. | 
|  |  | 
|  | 2010-10-07  Hans-Peter Nilsson  <hp@axis.com> | 
|  |  | 
|  | PR libstdc++/45841 | 
|  | * testsuite/lib/libstdc++.exp (check_v3_target_fileio): Rewrite to | 
|  | use an actual testsuite file and machinery, not ".".  Specifically | 
|  | check that incorrectly seeking backwards from 0 yields an error, | 
|  | and that reading, seeking backwards and reading again works. | 
|  |  | 
|  | * testsuite/libstdc++-dg/conformance.exp: Apply | 
|  | check_v3_target_fileio as a gate for tests in | 
|  | subdirectories matching the substring _filebuf. | 
|  |  | 
|  | 2010-10-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/locale_facets_nonio.tcc (time_get<>:: | 
|  | _M_extract_via_format): Tighten somewhat error checking. | 
|  | * testsuite/22_locale/time_get/get_time/char/6.cc: New. | 
|  | * testsuite/22_locale/time_get/get_time/wchar_t/6.cc: Likewise. | 
|  |  | 
|  | 2010-10-07  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45924 | 
|  | * include/std/functional (_Bind_result::operator()): Do not expand | 
|  | template parameter pack in forward call. | 
|  | * testsuite/20_util/bind/45924.cc: New. | 
|  |  | 
|  | 2010-10-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/functional (struct _Weak_result_type_impl): Add | 
|  | specializazions for cv-qualified function types, for variadic | 
|  | function types and pointers and references to function types, | 
|  | and for pointers to member function types. | 
|  | (struct _Reference_wrapper_base): Add specializations for | 
|  | cv-qualified unary and binary function types. | 
|  | * testsuite/20_util/reference_wrapper/result_type.cc: New. | 
|  | * testsuite/20_util/reference_wrapper/typedefs-2.cc: Likewise. | 
|  |  | 
|  | 2010-10-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | PR libstdc++/45863 | 
|  | * scripts/extract_symvers: Restore revision 164879. | 
|  | Only use pvs on SunOS. | 
|  |  | 
|  | 2010-10-05  David Krauss  <potswa@mac.com> | 
|  |  | 
|  | PR libstdc++/45841 | 
|  | * include/bits/fstream.h (basic_filebuf::underflow): Overflow | 
|  | success does not preclude returning failure. | 
|  | (basic_filebuf::pbackfail): Likewise. | 
|  | (basic_filebuf::xsputn): Fix indentation problem. | 
|  | (basic_filebuf::xsgetn): Likewise. Also, add similar overflow | 
|  | call to enable optimized case from write mode. | 
|  | * testsuite/27_io/basic_filebuf/underflow/char/45841.cc: New. | 
|  | * testsuite/27_io/basic_filebuf/underflow/wchar_t/45841.cc: Likewise. | 
|  |  | 
|  | 2010-10-05  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/locale_facets_nonio.h (time_get::get_time): Doc typo. | 
|  | (time_get::get_date): Likewise. | 
|  |  | 
|  | 2010-10-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/type_traits (_GLIBCXX_HAS_NESTED_TYPE): Add. | 
|  | * include/std/functional (_Has_result_type_helper, | 
|  | _Has_result_type): Remove; use the above to define __has_result_type. | 
|  | * include/bits/stl_iterator_base_types.h: Use the above to define | 
|  | __has_iterator_category. | 
|  | * include/bits/allocator.h (__has_allocator_type): Use the above. | 
|  | * include/bits/cpp_type_traits.h (__has_iterator_category, | 
|  | __is_iterator): Remove. | 
|  |  | 
|  | 2010-10-05  Sebastian Huber  <sebastian.huber@embedded-brains.de> | 
|  | Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/44647 | 
|  | * libsupc++/Makefile.am (sources): Add bad_alloc.cc. | 
|  | * libsupc++/new_handler.cc (bad_alloc): Move to ... | 
|  | * libsupc++/bad_alloc.cc (bad_alloc): ... here, new file. | 
|  | * libsupc++/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-10-04  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/functional (function<>::swap): Use std::swap. | 
|  | * include/tr1/functional (function<>::swap): Likewise. | 
|  |  | 
|  | 2010-10-04  Andreas Schwab  <schwab@redhat.com> | 
|  |  | 
|  | * acinclude.m4 (GLIBCXX_ENABLE): Properly quote argument to | 
|  | AC_HELP_STRING.  Double quote expansion of _g_help. | 
|  | (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Double quote third argument of | 
|  | GLIBCXX_ENABLE. | 
|  | (GLIBCXX_ENABLE_CHEADERS): Likewise. | 
|  | (GLIBCXX_ENABLE_CLOCALE): Likewise. | 
|  | (GLIBCXX_ENABLE_ALLOCATOR): Likewise. | 
|  | (GLIBCXX_ENABLE_CSTDIO): Likewise. | 
|  | (GLIBCXX_ENABLE_SYMVERS): Likewise. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-10-02  H.J. Lu  <hongjiu.lu@intel.com> | 
|  |  | 
|  | PR libstdc++/45863 | 
|  | * scripts/extract_symvers: Revert the pvs change. | 
|  |  | 
|  | 2010-10-01  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * scripts/extract_symvers: Add support for tracking TLS symbols. | 
|  | * testsuite/util/testsuite_abi.h (symbol::category): Add tls type. | 
|  | * testsuite/util/testsuite_abi.cc: Set symbol type to tls when | 
|  | appropriate, collect size info. | 
|  |  | 
|  | 2010-10-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * scripts/extract_symvers: Use pvs if present. | 
|  | * config/abi/post/solaris2.8/baseline_symbols.txt: New file. | 
|  | * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise. | 
|  | * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise. | 
|  | * configure.host (i?86-*-solaris2*): Remove. | 
|  | (sparc*-*-solaris2*): Remove. | 
|  | (*-*-solaris2.[89]): Use solaris2.8 baseline. | 
|  | (*-*-solaris2.1[0-9]): Use solaris2.10 baseline. | 
|  | * testsuite/Makefile.am (new-abi-baseline): Add missing /. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-09-30  Michael Eager  <eager@eagercon.com> | 
|  |  | 
|  | * config/cpu/microblaze/cpu_defines.h: New. Define | 
|  | _GLIBCXX_NO_VERBOSE_TERMINATE for MicroBlaze. | 
|  |  | 
|  | 2010-09-29  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/Makefile.am: Add debug/forward_list. | 
|  | * include/Makefile.in: Regenerate. | 
|  |  | 
|  | * testsuite/util/testsuite_container_traits.h (traits_base): | 
|  | Add has_erase_after and hash_insert_after typedefs. | 
|  | (traits<forward_list<>>): Adjust. | 
|  | * testsuite/util/exception/safety.h (erase_point, erase_range, | 
|  | insert_point): Deal correctly with forward_list. | 
|  | * include/Makefile.am: Add. | 
|  |  | 
|  | 2010-09-29  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * src/debug.cc: Add forward_list specific debug messages. | 
|  | * include/debug/forward_list: New. | 
|  | * include/debug/formatter.h: Add debug message ids and before begin | 
|  | iterator state. | 
|  | * include/debug/macros.h (__glibcxx_check_insert_after, | 
|  | __glibcxx_check_insert_range_after, __glibcxx_check_erase_after, | 
|  | __glibcxx_check_erase_range_after): Add. | 
|  | * include/debug/safe_iterator.h (_BeforeBeginHelper): Add. | 
|  | (_Safe_iterator<>::_M_before_dereferenceable, | 
|  | _Safe_iterator<>::_M_is_before_begin): Add. | 
|  | (_Safe_iterator<>::_M_dereferenceable, _Safe_iterator<>::_M_is_end, | 
|  | _Safe_iterator<>::_M_incrementable): Adjust. | 
|  | * include/std/forward_list: Include debug/forward when _GLIBCXX_DEBUG | 
|  | defined. | 
|  | * include/bits/forward_list.h, forward_list.tcc: Put in std::__norm | 
|  | when debug mode is active. | 
|  | * testsuite/23_containers/forward_list/capacity/1.cc: Fix to compile | 
|  | even in debug mode. | 
|  | * testsuite/23_containers/forward_list/debug/erase_after1.cc, | 
|  | erase_after2.cc, erase_after3.cc, erase_after4.cc, erase_after5.cc, | 
|  | insert_after1.cc,erase_after6.cc, erase_after7.cc, insert_after2.cc, | 
|  | erase_after8.cc, insert_after3.cc, erase_after9.cc: New | 
|  |  | 
|  | 2010-09-28  DJ Delorie  <dj@redhat.com> | 
|  |  | 
|  | * libsupc++/hash_bytes.cc (_Hash_bytes): Replace "clength" with | 
|  | "len" for "unusual sizeof(size_t)" case. | 
|  |  | 
|  | 2010-09-28  Matt Austern  <austern@google.com> | 
|  |  | 
|  | * testsuite/20_util/hash/chi2_quality.cc: New. | 
|  | * testsuite/20_util/hash/quality.cc: Likewise. | 
|  |  | 
|  | 2010-09-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/allocator.h (allocator_arg_t, allocator_arg, | 
|  | uses_allocator): Add. | 
|  | * testsuite/20_util/uses_allocator/value.cc: New. | 
|  | * testsuite/20_util/uses_allocator/requirements/typedefs.cc: Likewise. | 
|  | * testsuite/20_util/uses_allocator/requirements/ | 
|  | explicit_instantiation.cc: Likewise. | 
|  | * include/bits/stl_queue.h (uses_allocator<queue>, | 
|  | uses_allocator<priority_queue>): Add. | 
|  | * include/bits/stl_stack.h (uses_allocator<stack>): Likewise. | 
|  |  | 
|  | * include/bits/stl_pair.h (piecewise_construct): Add. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error | 
|  | line number. | 
|  |  | 
|  | 2010-09-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/c_std/cmath (__pow_helper): Remove. | 
|  | (__cmath_power): Remove declaration. | 
|  | * include/c_global/cmath: Likewise. | 
|  | * include/std/complex (__complex_pow_unsigned): Add. | 
|  | (pow(const complex<_Tp>&, int)): Use the latter. | 
|  | * include/c_std/cmath.tcc: Remove file. | 
|  | * include/c_global/cmath.tcc: Likewise. | 
|  | * acinclude.m4: Adjust. | 
|  | * include/Makefile.am: Likewise. | 
|  | * configure: Regenerate. | 
|  | * include/Makefile.in: Likewise. | 
|  |  | 
|  | 2010-09-22  David Krauss  <potswa@mac.com> | 
|  |  | 
|  | PR libstdc++/45628 | 
|  | * include/bits/fstream.tcc (basic_filebuf::underflow): Add state | 
|  | transition to avoid modality requiring seekoff(0,ios::cur). | 
|  | (basic_filebuf::pbackfail): Likewise. | 
|  | (basic_filebuf::overflow): Likewise. | 
|  | (basic_filebuf::_M_seek): Avoid minor unnecessary conversion. | 
|  | (basic_filebuf::seekoff): Remove code to _M_get_ext_pos; make | 
|  | (0, ios::cur) a special case preserving buffer contents. | 
|  | (basic_filebuf::_M_get_ext_pos): New function to obtain status | 
|  | about codecvt extern_t buffer for overflow and seekoff. | 
|  | * include/std/fstream (basic_filebuf::_M_get_ext_pos): Likewise. | 
|  | * config/abi/pre/gnu.ver: Export new symbols. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/45628-1.cc: New, | 
|  | verifies that seekoff(0, ios::cur) preserves buffers. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/45628-2.cc: Likewise. | 
|  | for codecvt case. More lenient as it may still flush put area. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/4.cc: Modify to | 
|  | check that seekoff is not required between read and write. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/sync/wchar_t/1.cc: Remove. | 
|  | * testsuite/27_io/basic_filebuf/sync/wchar_t/1.cc: Likewise. | 
|  | * testsuite/util/testsuite_character.h (codecvt::do_length): Comply | 
|  | with 22.2.1.5.2/10 "Returns ... the LARGEST value in the range..." | 
|  |  | 
|  | 2010-09-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/functional_hash.h (__hash_base): Add. | 
|  | (hash): Derive from __hash_base instead. | 
|  | * include/debug/bitset (hash): Likewise. | 
|  | * include/debug/vector (hash): Likewise. | 
|  | * include/std/system_error (hash): Likewise. | 
|  | * include/std/thread (hash): Likewise. | 
|  | * include/std/bitset (hash): Likewise. | 
|  | * include/profile/bitset (hash): Likewise. | 
|  | * include/profile/vector (hash): Likewise. | 
|  | * include/bits/basic_string.h (hash): Likewise. | 
|  | * include/bits/stl_bvector.h (hash): Likewise. | 
|  | * include/std/typeindex (hash): Do not derive from unary_function, | 
|  | add result_type and argument_type typedefs; trim includes. | 
|  |  | 
|  | 2010-09-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/typeindex: New. | 
|  | * include/Makefile.am: Add. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * include/precompiled/stdc++.h: Add. | 
|  | * testsuite/20_util/typeindex/comparison_operators.cc: New. | 
|  | * testsuite/20_util/typeindex/hash.cc: Likewise. | 
|  | * testsuite/20_util/typeindex/hash_code.cc: Likewise. | 
|  | * testsuite/20_util/typeindex/name.cc: Likewise. | 
|  |  | 
|  | * testsuite/18_support/type_info/hash_code.cc: Tweak. | 
|  |  | 
|  | 2010-09-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * src/hash_bytes.cc: Move... | 
|  | * libsupc++/hash_bytes.cc: ... here. | 
|  | * src/Makefile.am: Adjust. | 
|  | * libsupc++/Makefile.am: Likewise. | 
|  | * config/abi/pre/gnu.ver: Likewise. | 
|  | * libsupc++/typeinfo (type_info::hash_code): Add in C++0x mode. | 
|  | * src/Makefile.in: Regenerate. | 
|  | * libsupc++/Makefile.am: Likewise. | 
|  | * testsuite/18_support/type_info/hash_code.cc: New. | 
|  |  | 
|  | 2010-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | PR libstdc++/45711 | 
|  | * src/Makefile.am (stamp-debug): Also adjust possibly-relative | 
|  | file names in MKDIR_P, and, for consistency, also top_build_prefix. | 
|  | * src/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | * include/ext/throw_allocator.h | 
|  | (hash<__gnu_cxx::throw_value_limit>::operator()): Uglify local. | 
|  | (hash<__gnu_cxx::throw_value_random>::operator()): Likewise. | 
|  | * include/parallel/set_operations.h (__symmetric_difference_func): | 
|  | Uglify remaining arguments to __count, __first_empty, _M_invoke. | 
|  | (__difference_func): Likewise for __count. | 
|  | * include/profile/impl/profiler_node.h | 
|  | (__object_info_base::__write): Uglify parameter. | 
|  |  | 
|  | 2010-09-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * src/hash_bytes.cc: Compile load_bytes and shift_mix only when | 
|  | __SIZEOF_SIZE_T__ == 8. | 
|  |  | 
|  | 2010-09-17  Luc Hermitte  <hermitte@free.fr> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45713 | 
|  | * include/std/bitset: Fix _GLIBCXX_BITSET_WORDS macro. | 
|  | * testsuite/23_containers/bitset/45713.cc: New. | 
|  |  | 
|  | 2010-09-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_raw_storage_iter.h (raw_storage_iterator<>:: | 
|  | operator=(const _Tp&)): Use std::__addressof. | 
|  |  | 
|  | 2010-09-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/system_error (system_error::system_error(error_code), | 
|  | system_error(error_code, const string&), system_error(int, const | 
|  | error_category&), system_error(int, const error_category&, | 
|  | const string&)): Fix for what() to return the NBTS recommended in | 
|  | the Note in 19.5.6.2/14. | 
|  | * testsuite/19_diagnostics/system_error/cons-1.cc: Adjust. | 
|  | * testsuite/19_diagnostics/system_error/what-1.cc: Likewise. | 
|  | * testsuite/19_diagnostics/system_error/what-2.cc: Likewise. | 
|  | * testsuite/19_diagnostics/system_error/what-big.cc: Likewise. | 
|  | * testsuite/19_diagnostics/system_error/what-3.cc: Likewise. | 
|  |  | 
|  | * testsuite/19_diagnostics/system_error/what-4.cc: Tidy includes. | 
|  |  | 
|  | 2010-09-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/complex (complex<float>::operator=(float), | 
|  | complex<float>::operator+=(float), | 
|  | complex<float>::operator-=(float), | 
|  | complex<double>::operator=(double), | 
|  | complex<double>::operator+=(double), | 
|  | complex<double>::operator-=(double), | 
|  | complex<long double>::operator=(long double), | 
|  | complex<long double>::operator+=(long double), | 
|  | complex<long double>::operator-=(long double)): Simplify a tad, | 
|  | just forward to the underlying __complex__ T operators, as | 
|  | operator*= and operator/= already do. | 
|  |  | 
|  | * include/std/complex (complex<float>, complex<double>, | 
|  | complex<long double>): Simplify spelling of return types, just | 
|  | say complex, instead of complex<float>, complex<double>, | 
|  | complex<long double>, respectively. | 
|  |  | 
|  | 2010-09-15  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp,([check_v3_target_namedlocale]): | 
|  | Clean temporary source file once compiled. | 
|  |  | 
|  | 2010-09-15  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * doc/xml/manual/prerequisites.xml: Update "C" library locale | 
|  | information prerequisites. | 
|  |  | 
|  | 2010-09-15  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp, dg-options.exp | 
|  | ([check_v3_target_namedlocale]): Take the name of the required locale. | 
|  | * testsuite/27_io/objects/wchar_t/9520.cc, 11.cc, 13.cc, 10.cc, 12.cc: | 
|  | Specify locale name to check. | 
|  | * testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc, 13007-1.cc, | 
|  | 13007-2.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/imbue/char/9322.cc, 13007-1.cc, | 
|  | 13007-2.cc: Likewise. | 
|  | * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc, 2.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc, 9322.cc, | 
|  | 13582-2.cc, 2.cc, 13582-3.cc, 12868.cc, 14975-2.cc, 13007.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc, 13171-4.cc, | 
|  | 9322.cc, 13582-2.cc, 2.cc, 14975-1.cc, 13007.cc, 13171-1.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc, | 
|  | 11305-2.cc, 11305-3.cc, 11305-4.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc, 1.cc, 2.cc, | 
|  | 3.cc, 11389-1.cc, 4.cc, 11389-2.cc, 5.cc, 11389-3.cc, 11389-4.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise. | 
|  | * testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/manipulators/extended/put_money/char/1.cc: Likewise. | 
|  | * testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/manipulators/extended/get_money/char/1.cc: Likewise. | 
|  | * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/wchar_t/1.cc, 2.cc, 3.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/char/1.cc, 2.cc, 3.cc, 9780-3.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/facet/2.cc: Likewise. | 
|  | * testsuite/22_locale/collate/hash/wchar_t/2.cc, wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/collate/hash/char/2.cc, wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/collate/compare/wchar_t/1.cc, 2.cc, 3.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/collate/compare/char/1.cc, 2.cc, 3.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/collate/transform/wchar_t/2.cc, 3.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/collate/transform/char/2.cc, 3.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/cons/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/to/char/wrapped_locale.cc, wrapped_env.cc: | 
|  | Likewise. | 
|  | * testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/scan/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/widen/wchar_t/2.cc, 3.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/widen/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/narrow/wchar_t/3.cc, wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/is/wchar_t/2.cc,wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise | 
|  | * testsuite/22_locale/ctype/is/char/2.cc, wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/2.cc, 3.cc, 4.cc, 6.cc, | 
|  | 7.cc, 8.cc, wrapped_env.cc, wrapped_locale.cc, 17038.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/2.cc, 3.cc, 4.cc, 6.cc, | 
|  | 9780-1.cc, 7.cc, 8.cc, wrapped_env.cc, wrapped_locale.cc, 17038.cc: | 
|  | Likewise. | 
|  | * testsuite/22_locale/money_get/get/wchar_t/1.cc, 2.cc, 3.cc, 4.cc, | 
|  | wrapped_env.cc, 10.cc, 11528.cc, wrapped_locale.cc, 11.cc, 12.cc, | 
|  | 13.cc, 15.cc, 16.cc, 17.cc, 18.cc: Likewise. | 
|  | * testsuite/22_locale/money_get/get/char/1.cc, 2.cc, 3.cc, 4.cc, | 
|  | wrapped_env.cc, 10.cc, 11528.cc, wrapped_locale.cc, 11.cc, 12.cc, | 
|  | 13.cc, 15.cc, 16.cc, 17.cc, 18.cc: Likewise | 
|  | * testsuite/22_locale/num_put/put/wchar_t/1.cc, 3.cc, 5.cc, | 
|  | wrapped_env.cc, 20914.cc, wrapped_locale.cc, 20909.cc: Likewise. | 
|  | * testsuite/22_locale/num_put/put/char/1.cc, 3.cc, 5.cc, 9780-2.cc, | 
|  | wrapped_env.cc, 20914.cc, wrapped_locale.cc, 20909.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc, wrapped_locale.cc, | 
|  | 3.cc, 4.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | testsuite/22_locale/codecvt/length/wchar_t/2.cc, wrapped_locale.cc, | 
|  | 3.cc, 4.cc, 7.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/length/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc, | 
|  | wrapped_locale.cc, 3.cc, 4.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc, wrapped_locale.cc, | 
|  | 3.cc, 4.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/in/wchar_t/2.cc, wrapped_locale.cc, 3.cc, | 
|  | 4.cc, 7.cc, 8.cc, 9.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/in/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc, | 
|  | wrapped_locale.cc, 3.cc, 4.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/out/wchar_t/2.cc, wrapped_locale.cc, | 
|  | 3.cc, 4.cc, 7.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/codecvt/out/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/moneypunct_byname/named_equivalence.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_monthname/char/2.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/char/2.cc, 38081-1.cc, | 
|  | wrapped_locale.cc, 38081-2.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc, 26701.cc, | 
|  | 2.cc, wrapped_locale.cc, 4.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_date/char/12750.cc, 26701.cc, | 
|  | 2.cc, wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_time/wchar_t/1.cc, 2.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_time/char/1.cc, 2.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/num_get/get/wchar_t/1.cc, 3.cc, 5.cc, 6.cc, 9.cc, | 
|  | wrapped_env.cc, wrapped_locale.cc: Likewise. | 
|  | * testsuite/22_locale/num_get/get/char/1.cc, 3.cc, 5.cc, 6.cc, 9.cc, | 
|  | wrapped_env.cc, wrapped_locale.cc: Likewise. | 
|  | * testsuite/22_locale/locale/cons/38368.cc, 2.cc, 4.cc, 5.cc, 7.cc, | 
|  | 12658_thread-1.cc, 12658_thread-2.cc, 40184.cc, 29217.cc, 38365.cc: | 
|  | Likewise. | 
|  | * testsuite/22_locale/locale/global_locale_objects/14071.cc, 2.cc: | 
|  | Likewise. | 
|  | * testsuite/22_locale/moneypunct/40712.cc: Likewise. | 
|  | * testsuite/22_locale/moneypunct/members/wchar_t/2.cc, | 
|  | wrapped_locale.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/moneypunct/members/char/2.cc, wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/messages_byname/named_equivalence.cc: Likewise. | 
|  | * testsuite/22_locale/numpunct_byname/named_equivalence.cc: Likewise. | 
|  | * testsuite/22_locale/messages/members/char/1.cc, 2.cc, | 
|  | wrapped_locale.cc, 3.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/numpunct/members/wchar_t/2.cc, wrapped_locale.cc, | 
|  | wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/numpunct/members/char/2.cc, wrapped_locale.cc, | 
|  | 3.cc, wrapped_env.cc: Likewise. | 
|  | * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise. | 
|  |  | 
|  | 2010-09-14  Matt Austern  <austern@google.com> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/performance/21_strings/hash.cc: New. | 
|  |  | 
|  | 2010-09-14  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/performance/21_strings/string_append.cc: Rename to... | 
|  | * testsuite/performance/21_strings/append-1.cc: ... this. | 
|  | * testsuite/performance/21_strings/string_append_2.cc: Rename to... | 
|  | * testsuite/performance/21_strings/append-2.cc: ... this. | 
|  | * testsuite/performance/21_strings/string_cons_input_iterator.cc: | 
|  | Rename to... | 
|  | * testsuite/performance/21_strings/cons_input_iterator.cc: ... this. | 
|  | * testsuite/performance/21_strings/string_copy_cons_and_dest.cc: | 
|  | Rename to... | 
|  | * testsuite/performance/21_strings/copy_cons_and_dest.cc: ... this. | 
|  | * testsuite/performance/21_strings/string_find.cc: Rename to... | 
|  | * testsuite/performance/21_strings/find.cc: ... this. | 
|  |  | 
|  | 2010-09-13  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/api.xml: Add title. | 
|  | * doc/xml/manual/spine.xml: Same. | 
|  | * doc/xml/spine.xml: Same. | 
|  |  | 
|  | 2010-09-13  Matt Austern  <austern@google.com> | 
|  |  | 
|  | * src/hash_bytes.cc: New file, exports _Hash_bytes (a Murmur hash), | 
|  | and _Fnv_hash_bytes (based on a FNV algorithm). | 
|  | * src/compatibility-c++0x.cc (hash<string>::operator(), | 
|  | hash<const string&>::operator(), hash<wstring>::operator(), | 
|  | hash<const wstring&>::operator(), hash<error_code>::operator()): | 
|  | Adjust, use _Hash_bytes. | 
|  | * include/std/system_error (hash<error_code>::operator()): Likewise. | 
|  | * include/std/thread (hash<thread::id>operator()): Likewise. | 
|  | * include/std/bitset (hash<bitset>operator()): Likewise. | 
|  | * include/bits/basic_string.h (hash<string>::operator(), | 
|  | hash<wstring>::operator(), hash<u16string>::operator(), | 
|  | hash<u32string>::operator()): Adjust. | 
|  | * include/bits/vector.tcc (hash<vector<bool>>::operator()): Adjust. | 
|  | * include/bits/functional_hash.h (_Hash_bytes, _Fnv_hash_bytes): | 
|  | Declare. | 
|  | (struct _Hash_impl, struct _Fnv_hash_impl): Add, use _Hash_bytes | 
|  | and _Fnv_hash_bytes, respectively. | 
|  | (hash<float>::operator(), hash<double>::operator()): Adjust. | 
|  | * config/abi/pre/gnu.ver: Add exports. | 
|  | * src/Makefile.am: Add. | 
|  | * src/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-09-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/forward_list.h (forward_list<>::resize(size_type, | 
|  | value_type)): Fix signature, per LWG 1340. | 
|  | * include/bits/forward_list.tcc: Adjust definition. | 
|  |  | 
|  | 2010-09-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/4.cc: New. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Likewise. | 
|  |  | 
|  | 2010-09-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * src/hash-string-aux.cc: Remove. Move contents... | 
|  | * src/hash_tr1.cc: ... here. | 
|  | * src/compatibility-c++0x.cc: ... and here. | 
|  |  | 
|  | 2010-09-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45613 | 
|  | * include/bits/random.tcc: Add missing include guards. | 
|  | * include/bits/random.h: Likewise. | 
|  | * include/tr1/random.tcc: Likewise. | 
|  |  | 
|  | 2010-09-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * libsupc++/cxxabi.h: Uglify nothrow to __nothrow__; fix a few | 
|  | inconsistent uglifications everywhere. | 
|  |  | 
|  | 2010-09-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  | Marc Glisse  <marc.glisse@normalesup.org> | 
|  |  | 
|  | PR libstdc++/45549 | 
|  | * include/bits/cpp_type_traits.h (__is_iterator_helper): Rename to | 
|  | __has_iterator_category. | 
|  | (__is_iterator): Adjust. | 
|  | * include/bits/stl_iterator_base_types.h (__iterator_traits): Add | 
|  | in C++0x mode, use the latter. | 
|  | (iterator_traits): In C++0x mode, derive from the latter. | 
|  | * include/bits/stl_iterator_base_funcs.h (next, prev): Remove | 
|  | enable_if on the return type. | 
|  |  | 
|  | 2010-09-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45398 | 
|  | * include/std/atomic (atomic<_TP*>::store): Define. | 
|  |  | 
|  | * include/std/atomic (atomic<_TP*>::load, exchange): Define inline. | 
|  |  | 
|  | 2010-09-06  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * testsuite/libstdc++-abi/abi.exp: Add "libstdc++-abi/" to | 
|  | abi_check FAIL message. | 
|  |  | 
|  | 2010-09-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45347 | 
|  | * include/ext/concurrence.h: Add #pragma GCC system_header. | 
|  |  | 
|  | 2010-09-03  François Dumont <francois.cppdevs@free.fr> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp ([check_v3_target_debug_mode]): Fix so | 
|  | that it really detects when debug mode is activated. | 
|  | * testsuite/util/debug/construct_neg.h, insert_neg.h, assign_neg.h: | 
|  | Remove, content moved... | 
|  | * testsuite/util/debug/checks.h: ... here. Modify checks to take the | 
|  | type of the container to test rather than an intermediate container | 
|  | type traits helper. | 
|  | * testsuite/23_containers/unordered_map/debug/insert1_neg.cc: Update to | 
|  | use dg-require-debug-mode when necessary and use new check functions. | 
|  | * testsuite/23_containers/unordered_map/debug/construct1_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_map/debug/construct2_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_map/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_map/debug/construct3_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_map/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_map/debug/construct4_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_map/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/construct1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/construct2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/construct3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/construct4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/construct1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/construct2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/construct3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/construct4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/insert1_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/construct1_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/construct2_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/insert2_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/construct3_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/insert3_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/construct4_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/insert4_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/debug/assign1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/construct1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/construct2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/assign2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/construct3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/assign3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/construct4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/assign4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/construct1_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/construct2_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/construct3_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/construct4_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/assign1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/construct1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/construct2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/assign2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/construct3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/assign3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/construct4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/assign4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/construct1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/construct2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/construct3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/construct4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/assign1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/construct1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/construct2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/assign2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/construct3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/assign3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/construct4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/assign4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/insert1_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/construct1_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/construct2_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/insert2_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/construct3_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/insert3_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/construct4_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/insert4_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/map/debug/insert1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/construct1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/construct2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/insert2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/construct3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/insert3_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/construct4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/insert4_neg.cc: Likewise. | 
|  |  | 
|  | * testsuite/23_containers/unordered_map/debug/cont_traits.h: Remove. | 
|  | * testsuite/23_containers/unordered_map/debug/debug_cont_traits.h: | 
|  | Likewise. | 
|  | * testsuite/23_containers/multimap/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/multimap/debug/debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/set/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/set/debug/debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/cont_traits.h: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/ | 
|  | debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/vector/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/vector/debug/debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/debug_cont_traits.h: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/deque/debug/debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/list/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/list/debug/debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/cont_traits.h: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/ | 
|  | debug_cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/map/debug/cont_traits.h: Likewise. | 
|  | * testsuite/23_containers/map/debug/debug_cont_traits.h: Likewise. | 
|  |  | 
|  | * testsuite/21_strings/basic_string/element_access/char: Tidy. | 
|  | * testsuite/21_strings/basic_string/element_access/wchar_t: Likewise. | 
|  |  | 
|  | 2010-09-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/40974 | 
|  | * include/Makefile.am: Add -nostdinc++ to PCHFLAGS. | 
|  | * include/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-09-01  Christopher Yeleighton  <giecrilj@stegny.2a.pl> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45488 | 
|  | * include/bits/stl_algobase.h (lower_bound): Clean-up a tad, move | 
|  | two variables inside the main loop. | 
|  | * include/bits/stl_algo.h (lower_bound, upper_bound, equal_range): | 
|  | Likewise. | 
|  |  | 
|  | 2010-08-31  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44480 | 
|  | * include/bits/hashtable.h (_Hashtable<>::_M_begin_bucket_index): | 
|  | Add, caching the index of the first non-empty bucket. | 
|  | (begin, cbegin): Use it. | 
|  | (_Hashtable<>::_Hashtable(_InputIterator, _InputIterator, ...), | 
|  | _Hashtable(const _Hashtable&), _Hashtable(_Hashtable&&), | 
|  | swap(_Hashtable&), clear): Adjust. | 
|  | (_M_insert_bucket, _M_insert, erase(const_iterator), | 
|  | erase(const key_type&), _M_rehash): Update it. | 
|  |  | 
|  | * include/bits/hashtable.h (_Hashtable<>::_M_erase): Remove. | 
|  | (erase(const_iterator)): Inline the latter. | 
|  |  | 
|  | 2010-08-31  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/forward_list/operations/remove_freed.cc: | 
|  | Fix test01 return type to void. | 
|  | * testsuite/util/exception/safety.h: Avoid -Wall -m32 warnings. | 
|  | * testsuite/util/replacement_memory_operators.h: Likewise. | 
|  |  | 
|  | 2010-08-29  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/bitset/invalidation: Move... | 
|  | * testsuite/23_containers/bitset/debug/invalidation: ... here. | 
|  | * testsuite/23_containers/deque/invalidation: Move... | 
|  | * testsuite/23_containers/deque/debug/invalidation: ... here. | 
|  | * testsuite/23_containers/list/invalidation: Move... | 
|  | * testsuite/23_containers/list/debug/invalidation: ... here. | 
|  | * testsuite/23_containers/map/invalidation: Move... | 
|  | * testsuite/23_containers/map/debug/invalidation: ... here. | 
|  | * testsuite/23_containers/multimap/invalidation: Move... | 
|  | * testsuite/23_containers/multimap/debug/invalidation: ... here. | 
|  | * testsuite/23_containers/set/invalidation: Move... | 
|  | * testsuite/23_containers/set/debug/invalidation: ... here. | 
|  | * testsuite/23_containers/multiset/invalidation: Move... | 
|  | * testsuite/23_containers/multiset/debug/invalidation: ... here. | 
|  | * testsuite/23_containers/vector/invalidation: Move... | 
|  | * testsuite/23_containers/vector/debug/invalidation: ... here. | 
|  |  | 
|  | 2010-08-29  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * include/bits/stl_algobase.h (_Iter_base):  Move... | 
|  | * include/bits/stl_iterator_base_types.h: ...here. | 
|  | * include/debug/functions.h (__check_valid_range, __check_string, | 
|  | __check_sorted): Fix to not depend on _GLIBCXX_DEBUG; include | 
|  | formatter.h and use formatting macros for a consistent debug result. | 
|  | * include/debug/formatter.h (__check_singular): Declare; do not | 
|  | include debug.h. | 
|  | * include/debug/debug.h: Do not include formatter.h. | 
|  | * include/debug/safe_iterator.h (_Safe_iterator::_Base_Iterator) | 
|  | rename to iterator_type. | 
|  | (__gnu_debug::__base): Add. | 
|  | * include/debug/set.h: Use everywhere __gnu_debug::__base once | 
|  | iterator range valided. | 
|  | * include/debug/unordered_map: Likewise. | 
|  | * include/debug/multiset.h: Likewise. | 
|  | * include/debug/vector: Likewise. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/debug/deque: Likewise. | 
|  | * include/debug/map.h: Likewise. | 
|  | * include/debug/string: Likewise. | 
|  | * include/debug/list: Likewise. | 
|  | * include/debug/multimap.h: Likewise. | 
|  | * testsuite/23_containers/util/debug/assign_neg.h: New test cases on | 
|  | debug checks performed on container assign operation. | 
|  | * testsuite/23_containers/util/debug/construct_neg.h: New test cases | 
|  | on debug checks on constructors. | 
|  | * testsuite/23_containers/util/debug/insert_neg.h: New test cases on | 
|  | debug checks performed on container insert operations. | 
|  | * testsuite/23_containers/unordered_map/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: New. | 
|  | * testsuite/23_containers/multimap/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/set/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/map/debug/cont_traits.h, | 
|  | debug_cont_traits.h, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/debug/cont_traits.h, | 
|  | debug_cont_traits.h, assign1_neg.cc, assign2_neg.cc, assign3_neg.cc, | 
|  | assign4_neg.cc, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/debug/cont_traits.h, | 
|  | debug_cont_traits.h, assign1_neg.cc, assign2_neg.cc, assign3_neg.cc, | 
|  | assign4_neg.cc, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/debug/cont_traits.h, | 
|  | debug_cont_traits.h, assign1_neg.cc, assign2_neg.cc, assign3_neg.cc, | 
|  | assign4_neg.cc, construct1_neg.cc, construct2_neg.cc, | 
|  | construct3_neg.cc, construct4_neg.cc, insert1_neg.cc, insert2_neg.cc, | 
|  | insert3_neg.cc, insert4_neg.cc: Likewise. | 
|  | * testsuite/performance/23_containers/range_construct/ | 
|  | list_construct1.cc: New, validate performance impact of the patch | 
|  | on the debug mode. | 
|  | * testsuite/performance/23_containers/range_construct/ | 
|  | list_construct2.cc: Likewise. | 
|  | * testsuite/performance/23_containers/range_construct/ | 
|  | vector_construct.cc: Likewise. | 
|  | * testsuite/performance/23_containers/range_construct/ | 
|  | deque_construct.cc: Likewise. | 
|  |  | 
|  | 2010-08-26  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/bits/stl_iterator_base_types.h: Fix doxygen warning. | 
|  |  | 
|  | 2010-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-08-18  Kostya Serebryany <kcc@google.com> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45276 | 
|  | * doc/xml/manual/debug.xml ([debug.races]): Add. | 
|  |  | 
|  | 2010-08-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45300 | 
|  | * include/c_std/cwchar: Replace 'restrict' -> '__restrict'. | 
|  | * include/c_global/cwchar: Likewise. | 
|  |  | 
|  | 2010-08-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45300 | 
|  | * include/c_std/cstdlib: Replace 'restrict' -> '__restrict'. | 
|  | * include/c_std/cstdio: Likewise. | 
|  | * include/c_global/cstdlib: Likewise. | 
|  | * include/c_global/cstdio: Likewise. | 
|  |  | 
|  | 2010-08-16  Chris Moller  <cmoller@redhat.com> | 
|  |  | 
|  | http://sourceware.org/bugzilla/show_bug.cgi?id=11874 | 
|  | * python/libstdcxx/v6/printers.py (StdVectorPrinter): Added stuff | 
|  | to handle pretty-printing of std::vector<bool>. | 
|  |  | 
|  | 2010-08-14  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45283 | 
|  | * testsuite/performance/30_threads/future/polling.cc: Replace calls to | 
|  | shared_future::is_ready. | 
|  |  | 
|  | 2010-08-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/hashtable.h (_Hashtable<>::operator=(const | 
|  | _Hashtable&)): Move inline. | 
|  | (operator=(_Hashtable&&)): Define. | 
|  | * include/bits/unordered_map.h (unordered_map(unordered_map&&), | 
|  | unordered_map(const unordered_map&), unordered_multimap | 
|  | (unordered_multimap&&), unordered_multimap(const unordered_multimap&), | 
|  | __unordered_map(__unordered_map&&), __unordered_map(const | 
|  | __unordered_map&), __unordered_multimap(__unordered_multimap&&), | 
|  | __unordered_multimap(const __unordered_multimap&)): Do not define, | 
|  | leave implicit. | 
|  | * include/bits/unordered_set.h (unordered_set(unordered_set&&), | 
|  | unordered_set(const unordered_set&), unordered_multiset | 
|  | (unordered_multiset&&), unordered_multiset(const unordered_multiset&), | 
|  | __unordered_set(__unordered_set&&), __unordered_set(const | 
|  | __unordered_set&), __unordered_multiset(__unordered_multiset&&), | 
|  | __unordered_multiset(const __unordered_multiset&)): Likewise. | 
|  |  | 
|  | * include/bits/unordered_map.h (__unordered_map(initializer_list<>), | 
|  | __unordered_map<>::operator=(initializer_list<>), | 
|  | __unordered_multimap(initializer_list<>), __unordered_multimap<>:: | 
|  | operator=(initializer_list<>)): Add. | 
|  | * include/bits/unordered_set.h (__unordered_set(initializer_list<>), | 
|  | __unordered_set<>::operator=(initializer_list<>), | 
|  | __unordered_multiset(initializer_list<>), __unordered_multiset<>:: | 
|  | operator=(initializer_list<>)): Likewise. | 
|  |  | 
|  | * include/bits/unordered_map.h (__unordered_map(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_map(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_map(initializer_list<>, | 
|  | size_type __n), unordered_multimap(initializer_list<>, size_type __n)): | 
|  | Fix __n default to 0. | 
|  | * include/bits/unordered_set.h (__unordered_set(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_set(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_set(initializer_list<>, | 
|  | size_type __n), unordered_multiset(initializer_list<>, size_type __n)): | 
|  | Likewise. | 
|  | * include/debug/unordered_map (unordered_map(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_map(initializer_list<>, | 
|  | size_type __n), unordered_map(_InputIterator, _InputIterator, | 
|  | size_type __n), unordered_multimap(initializer_list<>, size_type __n)): | 
|  | Likewise. | 
|  | * include/debug/unordered_set (unordered_set(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_set(initializer_list<>, | 
|  | size_type __n), unordered_set(_InputIterator, _InputIterator, | 
|  | size_type __n), unordered_multiset(initializer_list<>, size_type __n)): | 
|  | Likewise. | 
|  | * include/profile/unordered_map (unordered_map(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_map(initializer_list<>, | 
|  | size_type __n), unordered_map(_InputIterator, _InputIterator, | 
|  | size_type __n), unordered_multimap(initializer_list<>, size_type __n)): | 
|  | Likewise. | 
|  | * include/profile/unordered_set (unordered_set(_InputIterator, | 
|  | _InputIterator, size_type __n), unordered_set(initializer_list<>, | 
|  | size_type __n), unordered_set(_InputIterator, _InputIterator, | 
|  | size_type __n), unordered_multiset(initializer_list<>, size_type __n)): | 
|  | Likewise. | 
|  |  | 
|  | 2010-08-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45281 | 
|  | * include/bits/stl_queue.h (queue(queue&&), operator=(queue&&), | 
|  | priority_queue(priority_queue&&), operator=(priority_queue&&)): | 
|  | Remove, per CH 15. | 
|  |  | 
|  | 2010-08-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/unordered_map/dr1189.cc: Move to... | 
|  | * testsuite/23_containers/unordered_map/hash_policy/dr1189.cc: | 
|  | ... here. | 
|  | * testsuite/23_containers/unordered_set/dr1189.cc: Move to... | 
|  | * testsuite/23_containers/unordered_set/hash_policy/dr1189.cc: | 
|  | ... here. | 
|  | * testsuite/23_containers/unordered_multimap/dr1189.cc: Move to... | 
|  | * testsuite/23_containers/unordered_multimap/hash_policy/dr1189.cc: | 
|  | ... here. | 
|  | * testsuite/23_containers/unordered_multiset/dr1189.cc: Move to... | 
|  | * testsuite/23_containers/unordered_multiset/hash_policy/dr1189.cc: | 
|  | ... here. | 
|  |  | 
|  | * testsuite/23_containers/unordered_set/hash_policy/26132.cc: New. | 
|  |  | 
|  | 2010-08-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * src/ios_init.cc (ios_base::Init::~Init): Add back semicolon | 
|  | at the end of the _GLIBCXX_SYNCHRONIZATION_HAPPENS_* macros, | 
|  | removed by mistake. | 
|  | * include/tr1_impl/boost_sp_counted_base.h: Likewise. | 
|  | * include/ext/rc_string_base.h: Likewise. | 
|  | * include/bits/locale_classes.h: Likewise. | 
|  | * include/bits/basic_string.h: Likewise. | 
|  | * include/bits/ios_base.h: Likewise. | 
|  | * include/bits/c++config: Adjust comment. | 
|  |  | 
|  | 2010-08-12  Kostya Serebryany <kcc@google.com> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, | 
|  | _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER): Add. | 
|  | * src/ios_init.cc (ios_base::Init::~Init): Decorate with the | 
|  | latter. | 
|  | * include/tr1_impl/boost_sp_counted_base.h: Likewise. | 
|  | * include/ext/rc_string_base.h: Likewise. | 
|  | * include/bits/locale_classes.h: Likewise. | 
|  | * include/bits/basic_string.h: Likewise. | 
|  | * include/bits/ios_base.h: Likewise. | 
|  | * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust dg-error | 
|  | line number. | 
|  | * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/ext/profile/mutex_extensions.cc: Likewise. | 
|  |  | 
|  | 2010-08-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/hashtable.h (_Hashtable<>::erase(const key_type&)): | 
|  | Use std::__addressof. | 
|  |  | 
|  | * include/bits/forward_list.tcc (forward_list<>::remove): Deal | 
|  | correctly with &__tmp->_M_value == &__val. | 
|  | * testsuite/23_containers/forward_list/operations/remove_freed.cc: | 
|  | New. | 
|  |  | 
|  | 2010-08-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_algo.h (shuffle): Change signature consistently | 
|  | with random_shuffle (US 121). | 
|  | * include/bits/algorithmfwd.h: Adjust. | 
|  | * testsuite/25_algorithms/shuffle/requirements/ | 
|  | explicit_instantiation/2.cc: Likewise. | 
|  | * testsuite/25_algorithms/shuffle/requirements/ | 
|  | explicit_instantiation/pod.cc: Likewise. | 
|  |  | 
|  | 2010-08-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/move.h (forward): Reinstate the N2835 version. | 
|  |  | 
|  | 2010-08-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/42925 | 
|  | * include/bits/unique_ptr.h (operator==(const unique_ptr<>&, | 
|  | nullptr_t), operator==(nullptr_t, const unique_ptr<>&), | 
|  | operator!=(const unique_ptr<>&, nullptr_t), | 
|  | operator!=(nullptr_t, const unique_ptr<>&)): Add. | 
|  | * include/bits/shared_ptr_base.h (operator==(const __shared_ptr<>&, | 
|  | nullptr_t), operator==(nullptr_t, const __shared_ptr<>&), | 
|  | operator!=(const __shared_ptr<>&, nullptr_t), | 
|  | operator!=(nullptr_t, const __shared_ptr<>&)): Likewise. | 
|  | * include/bits/shared_ptr.h (operator==(const shared_ptr<>&, | 
|  | nullptr_t), operator==(nullptr_t, const shared_ptr<>&), | 
|  | operator!=(const shared_ptr<>&, nullptr_t), | 
|  | operator!=(nullptr_t, const shared_ptr<>&)): Likewise. | 
|  | * testsuite/20_util/unique_ptr/comparison/42925.cc: New. | 
|  | * testsuite/20_util/shared_ptr/comparison/42925.cc: Likewise. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust | 
|  | dg-error line numbers. | 
|  |  | 
|  | 2010-08-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/unique_ptr.h: Replace _Tp_Deleter -> _Dp, and | 
|  | _Up_Deleter -> _Ep. | 
|  |  | 
|  | 2010-08-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/shared_ptr_base.h: Remove a few now redundant | 
|  | __glibcxx_function_requires(_ConvertibleConcept...). | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Adjust dg-error | 
|  | line number. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise. | 
|  |  | 
|  | 2010-08-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/ext/stdio_sync_filebuf/char/1.cc: Avoid -Wall | 
|  | warnings. | 
|  | * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise. | 
|  |  | 
|  | 2010-08-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/array/range_access.cc: Avoid -Wall | 
|  | warnings. | 
|  |  | 
|  | 2010-08-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Avoid -Wall | 
|  | warnings. | 
|  |  | 
|  | * include/bits/shared_ptr.h (shared_ptr<>::shared_ptr | 
|  | (const shared_ptr<>&), shared_ptr(shared_ptr<>&&), weak_ptr<>:: | 
|  | weak_ptr(const weak_ptr<>&), weak_ptr(const shared_ptr<>&)): | 
|  | Constrain appropriately via std::is_convertible, etc. | 
|  | * include/bits/shared_ptr_base.h: Likewise. | 
|  | * include/bits/unique_ptr.h (default_delete<>:: | 
|  | default_delete(const default_delete<>&), | 
|  | unique_ptr<>::unique_ptr(unique_ptr<>&&), operator=(unique_ptr<>&&)): | 
|  | Likewise. | 
|  |  | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error | 
|  | line numbers. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Likewise. | 
|  |  | 
|  | * include/bits/unique_ptr.h (unique_ptr<>::unique_ptr(auto_ptr<>&&)): | 
|  | Add. | 
|  | * include/std/memory: Adjust includes order. | 
|  | * testsuite/20_util/unique_ptr/cons/auto_ptr.cc: New. | 
|  | * testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc: Likewise. | 
|  | * testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc: Minor tweaks. | 
|  |  | 
|  | 2010-08-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/45228 | 
|  | * include/std/tuple (tuple<typename... _Elements>): Constrain | 
|  | converting constructors and assignment operators with | 
|  | sizeof...(_UElements) == sizeof...(_Elements). | 
|  | (tuple(tuple<_UElements...>&): Remove. | 
|  | (tuple<typename _T1>): Add. | 
|  | * testsuite/20_util/tuple/cons/45228.cc: New. | 
|  | * testsuite/20_util/tuple/cons/converting.cc: Likewise. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust | 
|  | dg-error line number. | 
|  |  | 
|  | * include/std/tuple (_Tuple_impl<>::_Tuple_impl(const _Tuple_impl&)): | 
|  | Defaulted. | 
|  |  | 
|  | * include/std/tuple (tuple<typename _T1, typename _T2> | 
|  | ::operator=(pair<_U1, _U2>&&)): Use forward. | 
|  |  | 
|  | 2010-08-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44963 | 
|  | * include/bits/stl_iterator.h (insert_iterator<>:: | 
|  | operator=(const typename _Container::value_type&, | 
|  | back_insert_iterator<>:: | 
|  | operator=(const typename _Container::value_type&), | 
|  | front_insert_iterator<>:: | 
|  | operator=(const typename _Container::value_type&))): Add | 
|  | in C++0x mode. | 
|  | * testsuite/ext/rope/44963.cc: New. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust | 
|  | dg-error line number. | 
|  |  | 
|  | 2010-08-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/c_global/cmath: Implement US 136. | 
|  | * include/tr1_impl/cmath: Do not bring fpclassify, etc from namespace | 
|  | std, define namespace tr1. | 
|  | * testsuite/26_numerics/headers/cmath/ | 
|  | c99_classification_macros_c++0x.cc: New. | 
|  |  | 
|  | 2010-08-06  David Malcolm  <dmalcolm@redhat.com> | 
|  | Jan Kratochvil  <jan.kratochvil@redhat.com> | 
|  |  | 
|  | * python/hook.in: Rename variable dir to dir_. | 
|  |  | 
|  | 2010-08-06  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * include/std/thread: Add deleted thread(thread&). | 
|  | * testsuite/30_threads/thread/cons/copy_neg.cc: Remove XFAIL. | 
|  |  | 
|  | 2010-08-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/tuple (pack_arguments): Rename to forward_as_tuple | 
|  | and simplify, per US 98 and US 99. | 
|  | * testsuite/20_util/tuple/creation_functions/pack_arguments.cc: | 
|  | Rename to... | 
|  | * testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc: | 
|  | ... this, adjust. | 
|  | * testsuite/20_util/pair/piecewise.cc: Adjust. | 
|  |  | 
|  | 2010-08-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/tuple (begin, end): Remove per GB 87. | 
|  | * testsuite/20_util/tuple/range_access.cc: Remove. | 
|  |  | 
|  | 2010-08-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/ratio (ratio_less): Improve, use ratio_divide to avoid | 
|  | more overflows. | 
|  | * testsuite/20_util/ratio/comparisons/comp1.cc: Extend. | 
|  | * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise. | 
|  |  | 
|  | 2010-08-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1_impl/utility (begin, end): Remove per GB 85. | 
|  | * testsuite/20_util/pair/range_access.cc: Remove. | 
|  |  | 
|  | * include/std/functional (function<>::function()): Remove explicit, | 
|  | per JP 3. | 
|  |  | 
|  | 2010-08-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/move.h (forward): Update to N3092. | 
|  | (identity): Remove (US 92 is NAD). | 
|  | * include/debug/set.h: Fix move constructor to simply use move. | 
|  | * include/debug/unordered_map: Likewise. | 
|  | * include/debug/multiset.h: Likewise. | 
|  | * include/debug/vector: Likewise. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/debug/deque: Likewise. | 
|  | * include/debug/map.h: Likewise. | 
|  | * include/debug/string: Likewise. | 
|  | * include/debug/list: Likewise. | 
|  | * include/debug/multimap.h: Likewise. | 
|  | * include/profile/set.h: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/multiset.h: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  | * include/profile/vector: Likewise. | 
|  | * include/profile/deque: Likewise. | 
|  | * include/profile/map.h: Likewise. | 
|  | * include/profile/list: Likewise. | 
|  | * include/profile/multimap.h: Likewise. | 
|  | * include/ext/vstring.h: Likewise. | 
|  | * include/bits/stl_list.h: Likewise. | 
|  | * include/bits/stl_map.h: Likewise. | 
|  | * include/bits/stl_set.h: Likewise. | 
|  | * include/bits/forward_list.h: Likewise. | 
|  | * include/bits/stl_multimap.h: Likewise. | 
|  | * include/bits/unordered_map.h: Likewise. | 
|  | * include/bits/stl_vector.h: Likewise. | 
|  | * include/bits/stl_deque.h: Likewise. | 
|  | * include/bits/stl_multiset.h: Likewise. | 
|  | * include/bits/unordered_set.h: Likewise. | 
|  | * include/bits/stl_bvector.h: Likewise. | 
|  | * testsuite/20_util/identity/value.cc: Remove | 
|  | * testsuite/20_util/identity/requirements/typedefs.cc: Likewise. | 
|  | * testsuite/20_util/identity/requirements/explicit_instantiation.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-07-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * acinclude.m4 ([GLIBCXX_COMPUTE_STDIO_INTEGER_CONSTANTS]): Fix | 
|  | messages. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-07-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/ext/vstring_util.h: Include bits/range_access.h. | 
|  | * testsuite/ext/vstring/range_access.cc: New test. | 
|  |  | 
|  | 2010-07-27  Ed Smith-Rowland  <3dw4rd@verizon.net> | 
|  |  | 
|  | * include/bits/range_access.h: New. | 
|  | * include/Makefile.in: Add bits/range_access.h. | 
|  | * include/Makefile.am: Regenerate. | 
|  | * include/std/array: Include bits/range_access.h. | 
|  | * include/std/deque: Ditto. | 
|  | * include/std/forward_list: Ditto. | 
|  | * include/std/iterator: Ditto. | 
|  | * include/std/list: Ditto. | 
|  | * include/std/map: Ditto. | 
|  | * include/std/regex: Ditto. | 
|  | * include/std/set: Ditto. | 
|  | * include/std/string: Ditto. | 
|  | * include/std/unordered_map: Ditto. | 
|  | * include/std/unordered_set: Ditto. | 
|  | * include/std/vector: Ditto. | 
|  | * include/std/valarray: Add begin() and end(). | 
|  | * libsupc++/initializer_list: Ditto. | 
|  | * include/tr1_impl/utility: Add begin() and end(). | 
|  | * include/std/tuple: Ditto. | 
|  | * testsuite/24_iterators/headers/iterator/range_access.cc: New test. | 
|  | * testsuite/24_iterators/range_access.cc: Ditto. | 
|  | * testsuite/28_regex/range_access.cc: Ditto. | 
|  | * testsuite/18_support/initializer_list/range_access.cc: Ditto. | 
|  | * testsuite/21_strings/basic_string/range_access.cc: Ditto. | 
|  | * testsuite/26_numerics/valarray/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/unordered_map/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/multimap/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/set/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/unordered_multimap/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/forward_list/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/unordered_set/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/vector/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/deque/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/multiset/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/list/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/unordered_multiset/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/map/range_access.cc: Ditto. | 
|  | * testsuite/23_containers/array/range_access.cc: Ditto. | 
|  | * testsuite/20_util/tuple/range_access.cc: Ditto. | 
|  | * testsuite/20_util/pair/range_access.cc: Ditto. | 
|  |  | 
|  | 2010-07-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  | Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | * acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove. | 
|  | ([GLIBCXX_COMPUTE_STDIO_INTEGER_CONSTANTS]): Add, actually | 
|  | compute the constants via AC_COMPUTE_INT. | 
|  | * configure.ac: Call the latter. | 
|  | * include/bits/ios_base.h: Adjust. | 
|  | * include/bits/char_traits.h: Likewise. | 
|  | * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust dg-error | 
|  | line number. | 
|  | * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise. | 
|  | * config.h.in: Regenerate. | 
|  | * configure: Likewise. | 
|  |  | 
|  | 2010-07-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * config/io/c_io_stdio.h: Do not include <cstddef>. | 
|  |  | 
|  | 2010-07-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * testsuite/22_locale/num_put/put/char/14220.cc: XFAIL on Solaris | 
|  | 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10/SPARC. | 
|  | * testsuite/22_locale/num_put/put/wchar_t/14220.cc: XFAIL on | 
|  | Solaris 9/x86 and 32-bit Solaris 10/x86. | 
|  |  | 
|  | * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc: | 
|  | Only XFAIL on Solaris 8 and 9. | 
|  | * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc: | 
|  | Likewise. | 
|  |  | 
|  | * testsuite/ext/enc_filebuf/char/13598.cc: XFAIL before Solaris 11. | 
|  |  | 
|  | 2010-07-25  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/45060 | 
|  | * include/bits/hashtable.h (_Hashtable::_Hashtable(_Hashtable&&)): | 
|  | Reorder mem-initializers. | 
|  |  | 
|  | 2010-07-22  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | DocBook 4.5 to 5.0 transition. | 
|  | * doc/xml/authors.xml: Update markup to DocBook 5.0. | 
|  | * doc/xml/faq.xml: Same. | 
|  | * doc/xml/api.xml: Same. | 
|  | * doc/xml/class.txml | 
|  | * doc/xml/gnu/gpl-3.0.xml: Same. | 
|  | * doc/xml/gnu/fdl-1.2.xml: Same. | 
|  | * doc/xml/gnu/fdl-1.3.xml: Same. | 
|  | * doc/xml/gnu/gpl-2.0.xml: Same. | 
|  | * doc/xml/chapter.txml: Same. | 
|  | * doc/xml/manual/mt_allocator.xml: Same. | 
|  | * doc/xml/manual/allocator.xml: Same. | 
|  | * doc/xml/manual/ctype.xml: Same. | 
|  | * doc/xml/manual/numerics.xml: Same. | 
|  | * doc/xml/manual/codecvt.xml: Same. | 
|  | * doc/xml/manual/backwards_compatibility.xml: Same. | 
|  | * doc/xml/manual/concurrency.xml: Same. | 
|  | * doc/xml/manual/intro.xml: Same. | 
|  | * doc/xml/manual/abi.xml: Same. | 
|  | * doc/xml/manual/shared_ptr.xml: Same. | 
|  | * doc/xml/manual/status_cxxtr1.xml: Same. | 
|  | * doc/xml/manual/auto_ptr.xml: Same. | 
|  | * doc/xml/manual/internals.xml: Same. | 
|  | * doc/xml/manual/atomics.xml: Same. | 
|  | * doc/xml/manual/parallel_mode.xml: Same. | 
|  | * doc/xml/manual/status_cxx1998.xml: Same. | 
|  | * doc/xml/manual/profile_mode.xml: Same. | 
|  | * doc/xml/manual/containers.xml: Same. | 
|  | * doc/xml/manual/io.xml: Same. | 
|  | * doc/xml/manual/concurrency_extensions.xml: Same. | 
|  | * doc/xml/manual/appendix_porting.xml: Same. | 
|  | * doc/xml/manual/utilities.xml: Same. | 
|  | * doc/xml/manual/support.xml: Same. | 
|  | * doc/xml/manual/bitmap_allocator.xml: Same. | 
|  | * doc/xml/manual/configure.xml: Same. | 
|  | * doc/xml/manual/build_hacking.xml: Same. | 
|  | * doc/xml/manual/evolution.xml: Same. | 
|  | * doc/xml/manual/using.xml: Same. | 
|  | * doc/xml/manual/using_exceptions.xml: Same. | 
|  | * doc/xml/manual/debug.xml: Same. | 
|  | * doc/xml/manual/localization.xml: Same. | 
|  | * doc/xml/manual/strings.xml: Same. | 
|  | * doc/xml/manual/debug_mode.xml: Same. | 
|  | * doc/xml/manual/locale.xml: Same. | 
|  | * doc/xml/manual/extensions.xml: Same. | 
|  | * doc/xml/manual/appendix_contributing.xml: Same. | 
|  | * doc/xml/manual/prerequisites.xml: Same. | 
|  | * doc/xml/manual/messages.xml: Same. | 
|  | * doc/xml/manual/diagnostics.xml: Same. | 
|  | * doc/xml/manual/algorithms.xml: Same. | 
|  | * doc/xml/manual/appendix_free.xml: Same. | 
|  | * doc/xml/manual/iterators.xml: Same. | 
|  | * doc/xml/manual/spine.xml: Same. | 
|  | * doc/xml/manual/status_cxxtr24733.xml: Same. | 
|  | * doc/xml/manual/status_cxx200x.xml: Same. | 
|  | * doc/xml/manual/test.xml: Same. | 
|  | * doc/xml/book.txml: Same. | 
|  | * doc/xml/spine.xml: Same. | 
|  | * doc/Makefile.am: Same. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-07-20  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/manual/appendix_contributing.xml: Update for new reality. | 
|  | * doc/Makefile.am (doc-xml): New default rule for XML output. | 
|  | (doc-xml-single-doxygen): Standardize output names. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | * doc/doxygen/user.cfg.in: Tweak. | 
|  |  | 
|  | 2010-07-20  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * libsupc++/unwind-cxx.h: Minor formatting / stylistic tweaks. | 
|  |  | 
|  | 2010-07-20  Mikael Pettersson  <mikpe@it.uu.se> | 
|  |  | 
|  | PR libstdc++/44902 | 
|  | * libsupc++/unwind-cxx.h (__cxa_type_match): Correct prototype. | 
|  | (__cxa_begin_cleanup): Likewise. | 
|  |  | 
|  | 2010-07-19  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/Makefile.am (doc-texinfo): New rule. | 
|  | (doc-texinfo-docbook): New rule. | 
|  | (DB2TEXI_FLAGS): New. | 
|  | (doc-xml-single-docbook): Just the manual, not the set. Tweak flags. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-07-14  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/shared_ptr.xml: Update. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-07-13  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/Makefile.am: Edit pdf rules. | 
|  | (doc-man, doc-pdf, doc-html): Expand default rules. | 
|  | * doc/Makefile.in: Regenerate. | 
|  | * doc/doxygen/user.cfg.in: Update to Doxygen 1.7.1. | 
|  |  | 
|  | 2010-07-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/type_traits (is_convertible): Use SFINAE. | 
|  | * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust | 
|  | dg-error line numbers. | 
|  | * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Likewise. | 
|  |  | 
|  | 2010-07-09  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/44875 | 
|  | * doc/xml/manual/status_cxx200x.xml: Corrections to status. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-07-08  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/bits/stl_heap.h: Update markup. | 
|  | * include/bits/move.h: Same. | 
|  | * include/bits/algorithmfwd.h: Same. | 
|  | * include/bits/regex.h: Same. | 
|  | * include/bits/random.h: Same. | 
|  | * doc/doxygen/doxygroups.cc: Same. | 
|  | * doc/doxygen/user.cfg.in: Remove include/tr1_impl/regex from | 
|  | input file list. | 
|  | * doc/Makefile.am (doc-pdf-doxygen): Add comment, put generated | 
|  | pdf in location consistent with docbook pdf generation. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-07-06  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/status_cxx200x.xml: Add some missing features. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-07-03  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/regex_compiler.h: Fix filename in doxygen comment. | 
|  | * include/bits/regex_constants.h: Likewise. | 
|  | * include/bits/regex_error.h: Likewise. | 
|  | * include/bits/regex_grep_matcher.h: Likewise. | 
|  | * include/bits/regex_grep_matcher.tcc: Likewise. | 
|  | * include/bits/regex_nfa.tcc: Likewise. | 
|  |  | 
|  | 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * acinclude.m4 (symvers_renaming): Define | 
|  | HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT instead of | 
|  | _GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT. | 
|  | Fix syntax error. | 
|  | * config.h.in: Regenerate. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Handle sun style. | 
|  | Require GCC_PROG_GNU_CXXFILT. | 
|  | (_GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT): Define | 
|  | unless targetting solaris2*. | 
|  | Include ../config/gc++filt.m4. | 
|  | * configure.host (i?86-*-solaris2*): Set abi_baseline_pair. | 
|  | (sparc-*-solaris2*): Likewise. | 
|  | * src/Makefile.am [ENABLE_SYMVERS_SUN] (version_dep, version_arg): | 
|  | New variables. | 
|  | (libstdc++-symbols.ver-sun): New target. | 
|  | * configure: Regenerate. | 
|  | * config.h.in: Regenerate. | 
|  | * Makefile.in: Likewise. | 
|  | * doc/Makefile.in: Likewise. | 
|  | * include/Makefile.in: Likewise. | 
|  | * libsupc++/Makefile.in: Likewise. | 
|  | * po/Makefile.in: Likewise. | 
|  | * python/Makefile.in: Likewise. | 
|  | * src/Makefile.in: Likewise. | 
|  | * src/atomic.cc: Only define/use _GLIBCXX_ASM_SYMVER if | 
|  | _GLIBCXX_HAVE_SYMVER_RENAMING_RUNTIME_SUPPORT. | 
|  | * src/compatibility.cc: Likewise. | 
|  | * testsuite/Makefile.am (baseline_subdir): Define. | 
|  | (baseline_symbols): Use it. | 
|  | (new-abi-baseline): Likewise. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  |  | 
|  | * config/abi/pre/gnu.ver (GLIBCXX_3.4.5): Enclose duplicates in | 
|  | #ifdef HAVE_SYMVER_RENAMING_RUNTIME_SUPPORT. | 
|  | (GLIBCXX_3.4.6): Likewise. | 
|  |  | 
|  | * doc/xml/manual/configure.xml (--enable-symvers): Document sun | 
|  | style. | 
|  |  | 
|  | * doc/xml/manual/abi.xml: Fix grammar. | 
|  | (Symbol versioning on the libstdc++.so binary): Fix mapfile path. | 
|  | (Incremental bumping of a library pre-defined macro): Fix | 
|  | c++config path. | 
|  | (Incremental bumping of a library pre-defined macro, | 
|  | _GLIBCPP_VERSION): Likewise. | 
|  | (Matching each specific C++ compiler release to a specific set of | 
|  | C++ include files): Fix acinclude.m4 path. | 
|  | (Prerequisites): Allow for Sun linker on Solaris 2.5+. | 
|  | Use proper link to Configuring. | 
|  | Fix acinclude.m4 path. | 
|  | (Checking Active): Allow for additional symbol versioning styles. | 
|  | Provide Solaris 2 example with pvs -r. | 
|  | (Bibliography): Update Linker and Libraries Guide, C++ Migration | 
|  | Guide entries. | 
|  |  | 
|  | 2010-06-29  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | Enable implicitly declared move constructor/operator= (N3053). | 
|  | * include/bits/unordered_map.h: Explicitly default copy constructors. | 
|  | * include/bits/unordered_set.h: Likewise. | 
|  |  | 
|  | * 19_diagnostics/error_category/cons/copy_neg.cc: Adjust expected | 
|  | errors, use dg-prune-output. | 
|  | * 20_util/function/cmp/cmp_neg.cc: Likewise. | 
|  | * 20_util/unique_ptr/assign/assign_neg.cc: Likewise. | 
|  | * 20_util/unique_ptr/cons/pointer_array_convertible.cc: Likewise. | 
|  | * 20_util/unique_ptr/modifiers/reset_neg.cc: Likewise. | 
|  | * 29_atomics/atomic/cons/assign_neg.cc: Likewise. | 
|  | * 29_atomics/atomic/cons/copy_neg.cc: Likewise. | 
|  | * 29_atomics/atomic_address/cons/assign_neg.cc: Likewise. | 
|  | * 29_atomics/atomic_address/cons/copy_neg.cc: Likewise. | 
|  | * 29_atomics/atomic_flag/cons/assign_neg.cc: Likewise. | 
|  | * 29_atomics/atomic_flag/cons/copy_neg.cc: Likewise. | 
|  | * 29_atomics/atomic_integral/cons/assign_neg.cc: Likewise. | 
|  | * 29_atomics/atomic_integral/cons/copy_neg.cc: Likewise. | 
|  | * 29_atomics/condition_variable/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/condition_variable/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/condition_variable_any/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/condition_variable_any/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/future/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/future/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/mutex/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/mutex/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/packaged_task/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/packaged_task/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/promise/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/promise/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/recursive_mutex/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/recursive_mutex/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/recursive_timed_mutex/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/recursive_timed_mutex/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/thread/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/thread/cons/copy_neg.cc: Likewise. | 
|  | * 30_threads/timed_mutex/cons/assign_neg.cc: Likewise. | 
|  | * 30_threads/timed_mutex/cons/copy_neg.cc: Likewise. | 
|  | * ext/ext_pointer/1_neg.cc: Likewise. | 
|  |  | 
|  | 2010-06-29  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44708 | 
|  | * include/ext/algorithm (copy_n): Qualify __copy_n call with | 
|  | __gnu_cxx:: | 
|  | * testsuite/ext/rope/44708.cc: New. | 
|  |  | 
|  | 2010-06-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/regex_compiler.h: Trivial formatting / stylistic fixes. | 
|  | * include/bits/regex_grep_matcher.tcc: Likewise. | 
|  | * include/bits/regex_cursor.h: Likewise. | 
|  | * include/bits/regex.h: Likewise. | 
|  |  | 
|  | 2010-06-26  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/util/testsuite_hooks.h: Cast fn to bool. | 
|  |  | 
|  | 2010-06-26  Kees Cook  <kees.cook@canonical.com> | 
|  |  | 
|  | * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Verify freopen. | 
|  | * testsuite/27_io/objects/wchar_t/9520.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/12048-2.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/12048-4.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/11.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/12048-1.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/12048-3.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/10.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/12048-5.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/9661-1.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/12048-2.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/12048-4.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/9.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/12048-1.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/12048-3.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/12048-5.cc: Likewise. | 
|  | * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/setbuf/char/12875-2.cc: Verify fgets. | 
|  | * testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-2.cc: Verify | 
|  | fwrite. | 
|  | * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise. | 
|  | * testsuite/ext/stdio_sync_filebuf/char/1.cc: Likewise. | 
|  |  | 
|  | 2010-06-26  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/faq.xml: Fix typo. | 
|  | * doc/html/faq.xml: Likewise. | 
|  |  | 
|  | 2010-06-25  Stephen M. Webb  <stephen.webb@bregmasoft.ca> | 
|  |  | 
|  | Initial regex implementation. | 
|  | * include/std/regex: Modified to use bits/regex_* headers. | 
|  | * include/bits/regex_compiler.h: New. | 
|  | * include/bits/regex_constants.h: Likewise. | 
|  | * include/bits/regex_cursor.h: Likewise. | 
|  | * include/bits/regex_error.h: Likewise. | 
|  | * include/bits/regex_grep_matcher.h: Likewise. | 
|  | * include/bits/regex_grep_matcher.tcc: Likewise. | 
|  | * include/bits/regex.h: Likewise. | 
|  | * include/bits/regex_nfa.h: Likewise. | 
|  | * include/bits/regex_nfa.tcc: Likewise. | 
|  | * include/Makefile.am: Add. | 
|  | * include/Makefile.in: Regenerated. | 
|  | * testsuite/28_regex/02_definitions: New. | 
|  | * testsuite/28_regex/03_requirements: Likewise. | 
|  | * testsuite/28_regex/03_requirements/typedefs.cc: Likewise. | 
|  | * testsuite/28_regex/04_header: Likewise. | 
|  | * testsuite/28_regex/04_header/regex: Likewise. | 
|  | * testsuite/28_regex/04_header/regex/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/28_regex/05_constants: Likewise. | 
|  | * testsuite/28_regex/05_constants/error_type.cc: Likewise. | 
|  | * testsuite/28_regex/05_constants/match_flag_type.cc: Likewise. | 
|  | * testsuite/28_regex/05_constants/syntax_option_type.cc: Likewise. | 
|  | * testsuite/28_regex/06_exception_type: Likewise. | 
|  | * testsuite/28_regex/06_exception_type/regex_error.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits: Likewise. | 
|  | * testsuite/28_regex/07_traits/char: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/ctor.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/isctype.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/length.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/lookup_classname.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/lookup_collatename.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/transform.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/transform_primary.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/translate.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/translate_nocase.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/char/value.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/wchar_t: Likewise. | 
|  | * testsuite/28_regex/07_traits/wchar_t/ctor.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/wchar_t/length.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/wchar_t/transform.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/wchar_t/translate.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/wchar_t/translate_nocase.cc: Likewise. | 
|  | * testsuite/28_regex/07_traits/wchar_t/value.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char/cstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char/cstring_op.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char/moveable.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char/pstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char/range.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char/string.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/char/string_op.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/wchar_t: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/wchar_t/cstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/wchar_t/cstring_op.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/wchar_t/pstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/wchar_t/range.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/wchar_t/string.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/assign/wchar_t/string_op.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/basic: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/basic/cstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/basic/pstring_char.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/basic/pstring_wchar_t.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/basic/ | 
|  | string_range_01_02_03.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char/cstring_awk.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char/cstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char/cstring_ecma.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char/cstring_egrep.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char/cstring_grep.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char/default.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/char/range.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/copy_char.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/extended: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/extended/cstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/extended/ | 
|  | string_range_01_02_03.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/move_char.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/string_char.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/string_wchar_t.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/wchar_t: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/wchar_t/cstring.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/wchar_t/default.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/ctors/wchar_t/range.cc: Likewise. | 
|  | * testsuite/28_regex/08_basic_regex/regex.cc: Likewise. | 
|  | * testsuite/28_regex/09_sub_match: Likewise. | 
|  | * testsuite/28_regex/09_sub_match/cast_char.cc: Likewise. | 
|  | * testsuite/28_regex/09_sub_match/cast_wchar_t.cc: Likewise. | 
|  | * testsuite/28_regex/09_sub_match/length.cc: Likewise. | 
|  | * testsuite/28_regex/09_sub_match/typedefs.cc: Likewise. | 
|  | * testsuite/28_regex/10_match_results: Likewise. | 
|  | * testsuite/28_regex/10_match_results/ctors: Likewise. | 
|  | * testsuite/28_regex/10_match_results/ctors/char: Likewise. | 
|  | * testsuite/28_regex/10_match_results/ctors/char/default.cc: Likewise. | 
|  | * testsuite/28_regex/10_match_results/ctors/wchar_t: Likewise. | 
|  | * testsuite/28_regex/10_match_results/ctors/wchar_t/default.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/10_match_results/typedefs.cc: Likewise. | 
|  | * testsuite/28_regex/11_algorithms: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/basic: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/basic/string_01.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/basic/ | 
|  | string_range_00_03.cc: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/basic/ | 
|  | string_range_01_03.cc: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/basic/ | 
|  | string_range_02_03.cc: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/extended: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/extended/cstring_plus.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/extended/ | 
|  | cstring_questionmark.cc: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/extended/string_any.cc: | 
|  | Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/extended/ | 
|  | string_range_00_03.cc: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/extended/ | 
|  | string_range_01_03.cc: Likewise. | 
|  | * testsuite/28_regex/11_algorithms/02_match/extended/ | 
|  | string_range_02_03.cc: Likewise. | 
|  | * testsuite/28_regex/12_iterators: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_iterator: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_iterator/ctors: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_iterator/ctors/char: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_iterator/ctors/char/ | 
|  | default.cc: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_iterator/ctors/wchar_t: | 
|  | Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_iterator/ctors/wchar_t/ | 
|  | default.cc: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_iterator/typedefs.cc: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_token_iterator: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_token_iterator/ctors: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/char: | 
|  | Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/char/ | 
|  | default.cc: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/ | 
|  | wchar_t: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/ | 
|  | wchar_t/default.cc: Likewise. | 
|  | * testsuite/28_regex/12_iterators/regex_token_iterator/ | 
|  | typedefs.cc: Likewise. | 
|  | * testsuite/28_regex/13_ecmascript: Likewise. | 
|  |  | 
|  | 2010-06-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/impl/profiler_list_to_slist.h: Remove spurious | 
|  | semicolon; prefer pre-increment. | 
|  | * include/profile/impl/profiler_container_size.h: Use everywhere | 
|  | qualified std::size_t. | 
|  | * include/profile/impl/profiler_trace.h (__trace_base<>:: | 
|  | __collect_warnings): Tidy loop. | 
|  | * include/profile/impl/profiler_vector_to_list.h: Minor formatting | 
|  | changes. | 
|  |  | 
|  | 2010-06-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/impl/profiler_trace.h: Uglify it to __it, use | 
|  | everywhere std::size_t instead of size_t. | 
|  |  | 
|  | 2010-06-24  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/impl/profiler_trace.h (__trace_base<>:: | 
|  | __trace_base()): Move inline, simplify; formatting tweaks. | 
|  | * include/profile/impl/profiler_hash_func.h: Formatting tweaks. | 
|  |  | 
|  | 2010-06-24  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/impl/profiler_trace.h (__warning_data:: | 
|  | __warning_message): Change to std::string; clean-up includes, | 
|  | qualify size_t, fprintf, etc, with std everywhere. | 
|  | (struct __warn::operator()): Adjust. | 
|  | * include/profile/impl/profiler_list_to_slist.h | 
|  | (__list2slist_info::__advice): Change to return a std::string; | 
|  | clean-up includes, qualify size_t, fprintf, etc, with std. | 
|  | * include/profile/impl/profiler_container_size.h | 
|  | (__container_size_info::__advice): Likewise. | 
|  | * include/profile/impl/profiler_hash_func.h (__hashfunc_info:: | 
|  | __advice): Likewise. | 
|  | * include/profile/impl/profiler_list_to_vector.h | 
|  | (__list2vector_info::__advice): Likewise. | 
|  | * include/profile/impl/profiler_vector_to_list.h | 
|  | (__vector2list_info::__advice): Likewise. | 
|  | * include/profile/impl/profiler_map_to_unordered_map.h | 
|  | (__map2umap_info::__advice): Likewise. | 
|  | * include/profile/impl/profiler.h: Likewise. | 
|  | * include/profile/impl/profiler_hashtable_size.h: Likewise. | 
|  | * include/profile/impl/profiler_node.h: Likewise. | 
|  | * include/profile/impl/profiler_vector_size.h: Likewise. | 
|  |  | 
|  | * include/profile/iterator_tracker.h: Formatting and stylistic | 
|  | tweaks. | 
|  | * include/profile/base.h: Likewise. | 
|  | * include/profile/map.h: Likewise. | 
|  |  | 
|  | 2010-06-23  Paolo Carlini <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_tree.h (erase(iterator), erase(const_iterator)): | 
|  | Remove inline specifier. | 
|  |  | 
|  | 2010-06-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/impl/profiler_list_to_slist.h: Fix formatting, | 
|  | other minor stylistic changes. | 
|  | * include/profile/impl/profiler_container_size.h: Likewise. | 
|  | * include/profile/impl/profiler_vector_size.h: Likewise. | 
|  | * include/profile/impl/profiler_hash_func.h: Likewise. | 
|  | * include/profile/impl/profiler_trace.h: Likewise. | 
|  | * include/profile/impl/profiler_list_to_vector.h: Likewise. | 
|  | * include/profile/impl/profiler_vector_to_list.h: Likewise. | 
|  | * include/profile/impl/profiler_state.h: Likewise. | 
|  | * include/profile/impl/profiler_map_to_unordered_map.h: Likewise. | 
|  | * include/profile/impl/profiler_hashtable_size.h: Likewise. | 
|  | * include/profile/impl/profiler_node.h: Likewise. | 
|  |  | 
|  | 2010-06-22  Matthias Klose  <doko@ubuntu.com> | 
|  |  | 
|  | * python/libstdcxx/v6/printers.py: Don't use string exceptions. | 
|  |  | 
|  | 2010-06-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44630 | 
|  | * include/profile/impl/profiler_trace.h (__min, __max): Remove, | 
|  | use std::min, std::max everywhere. | 
|  | * include/profile/impl/profiler_container_size.h: Use std::min and | 
|  | std::max. | 
|  | * include/profile/impl/profiler_hash_func.h: Likewise. | 
|  | * include/profile/impl/profiler_list_to_vector.h: Likewise. | 
|  |  | 
|  | 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: | 
|  | Add *-*-solaris2.1[0-9]* to dg-xfail-if, dg-excess-errors. | 
|  |  | 
|  | 2010-06-20  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  | Kai-Uwe Bux  <bux@kubux.net> | 
|  |  | 
|  | * include/bits/random.tcc (uniform_int_distribution<>::operator()): | 
|  | Fix to work well for arbitrary urng.max() and urng.min(). | 
|  |  | 
|  | 2010-06-18  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/32618 | 
|  | * include/bits/stl_list.h (vector<>::_M_default_initialize, | 
|  | _M_default_append): Declare. | 
|  | (list<>::list(size_type), resize(size_type)): Add in C++0x mode, | 
|  | use the latter. | 
|  | * include/bits/list.tcc (list<>::resize, _M_default_append): Define. | 
|  | * include/bits/stl_vector.h (vector<>::_M_default_initialize, | 
|  | _M_default_append): Declare. | 
|  | (vector<>::vector(size_type), resize(size_type)): Add in C++0x mode, | 
|  | use the latter. | 
|  | * include/bits/vector.tcc (vector<>::_M_default_append): Define. | 
|  | * include/bits/stl_deque.h (deque<>::_M_default_initialize, | 
|  | _M_default_append): Declare. | 
|  | (deque<>::deque(size_type), resize(size_type)): Add in C++0x mode, | 
|  | use the latter. | 
|  | * include/bits/deque.tcc (deque<>::_M_default_append): Define. | 
|  | * include/debug/vector: Update. | 
|  | * include/debug/deque: Likewise. | 
|  | * include/debug/list: Likewise. | 
|  | * include/profile/vector: Likewise. | 
|  | * include/profile/deque: Likewise. | 
|  | * include/profile/list: Likewise. | 
|  | * include/bits/forward_list.h (_M_default_initialize, | 
|  | _M_default_insert_after): Declare. | 
|  | (forward_list<>::forward_list(size_type), resize(size_type)): Fix, | 
|  | use the latter. | 
|  | * include/bits/forward_list.tcc (forward_list<>::_M_default_append, | 
|  | _M_default_insert_after): Define. | 
|  | * testsuite/util/testsuite_api.h (NonCopyConstructible): Add. | 
|  | * testsuite/23_containers/forward_list/modifiers/6.cc: Move to... | 
|  | * testsuite/23_containers/forward_list/capacity/resize_size.cc: | 
|  | ... here. | 
|  | * testsuite/23_containers/forward_list/cons/10.cc: Move to... | 
|  | * testsuite/23_containers/forward_list/cons/cons_size.cc: ... here. | 
|  | * testsuite/23_containers/vector/resize/1.cc: Move to... | 
|  | * testsuite/23_containers/vector/capacity/resize/1.cc: ... here. | 
|  | * testsuite/23_containers/vector/resize/moveable.cc: Move to... | 
|  | * testsuite/23_containers/vector/resize/capacity/moveable.cc: ... here. | 
|  | * testsuite/23_containers/vector/cons/cons_size.cc: New. | 
|  | * testsuite/23_containers/vector/capacity/resize/resize_size.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/cons/cons_size.cc: Likewise. | 
|  | * testsuite/23_containers/deque/capacity/resize_size.cc: Likewise. | 
|  | * testsuite/23_containers/list/cons/cons_size.cc: Likewise. | 
|  | * testsuite/23_containers/list/capacity/resize_size.cc: Likewise. | 
|  | * testsuite/23_containers/vector/capacity/resize/moveable.cc: Adjust. | 
|  | * testsuite/23_containers/deque/capacity/moveable.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line numbers. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | assign_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | assign_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-06-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_uninitialized.h (__uninitialized_default, | 
|  | __uninitialized_default_n, __uninitialized_default_a, | 
|  | __uninitialized_default_n_a): Add. | 
|  |  | 
|  | * include/bits/stl_uninitialized.h (uninitialized_copy, | 
|  | uninitialized_fill, uninitialized_fill_n): Use __is_trivial | 
|  | instead of __is_pod. | 
|  | * include/bits/valarray_array.h: Likewise. | 
|  | * include/bits/stl_algobase.h (__copy_move_backward_a, | 
|  | __copy_move_a): Likewise. | 
|  |  | 
|  | 2010-06-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_construct.h (_Construct): Change to variadic in | 
|  | C++0x mode, consistently with allocator::construct. | 
|  | * include/bits/stl_uninitialized.h (__uninitialized_copy_n): Use | 
|  | _Construct. | 
|  | (__uninitialized_construct_range): Move to... | 
|  | * include/bits/stl_tempbuf.h (__uninitialized_construct_buf): ... here. | 
|  |  | 
|  | 2010-06-16  Matthias Klose  <doko@ubuntu.com> | 
|  |  | 
|  | * src/compatibility.cc: Export long double versions of "C" math | 
|  | library for arm-linux-gnueabi, m68k-linux-gnu (ColdFire), | 
|  | mips*-linux-gnu (o32 ABI), sh*-linux-gnu (32 bit). | 
|  |  | 
|  | 2010-06-15  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * testsuite/lib/libstdc++.exp: Set additional_prunes. | 
|  | (libstdc++-dg-test): Don't prune here. | 
|  | * testsuite/lib/prune.exp (dg-prune-output): New. | 
|  | (libstdc++-dg-prune): Rename from prune_g++_output. | 
|  | Add a bunch of prunes from gcc's prune.exp. | 
|  | * testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc: | 
|  | Remove dg-excess-errors. | 
|  | * testsuite/18_support/headers/cstdint/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/19_diagnostics/headers/system_error/std_c++0x_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Likewise. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise. | 
|  | * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise. | 
|  | * testsuite/20_util/headers/type_traits/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise. | 
|  | * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise. | 
|  | * testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc: Likewise. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Likewise. | 
|  | * testsuite/23_containers/headers/array/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/23_containers/headers/tuple/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/23_containers/headers/unordered_map/std_c++0x_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/headers/unordered_set/std_c++0x_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/26_numerics/headers/cfenv/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/26_numerics/headers/random/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/27_io/headers/cinttypes/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/28_regex/headers/regex/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/29_atomics/atomic_integral/operators/increment_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/30_threads/headers/condition_variable/std_c++0x_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/30_threads/headers/future/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/30_threads/headers/mutex/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/30_threads/headers/thread/std_c++0x_neg.cc: Likewise. | 
|  | * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Likewise. | 
|  | * testsuite/ext/profile/mutex_extensions.cc: Likewise. | 
|  | * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Likewise. | 
|  | * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Likewise. | 
|  | * testsuite/tr1/2_general_utilities/shared_ptr/assign/ | 
|  | shared_ptr_neg.cc: Likewise. | 
|  | * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820.cc: Likewise. | 
|  |  | 
|  | 2010-06-13  Paolo Carlini <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/parallel/base.h (min, max): Mark inline. | 
|  | * include/parallel/set_operations.h (__parallel_set_operation): | 
|  | Uglify the Operation template parameter. | 
|  |  | 
|  | 2010-06-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/shared_ptr.h (hash<shared_ptr>): Add. | 
|  | * include/bits/shared_ptr_base.h (hash<__shared_ptr>): Likewise. | 
|  | * include/bits/unique_ptr.h (hash<unique_ptr>): Likewise. | 
|  | * testsuite/20_util/shared_ptr/hash/1.cc: New. | 
|  | * testsuite/20_util/unique_ptr/hash/1.cc: Likewise. | 
|  |  | 
|  | 2010-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/appendix_contributing.xml: Indent code examples | 
|  | to match original C++STYLE document. Fix typos and syntax errors. | 
|  | Add some basic docbook markup. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/44268 | 
|  | * doc/xml/manual/abi.xml: Fix libgcc version for hppa-linux. | 
|  |  | 
|  | 2010-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/std/tuple (_Swallow_assign::operator=): Add const. | 
|  | (ignore): Replace anonymous namespace member with const instance. | 
|  |  | 
|  | 2010-06-10  Suresh Gumpula  <suresh.gumpula@amd.com> | 
|  |  | 
|  | PR libstdc++/43918 | 
|  | * config/os/djgpp/error_constants.h: New. | 
|  | * configure.host: Use it. | 
|  |  | 
|  | 2010-06-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/tuple (tuple(const tuple&)): Define explicitly-defaulted. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-warning | 
|  | line number. | 
|  |  | 
|  | 2010-06-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44487 | 
|  | * include/bits/stl_pair.h (pair(pair&&)): Remove. | 
|  | (pair(pair<_U1, _U2>&&): Use forward, consistently with Bullet 5 | 
|  | of LWG 1326. | 
|  | * include/std/tuple (tuple(pair<_U1, _U2>&&)): Likewise. | 
|  | * testsuite/20_util/pair/44487.cc: Add. | 
|  | * testsuite/20_util/tuple/cons/44487.cc: Likewise. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning | 
|  | line numbers. | 
|  |  | 
|  | 2010-06-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/type_traits (is_nothrow_constructible): Add. | 
|  | (declval): Add noexcept specification. | 
|  | * testsuite/util/testsuite_tr1.h (struct NothrowExplicitClass, | 
|  | ThrowExplicitClass, NoexceptExplicitClass, ExceptExplicitClass): | 
|  | Add. | 
|  | * testsuite/20_util/is_nothrow_constructible/value.cc: New. | 
|  | * testsuite/20_util/is_nothrow_constructible/requirements/ | 
|  | typedefs.cc: Likewise. | 
|  | * testsuite/20_util/is_nothrow_constructible/requirements/ | 
|  | explicit_instantiation.cc: Likewise. | 
|  | * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: | 
|  | Adjust dg-error line numbers. | 
|  | * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Likewise. | 
|  |  | 
|  | 2010-06-09  Khem Raj  <raj.khem@gmail.com> | 
|  |  | 
|  | PR libstdc++/44461 | 
|  | * libsupc++/eh_arm.cc (__cxa_end_cleanup): Use .pushsection/.popsection | 
|  | to emit inline assembly into .text section. | 
|  |  | 
|  | 2010-06-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | Revert: | 
|  | 2010-06-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44413 | 
|  | * include/ext/vstring_util.h (__vstring_utility<>::_S_compare): | 
|  | Simplify, just return -1, 0, 1. | 
|  |  | 
|  | 2010-06-09  Iain Sandoe  <iains@gcc.gnu.org> | 
|  |  | 
|  | PR bootstrap/43170 | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-06-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44413 | 
|  | * include/ext/vstring_util.h (__vstring_utility<>::_S_compare): | 
|  | Simplify, just return -1, 0, 1. | 
|  |  | 
|  | 2010-06-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/type_traits (has_nothrow_assign): Rename to | 
|  | has_nothrow_copy_assign. | 
|  | (has_trivial_assign): Rename to has_trivial_copy_assign. | 
|  | * testsuite/20_util/has_nothrow_copy_assign/value.cc: New. | 
|  | * testsuite/20_util/has_nothrow_copy_assign/requirements/ | 
|  | typedefs.cc: Likewise. | 
|  | * testsuite/20_util/has_nothrow_copy_assign/requirements/ | 
|  | explicit_instantiation.cc: Likewise. | 
|  | * testsuite/20_util/has_trivial_copy_assign/value.cc: Likewise. | 
|  | * testsuite/20_util/has_trivial_copy_assign/requirements/ | 
|  | typedefs.cc: Likewise. | 
|  | * testsuite/20_util/has_trivial_copy_assign/requirements/ | 
|  | explicit_instantiation.cc: Likewise. | 
|  |  | 
|  | 2010-06-08  Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | * include/parallel/find.h | 
|  | (__find_template(.., growing_blocks_tag)): Make block size | 
|  | proportional to current position. | 
|  | * include/parallel/settings.h (_Settings): Introduce new tuning | 
|  | parameter find_scale_factor to the end of the struct, defaults to | 
|  | 0.01f. | 
|  |  | 
|  | 2010-06-08  Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | * include/parallel/partial_sum.h | 
|  | (__parallel_partial_sum_linear): | 
|  | Correctly calculate part lengths for partial_sum_dilation!=1. | 
|  |  | 
|  | 2010-06-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/44417 | 
|  | * include/c_std/cwctype: Provide a workaround for bug glibc | 
|  | BZ 9694 affecting glibc 2.9 and older. | 
|  | * include/c_global/cwctype: Likewise. | 
|  | * testsuite/util/testsuite_abi.h: Remove temporary workaround. | 
|  | * testsuite/util/testsuite_allocator.h: Use everywhere std::size_t | 
|  | and std::ptrdiff_t, don't include <cstddef>. | 
|  |  | 
|  | * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ | 
|  | error_code.cc: Minor tweak, prefer <cwchar> to <wchar.h>. | 
|  |  | 
|  | 2010-06-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: | 
|  | Avoid -Wall warnings. | 
|  | * testsuite/27_io/ios_base/failure/what-3.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostringstream/str/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sgetn/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/seekoff/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/snextc/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sgetc/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sungetc/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/seekpos/char/1.cc: Likewise. | 
|  | * testsuite/27_io/types/2.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/ignore/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/ignore/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/peek/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/peek/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/ws/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/ws/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/seekg/wchar_t/8348-2.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/01.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/fpos/mbstate_t/4_neg.cc: Likewise. | 
|  | * testsuite/27_io/fpos/mbstate_t/2.cc: Likewise. | 
|  | * testsuite/27_io/fpos/mbstate_t/3.cc: Likewise. | 
|  | * testsuite/27_io/fpos/mbstate_t/5.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_character/wchar_t/4.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_character/char/4.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc: Likewise. | 
|  | * testsuite/25_algorithms/minmax/3.cc: Likewise. | 
|  | * testsuite/19_diagnostics/logic_error/what-3.cc: Likewise. | 
|  | * testsuite/19_diagnostics/runtime_error/what-3.cc: Likewise. | 
|  | * testsuite/19_diagnostics/system_error/what-3.cc: Likewise. | 
|  | * testsuite/24_iterators/front_insert_iterator/2.cc: Likewise. | 
|  | * testsuite/24_iterators/back_insert_iterator/2.cc: Likewise. | 
|  | * testsuite/24_iterators/insert_iterator/2.cc: Likewise. | 
|  | * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise. | 
|  | * testsuite/21_strings/c_strings/wchar_t/1.cc: Likewise. | 
|  | * testsuite/21_strings/c_strings/wchar_t/2.cc: Likewise. | 
|  | * testsuite/21_strings/c_strings/char/1.cc: Likewise. | 
|  | * testsuite/21_strings/c_strings/char/2.cc: Likewise. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/ | 
|  | copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/ | 
|  | cons/copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/ | 
|  | requirements/constants.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/ | 
|  | cons/copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/ | 
|  | cons/copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/ | 
|  | requirements/constants.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/ | 
|  | cons/copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/ | 
|  | requirements/constants.cc: Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/ | 
|  | cons/copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/ | 
|  | requirements/constants.cc: Likewise. | 
|  | * testsuite/26_numerics/complex/complex_value.cc: Likewise. | 
|  | * testsuite/26_numerics/headers/cmath/overloads.cc: Likewise. | 
|  | * testsuite/26_numerics/headers/cmath/ | 
|  | c99_classification_macros_c++.cc: Likewise. | 
|  | * testsuite/26_numerics/slice_array/array_assignment.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/wchar_t/1.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/wchar_t/12971.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/char/1.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/char/2.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/char/3.cc: Likewise. | 
|  | * testsuite/22_locale/money_put/put/char/12971.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/1.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/2.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/3.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/4.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/6.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/7.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/8.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/17038.cc: Likewise. | 
|  | * testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise. | 
|  | * testsuite/22_locale/num_put/put/char/1.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise. | 
|  | * testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise. | 
|  | * testsuite/22_locale/num_get/get/char/1.cc: Likewise. | 
|  | * testsuite/22_locale/moneypunct/members/wchar_t/1.cc: Likewise. | 
|  | * testsuite/22_locale/moneypunct/members/char/1.cc: Likewise. | 
|  | * testsuite/22_locale/ctype_base/mask.cc: Likewise. | 
|  | * testsuite/tr1/5_numerical_facilities/random/ | 
|  | subtract_with_carry/requirements/constants.cc: Likewise. | 
|  | * testsuite/tr1/5_numerical_facilities/random/ | 
|  | subtract_with_carry_01/requirements/constants.cc: Likewise. | 
|  | * testsuite/tr1/5_numerical_facilities/random/ | 
|  | discard_block/requirements/constants.cc: Likewise. | 
|  | * testsuite/tr1/5_numerical_facilities/random/ | 
|  | linear_congruential/requirements/constants.cc: Likewise. | 
|  | * testsuite/tr1/5_numerical_facilities/random/ | 
|  | mersenne_twister/requirements/constants.cc: Likewise. | 
|  | * testsuite/tr1/5_numerical_facilities/random/ | 
|  | xor_combine/requirements/constants.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cmath/templates.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Likewise. | 
|  | * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise. | 
|  | * testsuite/tr1/6_containers/utility/pair.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_address/cons/aggregate.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_integral/operators/ | 
|  | increment_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_integral/operators/ | 
|  | bitwise_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_integral/operators/ | 
|  | decrement_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_flag/cons/1.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/23_containers/priority_queue/members/7161.cc | 
|  | * testsuite/23_containers/set/dr130.cc: Likewise. | 
|  | * testsuite/23_containers/list/pthread5.cc: Likewise. | 
|  | * testsuite/23_containers/map/dr130.cc: Likewise. | 
|  | * testsuite/util/exception/safety.h: Likewise. | 
|  | * testsuite/util/testsuite_common_types.h: Likewise. | 
|  | * testsuite/20_util/clocks/1.cc: Likewise. | 
|  |  | 
|  | 2010-06-06  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/Makefile.am, doc/Makefile.in (xml_sources_extra): Add | 
|  | fdl-1.3.xml. | 
|  | * doc/xml/manual/intro.xml: Update FDL link. | 
|  | * doc/xml/manual/spine.xml: Update FDL include. | 
|  | * doc/xml/gnu/fdl-1.3.xml: Add. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-06-06  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/ext/pointer.h (_Pointer_adapter::operator++): Remove | 
|  | name of unused parameter. | 
|  |  | 
|  | 2010-06-06  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/40296 | 
|  | * libsupc++/exception_ptr.h (exception_ptr::exception_ptr): Replace | 
|  | __safe_bool constructor with nullptr_t constructor in C++0x mode. | 
|  | (exception_ptr::operator bool): Add explicit conversion to bool. | 
|  | (swap(exception_ptr&, exception_ptr&)): Add. | 
|  | (exception_ptr::_M_safe_bool_dummy): Only declare for old ABI. | 
|  | * libsupc++/eh_ptr.cc (exception_ptr::_M_safe_bool_dummy): Move | 
|  | next to other functions retained for ABI compatibility. | 
|  | * testsuite/18_support/exception_ptr/requirements.cc: New. | 
|  | * testsuite/18_support/exception_ptr/requirements_neg.cc: New. | 
|  |  | 
|  | 2010-06-05  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/shared_ptr_base.h (_Sp_counted_ptr::_M_dispose): Make | 
|  | nullptr_t specializations inline. | 
|  |  | 
|  | 2010-06-05  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/status_cxx200x.xml: Update. | 
|  |  | 
|  | 2010-06-05  Magnus Fromreide  <magfr@lysator.liu.se> | 
|  | Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/std/functional (function): Add nullptr_t support. | 
|  | * include/bits/shared_ptr.h (shared_ptr): Likewise. | 
|  | * include/bits/unique_ptr.h (unique_ptr): Likewise. | 
|  |  | 
|  | 2010-06-05  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/shared_ptr_base.h (__shared_ptr): Add nullptr_t support. | 
|  | (__shared_count): Add nullptr_t support and make constructors explicit. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: Adjust. | 
|  | * testsuite/20_util/shared_ptr/cons/nullptr.cc: New. | 
|  | * testsuite/20_util/unique_ptr/cons/nullptr.cc: New. | 
|  | * testsuite/20_util/unique_ptr/assign/nullptr.cc: New. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Adjust. | 
|  | * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust. | 
|  |  | 
|  | 2010-06-04  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694. | 
|  |  | 
|  | 2010-06-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/util/testsuite_iterators.h: Don't include <cstddef>, | 
|  | don't use NULL, use std::size_t and std::ptrdiff_t. | 
|  | * testsuite/18_support/exception/38732.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/12439_2.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc: Likewise. | 
|  | * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise. | 
|  | * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise. | 
|  | * testsuite/23_containers/list/pthread1.cc: Likewise. | 
|  | * testsuite/23_containers/map/pthread6.cc: Likewise. | 
|  | * testsuite/util/testsuite_hooks.cc: Likewise. | 
|  | * config/locale/gnu/codecvt_members.cc: Likewise. | 
|  | * config/locale/gnu/messages_members.cc: Likewise. | 
|  | * config/locale/gnu/c_locale.h: Likewise. | 
|  | * config/locale/gnu/messages_members.h: Likewise. | 
|  | * config/locale/gnu/monetary_members.cc: Likewise. | 
|  | * config/locale/gnu/time_members.cc: Likewise. | 
|  | * config/locale/gnu/time_members.h: Likewise. | 
|  | * config/locale/generic/c_locale.cc: Likewise. | 
|  | * config/locale/generic/codecvt_members.cc: Likewise. | 
|  | * config/locale/generic/c_locale.h: Likewise. | 
|  | * config/locale/generic/time_members.cc: Likewise. | 
|  | * config/locale/generic/time_members.h: Likewise. | 
|  |  | 
|  | 2010-06-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/c++config (std::size_t, std::ptrdiff_t, | 
|  | std::nullptr_t): Provide typedefs. | 
|  | * include/c_std/cstddef: Don't provide std::size_t and | 
|  | std::ptrdiff_t here. | 
|  | * include/c_global/cstddef: Likewise. | 
|  | * src/condition_variable.cc: Don't include <cstddef>, | 
|  | don't use NULL, use std::size_t and std::ptrdiff_t. | 
|  | * src/mt_allocator.cc: Likewise. | 
|  | * src/localename.cc: Likewise. | 
|  | * src/chrono.cc: Likewise. | 
|  | * src/thread.cc: Likewise. | 
|  | * include/debug/formatter.h: Likewise. | 
|  | * include/debug/functions.h: Likewise. | 
|  | * include/std/valarray: Likewise. | 
|  | * include/std/thread: Likewise. | 
|  | * include/std/type_traits: Likewise. | 
|  | * include/std/atomic: Likewise. | 
|  | * include/std/iterator: Likewise. | 
|  | * include/std/bitset: Likewise. | 
|  | * include/std/fstream: Likewise. | 
|  | * include/std/mutex: Likewise. | 
|  | * include/c_std/cstdlib: Likewise. | 
|  | * include/c_std/cstdio: Likewise. | 
|  | * include/c_std/ctime: Likewise. | 
|  | * include/c_std/cwchar: Likewise. | 
|  | * include/c_std/cstring: Likewise. | 
|  | * include/parallel/multiway_merge.h: Likewise. | 
|  | * include/parallel/multiseq_selection.h: Likewise. | 
|  | * include/parallel/base.h: Likewise. | 
|  | * include/parallel/basic_iterator.h: Likewise. | 
|  | * include/parallel/multiway_mergesort.h | 
|  | * include/parallel/partition.h: Likewise. | 
|  | * include/ext/string_conversions.h: Likewise. | 
|  | * include/ext/pb_ds/assoc_container.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: | 
|  | Likewise. | 
|  | * include/ext/pb_ds/detail/resize_policy/ | 
|  | hash_prime_size_policy_imp.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/resize_policy/ | 
|  | sample_resize_policy.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/resize_policy/ | 
|  | sample_resize_trigger.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binomial_heap_base_/ | 
|  | erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binomial_heap_base_/ | 
|  | find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binomial_heap_base_/ | 
|  | insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binomial_heap_base_/ | 
|  | constructors_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binomial_heap_base_/ | 
|  | debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binomial_heap_base_/ | 
|  | split_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | erase_store_hash_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/d: Likewise.etail/cc_hash_table_map_/ | 
|  | insert_no_store_hash_fn_imps.hpp | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | cmp_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | insert_store_hash_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | info_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | entry_list_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | trace_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | cc_ht_map_.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | resize_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | constructor_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/cc_hash_table_map_/ | 
|  | erase_no_store_hash_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/unordered_iterator/ | 
|  | iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/unordered_iterator/ | 
|  | const_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/unordered_iterator/ | 
|  | point_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/unordered_iterator/ | 
|  | const_point_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/ | 
|  | insert_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/ | 
|  | constructors_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/ | 
|  | const_child_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | r_erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | constructors_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | rotate_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | node_iterators.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | point_iterators.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | split_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/ | 
|  | iterators_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/gp_hash_table_map_/ | 
|  | find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/gp_hash_table_map_/ | 
|  | gp_ht_map_.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/gp_hash_table_map_/ | 
|  | resize_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/gp_hash_table_map_/ | 
|  | standard_policies.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/tree_policy/ | 
|  | sample_tree_node_update.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/basic_tree_policy/ | 
|  | null_node_metadata.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binary_heap_/ | 
|  | const_point_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/binary_heap_/ | 
|  | split_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/trie_policy/ | 
|  | sample_trie_node_update.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/trie_policy/ | 
|  | sample_trie_e_access_traits.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/pairing_heap_/ | 
|  | split_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_policy/ | 
|  | counter_lu_metadata.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | trace_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | null_metadata.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | const_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | constructors_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | iterators_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ | 
|  | const_point_iterator.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/thin_heap_/ | 
|  | constructors_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/thin_heap_/ | 
|  | split_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/ov_tree_map_/ | 
|  | constructors_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/ov_tree_map_/ | 
|  | iterators_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/hash_fn/ | 
|  | sample_ranged_probe_fn.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/hash_fn/ | 
|  | sample_ranged_hash_fn.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/splay_tree_/ | 
|  | split_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/ | 
|  | trace_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/ | 
|  | erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/ | 
|  | find_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/ | 
|  | constructor_destructor_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/ | 
|  | insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/ | 
|  | info_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/list_update_map_/ | 
|  | iterators_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rc_binomial_heap_/ | 
|  | erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rc_binomial_heap_/ | 
|  | insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rc_binomial_heap_/ | 
|  | debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rb_tree_map_/ | 
|  | split_join_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Likewise. | 
|  | * include/ext/pb_ds/list_update_policy.hpp: Likewise. | 
|  | * include/ext/pb_ds/exception.hpp: Likewise. | 
|  | * include/ext/pb_ds/tree_policy.hpp: Likewise. | 
|  | * include/ext/pb_ds/tag_and_trait.hpp: Likewise. | 
|  | * include/ext/pb_ds/hash_policy.hpp: Likewise. | 
|  | * include/ext/pb_ds/trie_policy.hpp: Likewise. | 
|  | * include/ext/pb_ds/priority_queue.hpp: Likewise. | 
|  | * include/ext/throw_allocator.h: Likewis: Likewise.e. | 
|  | * include/ext/bitmap_allocator.h | 
|  | * include/ext/rc_string_base.h: Likewise. | 
|  | * include/ext/new_allocator.h: Likewise. | 
|  | * include/ext/codecvt_specializations.h: Likewise. | 
|  | * include/ext/functional: Likewise.: Likewise. | 
|  | * include/ext/array_allocator.h: Likewise. | 
|  | * include/ext/mt_allocator.h: Likewise. | 
|  | * include/ext/sso_string_base.h: Likewise. | 
|  | * include/profile/impl/profiler_trace.h: Likewise. | 
|  | * include/profile/impl/profiler_node.h: Likewise. | 
|  | * include/bits/stl_algobase.h: Likewise. | 
|  | * include/bits/functional_hash.h: Likewise. | 
|  | * include/bits/locale_facets.tcc: Likewise. | 
|  | * include/bits/locale_facets.h: Likewise. | 
|  | * include/bits/stl_iterator_base_types.h: Likewise. | 
|  | * include/bits/move.h: Likewise. | 
|  | * include/bits/boost_concept_check.h: Likewise. | 
|  | * include/bits/basic_string.tcc: Likewise. | 
|  | * include/bits/locale_facets_nonio.tcc: Likewise. | 
|  | * include/bits/fstream.tcc: Likewise. | 
|  | * include/bits/locale_facets_nonio.h: Likewise. | 
|  | * include/c_global/cstdlib: Likewise. | 
|  | * include/c_global/cstdio: Likewise. | 
|  | * include/c_global/ctime: Likewise. | 
|  | * include/c_global/cwchar: Likewise. | 
|  | * include/c_global/cstring | 
|  | * include/tr1/type_traits: Likewise. | 
|  | * include/backward/hash_fun.h: Likewise. | 
|  | * libsupc++/new: Likewise. | 
|  | * libsupc++/initializer_list: Likewise. | 
|  | * testsuite/27_io/basic_ofstream/pthread2.cc: Likewise. | 
|  | * testsuite/27_io/basic_iostream/cons/2020.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/overflow/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sputn/wchar_t/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sputn/char/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sputc/wchar_t/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_streambuf/sputc/char/1057.cc: Likewise. | 
|  | * testsuite/27_io/objects/wchar_t/5268.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/9661-1.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/5268.cc: Likewise. | 
|  | * testsuite/27_io/objects/char/10.cc: Likewise. | 
|  | * testsuite/27_io/basic_ios/copyfmt/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise. | 
|  | * testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ios/locales/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ios/clear/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostringstream/pthread3.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sputc/wchar_t/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sputc/char/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sputn/wchar_t/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_stringbuf/sputn/char/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/get/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/get/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/ignore/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/ignore/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/peek/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/peek/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/getline/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/getline/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_other/wchar_t/ | 
|  | exceptions_null.cc | 
|  | * testsuite/27_io/basic_istream/extractors_other/wchar_t/ | 
|  | 1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_other/char/ | 
|  | exceptions_null.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/cons/3.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_arithmetic/ | 
|  | wchar_t/01.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_arithmetic/ | 
|  | char/01.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_character/ | 
|  | wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_character/ | 
|  | wchar_t/2.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_character/ | 
|  | wchar_t/3.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_character/ | 
|  | char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_character/ | 
|  | char/2.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_character/ | 
|  | char/3.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/extractors_character/ | 
|  | char/9826.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/read/wchar_t/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_istream/read/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ | 
|  | exceptions_null.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ | 
|  | 1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_other/char/ | 
|  | exceptions_null.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_other/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/cons/2020.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_character/ | 
|  | wchar_t/8.cc: Likewise. | 
|  | * testsuite/27_io/basic_ostream/inserters_character/ | 
|  | char/8.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/setbuf/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/sputc/char/1057.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/open/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/open/char/2.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/close/char/1.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/close/char/2.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/close/char/12790-3.cc: Likewise. | 
|  | * testsuite/27_io/basic_filebuf/sputn/char/1057.cc: Likewise. | 
|  | * testsuite/24_iterators/ostreambuf_iterator/2.cc: Likewise. | 
|  | * testsuite/18_support/bad_exception/23591_thread-1.c | 
|  | * testsuite/18_support/new_delete_placement.cc: Likewise. | 
|  | * testsuite/18_support/pthread_guard.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/operations/wchar_t/1.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/operations/char/1.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/pthread4.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/cons/wchar_t/5.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/cons/char/5.cc: Likewise. | 
|  | * testsuite/30_threads/timed_mutex/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/timed_mutex/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/mutex/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/mutex/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/thread/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/thread/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/recursive_timed_mutex/cons/ | 
|  | assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/recursive_timed_mutex/cons/ | 
|  | copy_neg.cc: Likewise. | 
|  | * testsuite/ext/mt_allocator/22309_thread.cc: Likewise. | 
|  | * testsuite/ext/slist/23781.cc: Likewise. | 
|  | * testsuite/ext/rope/pthread7-rope.cc: Likewise. | 
|  | * testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/is/wchar_t/1.cc: Likewise. | 
|  | * testsuite/22_locale/ctype/is/char/1.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/12439_1.cc: Likewise. | 
|  | * testsuite/22_locale/time_put/put/char/12439_3.cc: Likewise. | 
|  | * testsuite/22_locale/locale/cons/2.cc: Likewise. | 
|  | * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise. | 
|  | * testsuite/22_locale/locale/cons/29217.cc: Likewise. | 
|  | * testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise. | 
|  | * testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise. | 
|  | * testsuite/tr1/6_containers/unordered_multimap/ | 
|  | requirements/iterator_null_neg.cc: Likewise. | 
|  | * testsuite/tr1/6_containers/unordered_multiset/ | 
|  | requirements/iterator_null_neg.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_address/cons/single_value.cc: Likewise. | 
|  | * testsuite/29_atomics/atomic_address/cons/aggregate.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/23781.cc: Likewise. | 
|  | * testsuite/23_containers/set/23781.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/23781.cc: Likewise. | 
|  | * testsuite/23_containers/list/pthread1.cc: Likewise. | 
|  | * testsuite/23_containers/list/23781.cc: Likewise. | 
|  | * testsuite/23_containers/map/pthread6.cc: Likewise. | 
|  | * testsuite/23_containers/map/23781.cc: Likewise. | 
|  | * testsuite/util/regression/rand/priority_queue/ | 
|  | rand_regression_test.hpp: Likewise. | 
|  | * testsuite/util/regression/rand/priority_queue/ | 
|  | container_rand_regression_test.tcc: Likewise. | 
|  | * testsuite/util/regression/rand/assoc/ | 
|  | rand_regression_test.hpp: Likewise. | 
|  | * testsuite/util/regression/rand/assoc/ | 
|  | container_rand_regression_test.tcc: Likewise. | 
|  | * testsuite/util/testsuite_hooks.cc: Likewise. | 
|  | * testsuite/util/testsuite_io.h: Likewise. | 
|  | * testsuite/util/testsuite_iterators.h: Likewise. | 
|  | * testsuite/util/replacement_memory_operators.h: Likewise. | 
|  | * testsuite/util/testsuite_allocator.h: Likewise. | 
|  | * testsuite/util/testsuite_performance.h: Likewise. | 
|  |  | 
|  | 2010-06-02  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc: Fix | 
|  | which tests are run. | 
|  | * testsuite/20_util/shared_ptr/cons/pointer.cc: Likewise. | 
|  |  | 
|  | 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com> | 
|  |  | 
|  | * acinclude.m4, configure.host: Support Bionic C library. | 
|  | * configure: Regenerate. | 
|  | * config/os/bionic/ctype_base.h, config/os/bionic/ctype_inline.h, | 
|  | * config/os/bionic/ctype_noincline.h, config/os/bionic/os_defines.h: | 
|  | New files, based on config/os/newlib/*. | 
|  |  | 
|  | 2010-05-31  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/43820 | 
|  | * include/bits/shared_ptr_base.h: Require complete type. | 
|  | * include/tr1/shared_ptr.h: Likewise. | 
|  | * testsuite/20_util/shared_ptr/cons/43820.cc: New. | 
|  | * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820.cc: New. | 
|  |  | 
|  | 2010-05-31  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/basic_string.h (front, back): Add. | 
|  | * include/debug/string: Adjust. | 
|  | * include/ext/vstring.h (front, back): Tweak the implementation | 
|  | to follow more closely the letter of the specs. | 
|  | * testsuite/21_strings/basic_string/element_access/char/ | 
|  | front_back.cc: New. | 
|  | * testsuite/21_strings/basic_string/element_access/wchar_t/ | 
|  | front_back.cc: Likewise. | 
|  | * config/abi/pre/gnu.ver: Export new symbols. | 
|  | * testsuite/util/testsuite_abi.cc: Adjust. | 
|  | * configure.ac: Bump minor version to 6:15:0. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-05-28  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_vector.h (vector<>::data): Fix return type | 
|  | in c++0x mode. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line number. | 
|  | * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-05-27  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | Revert: | 
|  | PR libstdc++/42832 | 
|  | * include/std/functional (function<>::swap): Perform bytewise | 
|  | swap of _M_functor. | 
|  | * include/tr1/functional (function<>::swap): Likewise. | 
|  |  | 
|  | 2010-05-27  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/40497 | 
|  | * include/bits/cpp_type_traits.h (__is_iterator): Add. | 
|  | * include/bits/stl_iterator_base_funcs.h (next, prev): Use it. | 
|  | * testsuite/24_iterators/operations/40497.cc: New. | 
|  |  | 
|  | 2010-05-21  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/25306 | 
|  | * include/bits/stl_algobase.h (fill_n): Use a properly typed __niter | 
|  | initialized to __n. | 
|  | * include/bits/stl_algo.h (generate_n): Likewise. | 
|  | * testsuite/25_algorithms/fill_n/25306.cc: New. | 
|  | * testsuite/25_algorithms/generate_n/25306.cc: Likewise. | 
|  |  | 
|  | 2010-05-21  Joseph Myers  <joseph@codesourcery.com> | 
|  |  | 
|  | * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Use GNU locale model for | 
|  | glibc 2.3 and later, but not uClibc, without an execution test. | 
|  | * configure: Regenerate. | 
|  | * doc/xml/manual/configure.xml, doc/xml/manual/prerequisites.xml, | 
|  | doc/xml/faq.xml: Update. | 
|  |  | 
|  | 2010-05-21  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1/functional: Use std::__addressof. | 
|  | * include/tr1/hashtable_policy.h: Likewise. | 
|  |  | 
|  | 2010-05-20  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/41792 | 
|  | * include/tr1_impl/array: Use std::__addressof. | 
|  | * include/std/functional (reference_wrapper): Likewise. | 
|  | * include/ext/throw_allocator.h: Likewise. | 
|  | * include/ext/pool_allocator.h: Likewise. | 
|  | * include/ext/bitmap_allocator.h: Likewise. | 
|  | * include/ext/new_allocator.h: Likewise. | 
|  | * include/ext/malloc_allocator.h: Likewise. | 
|  | * include/ext/array_allocator.h: Likewise. | 
|  | * include/ext/mt_allocator.h: Likewise. | 
|  | * include/ext/extptr_allocator.h: Likewise. | 
|  | * include/bits/stl_list.h: Likewise. | 
|  | * include/bits/hashtable_policy.h: Likewise. | 
|  | * include/bits/forward_list.h: Likewise. | 
|  | * include/bits/stl_uninitialized.h: Likewise. | 
|  | * include/bits/list.tcc: Likewise. | 
|  | * include/bits/stl_construct.h: Likewise. | 
|  | * include/bits/stl_tree.h: Likewise. | 
|  | * testsuite/20_util/reference_wrapper/41792.cc: New. | 
|  | * testsuite/23_containers/unordered_map/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/multimap/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/set/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/map/requirements/ | 
|  | explicit_instantiation/4.cc: Likewise. | 
|  | * testsuite/23_containers/array/requirements/ | 
|  | explicit_instantiation/3.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/ | 
|  | dr438/assign_neg.cc: Adjust dg-error line numbers. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | assign_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-05-20  Peter Dimov  <pdimov@pdimov.com> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/move.h (__addressof, addressof): Add. | 
|  | * testsuite/util/testsuite_api.h (struct OverloadedAddress): Add. | 
|  | * testsuite/20_util/addressof/requirements/ | 
|  | explicit_instantiation.cc: New. | 
|  | * testsuite/20_util/addressof/1.cc: Likewise. | 
|  |  | 
|  | 2010-05-20  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_pair.h (pair<>::pair(const pair&)): Defaulted | 
|  | in C++0x mode. | 
|  | (pair<>::operator=(const pair<>&)): Add in C++0x mode. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error | 
|  | line number. | 
|  |  | 
|  | 2010-05-19  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * testsuite/30_threads/future/members/wait.cc (wait): Rename. | 
|  | * testsuite/30_threads/shared_future/members/wait.cc (wait): Likewise. | 
|  |  | 
|  | 2010-05-18  Eelis van der Weegen  <gcc-bugzilla@contacts.eelis.net> | 
|  |  | 
|  | PR libstdc++/44190 | 
|  | * include/debug/vector (vector<>::resize): Call | 
|  | _M_update_guaranteed_capacity. | 
|  | * testsuite/23_containers/vector/capacity/44190.cc: New. | 
|  |  | 
|  | 2010-05-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/functional (result_of): Move... | 
|  | * include/std/type_traits: ... here. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error | 
|  | line number. | 
|  |  | 
|  | 2010-05-12  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * testsuite/20_util/auto_ptr/assign_neg.cc: Expect template | 
|  | candidate messages. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise. | 
|  |  | 
|  | 2010-05-11  Silvius Rus  <silvius.rus@gmail.com> | 
|  |  | 
|  | PR libstdc++/43259 | 
|  | * include/profile/impl/profiler_algos.h: New. | 
|  | * include/Makefile.am: Add. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * include/profile/impl/profiler.h | 
|  | (_GLIBCXX_PROFILE_DEFINE_UNINIT_DATA): Add. | 
|  | * include/profile/impl/profiler_trace.h | 
|  | (__mutex_t, __lock, __unlock): Remove. | 
|  | (__lock_object_table, __lock_stack_table): Remove. Replace uses with | 
|  | calls to __gnu_cxx::__mutex::lock. | 
|  | (__unlock_object_table, __unlock_stack_table): Remove. Replace uses | 
|  | with calls to __gnu_cxx::__mutex::unlock. | 
|  | (__warn, __cost_factor_writer, __cost_factor_setter): Add. | 
|  | * testsuite/ext/profile/profiler_algos.cc: New. | 
|  |  | 
|  | 2010-05-07  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * libsupc++/exception_ptr.h (make_exception_ptr): Add. | 
|  | * testsuite/18_support/exception_ptr/make_exception_ptr.cc: New. | 
|  |  | 
|  | 2010-05-06  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * config/abi/pre/gnu.ver: Move decltype(nullptr) into CXXABI_1.3.5. | 
|  | * testsuite/util/testsuite_abi.cc (check_version): Add CXXABI_1.3.5. | 
|  |  | 
|  | * config/abi/pre/gnu.ver: Add typeinfo for decltype(nullptr). | 
|  |  | 
|  | 2010-05-06  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/basic_string.h: Escape class names in doxygen docs. | 
|  |  | 
|  | 2010-05-06  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/44014 | 
|  | * include/bits/stringfwd.h: Add doxygen comments and new group. | 
|  | * include/bits/basic_string.h: Add to new doxygen group. | 
|  | * doc/doxygen/user.cfg.in (ALIASES): Link to correct group. | 
|  |  | 
|  | 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * configure.host: Removed irix[1-6], irix[1-5].*, irix6.[0-4]* | 
|  | support. | 
|  | * config/os/irix/irix5.2: Removed. | 
|  |  | 
|  | 2010-05-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/vector/bool/capacity/29134.cc: Adjust | 
|  | for profile-mode too. | 
|  | * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-05-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/unordered_map (unordered_map<>::insert(_InputIter, | 
|  | _InputIter), unordered_multimap<>::insert(_InputIter, _InputIter)): | 
|  | Fix typo, don't call base() on __first and __last. | 
|  |  | 
|  | 2010-05-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | Fix profile-mode vs -std=c++0x | 
|  | * include/profile/impl/profiler_trace.h: Do not include the | 
|  | whole <algorithm>, include <bits/stl_heap.h> (additionally | 
|  | to <bits/stl_algobase.h>). | 
|  | (__write_cost_factors): Replace std::for_each with open-coding. | 
|  | (__set_cost_factors): Likewise. | 
|  | (__report): Likewise; use std::make_heap / std::sort_heap | 
|  | instead of std::sort. | 
|  | (__report_cost_factors): Replace std::remove with open-coding. | 
|  | (__warn, __cost_factor_writer, __cost_factor_setter): Remove. | 
|  |  | 
|  | 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | PR other/43620 | 
|  | * configure.ac (AM_INIT_AUTOMAKE): Add no-dist. | 
|  | * configure: Regenerate. | 
|  | * Makefile.in: Regenerate. | 
|  | * doc/Makefile.in: Regenerate. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * libsupc++/Makefile.in: Regenerate. | 
|  | * po/Makefile.in: Regenerate. | 
|  | * python/Makefile.in: Regenerate. | 
|  | * src/Makefile.in: Regenerate. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/faq.xml: Fix anachronisms. | 
|  | * doc/xml/manual/intro.xml (Make): Tweak grammar and whitespace. | 
|  | * doc/xml/manual/support.xml (NULL): Use inline <code> element | 
|  | instead of <programlisting> block. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-04-30  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_pair.h (piecewise_construct_t, | 
|  | pair<>::pair(piecewise_construct_t, tuple, tuple)): Add. | 
|  | (pair<>::__cons, pair<>::__do_cons): Declare. | 
|  | (__decay_and_strip, __strip_reference_wrapper): Move... | 
|  | * include/std/type_traits: ... here. | 
|  | * include/std/functional (_Index_tuple, _Build_index_tuple): Move... | 
|  | * include/std/tuple: ... here. | 
|  | (pack_arguments): Add. | 
|  | (pair<>::__cons, pair<>::__do_cons): Define. | 
|  | * testsuite/20_util/tuple/creation_functions/pack_arguments.cc: New. | 
|  | * testsuite/20_util/pair/piecewise.cc: Likewise. | 
|  | * testsuite/20_util/tuple/cons/big_tuples.cc: Include <utility>. | 
|  | * testsuite/20_util/tuple/cons/constructor.cc: Likewise. | 
|  | * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust | 
|  | dg-error line numbers. | 
|  | * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/20_util/declval/requirements/1_neg.cc: Likewise. | 
|  |  | 
|  | 2010-04-27  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/43865 | 
|  | * include/c_global/cstdlib (abort, exit): _GLIBCXX_NORETURN typo. | 
|  |  | 
|  | 2010-04-27  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/status_cxx200x.xml: Update quick_exit status. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-04-27  Fabien Chêne  <fabien.chene@gmail.com> | 
|  |  | 
|  | * testsuite/util/testsuite_error.h: Add empty default constructor | 
|  | to __gnu_test::test_category and | 
|  | __gnu_test::test_derived_category. | 
|  | * src/future.cc: Add empty default constructor to | 
|  | future_error_category. | 
|  | * src/system_error.cc: Add default ctor to generic_error_category | 
|  | and system_error_category. | 
|  |  | 
|  | 2010-04-27  Alexander Monakov  <amonakov@ispras.ru> | 
|  |  | 
|  | * testsuite/22_locale/codecvt/unshift/char/1.cc (test01): Clarify size | 
|  | definition.  Use memcpy and memcmp to avoid access beyond allocated | 
|  | memory. | 
|  |  | 
|  | 2010-04-27  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/status_cxx200x.xml: Update to match n3092. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-04-25  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/status_cxx200x.xml: Update Threads status. | 
|  | * doc/html/manual/status.html: Regenerate. | 
|  |  | 
|  | 2010-04-24  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/unique_ptr (unique_ptr::pointer): Use deleter's | 
|  | pointer type if it exists. | 
|  | * testsuite/20_util/unique_ptr/requirements/pointer_type.cc: New. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Adjust. | 
|  | * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust. | 
|  |  | 
|  | 2010-04-22  Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | * include/parallel/partition.h (__parallel_partition): | 
|  | Improve scalability by: | 
|  | -introducing new variables __leftold, __rightold, __dist, thus | 
|  | -getting rid of omp lock by using atomic operations | 
|  | -getting rid of two omp barriers | 
|  |  | 
|  | 2010-04-22  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/faq.xml: Link to manual. | 
|  | * doc/xml/manual/using.xml: Expand dynamic libraries section. | 
|  | * doc/xml/manual/strings.xml: Mention shrink_to_fit() member. | 
|  | * doc/xml/manual/prerequisites.xml: Link to doxygen requirements. | 
|  | * doc/xml/manual/appendix_contributing.xml: Update Bash version. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | 2010-04-13  Ian Lance Taylor  <iant@google.com> | 
|  |  | 
|  | * include/backward/hash_map: Don't #include "backward_warning.h" | 
|  | if _GLIBCXX_PERMIT_BACKWARD_HASH is defined. | 
|  | * include/backward/hash_set: Likewise. | 
|  |  | 
|  | 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * configure.host (os_include_dir): Removed solaris2.7 support. | 
|  | * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Likewise. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-04-06  Matthias Klose  <doko@ubuntu.com> | 
|  |  | 
|  | * acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result. | 
|  | * configure: Regenerate. | 
|  | * doc/xml/manual/configure.xml, doc/html/manual/configure.html: | 
|  | Document --enable-libstdcxx-time as the short form for | 
|  | --enable-libstdcxx-time=yes. | 
|  |  | 
|  | 2010-04-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/basic_string.h: Fix pasto in comment. | 
|  | * include/ext/vstring.h: Likewise. | 
|  |  | 
|  | 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | * Makefile.in: Regenerate. | 
|  | * aclocal.m4: Regenerate. | 
|  | * doc/Makefile.in: Regenerate. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * libsupc++/Makefile.in: Regenerate. | 
|  | * po/Makefile.in: Regenerate. | 
|  | * python/Makefile.in: Regenerate. | 
|  | * src/Makefile.in: Regenerate. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-03-30  Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | * include/parallel/random_shuffle.h | 
|  | (__parallel_random_shuffle_drs) : Take as many threads as | 
|  | possible, i. e. favor parallelism over cache efficiency. | 
|  | Use own PRNG also for the 1 thread case. | 
|  |  | 
|  | 2010-03-30  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/unordered_map: Clean-up includes and guards. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/debug/list: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  |  | 
|  | 2010-03-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca> | 
|  |  | 
|  | PR target/43458 | 
|  | * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: | 
|  | Xfail hppa*-*-hpux*. | 
|  |  | 
|  | 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * doc/xml/manual/profile_mode.xml (Profile Diagnostics): Correct | 
|  | cols. | 
|  | * doc/xml/manual/using.xml (C++ 1998 Library Headers): Add missing | 
|  | c5 colspec. | 
|  | (C++ 1998 Library Headers for C Library Facilities): Likewise. | 
|  | (C++ 200x Library Headers): Likewise. | 
|  |  | 
|  | 2010-03-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/unordered_map.h (operator==, operator!=): Add per N3068. | 
|  | * include/bits/unordered_set.h (operator==, operator!=): Likewise. | 
|  | * include/debug/unordered_map (operator==, operator!=): Likewise. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  | * testsuite/23_containers/unordered_map/operators/1.cc: New. | 
|  | * testsuite/23_containers/unordered_multimap/operators/1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/operators/2.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/operators/1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/operators/1.cc: Likewise. | 
|  |  | 
|  | 2010-03-25  John Lakos  <jlakos@bloomberg.net> | 
|  | Pablo Halpern  <phalpern@halpernwightsoftware.com> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/hashtable_policy.h (struct _Equality_base): Add. | 
|  | * include/bits/hashtable.h (_Hashtable<>): Derive from the latter. | 
|  |  | 
|  | 2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/util/testsuite_tr1.h (NType, TType, SLType, PODType): Add. | 
|  | * testsuite/20_util/is_trivial/value.cc: Adjust. | 
|  | * testsuite/20_util/is_standard_layout/value.cc: Likewise. | 
|  | * testsuite/20_util/is_pod/value.cc: Likewise. | 
|  |  | 
|  | 2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/20_util/is_trivial/value.cc: New. | 
|  | * testsuite/20_util/is_standard_layout/value.cc: Likewise. | 
|  | * testsuite/20_util/is_pod/value.cc: Extend. | 
|  |  | 
|  | 2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_algobase.h (lower_bound(_ForwardIterator, | 
|  | _ForwardIterator, const _Tp&, _Compare)): Move... | 
|  | * include/bits/stl_algo.h: ... here. | 
|  |  | 
|  | 2010-03-22  Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | * include/parallel/numeric (inner_product, partial_sum): | 
|  | Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity | 
|  | between __gnu_parallel:: and std:: | 
|  | * include/parallel/algobase.h (equal): Likewise. | 
|  | * include/parallel/algo.h (find_first_of, search_n, merge, nth_element, | 
|  | partial_sort, max_element, min_element): Likewise. | 
|  | * include/parallel/partial_sum.h (__parallel_partial_sum_linear): | 
|  | Qualify accumulate call with __gnu_parallel::. | 
|  |  | 
|  | 2010-03-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/parallel/base.h (_PseudoSequence): Do not forward declare. | 
|  | (_VoidFunctor): Remove, unused. | 
|  | (__median_of_three_iterators): Take __comp by value. | 
|  | (_PseudoSequenceIterator<>::operator++(int)): Do not const qualify | 
|  | the return type. | 
|  | (_PseudoSequenceIterator<>::operator!=): Fix return type to bool. | 
|  |  | 
|  | 2010-03-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/parallel/base.h (_Less): Use std::less. | 
|  | (_Plus): Likewise use std::plus. | 
|  | (_Multiplies): Likewise use std::multiplies. | 
|  | * include/parallel/numeric: Adjust. | 
|  |  | 
|  | 2010-03-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/17_intro/freestanding.cc: Avoid -Wall warnings. | 
|  |  | 
|  | 2010-03-19  Rodolfo Lima  <rodolfo@rodsoft.org> | 
|  |  | 
|  | * include/bits/shared_ptr.h (shared_ptr(unique_ptr&&), | 
|  | shared_ptr(auto_ptr&&)): Remove explicit specifier (as per DR 925). | 
|  | * include/bits/shared_ptr_base.h: Likewise. | 
|  | * testsuite/20_util/shared_ptr/creation/dr925.cc: New. | 
|  |  | 
|  | 2010-03-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/random.tcc: Minor formatting changes. | 
|  |  | 
|  | 2010-03-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_algo.h (shuffle): Fix typo in signature. | 
|  | * include/bits/algorithmfwd.h: Adjust. | 
|  | * testsuite/25_algorithms/shuffle/requirements/ | 
|  | explicit_instantiation/2.cc: Likewise. | 
|  | * testsuite/25_algorithms/shuffle/requirements/ | 
|  | explicit_instantiation/pod.cc: Likewise. | 
|  |  | 
|  | 2010-03-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_algo.h (shuffle): Add, per D3056. | 
|  | (random_shuffle): Fix signature in C++0x mode. | 
|  | (lower_bound, __lg): Move... | 
|  | * include/bits/stl_algobase.h: ... here. | 
|  | * include/bits/algorithmfwd.h: Adjust. | 
|  | * include/parallel/algorithmfwd.h: Likewise. | 
|  | * include/parallel/algo.h: Likewise. | 
|  | * include/bits/hashtable_policy.h (__lower_bound): Remove, | 
|  | adjust callers. | 
|  | * include/tr1/hashtable_policy.h (__lower_bound): Likewise. | 
|  | * include/bits/random.tcc (__detail::__transform): Add, | 
|  | adjust std::transform callers; don't include <algorithm>. | 
|  | * testsuite/25_algorithms/shuffle/1.cc: Add. | 
|  | * testsuite/25_algorithms/shuffle/requirements/ | 
|  | explicit_instantiation/2.cc: Likewise. | 
|  | * testsuite/25_algorithms/shuffle/requirements/ | 
|  | explicit_instantiation/pod.cc: Likewise. | 
|  |  | 
|  | * include/bits/random.h: Add comments. | 
|  |  | 
|  | 2010-03-17  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * doc/xml/manual/debug_mode.xml: Correct debug headers. | 
|  |  | 
|  | 2010-03-17  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/43397 | 
|  | * include/std/functional (_Mem_fn): Use perfect forwarding. | 
|  | * testsuite/20_util/function/43397.cc: New. | 
|  |  | 
|  | 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/43394 | 
|  | * include/parallel/compatibility.h: Add __k8 and __core2 among the | 
|  | i386 targets supporting atomic operations. | 
|  |  | 
|  | 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/backward/hash_map: Use consistently the _BACKWARD_* | 
|  | prefix for the include guard. | 
|  | * include/backward/hash_fun.h: Likewise. | 
|  | * include/backward/hashtable.h: Likewise. | 
|  | * include/backward/auto_ptr.h: Likewise. | 
|  | * include/backward/strstream: Likewise. | 
|  | * include/backward/binders.h: Likewise. | 
|  | * include/backward/hash_set: Likewise. | 
|  |  | 
|  | 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/random.h (operator==(const uniform_int_distribution<>&, | 
|  | const uniform_int_distribution<>&), operator==(const | 
|  | uniform_real_distribution<>&, const uniform_real_distribution<>&), | 
|  | operator==(const lognormal_distribution<>&, | 
|  | const lognormal_distribution<>&), operator==(const | 
|  | chi_squared_distribution<>&, const chi_squared_distribution<>&), | 
|  | operator==(const cauchy_distribution<>&, const cauchy_distribution<>&), | 
|  | operator==(const fisher_distribution<>&, const fisher_distribution<>&), | 
|  | operator==(const student_t_distribution<>&, | 
|  | const student_t_distribution<>&), operator==(const | 
|  | bernoulli_distribution<>&, const bernoulli_distribution<>&), | 
|  | operator==(const binomial_distribution<>&, const | 
|  | binomial_distribution<>&), operator==(const geometric_distribution<>&, | 
|  | const geometric_distribution<>&), operator==(const | 
|  | negative_binomial_distribution<>&, const | 
|  | negative_binomial_distribution<>&), operator==(const | 
|  | poisson_distribution<>&, const poisson_distribution<>&), | 
|  | operator==(const exponential_distribution<>&, | 
|  | const exponential_distribution<>&), operator==(const | 
|  | gamma_distribution<>&, const gamma_distribution<>&), operator==(const | 
|  | weibull_distribution<>&, const weibull_distribution<>&), | 
|  | operator==(const extreme_value_distribution<>&, | 
|  | const extreme_value_distribution<>&), operator==(const | 
|  | discrete_distribution<>&, const discrete_distribution<>&), | 
|  | operator==(const piecewise_constant_distribution<>&, | 
|  | const piecewise_constant_distribution<>&), operator==(const | 
|  | piecewise_linear_distribution<>&, const | 
|  | piecewise_linear_distribution<>&)): Add, likewise for operator!=. | 
|  | (operator!=(const independent_bits_engine<>&, const | 
|  | independent_bits_engine<>&), operator!=(const | 
|  | subtract_with_carry_engine<>&, const subtract_with_carry_engine<>&), | 
|  | operator!=(const discard_block_engine<>&, const | 
|  | discard_block_engine<>&), operator!=(const mersenne_twister_engine<>&, | 
|  | const mersenne_twister_engine<>&), operator!=(const | 
|  | linear_congruential_engine<>&, const linear_congruential_engine<>&), | 
|  | operator!=(const shuffle_order_engine<>&, const | 
|  | shuffle_order_engine<>&): Add. | 
|  | * include/bits/random.tcc (operator==(const normal_distribution<>&, | 
|  | const normal_distribution<>&)): Add. | 
|  | * testsuite/26_numerics/random/uniform_real_distribution/operators/ | 
|  | inequal.cc: New. | 
|  | * testsuite/26_numerics/random/uniform_real_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/piecewise_constant_distribution/ | 
|  | operators/inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/piecewise_constant_distribution/ | 
|  | operators/equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/chi_squared_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/chi_squared_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/normal_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/normal_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/uniform_int_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/uniform_int_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/poisson_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/poisson_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/bernoulli_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/bernoulli_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discrete_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discrete_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/weibull_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/weibull_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/cauchy_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/cauchy_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/negative_binomial_distribution/ | 
|  | operators/inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/negative_binomial_distribution/ | 
|  | operators/equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/gamma_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/gamma_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/fisher_f_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/fisher_f_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/exponential_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/exponential_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/binomial_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/binomial_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/lognormal_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/lognormal_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/extreme_value_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/extreme_value_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/piecewise_linear_distribution/ | 
|  | operators/inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/piecewise_linear_distribution/ | 
|  | operators/equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/student_t_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/student_t_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/geometric_distribution/operators/ | 
|  | inequal.cc: Likewise. | 
|  | * testsuite/26_numerics/random/geometric_distribution/operators/ | 
|  | equal.cc: Likewise. | 
|  |  | 
|  | 2010-03-15  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/forward_list.tcc (_Fwd_list_node_base:: | 
|  | _M_transfer_after): Return _Fwd_list_node_base*. | 
|  | (forward_list<>::_M_splice_after): Add. | 
|  | (forward_list<>::insert_after(const_iterator, size_type, const _Tp&), | 
|  | insert_after(const_iterator, _InputIterator, _InputIterator), | 
|  | insert_after(const_iterator, initializer_list<>)): Use the above, | 
|  | implement DR 1278 ([Ready] in Pittsburgh). | 
|  | * include/bits/forward_list.h (insert_after(const_iterator, | 
|  | size_type, const _Tp&), insert_after(const_iterator, _InputIterator, | 
|  | _InputIterator), insert_after(const_iterator, initializer_list<>)): | 
|  | Only declare. | 
|  | * testsuite/23_containers/forward_list/modifiers/2.cc: Adjust. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line number. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-03-15  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line number. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/capacity/1.cc: Adjust. | 
|  |  | 
|  | Revert: | 
|  | 2008-11-11  Bob Walters  <bob.s.walters@gmail.com> | 
|  |  | 
|  | * include/bits/forward_list.h: Support non-standard pointer types | 
|  | (_Fwd_list_node_base): Add _Alloc template parameter. | 
|  | (_Fwd_list_node<>): Likewise. | 
|  | (_Fwd_list_iterator<>): Likewise. | 
|  | (_Fwd_list_const_iterator<>): Likewise. | 
|  | (_Fwd_list_node_base::_M_next, _M_transfer_after, _M_reverse_after): | 
|  | Use _Alloc<_Tp>::pointer. | 
|  | (_Fwd_list_iterator<>::_M_node): Use _Node_base::_Pointer. | 
|  | (_Fwd_list_base<>::_M_get_node, _M_create_node, _M_create_node, | 
|  | _M_insert_after, _M_put_node, _M_erase_after): Likewise. | 
|  | (_Fwd_list_const_iterator<>::_M_node): use _Node_base::_Const_pointer. | 
|  | (forward_list<>): Use __static_pointer_cast in place of static_cast, | 
|  | and __const_pointer_cast in place of const_cast. | 
|  | * include/bits/forward_list.tcc | 
|  | (_Fwd_list_node<>::_M_sort_after): Using _Pointer typedefs in place | 
|  | of standard pointers, __static_pointer_cast in place of static_cast. | 
|  | (_Fwd_list_base<>::_Fwd_list_base, _M_insert_after, _M_erase_after): | 
|  | Likewise. | 
|  | (forward_list<>::_M_initialize_dispatch, _M_fill_initialize, | 
|  | splice_after, remove, remove_if, merge): Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/modifiers/1.cc: New. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/modifiers/2.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/modifiers/3.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/modifiers/4.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/modifiers/5.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/operations/1.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/operations/2.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/operations/3.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/operations/4.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/operations/5.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/operations/6.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/operations/7.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/requirements/1.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/requirements/ | 
|  | explicit_instantiation/1.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/requirements/ | 
|  | explicit_instantiation/3.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/1.cc: Likewise. | 
|  |  | 
|  | 2010-03-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1_impl/array (swap(array<>&, array<>&)): Use member swap. | 
|  |  | 
|  | * include/bits/stl_algo.h: Improve comment. | 
|  |  | 
|  | 2010-03-12  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * scripts/run_doxygen: Adjust. | 
|  | * doc/doxygen/user.cfg.in: Adjust latex, xml prefs. | 
|  | * doc/xml/api.xml: Update. | 
|  | * doc/Makefile.am: Re-do stamp rules. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-03-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/hashtable_policy.h (_Rehash_base<_Prime_rehash_policy, | 
|  | _Hashtable>::reserve): Add, per DR 1189. | 
|  | * include/bits/hashtable.h (_Hashtable<>::size_type, | 
|  | _Hashtable<>::difference_type): Do not typedef from _Allocator. | 
|  | * testsuite/23_containers/unordered_map/dr1189.cc: New. | 
|  | * testsuite/23_containers/unordered_set/dr1189.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/dr1189.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/dr1189.cc: Likewise. | 
|  |  | 
|  | 2010-03-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | Revert: | 
|  | 2010-02-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/41975, DR 579 | 
|  | * include/bits/hashtable.h (_Hashtable<>::_M_erase_node): Remove. | 
|  | (erase(const_iterator), erase(const_iterator, const_iterator)): | 
|  | Change return type to void. | 
|  | * include/debug/unordered_map: Adjust. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * testsuite/util/exception/safety.h: Likewise. | 
|  | * testsuite/23_containers/unordered_map/erase/1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_map/erase/24061-map.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/erase/1.cc:  Likewise. | 
|  | * testsuite/23_containers/unordered_set/erase/24061-map.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/erase/1.cc:  Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/erase/24061-map.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/erase/1.cc:  Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/erase/24061-map.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-03-04  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/util/testsuite_container_traits.h (traits_base): Add | 
|  | has_throwing_erase trait. | 
|  | (traits<vector>, traits<deque>): Typedef the latter to true_type. | 
|  | * testsuite/util/exception/safety.h (generation_prohibited): | 
|  | Do not test vector::erase and deque::erase: can throw if | 
|  | either copy constructor or assignment operator of value_type | 
|  | throws. | 
|  | * testsuite/23_containers/vector/requirements/exception/ | 
|  | generation_prohibited.cc: Remove xfail. | 
|  | * testsuite/23_containers/deque/requirements/exception/ | 
|  | generation_prohibited.cc: Likewise. | 
|  |  | 
|  | * include/ext/throw_allocator.h (hash<__gnu_cxx::throw_value_limit>:: | 
|  | operator(), hash<__gnu_cxx::throw_value_random>::operator()): Pass | 
|  | argument by const ref. | 
|  |  | 
|  | * testsuite/util/testsuite_container_traits.h (traits<map>, | 
|  | traits<multimap>, traits<set>, traits<multiset>, | 
|  | traits<unordered_map>, traits<unordered_multimap>, | 
|  | traits<unordered_set>, traits<unordered_multiset>): Typedef | 
|  | consistently has_erase and has_insert as true_type. | 
|  |  | 
|  | * testsuite/util/testsuite_container_traits.h | 
|  | (traits<unordered_map>, traits<unordered_multimap>, | 
|  | traits<unordered_set>, traits<unordered_multiset>): Do not wrongly | 
|  | typedef has_size_type_constructor as true_type: the constructor | 
|  | accepting a size_type actually gets the initial number of | 
|  | buckets. | 
|  |  | 
|  | 2010-03-03  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/Makefile.am: Re-organize xml sources. | 
|  | (doc-latex-doxygen): New. | 
|  | (doc-pdf-doxygen): New. | 
|  | (stamp-xml-doxygen, stamp-latex-doxygen): New. | 
|  | * doc/Makefile.in: Regenerate. | 
|  | * doc/doxygen/user.cfg.in: Add support here. | 
|  | * doc/xml/manual/appendix_contributing.xml: Add specifics. | 
|  |  | 
|  | * doc/xml/manual/concurrency.xml: New. | 
|  | * doc/xml/manual/atomics.xml: New. | 
|  | * doc/xml/manual/spine.xml: Adjust. | 
|  | * doc/xml/manual/diagnostics.xml: Adjust. | 
|  |  | 
|  | 2010-03-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  | Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/bits/unique_ptr.h (unique_ptr<>::get_deleter): Simplify | 
|  | return type. | 
|  | * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust | 
|  | dg-error line number. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise. | 
|  |  | 
|  | 2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/bitset (hash): Minor tweaks. | 
|  | * include/debug/vector (hash): Likewise. | 
|  | * include/profile/bitset (hash): Likewise. | 
|  | * include/profile/vector (hash): Likewise. | 
|  |  | 
|  | 2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/functional_hash.h (_Fnv_hash_base<>::hash): Change | 
|  | to template. | 
|  | * include/tr1/functional_hash.h (_Fnv_hash_base<>::hash): Likewise. | 
|  | * include/bits/vector.tcc (hash): Adjust. | 
|  | * include/bits/basic_string.h (hash): Likewise. | 
|  | * include/std/bitset (hash): Likewise. | 
|  | * src/hash-string-aux.cc (hash): Likewise. | 
|  |  | 
|  | 2010-03-02  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/std/mutex (lock_guard::lock_guard): Do not lock mutex when | 
|  | adopt_lock_t constructor is used. | 
|  | * testsuite/30_threads/lock_guard/cons/1.cc: New. | 
|  |  | 
|  | 2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>:: | 
|  | operator()(const vector<bool, _Alloc>&)): Move definition... | 
|  | * include/bits/vector.tcc: ... here. | 
|  |  | 
|  | 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * testsuite/Makefile.am (check-DEJAGNU): Include de* in normal0 | 
|  | dirs. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>): Add. | 
|  | * include/debug/vector (hash<__debug::vector<bool, _Alloc>>): | 
|  | Likewise. | 
|  | * include/profile/vector (hash<__profile::vector<bool, _Alloc>>): | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/bool/hash/1.cc: New. | 
|  |  | 
|  | * include/std/bitset (hash<bitset<_Nb>>): Small tweaks. | 
|  | (hash<bitset<0>>): Add. | 
|  | * include/debug/bitset (hash<__debug::bitset<_Nb>>): Forward to | 
|  | hash<bitset<_Nb>>. | 
|  | * include/profile/bitset (hash<__profile::bitset<_Nb>>): Likewise. | 
|  | * testsuite/23_containers/bitset/hash/1.cc: Improve. | 
|  |  | 
|  | 2010-03-02  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/43230 | 
|  | * testsuite/30_threads/promise/members/set_value3.cc | 
|  | (tester::~tester): Remove. | 
|  |  | 
|  | 2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/bitset (_Base_bitset<>::_M_getdata()): Add. | 
|  | (hash<bitset<_Nb>>): Add, use the latter. | 
|  | * include/debug/bitset (hash<__debug::bitset<_Nb>>): Add. | 
|  | * include/profile/bitset (hash<__profile::bitset<_Nb>>): Likewise. | 
|  | * testsuite/23_containers/bitset/hash/1.cc: New. | 
|  |  | 
|  | 2010-03-02  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/43183 | 
|  | * include/bits/unique_ptr.h (reset): Fix as per working paper. | 
|  | (operator*, operator->, operator[], operator bool, release): Use | 
|  | pointer's null value instead of 0. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Adjust. | 
|  | * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust. | 
|  | * testsuite/20_util/unique_ptr/modifiers/43183.cc: New. | 
|  |  | 
|  | 2010-03-01  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/iomanip (get_money, put_money): Add in C++0x mode; tidy. | 
|  | * testsuite/27_io/manipulators/extended/get_money/char/1.cc: New. | 
|  | * testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc: | 
|  | Likewise. | 
|  | * testsuite/27_io/manipulators/extended/put_money/char/1.cc: Likewise. | 
|  | * testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-03-01  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/bits/atomicfwd_cxx.h: Add typedefs to group. | 
|  |  | 
|  | 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | PR libstdc++/32499 | 
|  | * testsuite/Makefile.am (check-DEJAGNU | 
|  | $(check_DEJAGNU_normal_targets)): Export AR, RANLIB. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-02-28  Gerald Pfeifer  <gerald@pfeifer.com> | 
|  |  | 
|  | * doc/html/ext/pb_ds/references.html: Adjust link to SGI's STL | 
|  | site. | 
|  |  | 
|  | 2010-02-28  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * src/hash-long-double-aux.cc (hash<long double>:: | 
|  | operator()(long double)): Hash both -0 and +0 to 0. | 
|  |  | 
|  | 2010-02-25  Ed Smith-Rowland  <3dw4rd@verizon.net> | 
|  |  | 
|  | * include/bits/random.tcc (operator<<): Use max_digits10. | 
|  |  | 
|  | 2010-02-25  Ed Smith-Rowland  <3dw4rd@verizon.net> | 
|  |  | 
|  | * include/std/limits (__numeric_limits_base::max_digits10, | 
|  | numeric_limits<>::max_digits10, numeric_limits<>::lowest): Add. | 
|  | * src/limits.cc: Define max_digits10. | 
|  | * config/abi/pre/gnu.ver: Adjust. | 
|  | * testsuite/18_support/numeric_limits/dr559.cc: Test max_digits10 | 
|  | and lowest too. | 
|  | * testsuite/18_support/numeric_limits/lowest.cc: New. | 
|  | * testsuite/18_support/numeric_limits/max_digits10.cc: New. | 
|  |  | 
|  | 2010-02-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/functional_hash.h (__hash_combine): Remove. | 
|  | (_Fnv_hash_base<>::hash(const char*, size_t)): Add defaulted | 
|  | hash parameter. | 
|  | (_Fnv_hash::__hash_combine(const _Tp&, size_t)): Add. | 
|  | * include/std/system_error (hash<system_error>): Adjust. | 
|  | * src/compatibility-c++0x.cc (hash<system_error>): Likewise. | 
|  |  | 
|  | 2010-02-24  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/faq.xml: Adjust structure for pdf index. | 
|  | * doc/xml/manual/mt_allocator.xml: Same. | 
|  | * doc/xml/manual/allocator.xml: Same. | 
|  | * doc/xml/manual/ctype.xml: Same. | 
|  | * doc/xml/manual/numerics.xml: Same. | 
|  | * doc/xml/manual/codecvt.xml: Same. | 
|  | * doc/xml/manual/intro.xml: Same. | 
|  | * doc/xml/manual/shared_ptr.xml: Same. | 
|  | * doc/xml/manual/status_cxxtr1.xml: Same. | 
|  | * doc/xml/manual/auto_ptr.xml: Same. | 
|  | * doc/xml/manual/internals.xml: Same. | 
|  | * doc/xml/manual/status_cxx1998.xml: Same. | 
|  | * doc/xml/manual/parallel_mode.xml: Same. | 
|  | * doc/xml/manual/profile_mode.xml: Same. | 
|  | * doc/xml/manual/containers.xml: Same. | 
|  | * doc/xml/manual/io.xml: Same. | 
|  | * doc/xml/manual/concurrency_extensions.xml: Same. | 
|  | * doc/xml/manual/appendix_porting.xml: Same. | 
|  | * doc/xml/manual/utilities.xml: Same. | 
|  | * doc/xml/manual/support.xml: Same. | 
|  | * doc/xml/manual/bitmap_allocator.xml: Same. | 
|  | * doc/xml/manual/configure.xml: Same. | 
|  | * doc/xml/manual/build_hacking.xml: Same. | 
|  | * doc/xml/manual/evolution.xml: Same. | 
|  | * doc/xml/manual/using.xml: Same. | 
|  | * doc/xml/manual/debug.xml: Same. | 
|  | * doc/xml/manual/localization.xml: Same. | 
|  | * doc/xml/manual/strings.xml: Same. | 
|  | * doc/xml/manual/debug_mode.xml: Same. | 
|  | * doc/xml/manual/locale.xml: Same. | 
|  | * doc/xml/manual/extensions.xml: Same. | 
|  | * doc/xml/manual/appendix_contributing.xml: Same. | 
|  | * doc/xml/manual/prerequisites.xml: Same. | 
|  | * doc/xml/manual/messages.xml: Same. | 
|  | * doc/xml/manual/diagnostics.xml: Same. | 
|  | * doc/xml/manual/algorithms.xml: Same. | 
|  | * doc/xml/manual/appendix_free.xml: Same. | 
|  | * doc/xml/manual/iterators.xml: Same. | 
|  | * doc/xml/manual/spine.xml: Same. | 
|  | * doc/xml/manual/status_cxxtr24733.xml: Same. | 
|  | * doc/xml/manual/status_cxx200x.xml: Same. | 
|  | * doc/Makefile.am: Refactor. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | * include/bits/c++0x_warning.h: Tweak doxygen file markup. | 
|  |  | 
|  | 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * testsuite/ext/new_allocator/deallocate_global.cc: Require | 
|  | __cxa_atexit. | 
|  | * testsuite/ext/throw_allocator/deallocate_global.cc: Likewise. | 
|  |  | 
|  | 2010-02-23  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/manual/concurrency.xml: Move... | 
|  | * doc/xml/manual/concurrency_extensions.xml: ...here. | 
|  | * doc/xml/manual/extensions.xml: Adjust. | 
|  | * doc/Makefile.am: Adjust. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-02-23  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/bits/random.h: Doxygen group markup fixes. | 
|  |  | 
|  | 2010-02-23  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/functional_hash.h (struct _Fnv_hash): Rename | 
|  | to _Fnv_hash_base. | 
|  | (struct _Fnv_hash): Add, derives from the latter. | 
|  | (__hash_combine): Add. | 
|  | (hash<float>::operator()(float), hash<double>::operator()(double)): | 
|  | Adjust. | 
|  | * include/bits/basic_string.h (hash<string>, hash<wstring>, | 
|  | hash<u16string>, hash<u32string>): Adjust. | 
|  | * src/hash-string-aux.cc: Adjust. | 
|  | * src/compatibility-c++0x.cc (hash<error_code>): Use __hash_combine. | 
|  | * include/std/system_error (hash<error_code>): Likewise. | 
|  | * include/std/thread (struct hash<thread::id>): Add. | 
|  | * include/tr1/functional_hash.h : Rename to _Fnv_hash_base. | 
|  | (struct _Fnv_hash): Add, derives from the latter. | 
|  | (hash<float>::operator()(float), hash<double>::operator()(double)): | 
|  | Adjust. | 
|  | * testsuite/30_threads/thread/id/hash.cc: New. | 
|  | * testsuite/30_threads/thread/cons/assign_neg.cc: Adjust dg-error | 
|  | line number. | 
|  | * testsuite/30_threads/thread/cons/copy_neg.cc: Likewise. | 
|  |  | 
|  | 2010-02-22  Janis Johnson  <janis187@us.ibm.com> | 
|  |  | 
|  | * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc. | 
|  |  | 
|  | 2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * src/hash-aux.cc: Rename to... | 
|  | * src/hash-string-aux.cc: ... this. | 
|  | * src/hash-long-double-aux.cc: New. | 
|  | * src/hash_c++0x.cc: Adjust. | 
|  | * src/hash_tr1.cc: Likewise. | 
|  | * src/compatibility-c++0x.cc: Likewise. | 
|  |  | 
|  | 2010-02-22  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/class.txml: Adjust biblio markup. | 
|  | * doc/xml/manual/allocator.xml: Same. | 
|  | * doc/xml/manual/ctype.xml: Same. | 
|  | * doc/xml/manual/codecvt.xml: Same. | 
|  | * doc/xml/manual/backwards_compatibility.xml: Same. | 
|  | * doc/xml/manual/abi.xml: Same. | 
|  | * doc/xml/manual/shared_ptr.xml: Same. | 
|  | * doc/xml/manual/profile_mode.xml: Same. | 
|  | * doc/xml/manual/using_exceptions.xml: Same. | 
|  | * doc/xml/manual/locale.xml: Same. | 
|  | * doc/xml/manual/appendix_contributing.xml: Same. | 
|  | * doc/xml/manual/messages.xml: Same. | 
|  | * doc/Makefile.am (DBLATEX_FLAGS): Adjust. | 
|  | * doc/Makefile.in: Regenerate. | 
|  |  | 
|  | 2010-02-22  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * doc/xml/manual/profile_mode.xml: Minor updates and fixes. | 
|  | * doc/xml/manual/debug_mode.xml: Likewise. | 
|  | * doc/xml/manual/test.xml: Likewise. | 
|  |  | 
|  | 2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1_impl/complex (arg): Use std::signbit only when | 
|  | available. | 
|  |  | 
|  | 2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/functional_hash.h (hash<string>, hash<wstring>, | 
|  | hash<u16string>, hash<u32string>, hash<error_code>): Move, per | 
|  | DR 1182 to... | 
|  | * include/bits/basic_string.h: ... here. | 
|  | * include/std/system_error: ... and here, respectively. | 
|  | * src/hash-aux.cc (hash<long double>::operator()(long double)): | 
|  | Move definition... | 
|  | * src/hash_c++0x.cc: ... here, new file. | 
|  | * src/hash_tr1.cc: ... and here, tweak includes. | 
|  | * src/compatibility-c++0x.cc (hash, _Fnv_hash): Remove. | 
|  | * src/Makefile.am: Adjust. | 
|  | * src/Makefile.in: Regenerate. | 
|  | * include/std/functional: Include <bits/functexcept.h>. | 
|  | * include/std/unordered_set: Remove redundant include. | 
|  | * include/std/unordered_map: Likewise. | 
|  | * include/tr1/functional_hash.h: Remove spurious trailing semicolon. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Remove | 
|  | dg-excess. | 
|  |  | 
|  | 2010-02-21  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/complex (proj): Change return type per DR 1137. | 
|  | (conj): Copy from tr1_impl, likewise adjust return type. | 
|  | * include/tr1_impl/complex (conj): Remove. | 
|  | * include/tr1/complex (conj): Add both overloads. | 
|  | * testsuite/26_numerics/complex/dr781.cc: Rename to... | 
|  | * testsuite/26_numerics/complex/dr781_dr1137.cc: ... this, and extend. | 
|  |  | 
|  | * include/tr1_impl/complex (arg): Optimize. | 
|  |  | 
|  | 2010-02-21  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/20_util/is_trivial/requirements/typedefs.cc: New. | 
|  | * testsuite/20_util/is_trivial/requirements/ | 
|  | explicit_instantiation.cc: Likewise. | 
|  | * testsuite/20_util/is_pod/value.cc: Likewise. | 
|  | * testsuite/20_util/is_pod/requirements/typedefs.cc: Likewise. | 
|  | * testsuite/20_util/is_pod/requirements/ | 
|  | explicit_instantiation.cc: Likewise. | 
|  | * testsuite/20_util/is_standard_layout/requiremenents/ | 
|  | typedefs.cc: Likewise. | 
|  | * testsuite/20_util/is_standard_layout/requiremenents/ | 
|  | explicit_instantiation.cc: Likewise. | 
|  |  | 
|  | 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org> | 
|  |  | 
|  | PR c++/35669 | 
|  | * testsuite/18_support/headers/cstddef/macros.cc: Add | 
|  | -Wno-conversion-null. | 
|  |  | 
|  | 2010-02-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1_impl/array (array): Add pointer and const_pointer | 
|  | typedefs in C++0x mode, per DR 1306. | 
|  | * testsuite/util/testsuite_containers.h (basic_types): Add pointer | 
|  | and const_pointer typedefs. | 
|  | (pointer_aware_types): Remove. | 
|  | * testsuite/util/testsuite_container_traits.h: Adjust. | 
|  |  | 
|  | 2010-02-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_algo.h (for_each): Implement resolution of DR 1110. | 
|  | * testsuite/25_algorithms/for_each/1.cc: New. | 
|  |  | 
|  | 2010-02-19  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/shared_ptr_base.h (__weak_ptr): Remove deleted | 
|  | comparison operators, per DR 1256. | 
|  | * include/bits/shared_ptr.h (weak_ptr): Likewise. | 
|  | * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust. | 
|  |  | 
|  | 2010-02-18  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * scripts/run_doxygen: Add shortnames option. | 
|  | * doc/Makefile.am (doc-man-doxygen): Use it. | 
|  | (doc-html-doxygen): Use it. | 
|  | (doc-xml-doxygen): Use it, but default to NO. | 
|  | (doc-pdf-dblatex): Add. | 
|  | * doc/Makefile.in: Regenerate. | 
|  | * doc/doxygen/user.cfg.in: Update filelist. | 
|  | * include/bits/locale_facets.h: Fix markup warning. | 
|  |  | 
|  | 2010-02-18  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/manual/using.xml: Update. | 
|  | * doc/xml/manual/status_cxx1998.xml: Same. | 
|  | * doc/xml/manual/status_cxx200x.xml: Add link. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | * testsuite/17_intro/freestanding.cc: Add. | 
|  |  | 
|  | 2010-02-18  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * libsupc++/typeinfo: Add system_header pragma. | 
|  | * libsupc++/exception: Likewise. | 
|  | * libsupc++/cxxabi-forced.h: Likewise. | 
|  | * libsupc++/new: Likewise. | 
|  | * libsupc++/cxxabi.h: Likewise. | 
|  | * libsupc++/initializer_list: Likewise. | 
|  |  | 
|  | 2010-02-18  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * libsupc++/nested_exception.h: Fix <bits/c++0x_warning.h> include. | 
|  |  | 
|  | 2010-02-17  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/manual/appendix_contributing.xml: Update markup rules | 
|  | for quoting and functions. | 
|  |  | 
|  | 2010-02-17  Chris Jefferson  <chris@bubblescope.net> | 
|  |  | 
|  | * include/bits/locale_facets.h (__convert_to_v): Add empty | 
|  | exception-specification. | 
|  |  | 
|  | 2010-02-17  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/limits: Implement resolution of DR 559 (CD1) in | 
|  | C++0x mode. | 
|  | * testsuite/18_support/numeric_limits/dr559.cc: New. | 
|  |  | 
|  | 2010-02-16  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * src/ios_locale.cc: Fixes for -pedantic. | 
|  | * src/system_error.cc: Same. | 
|  | * src/locale.cc: Same. | 
|  | * src/list.cc: Same. | 
|  | * src/locale_facets.cc: Same. | 
|  | * src/locale_init.cc: Same. | 
|  | * src/ios.cc: Same. | 
|  | * config/locale/darwin/ctype_members.cc: Same. | 
|  | * config/locale/gnu/collate_members.cc: Same. | 
|  | * config/locale/gnu/ctype_members.cc: Same. | 
|  | * config/locale/gnu/c_locale.cc: Same. | 
|  | * config/locale/gnu/monetary_members.cc: Same. | 
|  | * config/locale/gnu/time_members.cc: Same. | 
|  | * config/locale/ieee_1003.1-2001/c_locale.cc: Same. | 
|  | * config/locale/generic/collate_members.cc: Same. | 
|  | * config/locale/generic/ctype_members.cc: Same. | 
|  | * config/locale/generic/c_locale.cc: Same. | 
|  | * config/locale/generic/monetary_members.cc: Same. | 
|  | * config/locale/generic/time_members.cc: Same. | 
|  | * config/io/basic_file_stdio.cc: Same. | 
|  |  | 
|  | * libsupc++/pbase_type_info.cc: Fixes for -fno-rtti. | 
|  | * libsupc++/pointer_type_info.cc: Same. | 
|  | * libsupc++/eh_personality.cc: Same. | 
|  |  | 
|  | * include/std/system_error: Throw spacing. | 
|  | * include/bits/locale_classes.h: Same. | 
|  | * include/bits/locale_facets.h: Same. | 
|  | * include/bits/ios_base.h: Same. | 
|  |  | 
|  | * testsuite/17_intro/headers/c++200x/all_no_rtti.cc: New. | 
|  | * testsuite/17_intro/headers/c++1998/all_no_rtti.cc: New. | 
|  |  | 
|  | 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/random.h (linear_congruential_engine(_Sseq&), | 
|  | mersenne_twister_engine(_Sseq&), subtract_with_carry_engine(_Sseq&)): | 
|  | Do not enable for the type itself. | 
|  | (discard_block_engine(_Sseq&), independent_bits_engine(_Sseq&), | 
|  | shuffle_order_engine(_Sseq&)): Do not enable for the type itself too. | 
|  | (linear_congruential_engine<>::seed(_Sseq&), | 
|  | mersenne_twister_engine<>::seed(_Sseq&), | 
|  | subtract_with_carry_engine<>::seed(_Sseq&)): Use enable_if on the | 
|  | return type. | 
|  | (discard_block_engine<>::seed(_Sseq&), | 
|  | independent_bits_engine<>::seed(_Sseq&), | 
|  | shuffle_order_engine<>::seed(_Sseq&)): Do not use enable_if. | 
|  | * include/bits/random.tcc: Adjust definitions. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc: | 
|  | New. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ | 
|  | copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/cons/ | 
|  | copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/cons/ | 
|  | copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/cons/ | 
|  | copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/cons/ | 
|  | copy.cc: Likewise. | 
|  |  | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/ | 
|  | base_move.cc: Minor tweaks. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/ | 
|  | base_copy.cc: Likewise. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/ | 
|  | default.cc: Likewise. | 
|  | * testsuite/26_numerics/random/independent_bits_engine/cons/ | 
|  | seed_seq.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ | 
|  | seed1.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ | 
|  | seed2.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ | 
|  | default.cc: Likewise. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ | 
|  | seed_seq.cc: Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/cons/default.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/cons/ | 
|  | default.cc: Likewise. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/cons/ | 
|  | seed_seq.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/cons/ | 
|  | seed1.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/cons/ | 
|  | seed2.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/cons/ | 
|  | seed_seq.cc: Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/unique_ptr.h: (unique_ptr<>:: | 
|  | unique_ptr(const unique_ptr<_Up, _Up_Deleter>&), | 
|  | operator=(const unique_ptr<_Up, _Up_Deleter>&)): Remove, redundant, | 
|  | per DR 1303. | 
|  | * include/bits/shared_ptr.h (shared_ptr<>:: | 
|  | shared_ptr(const unique_ptr<_Up, _Up_Deleter>&), | 
|  | operator=(const unique_ptr<_Up, _Up_Deleter>&)): Likewise. | 
|  | * include/bits/shared_ptr_base.h (__shared_ptr<>:: | 
|  | __shared_ptr(const unique_ptr<_Up, _Up_Deleter>&), | 
|  | operator=(const unique_ptr<_Up, _Up_Deleter>&)): Likewise. | 
|  | * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise. | 
|  | * testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc: Likewise. | 
|  | * testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-02-15  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/ext/median.cc: Adjust. | 
|  |  | 
|  | 2010-02-15  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_algo.h (__median): Move... | 
|  | * include/ext/algorithm: ... here, being an SGI extension. | 
|  |  | 
|  | 2010-02-12  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/42819, DR 1315 | 
|  | * include/std/future (async): Use std::result_of for the template | 
|  | argument of the std::future return type; adjust everywhere. | 
|  | * testsuite/30_threads/async/42819.cc: New. | 
|  | * testsuite/30_threads/packaged_task/cons/assign_neg.cc: Adjust | 
|  | dg-error line number. | 
|  | * testsuite/30_threads/packaged_task/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/future/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/future/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise. | 
|  |  | 
|  | 2010-02-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * config/abi/pre/gnu.ver: Revert last changes. | 
|  |  | 
|  | 2010-02-11  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | * include/std/thread (~_Impl_base): Declare inline. | 
|  | * libsupc++/nested_exception.h (~nested_exception): Likewise. | 
|  |  | 
|  | 2010-02-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/41975, DR 579 | 
|  | * include/bits/hashtable.h (_Hashtable<>::_M_erase_node): Remove. | 
|  | (erase(const_iterator), erase(const_iterator, const_iterator)): | 
|  | Change return type to void. | 
|  | * include/debug/unordered_map: Adjust. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * testsuite/util/exception/safety.h: Likewise. | 
|  | * testsuite/23_containers/unordered_map/erase/1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_map/erase/24061-map.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/erase/1.cc:  Likewise. | 
|  | * testsuite/23_containers/unordered_set/erase/24061-map.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/erase/1.cc:  Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/erase/24061-map.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/erase/1.cc:  Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/erase/24061-map.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-02-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * config/abi/pre/gnu.ver: Avoid exporting inadvertently | 
|  | std::nested_exception symbols at GLIBCXX_3.4. | 
|  |  | 
|  | 2010-02-10  Jason Merrill  <jason@redhat.com> | 
|  |  | 
|  | Core issue 906 | 
|  | * include/std/thread (~_Impl_base): Move defaulted dtor out of line. | 
|  | * libsupc++/nested_exception.h (~nested_exception): Likewise. | 
|  | * testsuite/18_support/nested_exception/throw_with_nested.cc: Likewise. | 
|  | * testsuite/18_support/nested_exception/rethrow_if_nested.cc: Likewise. | 
|  |  | 
|  | 2010-02-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1/hashtable.h: Fold in include/tr1_impl/hashtable.h | 
|  | contents. | 
|  | * include/tr1_impl/hashtable.h: Remove. | 
|  | * include/tr1_impl/hashtable_policy.h: Move and rename... | 
|  | * include/tr1/hashtable_policy.h: ... here. | 
|  | * include/tr1_impl/unordered_map: Move and rename... | 
|  | * include/tr1/unordered_map.h: ... here. | 
|  | * include/tr1_impl/unordered_set: Move and rename... | 
|  | * include/tr1/unordered_set.h: ... here. | 
|  | * include/tr1_impl/unordered_map: Move and rename... | 
|  | * include/tr1/unordered_map.h: ... here. | 
|  | * include/tr1/unordered_map: Adjust. | 
|  | * include/tr1/unordered_set: Likewise. | 
|  | * include/Makefile.am: Adjust. | 
|  | * include/Makefile.in: Regenerate. | 
|  |  | 
|  | * include/std/c++0x_warning.h: Move... | 
|  | * include/bits/c++0x_warning.h: ... here. | 
|  | * include/debug/unordered_map: Adjust. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/std/tuple: Likewise. | 
|  | * include/std/system_error: Likewise. | 
|  | * include/std/forward_list: Likewise. | 
|  | * include/std/thread: Likewise. | 
|  | * include/std/type_traits: Likewise. | 
|  | * include/std/future: Likewise. | 
|  | * include/std/regex: Likewise. | 
|  | * include/std/atomic: Likewise. | 
|  | * include/std/ratio: Likewise. | 
|  | * include/std/random: Likewise. | 
|  | * include/std/unordered_map: Likewise. | 
|  | * include/std/chrono: Likewise.: Likewise. | 
|  | * include/std/condition_variable: Likewise. | 
|  | * include/std/mutex: Likewise. | 
|  | * include/std/unordered_set: Likewise. | 
|  | * include/std/array: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  | * include/c_global/cinttypes: Likewise. | 
|  | * include/c_global/ctgmath: Likewise. | 
|  | * include/c_global/cfenv: Likewise. | 
|  | * include/c_global/cstdint: Likewise. | 
|  | * include/c_global/cstdbool: Likewise. | 
|  | * include/c_global/ccomplex: Likewise. | 
|  |  | 
|  | * include/bits/shared_ptr.h: Do not include <bits/c++0x_warning.h> | 
|  | at all, the file is not meant to be included by the users. | 
|  | * include/bits/functional_hash.h: Likewise. | 
|  | * include/bits/unique_ptr.h: Likewise. | 
|  | * include/bits/forward_list.h: Likewise. | 
|  |  | 
|  | * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust dg-* | 
|  | line numbers. | 
|  | * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Likewise. | 
|  | * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise. | 
|  |  | 
|  | 2010-02-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/hashtable.h: Fold in include/tr1_impl/hashtable.h | 
|  | for C++0x use. | 
|  | * include/bits/hashtable_policy.h: New, copy and adjust for | 
|  | C++0x use, include/tr1_impl/hashtable_policy.h; fix erase and | 
|  | insert member functions per n3000. | 
|  | * include/bits/unordered_map.h: Likewise for include/tr1_impl/ | 
|  | unordered_map. | 
|  | * include/bits/unordered_set.h: Likewise for include/tr1_impl/ | 
|  | unordered_set. | 
|  | * include/Makefile.am: Adjust. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * include/tr1/unordered_map: Adjust. | 
|  | * include/tr1/unordered_set: Likewise. | 
|  | * include/tr1_impl/unordered_map: Adjust, now used only by tr1. | 
|  | * include/tr1_impl/hashtable: Likewise. | 
|  | * include/tr1_impl/hashtable_policy.h: Likewise. | 
|  | * include/tr1_impl/unordered_set: Likewise. | 
|  | * include/std/unordered_map: Adjust and simplify includes. | 
|  | * include/std/unordered_set: Likewise. | 
|  | * include/debug/unordered_map: Adjuse erase and insert members. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  | * testsuite/util/exception/safety.h: Fix for the updated erase and | 
|  | insert member functions of the unordered_containers. | 
|  | * testsuite/23_containers/unordered_map/erase/1.cc: New. | 
|  | * testsuite/23_containers/unordered_map/erase/24061-map.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_map/insert/map_single.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_map/insert/array_syntax.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_map/insert/24061-map.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_map/insert/map_range.cc: Likewise. | 
|  | * testsuite/23_containers/set/operators/1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/erase/1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/erase/ | 
|  | 24061-multimap.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/insert/ | 
|  | 24061-multimap.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/insert/ | 
|  | multimap_range.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/insert/ | 
|  | multimap_single.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/erase/1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/erase/24061-set.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/insert/set_single.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/insert/24061-set.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/insert/set_range.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/erase/1.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/erase/ | 
|  | 24061-multiset.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/insert/ | 
|  | 24061-multiset.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/insert/ | 
|  | multiset_range.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/insert/ | 
|  | multiset_single.cc: Likewise. | 
|  |  | 
|  | * testsuite/23_containers/set/operators/1_neg.cc: Tweak dg-errors | 
|  | to avoid spurious fails in debug-mode. | 
|  | * testsuite/23_containers/map/operators/1_neg.cc: Likewise. | 
|  |  | 
|  | 2010-02-09  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/std/streambuf: Adjust doxygen group markup. | 
|  | * include/std/functional: Same. | 
|  | * include/ext/vstring.h: Same. | 
|  | * include/ext/pb_ds/assoc_container.hpp: Same. | 
|  | * include/ext/stdio_filebuf.h: Same. | 
|  | * include/ext/stdio_sync_filebuf.h: Same. | 
|  | * include/bits/localefwd.h: Same. | 
|  | * include/bits/functional_hash.h: Same. | 
|  | * include/bits/locale_classes.h: Same. | 
|  | * include/bits/locale_facets.h: Same. | 
|  | * include/bits/ios_base.h: Same. | 
|  | * include/bits/codecvt.h: Same. | 
|  | * include/bits/locale_facets_nonio.h: Same. | 
|  |  | 
|  | * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers. | 
|  | * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. | 
|  |  | 
|  | 2010-02-08  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | PR libstdc++/42460 | 
|  | * include/tr1_impl/regex: Fix quoting issues in doxygen markup. | 
|  | * include/bits/random.h: Fix multi-line doxygen function markup. | 
|  |  | 
|  | 2010-02-08  Matthias Klose  <doko@debian.org> | 
|  |  | 
|  | PR libstdc++/42460 | 
|  | * include/std/istream: Fix '\' quoting in doxygen markup. | 
|  |  | 
|  | 2010-02-08  Ed Smith-Rowland  <3dw4rd@verizon.net> | 
|  |  | 
|  | * include/bits/random.tcc (uniform_int_distribution<>:: | 
|  | operator()(_UniformRandomNumberGenerator&, const param_type&)): | 
|  | Use make_unsigned instead of __add_unsigned and conditional | 
|  | instead of __conditional_type. | 
|  | * include/std/random: Do not include <ext/type_traits.h> and | 
|  | <ext/numeric_traits.h>. | 
|  |  | 
|  | 2010-02-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/16896 | 
|  | * include/bits/stl_list.h (_List_node_base::transfer): Rename | 
|  | to _M_transfer. | 
|  | (_List_node_base::reverse): Rename to _M_reverse. | 
|  | (_List_node_base::hook): Rename to _M_hook. | 
|  | (_List_node_base::unhook): Rename to _M_unhook; adjust callers. | 
|  | * include/bits/list.tcc: Adjust callers. | 
|  | * src/list.cc: Adjust. | 
|  | * src/compatibility.cc: Likewise. | 
|  | * src/compatibility-list.cc: New. | 
|  | * src/compatibility-debug_list.cc: Likewise. | 
|  | * src/compatibility-parallel_list.cc: Likewise. | 
|  | * src/Makefile.am: Add. | 
|  | * src/Makefile.in: Regenerate. | 
|  | * config/abi/pre/gnu.ver: Export _M_* symbols. | 
|  |  | 
|  | * src/hash.cc: Rename to hash-aux.cc. | 
|  | * src/compatibility-ldbl.cc: Adjust. | 
|  | * src/compatibility-c++0x.cc: Likewise. | 
|  | * src/hash_tr1.cc: Likewise. | 
|  |  | 
|  | * src/hashtable.cc: Rename to hashtable-aux.cc. | 
|  | * src/hashtable_c++0x.cc: Adjust. | 
|  | * src/hashtable_tr1.cc: Likewise. | 
|  |  | 
|  | * src/limits_c++0x.cc: Fold... | 
|  | * src/limits.cc... here. | 
|  |  | 
|  | 2010-02-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_pair.h (pair<>::pair(_U1&&, const _T2&), | 
|  | pair<>::pair(const _T1&, _U2&&), pair<>::pair(_U1&&, _U2&&)): | 
|  | Revert to std::is_convertible, basing on DR 811. | 
|  |  | 
|  | 2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/42989 | 
|  | * config/abi/pre/gnu.ver: Fix wstring move assignment operator typo. | 
|  |  | 
|  | 2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/27340 | 
|  | * include/bits/valarray_before.h: Uglify the structs wrapping | 
|  | cmath functions differently, eg, _Cos instead of __cos. | 
|  | * include/bits/valarray_after.h: Adjust. | 
|  |  | 
|  | 2010-02-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/future (swap(packaged_task<>&, packaged_task<>&)): Fix | 
|  | typo in last commit. | 
|  |  | 
|  | 2010-02-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/future (swap(packaged_task<>&, packaged_task<>&), | 
|  | swap(promise<>&, promise<>&)): Add; minor formatting fixes. | 
|  | * testsuite/30_threads/packaged_task/cons/assign_neg.cc: Adjust | 
|  | dg-error line number. | 
|  | * testsuite/30_threads/packaged_task/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise. | 
|  | * testsuite/30_threads/promise/cons/copy_neg.cc: Likewise. | 
|  |  | 
|  | 2010-02-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_algobase.h (struct __iter_base): Rename to | 
|  | _Iter_base; add iterator_type typedef. | 
|  | (struct __miter_base): Rename to _Miter_base. | 
|  | (struct __niter_base): Rename to _Niter_base. | 
|  | (__miter_base, __niter_base): Add, use the latter; adjust everywhere. | 
|  |  | 
|  | 2010-02-04  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | PR libstdc++/42460 | 
|  | * doc/doxygen/user.cfg.in: Update file list. | 
|  | * include/debug/safe_sequence.h: Doxygen markup fixes for '' and "". | 
|  | * include/debug/safe_base.h: Same. | 
|  | * include/debug/macros.h: Same. | 
|  | * include/tr1_impl/regex: Same. | 
|  | * include/std/iostream: Same. | 
|  | * include/std/streambuf: Same. | 
|  | * include/std/bitset: Same. | 
|  | * include/std/iosfwd: Same. | 
|  | * include/std/limits: Same. | 
|  | * include/std/fstream: Same. | 
|  | * include/std/istream: Same. | 
|  | * include/std/ostream: Same. | 
|  | * include/std/sstream: Same. | 
|  | * include/parallel/multiway_merge.h: Same. | 
|  | * include/parallel/for_each.h: Same. | 
|  | * include/parallel/workstealing.h: Same. | 
|  | * include/parallel/omp_loop_static.h: Same. | 
|  | * include/parallel/omp_loop.h: Same. | 
|  | * include/c_std/csignal: Same. | 
|  | * include/c_std/cstdlib: Same. | 
|  | * include/c_std/cstdio: Same. | 
|  | * include/c_std/cstdarg: Same. | 
|  | * include/c_std/cctype: Same. | 
|  | * include/c_std/cerrno: Same. | 
|  | * include/c_std/cmath: Same. | 
|  | * include/c_std/ciso646: Same. | 
|  | * include/c_std/ctime: Same. | 
|  | * include/c_std/clocale: Same. | 
|  | * include/c_std/climits: Same. | 
|  | * include/c_std/cassert: Same. | 
|  | * include/c_std/csetjmp: Same. | 
|  | * include/c_std/cwchar: Same. | 
|  | * include/c_std/cfloat: Same. | 
|  | * include/c_std/cstring: Same. | 
|  | * include/c_std/cstddef: Same. | 
|  | * include/c_std/cwctype: Same. | 
|  | * include/profile/iterator_tracker.h: Same. | 
|  | * include/profile/impl/profiler_trace.h: Same. | 
|  | * include/ext/vstring.h: Same. | 
|  | * include/ext/algorithm: Same. | 
|  | * include/ext/pb_ds/detail/pat_trie_/pat_trie_.h.pp: Same. | 
|  | * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.h.pp: Same. | 
|  | * include/ext/pb_ds/detail/type_utils.hpp: Same. | 
|  | * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same | 
|  | * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same. | 
|  | * include/ext/rc_string_base.h: Same. | 
|  | * include/ext/stdio_sync_filebuf.h: Same. | 
|  | * include/ext/functional: Same. | 
|  | * include/ext/mt_allocator.h: Same. | 
|  | * include/bits/basic_ios.h: Same. | 
|  | * include/bits/stl_map.h: Same. | 
|  | * include/bits/stl_algobase.h: Same. | 
|  | * include/bits/stl_queue.h: Same. | 
|  | * include/bits/locale_classes.h: Same. | 
|  | * include/bits/stl_set.h: Same. | 
|  | * include/bits/locale_facets.h: Same. | 
|  | * include/bits/stl_stack.h: Same. | 
|  | * include/bits/stl_iterator_base_types.h: Same. | 
|  | * include/bits/basic_string.h: Same. | 
|  | * include/bits/stl_multimap.h: Same. | 
|  | * include/bits/ios_base.h: Same. | 
|  | * include/bits/stl_deque.h: Same. | 
|  | * include/bits/stl_multiset.h: Same. | 
|  | * include/bits/stl_iterator_base_funcs.h: Same. | 
|  | * include/bits/char_traits.h: Same. | 
|  | * include/bits/stl_algo.h: Same. | 
|  | * include/bits/stl_iterator.h: Same. | 
|  | * include/bits/stl_tempbuf.h: Same. | 
|  | * include/bits/random.tcc: Same. | 
|  | * include/bits/stl_function.h: Same. | 
|  | * include/bits/cpp_type_traits.h: Same. | 
|  | * include/bits/random.h: Same. | 
|  | * include/bits/allocator.h: Same. | 
|  | * include/bits/locale_facets_nonio.h: Same. | 
|  | * include/c_global/csignal: Same. | 
|  | * include/c_global/cstdlib: Same. | 
|  | * include/c_global/cstdio: Same. | 
|  | * include/c_global/cstdarg: Same. | 
|  | * include/c_global/cctype: Same. | 
|  | * include/c_global/cerrno: Same. | 
|  | * include/c_global/cmath: Same. | 
|  | * include/c_global/ciso646: Same. | 
|  | * include/c_global/ctime: Same. | 
|  | * include/c_global/clocale: Same. | 
|  | * include/c_global/climits: Same. | 
|  | * include/c_global/cassert: Same. | 
|  | * include/c_global/csetjmp: Same. | 
|  | * include/c_global/cwchar: Same. | 
|  | * include/c_global/cfloat: Same. | 
|  | * include/c_global/cstring: Same. | 
|  | * include/c_global/cstddef: Same. | 
|  | * include/c_global/cwctype: Same. | 
|  | * include/tr1/hypergeometric.tcc: Same. | 
|  | * include/tr1/random.tcc: Same. | 
|  | * include/tr1/functional: Same. | 
|  | * include/tr1/random.h: Same. | 
|  | * include/backward/auto_ptr.h: Same. | 
|  | * include/backward/binders.h: Same. | 
|  | * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: | 
|  | Adjust line numbers. | 
|  | * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same. | 
|  | * testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc: | 
|  | Same. | 
|  | * testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc: | 
|  | Same. | 
|  |  | 
|  | 2010-02-03  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | * include/std/condition_variable (condition_variable_any): Provide | 
|  | definitions for all members. | 
|  | * src/condition_variable.cc (condition_variable_any): Adjust | 
|  | definitions. | 
|  | * config/abi/pre/gnu.ver: Adjust exports for condition_variable_any. | 
|  | * testsuite/30_threads/condition_variable_any/cons/assign_neg.cc: | 
|  | Adjust dg-error line number. | 
|  | * testsuite/30_threads/condition_variable_any/cons/copy_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/30_threads/condition_variable_any/members/1.cc: New. | 
|  | * testsuite/30_threads/condition_variable_any/members/2.cc: New. | 
|  | * testsuite/30_threads/condition_variable_any/requirements/ | 
|  | standard_layout.cc: Remove. | 
|  | * testsuite/30_threads/condition_variable_any/native_handle/ | 
|  | typesizes.cc: Remove. | 
|  |  | 
|  | 2010-02-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/ext/vstring.h (__versa_string::shrink_to_fit): Fix | 
|  | for -fno-exceptions. | 
|  |  | 
|  | 2010-02-02  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/bits/allocator.h: Fix for -fno-exceptions. | 
|  | * include/bits/basic_string.h (basic_string::shrink_to_fit): Same. | 
|  |  | 
|  | 2010-02-02  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/30_threads/unique_future: Rename to /future. | 
|  |  | 
|  | 2010-02-01  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/42408 | 
|  | * include/bits/random.h (linear_congruential_engine<>:: | 
|  | linear_congruential_engine(seed_seq&), | 
|  | linear_congruential_engine<>::seed(seed_seq&), | 
|  | mersenne_twister<>::mersenne_twister(seed_seq&), | 
|  | mersenne_twister<>::seed(seed_seq&), | 
|  | subtract_with_carry_engine<>::subtract_with_carry_engine(seed_seq&), | 
|  | subtract_with_carry_engine<>::seed(seed_seq&), | 
|  | discard_block_engine<>::discard_block_engine(seed_seq&), | 
|  | discard_block_engine<>::seed(seed_seq&), | 
|  | independent_bits_engine<>::independent_bits_engine(seed_seq&), | 
|  | independent_bits_engine<>::seed(seed_seq&), | 
|  | shuffle_order_engine<>::shuffle_order_engine(seed_seq&), | 
|  | shuffle_order_engine<>::seed(seed_seq&)): Templatize. | 
|  | * include/bits/random.tcc: Adjust. | 
|  | * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ | 
|  | seed_seq.cc: New. | 
|  | * testsuite/26_numerics/random/mersenne_twister_engine/cons/ | 
|  | seed_seq.cc: Likewise. | 
|  | * testsuite/26_numerics/random/linear_congruential_engine/ | 
|  | cons/seed_seq.cc: Likewise. | 
|  |  | 
|  | 2010-02-01  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/forward_list.h (forward_list<>::resize(size_type), | 
|  | forward_list(size_type)): Only declare. | 
|  | * include/bits/forward_list.tcc (forward_list<>::resize(size_type), | 
|  | forward_list(size_type)): Define, don't assume CopyConstructible. | 
|  | * testsuite/23_containers/forward_list/cons/10.cc: New. | 
|  | * testsuite/23_containers/forward_list/modifiers/6.cc: Likewis. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line numbers. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | * include/bits/forward_list.h: Use _M_get_Node_allocator throughout. | 
|  |  | 
|  | 2010-01-31  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/23_containers/array/requirements/exception/ | 
|  | generation_prohibited.c: Remove, swap can indeed throw (DR 774). | 
|  |  | 
|  | * testsuite/util/exception/safety.h (insert_base<__versa_string>): Fix. | 
|  | * testsuite/util/testsuite_container_traits.h | 
|  | (traits<__versa_string>): Enable insert tests. | 
|  |  | 
|  | 2010-01-31  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/forward_list.h (forward_list<>::insert_after | 
|  | (const_iterator, size_type, const _Tp&), insert_after(const_iterator, | 
|  | _InputIterator, _InputIterator), insert_after(const_iterator, | 
|  | std::initializer_list<>)): Fix return type per N3000. | 
|  | * testsuite/23_containers/forward_list/ext_pointer/modifiers/2.cc: | 
|  | Adjust. | 
|  | * testsuite/23_containers/forward_list/modifiers/2.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Adjust dg-error line numbers. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-01-31  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | Revert last changes. Also revert, among the previous changes: | 
|  | * include/std/condition_variable (condition_variable_any:: | 
|  | wait<>(_Lock&)): Provide definition. | 
|  |  | 
|  | 2010-01-29  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/condition_variable (condition_variable_any:: | 
|  | __wait_until_impl): Add. | 
|  | (condition_variable_any::wait_until): Provide definitions. | 
|  | * testsuite/30_threads/condition_variable_any/members/2.cc: New. | 
|  | * testsuite/30_threads/condition_variable_any/cons/assign_neg.cc: | 
|  | Adjust dg-error line number. | 
|  | * testsuite/30_threads/condition_variable_any/cons/copy_neg.cc: | 
|  | Likewise. | 
|  |  | 
|  | * testsuite/30_threads/condition_variable/members/1.cc: Minor | 
|  | stylistic changes. | 
|  | * testsuite/30_threads/condition_variable/members/1.cc: Likewise. | 
|  |  | 
|  | 2010-01-29  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/condition_variable (enum class cv_status): Add and | 
|  | use it throughout, per N3000. | 
|  | (condition_variable_any::wait<>(_Lock&), wait<>(_Lock&, _Predicate), | 
|  | wait_until<>(_Lock&, const chrono::time_point<>&, _Predicate)): | 
|  | Provide definitions. | 
|  | * src/condition_variable.cc (condition_variable_any::notify_one, | 
|  | condition_variable_any::notify_all): Likewise. | 
|  | * config/abi/pre/gnu.ver: Export. | 
|  | * testsuite/30_threads/condition_variable_any/requirements/ | 
|  | typedefs.cc: New. | 
|  | * testsuite/30_threads/condition_variable_any/requirements/ | 
|  | standard_layout.cc: Likewise. | 
|  | * testsuite/30_threads/condition_variable/members/1.cc: Adjust. | 
|  | * testsuite/30_threads/condition_variable/members/2.cc: Likewise. | 
|  | * testsuite/30_threads/condition_variable/cons/assign_neg.cc: Adjust | 
|  | dg-error line numbers. | 
|  | * testsuite/30_threads/condition_variable/cons/copy_neg.cc: Likewise. | 
|  | * testsuite/30_threads/condition_variable_any/cons/assign_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/30_threads/condition_variable_any/cons/copy_neg.cc: | 
|  | Likewise. | 
|  |  | 
|  | 2010-01-28  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * include/bits/stl_algobase.h (struct __iter_base): Add. | 
|  | (__niter_base, __miter_base): Adjust, use the latter. | 
|  |  | 
|  | 2010-01-28  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/21_strings/basic_string/element_access/char/21674.cc: | 
|  | Extend xfail to all systems. | 
|  | * testsuite/21_strings/basic_string/element_access/wchar_T/21674.cc: | 
|  | Likewise. | 
|  | * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: | 
|  | Extend xfail to darwin10 systems. | 
|  |  | 
|  | 2010-01-27  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | PR c++/42346 | 
|  | * testsuite/23_containers/unordered_map/requirements/exception/: Remove | 
|  | -O1 workaround. | 
|  | * testsuite/23_containers/multimap/requirements/exception/: Same. | 
|  | * testsuite/23_containers/map/requirements/exception: Same. | 
|  |  | 
|  | 2010-01-27  Richard Guenther  <rguenther@suse.de> | 
|  |  | 
|  | PR libstdc++/42832 | 
|  | * include/std/functional (function<>::swap): Perform bytewise | 
|  | swap of _M_functor. | 
|  | * include/tr1/functional (function<>::swap): Likewise. | 
|  |  | 
|  | 2010-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com> | 
|  |  | 
|  | * config/abi/pre/gnu.ver: Avoid time_get pattern conflicts. | 
|  |  | 
|  | 2010-01-26  François Dumont  <francois.cppdevs@free.fr> | 
|  |  | 
|  | * doc/xml/manual/allocator.xml: Minor updates and fixes. | 
|  | * doc/xml/manual/containers.xml: Likewise. | 
|  | * doc/xml/manual/using.xml: Likewise. | 
|  | * doc/xml/manual/locale.xml: Likewise. | 
|  | * doc/xml/manual/appendix_contributing.xml: Likewise. | 
|  |  | 
|  | 2010-01-26  Daniel Frey  <d.frey@gmx.de> | 
|  |  | 
|  | * include/std/functional: Use enable_if instead of __enable_if | 
|  | throughout, do not include ext/type_traits.h. | 
|  | (is_placeholder, is_bind_expression): Use integral_constant. | 
|  |  | 
|  | 2010-01-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/util/testsuite_common_types.h (has_bitwise_operators): | 
|  | Avoid -Wall warnings. | 
|  |  | 
|  | 2010-01-25  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/22_locale/time_get/get_monthname/char/6.cc: Use an int | 
|  | as loop variable, to avoid -Wall warnings. | 
|  | * testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/char/6.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise. | 
|  |  | 
|  | * testsuite/20_util/reference_wrapper/24803.cc: Remove unused vars. | 
|  | * testsuite/20_util/reference_wrapper/invoke.cc: Likewise. | 
|  |  | 
|  | 2010-01-22  Daniel Frey  <d.frey@gmx.de> | 
|  |  | 
|  | * include/std/functional (_Index_tuple, _Build_index_tuple): | 
|  | Simplify and speed-up. | 
|  |  | 
|  | 2010-01-22  Joern Rennecke  <amylaar@spamcop.net> | 
|  |  | 
|  | PR libstdc++/36101, PR libstdc++/42813 | 
|  | * acinclude.m4 (enable_parallel): Test ${TARGET_CONFIGDIRS} instead of | 
|  | looking for omp.h. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/42201 | 
|  | * include/std/future: Update to latest WP. | 
|  | * src/functexcept.cc (__throw_future_error): Use make_error_code. | 
|  | * testsuite/30_threads/async/any.cc: New. | 
|  | * testsuite/30_threads/async/async.cc: New. | 
|  | * testsuite/30_threads/async/sync.cc: New. | 
|  | * testsuite/30_threads/packaged_task/cons/alloc.cc: New. | 
|  | * testsuite/30_threads/packaged_task/cons/assign_neg.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/cons/copy_neg.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/members/get_future.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/members/get_future2.cc: Likewise. | 
|  | * testsuite/30_threads/packaged_task/members/invoke.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/members/invoke2.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/members/invoke3.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/members/invoke4.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/members/reset.cc: Adjust. | 
|  | * testsuite/30_threads/packaged_task/members/reset2.cc: Adjust. | 
|  | * testsuite/30_threads/shared_future/cons/assign_neg.cc: Remove. | 
|  | * testsuite/30_threads/shared_future/cons/default_neg.cc: Remove. | 
|  | * testsuite/30_threads/shared_future/cons/default.cc: New. | 
|  | * testsuite/30_threads/shared_future/cons/assign.cc: New. | 
|  | * testsuite/30_threads/shared_future/cons/copy.cc: Adjust. | 
|  | * testsuite/30_threads/shared_future/cons/move.cc: Adjust. | 
|  | * testsuite/30_threads/shared_future/cons/move_assign.cc: New. | 
|  | * testsuite/30_threads/shared_future/members/is_ready.cc: Remove. | 
|  | * testsuite/30_threads/shared_future/members/has_value.cc: Remove. | 
|  | * testsuite/30_threads/shared_future/members/has_exception.cc: Remove. | 
|  | * testsuite/30_threads/shared_future/members/valid.cc: New. | 
|  | * testsuite/30_threads/unique_future/cons/default_neg.cc: Remove. | 
|  | * testsuite/30_threads/unique_future/cons/default.cc: New. | 
|  | * testsuite/30_threads/unique_future/cons/move_assign.cc: New. | 
|  | * testsuite/30_threads/unique_future/cons/assign_neg.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/cons/copy_neg.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/cons/move.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/requirements/ | 
|  | explicit_instantiation.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/members/is_ready.cc: Remove. | 
|  | * testsuite/30_threads/unique_future/members/has_value.cc: Remove. | 
|  | * testsuite/30_threads/unique_future/members/has_exception.cc: Remove. | 
|  | * testsuite/30_threads/unique_future/members/valid.cc: New. | 
|  | * testsuite/30_threads/unique_future/members/get.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/members/get2.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/members/wait.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/members/wait_for.cc: Adjust. | 
|  | * testsuite/30_threads/unique_future/members/wait_until.cc: Adjust. | 
|  | * testsuite/30_threads/headers/future/types_std_c++0x.cc: Adjust. | 
|  | * testsuite/30_threads/promise/cons/alloc.cc: New. | 
|  | * testsuite/30_threads/promise/cons/assign_neg.cc: Adjust. | 
|  | * testsuite/30_threads/promise/cons/copy_neg.cc: Adjust. | 
|  | * testsuite/30_threads/promise/cons/move.cc: Adjust. | 
|  | * testsuite/30_threads/promise/cons/move_assign.cc: Adjust. | 
|  | * testsuite/30_threads/promise/members/get_future.cc: Adjust. | 
|  | * testsuite/30_threads/promise/members/set_value.cc: Adjust. | 
|  | * testsuite/30_threads/promise/members/set_exception.cc: Adjust. | 
|  | * testsuite/30_threads/promise/members/set_exception2.cc: Adjust. | 
|  | * testsuite/30_threads/promise/members/set_value2.cc: Adjust. | 
|  | * testsuite/30_threads/promise/members/set_value3.cc: Adjust. | 
|  | * testsuite/30_threads/promise/members/swap.cc: Adjust. | 
|  |  | 
|  | 2010-01-20  Janis Johnson  <janis187@us.ibm.com> | 
|  | Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/21769 | 
|  | * testsuite/lib/dg-options.exp (add_options_for_no_pch): Add. | 
|  | * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: | 
|  | Use it. | 
|  |  | 
|  | 2010-01-19  Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | PR libstdc++/42712 | 
|  | * include/parallel/settings.h (_Settings): Add search_minimal_n. | 
|  | * include/parallel/algo.h (__search_switch): | 
|  | Add serial fallback for too small inputs. | 
|  | (__search_n_switch): Likewise.  Call serial fallback on higher level | 
|  | to gain special treatment for __count 0 or 1. | 
|  | * testsuite/25_algorithms/search_n/iterator.cc: | 
|  | Reenable full test depth for parallel mode. | 
|  |  | 
|  | 2010-01-18  Daniel Frey  <d.frey@gmx.de> | 
|  |  | 
|  | * include/std/functional (_Bind<_Functor(_Bound_args...)>:: | 
|  | operator()): "Pass" _Result to __call*. | 
|  | (_Bind<_Functor(_Bound_args...)>::__call*): Adjust, simplify. | 
|  |  | 
|  | 2010-01-18  Johannes Singler  <singler@kit.edu> | 
|  |  | 
|  | * include/parallel/base.h (__unary_negate): Correct comment. | 
|  |  | 
|  | 2010-01-16  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/std/functional (_Bind<_Functor(_Bound_args...)>::__call): | 
|  | Rename const version to __call_c and remove _Sfinae template | 
|  | parameter. | 
|  | (_Bind<_Functor(_Bound_args...)>::operator()): Adjust. | 
|  |  | 
|  | * include/std/functional: Pass everywhere temporary tuple<_Args...> | 
|  | arguments by rvalue reference. | 
|  |  | 
|  | * testsuite/20_util/bind/cv_quals.cc: New. | 
|  |  | 
|  | * testsuite/20_util/bind/ref2.cc: Add missing test variables. | 
|  |  | 
|  | 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | 
|  |  | 
|  | PR libstdc++/35942 | 
|  | * configure.ac: Remove -lstdc++ from libtool's postdeps_CXX. | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-01-15  Phil Muldoon  <pmuldoon@redhat.com> | 
|  |  | 
|  | * python/libstdcxx/v6/printers.py (StdStringPrinter.__init__): | 
|  | Remove encoding argument. | 
|  | (StdStringPrinter.to_string): Do not compute or pass encoding. | 
|  | Use lazy_string over string function. | 
|  |  | 
|  | 2010-01-14  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/c_std/cstring (memchr): Forward to the builtin. | 
|  | * include/c_std/cstring: Remove redundant casts; use names consistent | 
|  | with the letter of the Standard. | 
|  | * include/c_global/cstring: Likewise. | 
|  |  | 
|  | 2010-01-13  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * include/profile/iterator_tracker.h: Add copyright. | 
|  |  | 
|  | 2010-01-13  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/Makefile.am (check-debug): Add. | 
|  | * testsuite/Makefile.in: Regenerate. | 
|  | * config.h.in: Likewise. | 
|  |  | 
|  | 2010-01-12  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/17_intro/using_namespace_std_tr1_neg.cc: Do not run | 
|  | in parallel-mode. | 
|  | * testsuite/25_algorithms/inplace_merge/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/rotate/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/stable_partition/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/remove/moveable.c: Likewiwse. | 
|  | * testsuite/25_algorithms/random_shuffle/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/nth_element/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/partial_sort/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/next_permutation/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/partition/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/stable_sort/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/stable_sort/moveable2.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/sort/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/prev_permutation/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/unique/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/remove_if/moveable.cc: Likewiwse. | 
|  | * testsuite/25_algorithms/heap/moveable.cc: Likewiwse. | 
|  |  | 
|  | * testsuite/25_algorithms/search_n/iterator.cc: Reduce iteration # | 
|  | in parallel-mode. | 
|  |  | 
|  | 2010-01-12  Hans-Peter Nilsson  <hp@axis.com> | 
|  |  | 
|  | * testsuite/ext/profile/all.cc: Pass -D_GLIBCXX_PROFILE_NO_THREADS | 
|  | for non-tls_native targets. | 
|  |  | 
|  | 2010-01-12  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * scripts/run_doxygen: Correct nested scope on the man pages. | 
|  | * doc/xml/faq.xml: Edits, linkcheck, doxygen link reassociate. | 
|  | * doc/xml/manual/mt_allocator.xml: Same. | 
|  | * doc/xml/manual/allocator.xml: Same. | 
|  | * doc/xml/manual/codecvt.xml: Same. | 
|  | * doc/xml/manual/backwards_compatibility.xml: Same. | 
|  | * doc/xml/manual/concurrency.xml: Same. | 
|  | * doc/xml/manual/parallel_mode.xml: Same. | 
|  | * doc/xml/manual/io.xml: Same. | 
|  | * doc/xml/manual/support.xml: Same. | 
|  | * doc/xml/manual/evolution.xml: Same. | 
|  | * doc/xml/manual/using.xml: Same. | 
|  | * doc/xml/manual/extensions.xml: Same. | 
|  | * doc/xml/manual/appendix_contributing.xml: Same. | 
|  | * doc/xml/manual/prerequisites.xml: Same. | 
|  | * doc/xml/manual/diagnostics.xml: Same. | 
|  | * doc/xml/manual/spine.xml: Same. | 
|  | * doc/xml/manual/status_cxx200x.xml: Same. | 
|  | * doc/xml/manual/test.xml: Same. | 
|  | * doc/xml/spine.xml: Same. | 
|  | * doc/html/*: Regenerate. | 
|  |  | 
|  | * include/profile/impl/profiler.h: Remove duplicate markup. | 
|  |  | 
|  | 2010-01-12  Jonathan Wakely  <jwakely.gcc@gmail.com> | 
|  |  | 
|  | PR libstdc++/24803 | 
|  | PR libstdc++/35569 | 
|  | PR libstdc++/42593 | 
|  | * include/std/functional (bind): Forward rvalues and detect correct | 
|  | result type of bound function object. | 
|  | * include/std/mutex (call_once): Specify bind result type. | 
|  | * testsuite/20_util/reference_wrapper/invoke.cc: Remove invalid tests. | 
|  | * testsuite/20_util/reference_wrapper/24803.cc: Remove invalid tests | 
|  | and enable FIXME tests. | 
|  | * testsuite/20_util/bind/35569.cc: New. | 
|  | * testsuite/20_util/bind/ref2.cc: New. | 
|  | * testsuite/20_util/bind/38889.cc: New. | 
|  | * testsuite/20_util/bind/ref_neg.cc: New. | 
|  | * testsuite/20_util/bind/42593.cc: New. | 
|  |  | 
|  | 2010-01-11  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/parallel/base.h (decode2): Rename to __decode2. | 
|  | (binder2nd): Likewise to __binder2nd. | 
|  | * include/parallel/quicksort.h: Adjust callers. | 
|  | * include/parallel/balanced_quicksort.h: Likewise. | 
|  | * include/parallel/partition.h: Likewise. | 
|  | * include/parallel/queue.h: Likewise. | 
|  |  | 
|  | * include/parallel/algo.h: Qualify with std:: binder2nd use. | 
|  |  | 
|  | 2010-01-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/string (basic_string<>::basic_string(basic_string&&), | 
|  | operator=(basic_string&&), assign(basic_string&&)): Add. | 
|  |  | 
|  | * include/debug/string: Fully qualify initializer_list with std; fix | 
|  | _Allocator misspellings as _Alloc. | 
|  |  | 
|  | 2010-01-10  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/basic_string.h (basic_string<>:: | 
|  | basic_string(basic_string&&), operator=(basic_string&&), | 
|  | assign(basic_string&&)): Add. | 
|  | * config/abi/pre/gnu.ver: Export new symbols. | 
|  | * include/ext/vstring.h (__versa_string<>::assign(__versa_string&&)): | 
|  | Add. | 
|  | (operator=(__versa_string&&)): Don't call clear unnecessarily. | 
|  | * include/ext/rc_string_base.h (__rc_string_base<>:: | 
|  | __rc_string_base(__rc_string_base&&)): Simplify a tad. | 
|  | * testsuite/21_strings/basic_string/cons/char/moveable.cc: New. | 
|  | * testsuite/21_strings/basic_string/cons/wchar_t/moveable.cc: Likewise. | 
|  | * testsuite/ext/vstring/assign/move_assign.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/assign/char/move_assign.cc: | 
|  | Likewise. | 
|  | * testsuite/21_strings/basic_string/assign/wchar_t/move_assign.cc: | 
|  | Likewise. | 
|  |  | 
|  | * testsuite/ext/vstring/cons/moveable.cc: Fix comment nit. | 
|  |  | 
|  | 2010-01-10  Silvius Rus  <rus@google.com> | 
|  |  | 
|  | * configure.ac: Add detection of execinfo.h. | 
|  | * configure: Regenerate. | 
|  | * config.h.in: Likewise. | 
|  | * doc/xml/manual/profile_mode.xml: Add list_to_slist manual. | 
|  | Also, correct user interface mistakes. | 
|  | * include/Makefile.am: Add references to new include files. | 
|  | * include/Makefile.in: Regenerate. | 
|  | * include/backward/hash_map: Remove profile include. | 
|  | * include/backward/hash_set: Likewise. | 
|  | * include/profile/hashtable.h: Delete file. | 
|  | * include/profile/iterator_tracker.h: New file. | 
|  | * include/profile/vector: Add instrumentation for tracked iterator. | 
|  | * include/profile/list: Same. | 
|  | * include/profile/impl/profiler_list_to_slist.h: New file. | 
|  | * include/profile/impl/profiler_list_to_vector.h: Same. | 
|  | * include/profile/impl/profiler.h: Add list_to_slist and | 
|  | list_to_vector instrumentation hook interfaces.  Fixed broken | 
|  | diagnostic disabling mechanism. | 
|  | (_GLIBCXX_PROFILE_DEFINE_DATA,_GLIBCXX_PROFILE_DATA) New macros. | 
|  | (__reentrance_guard) Fix bug. | 
|  | * include/profile/impl/profiler_trace.h: Replace dummy templates | 
|  | with _GLIBCXX_PROFILE_DEFINE_DATA. | 
|  | * include/profile/impl/profiler_container_size.h: Same. | 
|  | * include/profile/impl/profiler_vector_size.h: Same. | 
|  | * include/profile/impl/profiler_hash_func.h: Same. | 
|  | * include/profile/impl/profiler_vector_to_list.h: Same. | 
|  | * include/profile/impl/profiler_map_to_unordered_map.h: Same. | 
|  | * include/profile/impl/profiler_hashtable_size.h: Same. | 
|  | * include/profile/impl/profiler_node.h: Same. | 
|  | * include/profile/impl/profiler_state.h: Same.  Also, remove | 
|  | class __state. Also, use __sync_val_compare_and_swap to set state. | 
|  |  | 
|  | 2010-01-09  H.J. Lu  <hongjiu.lu@intel.com> | 
|  |  | 
|  | PR other/42230 | 
|  | * testsuite/abi/pr42230.cc: New. | 
|  |  | 
|  | 2010-01-09  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/set.h: Revert last change, per DR 1204 [Ready]; | 
|  | mention the latter in comment. | 
|  | * include/debug/unordered_map: Likewise. | 
|  | * include/debug/multiset.h: Likewise. | 
|  | * include/debug/vector: Likewise. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/debug/deque: Likewise. | 
|  | * include/debug/map.h: Likewise. | 
|  | * include/debug/list: Likewise. | 
|  | * include/debug/multimap.h: Likewise. | 
|  | * include/tr1_impl/unordered_map: Likewise. | 
|  | * include/tr1_impl/unordered_set: Likewise. | 
|  | * include/profile/set.h: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/multiset.h: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  | * include/profile/vector: Likewise. | 
|  | * include/profile/deque: Likewise. | 
|  | * include/profile/map.h: Likewise. | 
|  | * include/profile/list: Likewise. | 
|  | * include/profile/multimap.h: Likewise. | 
|  | * include/ext/vstring.h: Likewise. | 
|  | * include/bits/stl_list.h: Likewise. | 
|  | * include/bits/stl_map.h: Likewise. | 
|  | * include/bits/stl_set.h: Likewise. | 
|  | * include/bits/stl_multimap.h: Likewise. | 
|  | * include/bits/stl_vector.h: Likewise. | 
|  | * include/bits/stl_deque.h: Likewise. | 
|  | * include/bits/stl_multiset.h: Likewise. | 
|  |  | 
|  | * include/bits/forward_list.h: Remove pre-existing check. | 
|  | * include/ext/vstring.h: Likewise. | 
|  |  | 
|  | * testsuite/ext/vstring/cons/self_move_assign.cc: Remove. | 
|  | * testsuite/23_containers/unordered_map/cons/self_move_assign.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/multimap/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/set/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/cons/ | 
|  | self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/cons/self_move_assign.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_set/cons/self_move_assign.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/deque/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/list/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/cons/ | 
|  | self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/map/cons/self_move_assign.cc: Likewise. | 
|  |  | 
|  | * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: | 
|  | Adjust dg-error line numbers. | 
|  | * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | assign_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | insert_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-01-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/set.h: Protect move assignment operator vs self | 
|  | assignment. | 
|  | * include/debug/unordered_map: Likewise. | 
|  | * include/debug/multiset.h: Likewise. | 
|  | * include/debug/vector: Likewise. | 
|  | * include/debug/unordered_set: Likewise. | 
|  | * include/debug/deque: Likewise. | 
|  | * include/debug/map.h: Likewise. | 
|  | * include/debug/list: Likewise. | 
|  | * include/debug/multimap.h: Likewise. | 
|  | * include/tr1_impl/unordered_map: Likewise. | 
|  | * include/tr1_impl/unordered_set: Likewise. | 
|  | * include/profile/set.h: Likewise. | 
|  | * include/profile/unordered_map: Likewise. | 
|  | * include/profile/multiset.h: Likewise. | 
|  | * include/profile/unordered_set: Likewise. | 
|  | * include/profile/vector: Likewise. | 
|  | * include/profile/deque: Likewise. | 
|  | * include/profile/map.h: Likewise. | 
|  | * include/profile/list: Likewise. | 
|  | * include/profile/multimap.h: Likewise. | 
|  | * include/ext/vstring.h: Likewise. | 
|  | * include/bits/stl_list.h: Likewise. | 
|  | * include/bits/stl_map.h: Likewise. | 
|  | * include/bits/stl_set.h: Likewise. | 
|  | * include/bits/stl_multimap.h: Likewise. | 
|  | * include/bits/stl_vector.h: Likewise. | 
|  | * include/bits/stl_deque.h: Likewise. | 
|  | * include/bits/stl_multiset.h: Likewise. | 
|  | * include/ext/vstring.h: Use clear(). | 
|  | * testsuite/ext/vstring/cons/self_move_assign.cc: New. | 
|  | * testsuite/23_containers/unordered_map/cons/self_move_assign.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/multimap/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/set/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multimap/cons/ | 
|  | self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/forward_list/cons/self_move_assign.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/unordered_set/cons/self_move_assign.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/deque/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/list/cons/self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_multiset/cons/ | 
|  | self_move_assign.cc: Likewise. | 
|  | * testsuite/23_containers/map/cons/self_move_assign.cc: Likewise. | 
|  |  | 
|  | * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: | 
|  | Adjust dg-error line numbers. | 
|  | * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/list/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | * testsuite/ext/vstring/moveable.cc: Move to... | 
|  | * testsuite/ext/vstring/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/unordered_map/moveable.cc: Move to... | 
|  | * testsuite/23_containers/unordered_map/cons/moveable.cc ... here. | 
|  | * testsuite/23_containers/multimap/moveable.cc: Move to... | 
|  | * testsuite/23_containers/multimap/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/set/moveable.cc: Move to... | 
|  | * testsuite/23_containers/set/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/unordered_multimap/moveable.cc: Move to... | 
|  | * testsuite/23_containers/unordered_multimap/cons/moveable.cc: | 
|  | ... here. | 
|  | * testsuite/23_containers/forward_list/moveable.cc: Move to... | 
|  | * testsuite/23_containers/forward_list/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/unordered_set/moveable.cc Move to... | 
|  | * testsuite/23_containers/unordered_set/moveable.cc: ... here. | 
|  | * testsuite/23_containers/vector/cons/moveable.cc Move to... | 
|  | * testsuite/23_containers/vector/cons/moveable2.cc: ... this. | 
|  | * testsuite/23_containers/deque/cons/moveable.cc Move to... | 
|  | * testsuite/23_containers/deque/cons/moveable2.cc: ... this. | 
|  | * testsuite/23_containers/multiset/moveable.cc Move to... | 
|  | * testsuite/23_containers/multiset/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/list/moveable.h Move to... | 
|  | * testsuite/23_containers/list/cons/moveable.h: ... here. | 
|  | * testsuite/23_containers/list/moveable.cc Move to... | 
|  | * testsuite/23_containers/list/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/unordered_multiset/moveable.cc Move to... | 
|  | * testsuite/23_containers/unordered_multiset/cons/moveable.cc: | 
|  | ... here. | 
|  | * testsuite/23_containers/map/moveable.cc Move to... | 
|  | * testsuite/23_containers/map/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/vector/moveable.cc: Move to... | 
|  | * testsuite/23_containers/vector/cons/moveable.cc: ... here. | 
|  | * testsuite/23_containers/deque/moveable.cc: Move to... | 
|  | * testsuite/23_containers/deque/cons/moveable.cc: ... here. | 
|  |  | 
|  | 2010-01-08  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/42573 | 
|  | * include/bits/allocator.h (struct __shrink_to_fit): Add. | 
|  | * include/bits/stl_deque.h (deque<>::shrink_to_fit): Add. | 
|  | * include/bits/stl_vector.h (vector<>::shrink_to_fit): Likewise. | 
|  | * include/bits/stl_bvector.h (vector<bool>::shrink_to_fit): Likewise. | 
|  | * include/bits/basic_string.h (basic_string<>::shrink_to_fit): | 
|  | Likewise. | 
|  | * include/ext/vstring.h (__versa_string<>::shrink_to_fit): Likewise. | 
|  | * include/debug/deque: Add corresponding using declaration. | 
|  | * include/debug/vector: Likewise. | 
|  | * include/debug/string: Likewise. | 
|  | * include/profile/deque: Likewise. | 
|  | * include/profile/vector: Likewise. | 
|  | * config/abi/pre/gnu.ver: Export new symbols. | 
|  | * testsuite/23_containers/deque/capacity/shrink_to_fit.cc: New. | 
|  | * testsuite/23_containers/vector/capacity/shrink_to_fit.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/capacity/char/shrink_to_fit.cc: | 
|  | Likewise. | 
|  | * testsuite/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc: | 
|  | Likewise. | 
|  | * testsuite/ext/vstring/capacity/shrink_to_fit.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: | 
|  | Adjust dg-error line number. | 
|  | * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/deque/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: | 
|  | Adjust dg-error line number. | 
|  | * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_1_neg.cc: Likewise. | 
|  | * testsuite/23_containers/vector/requirements/dr438/ | 
|  | constructor_2_neg.cc: Likewise. | 
|  |  | 
|  | 2010-01-07  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/manual/evolution.xml: Fix typos, update. | 
|  |  | 
|  | 2010-01-07  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/locale_facets_nonio.tcc (time_put<>::do_put): Avoid | 
|  | pointless __builtin_alloca use. | 
|  |  | 
|  | 2010-01-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/26701 | 
|  | * include/bits/locale_facets_nonio.tcc (time_get<>::_M_extract_num): | 
|  | Encode short two digits over four parsings to negative numbers. | 
|  | (time_get<>::_M_extract_via_format): Adjust, accept both two digits | 
|  | and four digits for both 'y' and 'Y'. | 
|  | (time_get<>::do_get_year): Call time_get<>::_M_extract_num. | 
|  | * doc/xml/manual/prerequisites.xml: Add en_GB. | 
|  | * testsuite/lib/libstdc++.exp: Adjust | 
|  | * testsuite/22_locale/time_get/get_date/char/26701.cc: New. | 
|  | * testsuite/22_locale/time_get/get_date/wchar_t/26701.cc: Likewise. | 
|  |  | 
|  | 2010-01-06  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | PR libstdc++/42491 | 
|  | * scripts/check_performance (CXX): Add -std=gnu++0x. | 
|  | * testsuite/performance/30_threads/future/polling.cc: Mark up as | 
|  | using threads. | 
|  |  | 
|  | 2010-01-06  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: | 
|  | Add dg-require-namedlocale. | 
|  |  | 
|  | 2010-01-05  Benjamin Kosnik  <bkoz@redhat.com> | 
|  |  | 
|  | * doc/xml/manual/evolution.xml: Update for 4.4 and 4.5 releases. | 
|  | * doc/html: Regenerate. | 
|  |  | 
|  | 2010-01-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | PR libstdc++/38081 | 
|  | * include/bits/locale_facets_nonio.h (time_get<>:: | 
|  | _M_extract_wday_or_month): New, declare. | 
|  | * include/bits/locale_facets_nonio.tcc (time_get<>:: | 
|  | _M_extract_wday_or_month): Define. | 
|  | (time_get<>::do_get_weekday, time_get<>::do_get_monthname): Use it. | 
|  | * config/abi/pre/gnu.ver: Export new symbols. | 
|  | * doc/xml/manual/prerequisites.xml: Add ru_RU.UTF-8 and | 
|  | ru_RU.ISO-8859-5. | 
|  | * testsuite/lib/libstdc++.exp: Adjust. | 
|  | * testsuite/22_locale/time_get/get_weekday/char/38081-1.cc: New. | 
|  | * testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise. | 
|  |  | 
|  | 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE> | 
|  |  | 
|  | * configure: Regenerate. | 
|  |  | 
|  | 2010-01-05  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/22_locale/time_get/get_monthname/char/6.cc: New. | 
|  | * testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/char/6.cc: Likewise. | 
|  | * testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc: Likewise. | 
|  |  | 
|  | 2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/list: Implement DR 1133 here too. | 
|  |  | 
|  | * testsuite/25_algorithms/set_intersection/34730.cc: Do not force | 
|  | debug-mode, leads to spurious failures in profile-mode. | 
|  | * testsuite/25_algorithms/upper_bound/33613.cc: Likewise. | 
|  | * testsuite/25_algorithms/lower_bound/33613.cc: Likewise. | 
|  | * testsuite/25_algorithms/set_difference/35541.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/40160.cc: Likewise. | 
|  | * testsuite/26_numerics/random/uniform_real_distribution/ | 
|  | cons/parms_neg.cc: Likewise. | 
|  | * testsuite/26_numerics/random/uniform_int_distribution/ | 
|  | cons/parms_neg.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_map/requirements/debug_mode.cc: | 
|  | Likewise. | 
|  | * testsuite/23_containers/multimap/14340.cc: Likewise. | 
|  | * testsuite/23_containers/bitset/18604.cc: Likewise. | 
|  | * testsuite/23_containers/set/14340.cc: Likewise. | 
|  | * testsuite/23_containers/set/18604.cc: Likewise. | 
|  | * testsuite/23_containers/unordered_set/requirements/ | 
|  | debug_mode.cc: Likewise. | 
|  | * testsuite/23_containers/vector/ | 
|  | debug_mode_requires_reallocation-1.cc: Likewise. | 
|  | * testsuite/23_containers/vector/ | 
|  | debug_mode_requires_reallocation-2.cc: Likewise. | 
|  | * testsuite/23_containers/vector/14340.cc: Likewise. | 
|  | * testsuite/23_containers/vector/15523.cc: Likewise. | 
|  | * testsuite/23_containers/vector/18604.cc: Likewise. | 
|  | * testsuite/23_containers/deque/14340.cc: Likewise. | 
|  | * testsuite/23_containers/deque/18604.cc: Likewise. | 
|  | * testsuite/23_containers/multiset/14340.cc: Likewise. | 
|  | * testsuite/23_containers/list/operations/35969.cc: Likewise. | 
|  | * testsuite/23_containers/list/14340.cc: Likewise. | 
|  | * testsuite/23_containers/list/18604.cc: Likewise. | 
|  | * testsuite/23_containers/map/14340.cc: Likewise. | 
|  | * testsuite/23_containers/map/18604.cc: Likewise. | 
|  | * testsuite/tr1/5_numerical_facilities/random/uniform_int/ | 
|  | cons/range_neg.cc: Likewise. | 
|  |  | 
|  | * testsuite/23_containers/unordered_map/requirements/ | 
|  | explicit_instantiation/2.cc: Do not instantiate for | 
|  | non-defaultconstructible mapped_type. | 
|  |  | 
|  | 2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/debug/set.h: Implement DR 130 here too. | 
|  | * include/debug/multiset.h: Likewise. | 
|  | * include/debug/map.h: Likewise. | 
|  | * include/debug/multimap.h: Likewise. | 
|  | * include/profile/set.h: Implement DR 130 fully. | 
|  | * include/profile/multiset.h: Likewise. | 
|  | * include/profile/map.h: Likewise. | 
|  | * include/profile/multimap.h: Likewise. | 
|  | * include/debug/list: Implement DR 1133 here too. | 
|  | * include/ext/pb_ds/detail/debug_map_base.hpp: Comment out for | 
|  | now uses of __gnu_cxx::throw_allocator. | 
|  | * testsuite/21_strings/basic_string/40160.cc: Don't pass | 
|  | explicitly -D_GLIBCXX_DEBUG, doesn't play well with profile-mode | 
|  | testing. | 
|  |  | 
|  | 2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/profile/bitset (bitset<>::bitset(unsigned long long)): Add | 
|  | in C++0x mode. | 
|  | * include/debug/bitset (bitset<>::bitset(unsigned long long)): | 
|  | Likewise. | 
|  |  | 
|  | 2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/tr1_impl/hashtable (_Hashtable<>): Remove insert_return_type | 
|  | typedef. | 
|  | * include/profile/unordered_map (unordered_map<>::insert(const | 
|  | value_type&), unordered_multimap<>::insert(const value_type&)): Adjust. | 
|  | * include/profile/unordered_set (unordered_set<>::insert(const | 
|  | value_type&), unordered_multimap<>::insert(const value_type&)): | 
|  | Likewise. | 
|  |  | 
|  | 2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * include/bits/stl_pair.h (pair<>::pair(_U1&&, const _T2&), | 
|  | pair<>::pair(const _T1&, _U2&&), pair<>::pair(_U1&&, _U2&&)): | 
|  | Use std::is_constructible instead of std::is_convertible. | 
|  |  | 
|  | 2010-01-01  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | Revert last change, reinstantiate basic_string and vstring tests. | 
|  |  | 
|  | 2010-01-01  Paolo Carlini  <paolo.carlini@oracle.com> | 
|  |  | 
|  | * testsuite/21_strings/basic_string/requirements/exception/ | 
|  | propagation_consistent.cc: Remove, cannot instantiate basic_string | 
|  | for non-PODs (21/1). | 
|  | * testsuite/21_strings/basic_string/requirements/exception/ | 
|  | basic.cc: Likewise. | 
|  | * testsuite/21_strings/basic_string/requirements/exception/ | 
|  | generation_prohibited.cc: Likewise. | 
|  | * testsuite/ext/vstring/requirements/exception/ | 
|  | propagation_consistent.cc: Likewise. | 
|  | * testsuite/ext/vstring/requirements/exception/basic.cc: | 
|  | Likewise. | 
|  | * testsuite/ext/vstring/requirements/exception/ | 
|  | generation_prohibited.cc: Likewise. | 
|  |  | 
|  | Copyright (C) 2010 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. |