X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=a47ca80492a582da04337f5c5e5c306ece72e1d3;hp=53ae0f99221bd1bbfa9eb44f8b09185a89fa5272;hb=be52f08613679c8dd577f1658eaa5a1338b09d6b;hpb=30e4c5ca4fa3fe403d26916573824a763c9147db diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 53ae0f99221..a47ca80492a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,319 @@ +2010-05-06 Rainer Orth + + * configure.host: Removed irix[1-6], irix[1-5].*, irix6.[0-4]* + support. + * config/os/irix/irix5.2: Removed. + +2010-05-05 Paolo Carlini + + * 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 + + * 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 + + Fix profile-mode vs -std=c++0x + * include/profile/impl/profiler_trace.h: Do not include the + whole , include (additionally + to ). + (__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 + + 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 + + * doc/xml/faq.xml: Fix anachronisms. + * doc/xml/manual/intro.xml (Make): Tweak grammar and whitespace. + * doc/xml/manual/support.xml (NULL): Use inline element + instead of block. + * doc/html/*: Regenerate. + +2010-04-30 Paolo Carlini + + * 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 . + * 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 + + PR libstdc++/43865 + * include/c_global/cstdlib (abort, exit): _GLIBCXX_NORETURN typo. + +2010-04-27 Jonathan Wakely + + * doc/xml/manual/status_cxx200x.xml: Update quick_exit status. + * doc/html/*: Regenerate. + +2010-04-27 Fabien Chêne + + * 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 + + * 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 + + * doc/xml/manual/status_cxx200x.xml: Update to match n3092. + * doc/html/*: Regenerate. + +2010-04-25 Jonathan Wakely + + * doc/xml/manual/status_cxx200x.xml: Update Threads status. + * doc/html/manual/status.html: Regenerate. + +2010-04-24 Jonathan Wakely + + * 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 + + * 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 + + * 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 + + * 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 + + * configure.host (os_include_dir): Removed solaris2.7 support. + * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Likewise. + * configure: Regenerate. + +2010-04-06 Matthias Klose + + * 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 + + * include/bits/basic_string.h: Fix pasto in comment. + * include/ext/vstring.h: Likewise. + +2010-04-02 Ralf Wildenhues + + * 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 + + * 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 + + * 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 + + PR target/43458 + * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: + Xfail hppa*-*-hpux*. + +2010-03-26 Rainer Orth + + * 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 + + * 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 + Pablo Halpern + Paolo Carlini + + * include/bits/hashtable_policy.h (struct _Equality_base): Add. + * include/bits/hashtable.h (_Hashtable<>): Derive from the latter. + +2010-03-23 Paolo Carlini + + * 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 + + * 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 + + * include/bits/stl_algobase.h (lower_bound(_ForwardIterator, + _ForwardIterator, const _Tp&, _Compare)): Move... + * include/bits/stl_algo.h: ... here. + +2010-03-22 Johannes Singler + + * 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 + + * 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 + + * 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 + + * testsuite/17_intro/freestanding.cc: Avoid -Wall warnings. + +2010-03-19 Rodolfo Lima + + * 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 + + * include/bits/random.tcc: Minor formatting changes. + +2010-03-19 Paolo Carlini + + * 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 + + * 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 . + * 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 * doc/xml/manual/debug_mode.xml: Correct debug headers.