1 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4 * configure.host (irix6.5*): Add -lpthread to OPT_LDFLAGS.
6 2012-01-14 Jonathan Wakely <jwakely.gcc@gmail.com>
8 * include/bits/stl_iterator.h (reverse_iterator): Doxygen comments.
10 2012-01-13 François Dumont <fdumont@gcc.gnu.org>
12 * include/bits/hashtable_policy.h (_Hash_node_base): New, use it as
14 (_Hash_node<Value, true>, _Hash_node<Value, false>): ... those.
15 * include/bits/hashtable.h (_Hashtable): Replace _M_begin_bucket_index
16 by _M_before_begin. Review implementation so that we do not need to
17 look for previous non-empty bucket when inserting nodes.
19 2012-01-09 Kai Tietz <ktietz@redhat.com>
21 PR libstc++/51673 part 2
22 * config/abi/pre/gnu-versioned-namespace.ver: Adjusted new/delete
23 operators signature for LLP64 size_t, and adjusted signatures for
24 mt-allocator using size_t.
26 2012-01-09 Benjamin Kosnik <bkoz@redhat.com>
28 PR libstc++/51673 part 1
29 * config/abi/pre/gnu-versioned-namespace.ver: Sync cxxabi symbols
32 2012-01-09 Benjamin Kosnik <bkoz@redhat.com>
34 * fragment.am (WARN_CXXFLAGS): Add -Wabi.
35 * Makefile.in: Regenerate.
36 * doc/Makefile.in: Same.
37 * include/Makefile.in: Same.
38 * libsupc++/Makefile.in: Same.
39 * src/Makefile.in: Same.
40 * testsuite/Makefile.in: Same.
41 * po/Makefile.in: Same.
42 * python/Makefile.in: Same.
44 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
46 * python/libstdcxx/v6/printers.py (StdForwardListPrinter): Add.
47 * testsuite/libstdc++-prettyprinters/cxx11.cc: New.
49 2012-01-06 Jason Merrill <jason@redhat.com>
51 * testsuite/abi/demangle/regression/cw-16.cc (main): Adjust
54 2012-01-06 Jonathan Wakely <jwakely.gcc@gmail.com>
57 * doc/xml/manual/debug.xml: Suggest using symbol interposition
58 to override symbols using annotation macros.
60 2012-01-05 François Dumont <fdumont@gcc.gnu.org>
62 * include/bits/hashtable_policy.h (_Hashtable_base<>::_M_eq()):
63 protected rather than private, use it...
64 * include/bits/hashtable.h (_Hashtable<>::key_eq()): ... here.
65 * testsuite/23_containers/unordered_set/observers.cc: New.
66 * testsuite/23_containers/unordered_multiset/observers.cc: New.
67 * testsuite/23_containers/unordered_map/observers.cc: New.
68 * testsuite/23_containers/unordered_multimap/observers.cc: New.
70 2012-01-03 François Dumont <fdumont@gcc.gnu.org>
72 * include/bits/hashtable_policy.h (_Ebo_helper<>): Rename to the more
73 specific _Hashtable_ebo_helper. Hide this implementation detail thanks
74 to private inheritance.
76 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
79 * testsuite/23_containers/map/element_access/39901.cc: New.