OSDN Git Service

2010-04-27 Jonathan Wakely <jwakely.gcc@gmail.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 93ddc33..3c4b8db 100644 (file)
@@ -1,85 +1,3 @@
-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
 
 2010-04-27  Alexander Monakov  <amonakov@ispras.ru>
 
-       * testsuite/22_locale/codecvt/unshift/char/1.cc (test01): Clarify size
+       * testsuite/22_locale/codecvt/unshift/char/1.c (test01): Clarify size
        definition.  Use memcpy and memcmp to avoid access beyond allocated
        memory.