X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=b47dea271a4e0de562c133662a9ff7eff3b3809c;hp=8f7853171987917057d0fc296d0e015dc38226e2;hb=09c759aaf6da911aa1a44898d2b84121991bced9;hpb=0a37a4e5f1aee6fe7dbcdf176928579ffe2e1948 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8f785317198..b47dea271a4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,118 @@ +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.