X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=0a368002dec102be0127c9203efb839094d3bbac;hp=57295dfd86fa0f4e9bb146796b12864eb0c680e6;hb=1418b8048d8388fbb548ab9d8318b0379e0eb6d4;hpb=dee74d2ba3c045ae57d2be35f6e3a0be61e5434a diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 57295dfd86f..0a368002dec 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,904 @@ +2011-03-21 Rainer Orth + + * testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on + sparc*-sun-solaris2.10 && lp64. + +2011-03-19 Paolo Carlini + + * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename + to check_v3_target_cmath. + * testsuite/lib/dg-options.exp (dg-require-c99_math): Rename + to dg-require-cmath. + * testsuite/26_numerics/random/binomial_distribution/ + operators/values.cc: Adjust. + +2011-03-18 Diego Novillo + + * testsuite/decimal/mixed-mode-arith_neg.cc: Rename from + mixed-mode_neg.cc + * testsuite/decimal/mixed-mode-cmp_neg.cc: Factor out of + mixed-mode-arith_neg.cc + +2011-03-18 Paolo Carlini + + * testsuite/util/testsuite_random.h: New. + * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Add. + * testsuite/lib/dg-options.exp (dg-require-c99_math): Likewise. + * testsuite/26_numerics/random/bernoulli_distribution/ + operators/values.cc: New. + * testsuite/26_numerics/random/binomial_distribution/ + operators/values.cc: Likewise. + * testsuite/26_numerics/random/geometric_distribution/ + operators/values.cc: Likewise. + +2011-03-16 Benjamin Kosnik + + * config/abi/pre/gnu.ver: Add base destructors for stdexcept classes. + * testsuite/19_diagnostics/stdexcept.cc: New. + +2011-03-15 Benjamin Kosnik + + * include/std/thread: Revert. + * src/thread.cc: Same. + * config/abi/pre/gnu.ver: Same. + +2011-03-15 Doug Kwan + + PR libstdc++/48123 + * include/Makefile.am (install-freestanding-headers): Install + cpu_defines.h + * include/Makefile.in: Regenerate. + +2011-03-15 Benjamin Kosnik + + * config/abi/pre/gnu.ver: Make nested_exception exports super clear. + Move bad_function_call exports from CXXABI_1.3.5 to GLIBCXX_3.4.15. + +2011-03-14 Benjamin Kosnik + + PR libstdc++/48130 + * src/future.cc: Guard definitions. + * libsupc++/nested_exception.cc: Same. + +2011-03-14 Benjamin Kosnik + + * src/Makefile.am: Add functional.cc, shared_ptr.cc. + * src/Makefile.in: Regenerate. + * libsupc++/Makefile.am: Add nested_exception.cc. + * libsupc++/Makefile.in: Regenerate. + * src/system_error.cc: Add ctor and dtor definitions for error_category. + * src/functional.cc: New. Add dtor definition for bad_function_call. + * src/stdexcept.cc: Add dtor definitions for domain_error, + invalid_argument, length_error, out_of_range, range_error, + overflow_error, underflow_error. + * src/future.cc: Add dtor definition for __future_base::_Result_base. + * src/shared_ptr.cc: New. Add dtor definition for bad_weak_ptr. + * src/thread.cc: Add dtor for thread::_Impl_base. + * include/std/system_error: Adjust. + * include/std/stdexcept: Same. + * include/std/future: Same. + * include/std/functional: Same. + * include/std/thread: Same. + * include/bits/shared_ptr_base.h: Same. + * libsupc++/nested_exception.cc: New. Add dtor for nested_exception. + * libsupc++/nested_exception.h: Adjust. + * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers. + * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same. + * config/abi/pre/gnu.ver: Add new exports. + +2011-03-14 Benjamin Kosnik + + * include/bits/regex_compiler.h: Nest namespace versioning. + * include/bits/regex_grep_matcher.tcc: Same. + * include/bits/regex_grep_matcher.h: Same. + * include/bits/regex_cursor.h: Same. + * include/bits/regex_nfa.h: Same. + * include/bits/regex_nfa.tcc: Same. + + * include/bits/regex_grep_matcher.h: Version forward declarations. + * include/bits/c++config: Add namespace association for __regex. + * include/bits/regex.h: Make sub_match consistent. + +2011-03-14 Rainer Orth + + * doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN + equivalents. + * doc/html/manual/abi.html: Regenerate. + +2011-03-14 Tom Tromey + + * python/libstdcxx/v6/printers.py (_use_gdb_pp): New global. + Try to import `gdb.printing' module. + (UniquePointerPrinter.__init__): Add 'typename' argument. + (StdSlistPrinter.__init__): Likewise. + (StdSlistIteratorPrinter.__init__): Likewise. + (StdVectorIteratorPrinter.__init__): Likewise. + (StdRbtreeIteratorPrinter.__init__): Likewise. + (StdDebugIteratorPrinter.__init__): Likewise. + (StdDequeIteratorPrinter.__init__): Likewise. + (StdStringPrinter.__init__): Likewise. + (RxPrinter, Printer): New class. + (libstdcxx_printer): New global. + (register_libstdcxx_printers): Rewrite. + (build_libstdcxx_dictionary): Rewrite. + (pretty_printers_dict): Remove. + +2011-03-14 Andrey Zholos + + PR libstdc++/48114 + * include/bits/random.h (geometric_distribution): Correct formula + in comment, per C++0x. + (geometric_distribution<>::param_type::param_type(double)): Fix check. + (geometric_distribution<>::param_type::_M_initialize): + Store log(1 - p). + * include/bits/random.tcc (geometric_distribution<>::operator()): + Fix computation. + (binomial_distribution<>::operator()): Likewise. + +2011-03-09 Paolo Carlini + + * testsuite/util/testsuite_rvalref.h: Minor tweaks. + +2011-03-09 Jonathan Wakely + Chris Jefferson + Paolo Carlini + + * testsuite/util/testsuite_rvalref.h (rvalstruct_compare_by_value): + New. + * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc: + Likewise. + * testsuite/25_algorithms/partial_sort/check_compare_by_value: + Likewise. + * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc: + Likewise. + * testsuite/25_algorithms/sort/check_compare_by_value: Likewise. + +2011-03-09 Chris Jefferson + + PR libstdc++/48038 + * include/bits/stl_algo.h (__merge_backward): Rename to + __move_merge_backward and change to always move rather than copy. + (__move_merge): New function similar to std::merge except values + are moved instead of copied. + (__merge_adaptive, __merge_sort_loop): Change from using std::merge + and __merge_backward to __move_merge and __move_merge_backward. + +2011-03-07 Jason Merrill + + * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust + expected errors. + +2011-03-07 Benjamin Kosnik + Matthias Klose + Jonathan Wakely + + PR libstdc++/47145 + * acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Define. + * configure.ac: Use it. + * doc/Makefile.am (XSL_STYLE_DIR): Set at configure time. + * configure: Regenerate. + * doc/Makefile.in: Regenerate. + +2011-03-04 Benjamin Kosnik + + * src/Makefile.am (inst_sources): Make source instantion files + conditional. + (XTEMPLATE_FLAGS): Make -fno-implicit-templates conditional. + * src/Makefile.in: Regenerate. + * src/valarray-inst.cc: Move to.. + * src/valarray.cc: ...this. + * acinclude.m4 (GLIBCXX_ENABLE_EXTERN_TEMPLATE]): Define. + * configure.ac (GLIBCXX_ENABLE_EXTERN_TEMPLATE): Use it. + * configure: Regenerate. + * include/Makefile.am (stamp-extern-template): Add. + * include/Makefile.in: Regenerate. + + * doc/xml/manual/configure.xml: Document --enable-extern-template. + + * include/bits/locale_classes.tcc: Adjust comment. + * include/bits/locale_facets.tcc: Same. + * include/bits/basic_ios.tcc: Same. + * include/bits/istream.tcc: Same. + * include/bits/codecvt.h: Same. + * include/bits/ostream.tcc: Same. + * include/bits/sstream.tcc: Same. + * include/bits/c++config: Same. + * include/bits/basic_string.tcc: Same. + * include/bits/ostream_insert.h: Same. + * include/bits/locale_facets_nonio.tcc: Same. + * include/bits/streambuf.tcc: Same. + * include/bits/allocator.h: Same. + * include/bits/fstream.tcc: Same. + + * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers. + +2011-03-02 Benjamin Kosnik + + * testsuite/Makefile.am: Make clean fixups. + * testsuite/Makefile.in: Regenerate. + +2011-03-02 Marc Glisse + + * include/std/ratio (ratio_less): Add comments. + +2011-03-02 Marc Glisse + + PR libstdc++/47913 + * include/std/ratio (ratio_add): Avoid denominator overflow. + * testsuite/20_util/ratio/operations/47913.cc: New. + +2011-02-28 Benjamin Kosnik + + * testsuite/20_util/hash/chi2_quality.cc: Use C++0x mode on simulators. + * testsuite/20_util/hash/quality.cc: Same. + +2011-02-28 Paolo Carlini + + PR libstdc++/47921 + * include/std/streambuf (basic_streambuf<>::__safe_gbump, + __safe_pbump): Add. + * include/bits/streambuf.tcc (basic_streambuf<>::xgetn, + xputn): Use the latter. + * include/bits/streambuf_iterator.h: Likewise. + * src/strstream.cc: Likewise. + * src/streambuf.cc: Likewise. + * src/compatibility.cc: Likewise. + * src/istream.cc: Likewise. + * include/bits/fstream.tcc (basic_filebuf<>::xsgetn): Use setg + instead of gbump. + * include/std/sstream (basic_stringbuf<>::_M_pbump): Add. + * include/bits/sstream.tcc (basic_stringbuf<>::seekoff, + seekpos, _M_sync): Use setg, setp, and _M_pbump. + * config/abi/pre/gnu.ver: Tweak. + +2011-02-28 Paolo Carlini + + * testsuite/20_util/ratio/comparisons/comp3.cc: New. + +2011-02-28 Marc Glisse + + PR libstdc++/42622 + * include/std/ratio (ratio_less): Reimplement to never overflow. + * testsuite/20_util/ratio/comparisons/comp2.cc: Extend. + +2011-02-24 Benjamin Kosnik + + * testsuite/18_support/type_info/fundamental.cc: New. + + * testsuite/Makefile.am: Make clean fixups. + * testsuite/Makefile.in: Regenerate. + +2011-02-19 François Dumont + + * include/debug/string (basic_string::insert): Add iterator check and + pass normal iterator to normal insert. + * include/debug/macros.h (__glibcxx_check_heap, + __glibcxx_check_heap_pred): Remove __glibcxx_check_valid_range, + already done. + +2011-02-17 Paolo Carlini + + PR libstdc++/47776 + * testsuite/ext/vstring/hash/char/1.cc: Fix. + * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise. + +2011-02-17 Jonathan Wakely + + * include/bits/regex.h (basic_regex::traits_type): Add typedef. + (basic_regex::basic_regex(basic_regex&&)): Add noexcept. + (basic_regex::operator=(basic_regex&&)): Likewise. + (basic_regex::assign(basic_regex&&)): Likewise. + (operator==(sub_match,...)): Implement DR 1181. + (match_results::match_results(match_results&&)): Define. + (match_results::operator=(const match_results&)): Fix parameter type. + (match_results::operator=(match_results&&)): Define. + +2011-02-17 Jonathan Wakely + + PR libstdc++/47724 + * include/bits/regex_compiler.h (_Scanner::_M_advance): Do not treat + line anchors as metacharacters. + * testsuite/28_regex/basic_regex/ctors/47724.cc: New. + +2011-02-16 Paolo Carlini + + PR libstdc++/47773 + * include/ext/vstring.h (hash<__gnu_cxx::__vstring>, + hash<__gnu_cxx::__wvstring>, hash<__gnu_cxx::__u16vstring>, + hash<__gnu_cxx::__u32vstring>): Add. + * testsuite/ext/vstring/hash/char/1.cc: New. + * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise. + +2011-02-16 Jonathan Wakely + + * include/bits/regex.h (match_results::format): Use char_traits. + +2011-02-16 Benjamin Kosnik + + * include/std/atomic: Remove atomic_address, uplift to N3225. + * include/bits/atomic_0.h: Same. + * include/bits/atomic_2.h: Same. + * include/bits/atomic_base.h: Same. + * testsuite/29_atomics/atomic_address/*: Delete. + +2011-02-14 Jonathan Wakely + + * include/bits/regex.h (sub_match::sub_match): Add. + (match_results::ready): Add. + (match_results::empty): Adjust. + (match_results::length): Add missing dereference. + (match_results::operator[],prefix,suffix): Add debug mode checks. + (match_results::cend): Re-use end(). + (match_results::format): Adjust signatures. + (operator==(match_results,match_results)): Implement. + * include/bits/regex_compiler.h (_Scanner_base): Use constexpr. + * include/bits/regex_constants.h (syntax_option_type): Likewise. + * include/bits/regex_grep_matcher.h: Fix comment typo. + (_SpecializedResults::_SpecializedResults): Simplify. + * include/bits/regex_cursor.h: Fix comment typo. + * include/bits/regex_nfa.h: Likewise. + * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc: + Fix error code, remove xfail. + * testsuite/28_regex/basic_regex/ctors/extended/ + string_range_01_02_03.cc: Likewise. + +2011-02-14 Jonathan Wakely + + * include/bits/regex_compiler.h: Remove unnecessary bind() calls. + * include/bits/regex_nfa.h: Remove unnecessary base classes. + +2011-02-13 Ralf Wildenhues + + * configure: Regenerate. + +2011-02-12 Paolo Carlini + + PR libstdc++/47709 + * include/ext/algorithm (is_heap): In C++0x mode import from + namespace std. + * testsuite/ext/is_heap/47709.cc: New. + +2011-02-12 Jakub Jelinek + Jonathan Wakely + + PR libstdc++/47662 + * testsuite/17_intro/headers/c++200x/operator_names.cc: New. + * testsuite/17_intro/headers/c++1998/operator_names.cc: Add comment. + +2011-02-12 Paolo Carlini + + * include/tr1/cmath (fabs): Define. + * include/tr1/complex (acos, asin, atan): Avoid duplicate definitions + in C++0x mode. + +2011-02-12 Jonathan Wakely + + * testsuite/tr1/headers/c++200x/complex.cc: New. + +2011-02-11 Johannes Singler + + PR libstdc++/47433 + * include/parallel/losertree.h + (_LoserTreeUnguarded<>::__delete_min_insert): + Add missing "using std::swap;", as for other variants. + +2011-02-10 Benjamin Kosnik + + * src/Makefile.am (sources): Add regex.cc. + * src/Makefile.in: Regenerate. + * src/regex.cc: New. + * include/bits/regex_error.h (error_type): Use constexpr. + (regex_error): Move ctor and dtor out of line. + + * testsuite/28_regex/03_requirements: To... + * testsuite/28_regex/requirements: ... this. + * testsuite/28_regex/04_header: To... + * testsuite/28_regex/headers: ... this. + * testsuite/28_regex/05_constants: To... + * testsuite/28_regex/constants: ... this. + * testsuite/28_regex/06_exception_type: To... + * testsuite/28_regex/regex_error: ... this. + * testsuite/28_regex/07_traits: To... + * testsuite/28_regex/traits: ... this. + * testsuite/28_regex/08_basic_regex: To... + * testsuite/28_regex/basic_regex: ... this. + * testsuite/28_regex/09_sub_match: To... + * testsuite/28_regex/sub_match: ... this. + * testsuite/28_regex/10_match_results: To... + * testsuite/28_regex/match_results: ... this. + * testsuite/28_regex/11_algorithms: To... + * testsuite/28_regex/algorithms: ... this. + * testsuite/28_regex/12_iterators: To... + * testsuite/28_regex/iterators: ... this. + +2011-02-10 Jonathan Wakely + + PR libstdc++/47662 + * include/bits/c++config: Do not use alternative token. + * testsuite/17_intro/headers/c++1998/operator_names.cc: New. + +2011-02-10 Jonathan Wakely + + * src/future.cc (future_error_category::message): Handle no_state. + +2011-02-10 Paolo Carlini + + * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Do + not test in C++0x mode. + * testsuite/23_containers/map/modifiers/erase/47628.cc: Likewise. + * testsuite/20_util/headers/utility/synopsis.cc: Tweak to work + in C++0x mode too. + +2011-02-10 Jonathan Wakely + + * doc/xml/manual/status_cxx200x.xml: Update. + * doc/html/*: Regenerate. + +2011-02-10 Jonathan Wakely + + * doc/xml/manual/debug.xml: Improve data race docs. + +2011-02-09 Paolo Carlini + + PR libstdc++/47668 + * include/debug/map.h (map): Remove unnecessary using-declaration. + * include/debug/multimap.h (multimap): Likewise. + * include/profile/map.h (map): Likewise. + * include/profile/multimap.h (multimap): Likewise. + +2011-02-09 Jonathan Wakely + + PR libstdc++/43863 + * libsupc++/guard.cc (recursive_init_error::~recursive_init_error): + Move to ... + * libsupc++/guard_error.cc: ... new file. + * libsupc++/Makefile.am: Update. + * libsupc++/Makefile.in: Regenerate. + +2011-02-09 Jonathan Wakely + + * include/std/future (packaged_task::operator bool): Rename to... + (packaged_task::valid): ...this. + * testsuite/30_threads/packaged_task/cons/1.cc: Adjust. + * testsuite/30_threads/packaged_task/cons/2.cc: Adjust. + * testsuite/30_threads/packaged_task/cons/move.cc: Adjust. + * testsuite/30_threads/packaged_task/cons/move_assign.cc: Adjust. + * testsuite/30_threads/packaged_task/cons/alloc.cc: Adjust. + * testsuite/30_threads/packaged_task/members/invoke.cc: Adjust. + * testsuite/30_threads/packaged_task/members/reset.cc: Adjust. + * testsuite/30_threads/packaged_task/members/reset2.cc: Adjust. + * testsuite/30_threads/packaged_task/members/swap.cc: Adjust. + * testsuite/30_threads/packaged_task/members/boolconv.cc: Remove. + * testsuite/30_threads/packaged_task/members/valid.cc: Add. + +2011-02-09 Paolo Carlini + + * doc/xml/manual/io.xml: Fix typo. + * doc/html/manual/streambufs.html: Likewise. + +2011-02-09 Paolo Carlini + + * config/abi/pre/gnu.ver: Fix. + +2011-02-08 Benjamin Kosnik + + * doc/xml/manual/appendix_porting.xml: Add doc section. + * doc/xml/manual/appendix_contributing.xml: Split out doc bits to... + * doc/xml/manual/documentation_hacking.xml: ...here. + + * doc/xml/manual/debug_mode.xml: Adjust. + * doc/xml/manual/prerequisites.xml: Adjust. + * doc/Makefile.am (xml_sources): Add dot files, + documentation_hacking.xml. + * doc/Makefile.in: Regenerate. + + * doc/xml/manual/build_hacking.xml: Use absolute paths for images. + * doc/xml/images/confdeps.pdf: Add. + + * doc/html/*: Regenerate. + +2011-02-08 Jonathan Wakely + + * doc/xml/gnu/fdl-1.2.xml: Remove. + * doc/xml/gnu/gpl-2.0.xml: Remove. + * doc/Makefile.am: Update. + * doc/Makefile.in: Regenerate. + +2011-02-07 Paolo Carlini + + PR libstdc++/47628 + * include/bits/stl_tree.h (_Rb_tree::erase(iterator), erase(iterator, + iterator)): Add back in C++03 mode. + * testsuite/23_containers/map/modifiers/erase/47628.cc: New. + * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Likewise. + +2011-02-07 Benjamin Kosnik + + PR libstdc++/47560 try two + * config/os/hpux/os_defines.h: Guard for C++. + +2011-02-07 Gerald Pfeifer + + * doc/xml/faq.xml: Adjust link to bug database. + Remove old item on broken header files. + +2011-02-04 Benjamin Kosnik + + * include/bits/regex_error.h (__throw_regex_error): Not inline. + * src/functexcept.cc: Add definition. + * config/abi/pre/gnu.ver: Export. + +2011-02-04 Ralf Corsépius + + * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*. + * configure: Regenerate. + +2011-02-01 Paolo Carlini + + PR libstdc++/46914 + * include/bits/atomic_0.h (_ATOMIC_STORE_, _ATOMIC_MODIFY_, + _ATOMIC_CMPEXCHNG_): Rename __v -> __w, and __m -> __n, to + avoid name conflicts. + +2011-02-01 Benjamin Kosnik + + PR libstdc++/47560 + * config/os/hpux/os_defines.h: Remove use of macros on namespace. + +2011-02-01 Benjamin Kosnik + + * scripts/run_doxygen: Allow doxygen 1.7.0 again. + * doc/doxygen/user.cfg.in (PDF_HYPERLINKS): Re-enable. + (COMPACT_LATEX): Enable. + + * include/profile/impl/profiler_container_size.h: Adjust doxygen markup. + * include/profile/impl/profiler_hash_func.h: Same. + * include/bits/hashtable.h: Same. + * include/backward/auto_ptr.h: Same. + * include/backward/strstream: Same. + * include/backward/backward_warning.h: Same. + * include/backward/binders.h: Same. + +2011-02-01 Gerald Pfeifer + + * doc/xml/manual/debug.xml: Use GDB instead of gdb. + Adjust link to GDB manual. + +2011-01-31 Benjamin Kosnik + + * include/bits/c++config (_GLIBCXX_DEPRECATED): To + _GLIBCXX_USE_DEPRECATED. + (_GLIBCXX_DEPRECATED_ATTR): To _GLIBCXX_DEPRECATED. + * doc/xml/manual/using.xml: Same. + * include/std/memory: Same. + * include/std/streambuf: Same. + * include/bits/shared_ptr.h: Same. + * include/bits/unique_ptr.h: Same. + * include/bits/shared_ptr_base.h: Same. + * include/bits/stl_function.h: Same. + * include/tr1/shared_ptr.h: Same. + * include/backward/auto_ptr.h: Same. + * include/backward/binders.h: Same. + +2011-01-31 Paolo Carlini + + * doc/html/ext/lwg-active.html: Update to Revision D73. + * doc/html/ext/lwg-closed.html: Likewise. + * doc/html/ext/lwg-defects.html: Likewise. + * doc/xml/manual/intro.xml: Update status of issues 408, 539, 865. + +2011-01-30 Benjamin Kosnik + + PR libstdc++/36104 part four + * include/bits/c++config (_GLIBCXX_STD): Remove. + (_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C. + (_GLIBCXX_P): Now _GLIBCXX_STD_A. + (_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL, + _GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove. + (_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL, + _GLIBCXX_INLINE_PROFILE): Remove. + (_GLIBCXX_BEGIN_NAMESPACE(X)): Remove. + (_GLIBCXX_END_NAMESPACE): Remove. + (_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove. + (_GLIBCXX_END_NESTED_NAMESPACE): Remove. + (_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add. + (_GLIBCXX_END_NAMESPACE_ALGO): Add. + (_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add. + (_GLIBCXX_END_NAMESPACE_CONTAINER): Add. + (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add. + (_GLIBCXX_END_NAMESPACE_VERSION): Add. + (_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL. + (_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL. + (_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY. + * include/*: Use new macros for namespace scope. + * config/*: Same. + * src/*: Same. + + * src/Makefile.am (sources): Remove debug_list.cc, add + compatibility-debug_list-2.cc. + (parallel_sources): Remove parallel_list.cc, add + compatibility-parallel_list-2.cc. + (compatibility-parallel_list-2.[o,lo]): New rule. + * src/Makefile.in: Regenerate. + * src/debug_list.cc: Remove. + * src/parallel_list.cc: Remove. + * src/compatibility-list-2.cc: New. + * src/compatibility-debug_list-2.cc: New. + * src/compatibility-parallel_list-2.cc: New. + + * doc/doxygen/user.cfg.in: Adjust macros. + + * testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros. + * testsuite/20_util/declval/requirements/1_neg.cc: Same. + * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same. + * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same. + * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same. + * testsuite/20_util/forward/c_neg.cc: Same. + * testsuite/20_util/forward/f_neg.cc: Same. + * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same. + * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same. + * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same. + * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same. + * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same. + * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same. + * testsuite/23_containers/deque/requirements/dr438/assign_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. + * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same. + * testsuite/23_containers/forward_list/capacity/1.cc: Same. + * testsuite/23_containers/forward_list/requirements/dr438/ + assign_neg.cc: Same. + * testsuite/23_containers/forward_list/requirements/dr438/ + constructor_1_neg.cc: Same. + * testsuite/23_containers/forward_list/requirements/dr438/ + constructor_2_neg.cc: Same. + * testsuite/23_containers/forward_list/requirements/dr438/ + insert_neg.cc: Same. + * testsuite/23_containers/list/capacity/29134.cc: Same. + * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same. + * testsuite/23_containers/list/requirements/dr438/ + constructor_1_neg.cc: Same. + * testsuite/23_containers/list/requirements/dr438/ + constructor_2_neg.cc: Same. + * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same. + * testsuite/23_containers/vector/bool/capacity/29134.cc: Same. + * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same. + * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same. + * testsuite/23_containers/vector/requirements/dr438/ + constructor_1_neg.cc: Same. + * testsuite/23_containers/vector/requirements/dr438/ + constructor_2_neg.cc: Same. + * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same. + * testsuite/25_algorithms/sort/35588.cc: Same. + * testsuite/27_io/ios_base/cons/assign_neg.cc: Same. + * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. + * testsuite/ext/profile/mutex_extensions_neg.cc: Same. + * testsuite/ext/profile/profiler_algos.cc: Same. + * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same. + * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same. + * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same. + * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same. + * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same. + +2011-01-30 Gerald Pfeifer + + * doc/xml/manual/abi.xml: Adjust link to C++ ABI specification. + Improve description of one such reference. + +2011-01-30 Gerald Pfeifer + + * doc/xml/manual/codecvt.xml: Fix link to The Austin Common + Standards Revision Group. + * doc/xml/manual/locale.xml: Ditto. + * doc/xml/manual/messages.xml: Ditto. + * doc/xml/manual/using_exceptions.xml: Ditto. + +2011-01-28 Paolo Carlini + + * include/bits/atomic_base.h: Do not include . + (kill_dependency): Uglify ret. + +2011-01-26 Johannes Singler + + * include/parallel/numeric (inner_product, partial_sum): + Qualify subsequent call with __gnu_parallel instead of + _GLIBCXX_STD_P to reenable parallel execution without ambiguity. + * 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. + * testsuite/25_algorithms/headers/algorithm/ + parallel_algorithm_mixed1.cc (main): Add respective test cases. + * testsuite/25_algorithms/headers/algorithm/ + parallel_algorithm_mixed2.cc (main): Likewise. + * testsuite/26_numerics/headers/numeric/ + parallel_numeric_mixed1.cc (main): Likewise. + * testsuite/26_numerics/headers/numeric/ + parallel_numeric_mixed2.cc (main): Likewise. + +2011-01-24 Graham Reed + + PR libstdc++/47387 + * config/os/aix/ctype_inline.h (ctype::is): Use _M_table if + provided. + +2011-01-24 Johannes Singler + + PR libstdc++/47433 + * include/parallel/losertree.h + (_LoserTree<>::__delete_min_insert): + Do not qualify swap with std:: for value type, + but include a using directive instead. + (_LoserTreeUnguarded<>::__delete_min_insert): Likewise. + * include/parallel/balanced_quicksort.h (__qsb_divide): + Use std::iter_swap instead of std::swap. + (__qsb_local_sort_with_helping): Likewise. + * include/parallel/partition.h (__parallel_partition): + Likewise. (__parallel_nth_element): Likewise. + +2011-01-24 Johannes Singler + + PR libstdc++/47437 + * include/parallel/multiway_merge.h (_UnguardedIterator): + Remove useless "mutable" from reference declaration. + +2011-01-21 Benjamin Kosnik + + * include/bits/c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. + * include/debug/safe_sequence.h: Same. + * include/debug/safe_iterator.h: Same. + * include/std/forward_list: Same. + * include/std/deque: Same. + * include/std/list: Same. + * include/std/random: Same. + * include/std/streambuf: Same. + * include/std/fstream: Same. + * include/std/istream: Same. + * include/std/string: Same. + * include/std/ostream: Same. + * include/std/sstream: Same. + * include/ext/vstring.h: Same. + * include/bits/basic_ios.h: Same. + * include/bits/locale_classes.h: Same. + * include/bits/locale_facets.h: Same. + * include/bits/valarray_array.h: Same. + * include/bits/locale_facets_nonio.h: Same. + * include/tr1/random: Same. + +2011-01-20 Jonathan Wakely + + * doc/xml/manual/diagnostics.xml: Replace note about C++0x concepts. + +2011-01-20 Benjamin Kosnik + + PR libstdc++/36104 part three + * src/hashtable_c++0x.cc: Adjust namespace macros. + * testsuite/util/testsuite_rvalref.h: Don't forward declare hash. + * config/abi/pre/gnu-versioned-namespace.ver: Update. + +2011-01-20 Benjamin Kosnik + + * include/ext/pb_ds/detail/resize_policy/ + hash_load_check_resize_trigger_imp.hpp: Adjust assert condition. + * include/ext/pb_ds/detail/pat_trie_/ + constructors_destructor_fn_imps.hpp: Same. + * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Format. + * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same. + * include/ext/pb_ds/detail/debug_map_base.hpp: Use never_adjustor. + + * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Adjust + iterations downward when testing in debug mode. + * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same. + * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same. + * testsuite/ext/pb_ds/regression/hash_no_data_map_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/ext/pb_ds/example/hash_illegal_resize.cc: Use SIZE, + reduce in debug mode. + +2011-01-19 Benjamin Kosnik + + PR libstdc++/36104 part two + * include/bits/hashtable.h: Revert to non-nested macro usage. + * include/bits/hashtable_policy.h: Same. + +2011-01-19 Graham Reed + + PR libstdc++/47354 + * src/bitmap_allocator.cc (free_list::_M_get): Lock mutex. + +2011-01-18 Benjamin Kosnik + + * doc/xml/images/confdeps.png: Regenerate. + + * include/std/chrono (duration): Mark copy constructor constexpr. + * testsuite/20_util/duration/cons/constexpr.cc: Add test. + +2011-01-18 Paolo Carlini + + * include/bits/unique_ptr.h (default_delete<>::default_delete()): + Declare defaulted per DR 1517. + * testsuite/util/testsuite_common_types.h + (constexpr_defaulted_default_constructible): Add. + * testsuite/20_util/default_delete/cons/constexpr.cc: Use it. + +2011-01-17 Paolo Carlini + + * include/bits/stl_queue.h (queue<>::swap, priority_queue<>::swap): + Implement DR 1198. + * include/bits/stl_stack.h (stack<>::swap): Likewise. + +2011-01-16 Paolo Carlini + + PR libstdc++/47323 + * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc: + Only test wregex when _GLIBCXX_USE_WCHAR_T is defined. + +2011-01-16 Paolo Carlini + + PR libstdc++/47320 + * testsuite/18_support/numeric_limits/lowest.cc: + Only test wchar_t when _GLIBCXX_USE_WCHAR_T is defined. + +2011-01-16 Paolo Carlini + + PR libstdc++/47321 + * testsuite/21_strings/basic_string/requirements/typedefs.cc: + Only test std::wstring when _GLIBCXX_USE_WCHAR_T is defined. + +2011-01-16 François Dumont + + * testsuite/23_containers/forward_list/debug/erase_after1_neg.cc: Move + to this. Use _neg suffix. + * testsuite/23_containers/forward_list/debug/erase_after1.cc: ...from + this. + * testsuite/23_containers/forward_list/debug/erase_after2_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after2.cc: Same. + * testsuite/23_containers/forward_list/debug/erase_after3_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after3.cc: Same. + * testsuite/23_containers/forward_list/debug/erase_after4_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after4.cc: Same. + * testsuite/23_containers/forward_list/debug/erase_after5_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after5.cc: Same. + * testsuite/23_containers/forward_list/debug/erase_after6_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after6.cc: Same. + * testsuite/23_containers/forward_list/debug/erase_after7_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after7.cc: Same. + * testsuite/23_containers/forward_list/debug/erase_after8_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after8.cc: Same. + * testsuite/23_containers/forward_list/debug/erase_after9_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/erase_after9.cc: Same. + * testsuite/23_containers/forward_list/debug/insert_after1_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/insert_after1.cc: Same. + * testsuite/23_containers/forward_list/debug/insert_after2_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/insert_after2.cc: Same. + * testsuite/23_containers/forward_list/debug/insert_after3_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/insert_after3.cc: Same. + * testsuite/23_containers/forward_list/debug/splice_after1_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/splice_after1.cc: Same. + * testsuite/23_containers/forward_list/debug/splice_after2_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/splice_after2.cc: Same. + * testsuite/23_containers/forward_list/debug/splice_after3_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/splice_after3.cc: Same. + * testsuite/23_containers/forward_list/debug/splice_after4_neg.cc: + Same. + * testsuite/23_containers/forward_list/debug/splice_after4.cc: Same. + 2011-01-14 Benjamin Kosnik PR libstdc++/36104