* config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
[official-gcc.git] / libstdc++-v3 / ChangeLog
blob5c87cb2108311c1abf2afd27963e253e69ef0f3d
1 2006-11-19  Paolo Carlini  <pcarlini@suse.de>
3         * include/tr1/functional (hash(long long), hash(unsigned long long)):
4         Add specializations.
6 2006-11-18  Joseph Myers  <joseph@codesourcery.com>
8         * config/cpu/powerpc/atomic_word.h (_GLIBCXX_WRITE_MEM_BARRIER):
9         Use plain sync if __NO_LWSYNC__.
11 2006-11-14  Joseph Myers  <joseph@codesourcery.com>
13         * testsuite/26_numerics/complex/13450.cc: Do not test long double
14         in IBM long double case.
16 2006-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
18         * configure: Regenerated.
20 2006-11-13  Joseph Myers  <joseph@codesourcery.com>
22         * libsupc++/eh_globals.cc (__cxxabiv1::__cxa_get_globals):
23         Initialize propagatingExceptions if __ARM_EABI_UNWINDER__.
24         * libsupc++/eh_personality.cc (empty_exception_spec): Define
25         separately in __ARM_EABI_UNWINDER__ case.
27 2006-11-13  Joseph Myers  <joseph@codesourcery.com>
29         * libsupc++/typeinfo (__GXX_TYPEINFO_EQUALITY_INLINE): Define.
30         Use instead of __GXX_MERGED_TYPEINFO_NAMES to condition inline
31         definitions.
32         * libsupc++/tinfo.cc (operator==): Condition on
33         __GXX_TYPEINFO_EQUALITY_INLINE; check __GXX_MERGED_TYPEINFO_NAMES
34         to determine algorithm.
35         * libsupc++/tinfo2.cc (type_info::before): Likewise.
37 2006-11-12  Paolo Carlini  <pcarlini@suse.de>
39         * include/ext/bitmap_allocator.h: Uglify some names.
40         * include/ext/concurrence.h: Likewise.
41         * src/bitmap_allocator.cc: Likewise.
43 2006-11-11  Paolo Carlini  <pcarlini@suse.de>
45         PR libstdc++/29496
46         * include/debug/safe_base.h (_Safe_sequence_base::_M_get_mutex,
47         _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
48         New.
49         * src/debug.cc: Define the latter.
50         (_Safe_sequence_base::_M_detach_all, _M_detach_singular,
51         _M_revalidate_singular, _M_swap): Use the mutex.
52         (_Safe_iterator_base::_M_attach, _M_detach): Adjust, forward to the
53         *_single version.
54         * include/debug/safe_iterator.h (_Safe_iterator<>::_M_attach_single,
55         _M_invalidate_single): New.
56         * include/debug/safe_iterator.tcc: Define.
57         (_Safe_iterator<>::_M_invalidate): Adjust, forward to
58         _M_invalidate_single.
59         * include/debug/safe_sequence.h (_Safe_sequence<>::_M_invalidate_if,
60         _M_transfer_iter): Use the mutex, adjust, forward to the *_single
61         versions of _M_invalidate and _M_attach.
62         * config/abi/pre/gnu.ver (_Safe_sequence_base::_M_get_mutex,
63         _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
64         Add @GLIBCXX_3.4.10; adjust.
65         * configure.ac (libtool_VERSION): To 6:10:0.
66         * testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.10.
67         * configure: Regenerate.
69 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
71         * config/locale/gnu/c_locale.cc (__convert_to_v): Prefer
72         strtold_l over __strtold_l if available.
74 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
76         PR libstdc++/29722
77         * include/ext/concurrence.h (concurrence_lock_error): New.
78         (concurrence_unlock_error): New.
79         (__throw_concurrence_lock_error): New.
80         (__throw_concurrence_unlock_error): New.
81         (__mutex): Use functions.
82         (__recursive_mutex): Same.
83         * testsuite/abi/cxx_runtime_only_linkage.cc: New.
85         * include/ext/pb_ds/exception.hpp: Keep exception classes defined
86         even when -fno-exceptions is passed, consistent with other usage.
87         
88 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
90         * include/ext/pb_ds/exception.hpp (pb_ds): Modify for -fno-exceptions.
91         (__throw_container_error): New. Conditionalize based on __EXCEPTIONS.
92         (__throw_insert_error): New.
93         (__throw_join_error): New.
94         (__throw_resize_error): New.
95         * include/ext/pb_ds/detail/resize_policy/
96         hash_prime_size_policy_imp.hpp: Use them.
97         * include/ext/pb_ds/detail/resize_policy/
98         hash_exponential_size_policy_imp.hpp: Same.
99         * include/ext/pb_ds/detail/resize_policy/
100         hash_load_check_resize_trigger_imp.hpp: Same.
101         * include/ext/pb_ds/detail/resize_policy/
102         hash_standard_resize_policy_imp.hpp: Same.
103         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
104         * include/ext/pb_ds/detail/cc_hash_table_map_/
105         constructor_destructor_fn_imps.hpp: Same.
106         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
107         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
108         * include/ext/pb_ds/detail/pat_trie_/
109         constructors_destructor_fn_imps.hpp: Same.
110         * include/ext/pb_ds/detail/bin_search_tree_/
111         constructors_destructor_fn_imps.hpp: Same.
112         * include/ext/pb_ds/detail/bin_search_tree_/
113         split_join_fn_imps.hpp: Same.
114         * include/ext/pb_ds/detail/gp_hash_table_map_/
115         insert_no_store_hash_fn_imps.hpp: Same.
116         * include/ext/pb_ds/detail/gp_hash_table_map_/
117         resize_store_hash_fn_imps.hpp: Same.
118         * include/ext/pb_ds/detail/gp_hash_table_map_/
119         insert_store_hash_fn_imps.hpp: Same.
120         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
121         * include/ext/pb_ds/detail/gp_hash_table_map_/
122         constructor_destructor_fn_imps.hpp: Same.
123         * include/ext/pb_ds/detail/gp_hash_table_map_/
124         resize_no_store_hash_fn_imps.hpp: Same.
125         * include/ext/pb_ds/detail/binary_heap_/
126         constructors_destructor_fn_imps.hpp: Same.
127         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
128         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
129         constructors_destructor_fn_imps.hpp: Same.
130         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
131         * include/ext/pb_ds/detail/list_update_map_/
132         constructor_destructor_fn_imps.hpp: Same.
133         * include/ext/pb_ds/exception.hpp: Same.        
134         * src/functexcept.cc: Qualify abort with std.
136 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
138         * include/ext/pb_ds/exception.hpp: Add translation support to
139         exception strings.
140         * include/ext/concurrence.h: Same.
141         * include/tr1/array: Same.
143 2006-11-05  Paolo Carlini  <pcarlini@suse.de>
145         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 45.
146         * docs/html/ext/lwg-closed.html: Add.
147         * docs/html/ext/howto.html: Adjust.
149 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
151         * include/tr1/utility (tuple_size<std::pair<> >::value): Provide
152         definition.
154 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
156         * include/tr1/tuple_iterate.h (tuple_size<tuple<> >::value): Provide
157         definition.
158         * include/tr1/functional (is_bind_expression<>::value,
159         is_placeholder<>::value, + various partial specializations): Likewise.
160         * include/tr1/array (tuple_size<array<> >::value): Likewise.
162 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
164         * testsuite/tr1/6_containers/array/capacity/max_size.cc: Actually
165         do test max_size().
167 2006-10-30  Joseph Myers  <joseph@codesourcery.com>
169         * testsuite/config/default.exp (${tool}_target_compile): Use
170         v3_target_compile.
172 2006-10-29  Paolo Carlini  <pcarlini@suse.de>
174         * src/debug.cc (_Safe_sequence_base::_M_revalidate_singular): Fix
175         pasto, advance __iter only once per iteration.
177 2006-10-29  Paolo Carlini  <pcarlini@suse.de>
178         
179         PR libstdc++/29520
180         * include/tr1/random (geometric_distribution<>::
181         operator()(_UniformRandomNumberGenerator&)): Only declare.
182         * include/tr1/random.tcc (geometric_distribution<>::
183         operator()(_UniformRandomNumberGenerator&),
184         poisson_distribution<>::operator()(_UniformRandomNumberGenerator&),
185         binomial_distribution<>::operator()(_UniformRandomNumberGenerator&)):
186         Reject candidate floating point values not convertible to the
187         result_type.
189 2006-10-28  Paolo Carlini  <pcarlini@suse.de>
190         
191         * include/tr1/array (array<>::_M_at): New.
192         (array<>::at): Fix off-by-one bug, use the above.
193         * testsuite/tr1/6_containers/array/element_access/
194         at_out_of_range.cc: Adjust.
196         * include/tr1/array (class array<>): Remove non-conforming default
197         for the second parameter.
198         * include/ext/array_allocator.h: Adjust.
200         * include/tr1/array (array<>::front, array<>::back): Do not return
201         a reference to memory not belonging to the array when _Nm == 0.
203 2006-10-17  Paolo Carlini  <pcarlini@suse.de>
205         * include/bits/locale_facets.tcc (money_get<>::__do_get(iter_type,
206         iter_type, bool, ios_base&, ios_base::iostate&, double&),
207         money_get<>::do_get(iter_type, iter_type, bool, ios_base&,
208         ios_base::iostate&, long double&), money_get<>::do_get(iter_type,
209         iter_type, bool, ios_base&, ios_base::iostate&, string_type&)): Tidy.
211 2006-10-17  Paolo Carlini  <pcarlini@suse.de>
213         PR libstdc++/26020
214         * include/bits/stl_iterator_base_funcs.h (advance): Convert
215         distance parameter to iterator_traits<>::difference_type.
216         * testsuite/24_iterators/26020.cc: New.
218 2006-10-17  Benjamin Kosnik  <bkoz@redhat.com>
220         * include/tr1/random.tcc: Fixup long line.
222 2006-10-17  Benjamin Kosnik  <bkoz@redhat.com>
224         PR libstdc++/28514 
225         * include/bits/cpp_type_traits.h (__detail): Uglify namespace.
226         * include/ext/rope: Remove global-scope anonymous namespace, use
227         nested __detail. Fixup resulting formatting issues.
228         * include/ext/ropeimpl.h: Same.
229         * include/tr1/hashtable_policy.h: Remove anonymous namespace
230         nesting for __detail.
231         * include/tr1/random: Revert anonymous namespace to nested
232         __detail namespace.
233         * include/tr1/random.tcc: Same.
234         * src/ext-inst.cc: Fixups for above.
236 2006-10-16  Douglas Gregor  <doug.gregor@gmail.com>
238         * include/Makefile.am (tr1_headers): Add new tuple_defs.h.
239         * include/Makefile.in (tr1_headers): Regenerate.
240         * include/tr1/tuple (tuple): Move declaration to tuple_defs.h.
241         (get): Ditto.
242         (operator==): Ditto.
243         (operator<): Ditto.
244         (operator!=): Ditto.
245         (operator>): Ditto.
246         (operator<=): Ditto.
247         (operator>=): Ditto.
248         (__stripped_tuple_type): Ditto.
249         Include tuple.defs.h
250         * include/tr1/tuple_iterate.h (tuple): Use
251         _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED macro instead of 10
252         "typename"s.
253         (tuple_element): Use _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS and
254         _GLIBCXX_TYPLE_ALL_TEMPLATE_ARGS instead of 10
255         parameters/arguments.
256         * include/tr1/tuple_defs.h: New header, contains declarations and
257         definitions for the tuple template with all arguments.
258         * include/tr1/repeat.h (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS): New.
259         (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED): New.
260         (_GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS): New.
261         (_GLIBCXX_TEMPLATE_PARAMS_NULL_CLASS): New.
262         (_GLIBCXX_TEMPLATE_ARGS_STRIPPED): New.
263         * scripts/gen_includers.pl: Update.
264         * scripts/gen_includers2.pl: New.       
266 2006-10-16  Benjamin Kosnik  <bkoz@redhat.com>
268         PR libstdc++/29095 continued
269         * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Additions
270         so that testing not in the build directory works for the "C"
271         target language.
273 2006-10-16  Jakub Jelinek  <jakub@redhat.com>
275         * include/bits/basic_string.tcc (_Rep::_S_create): Call
276         _M_set_sharable() for backwards compatibility.
278 2006-10-15  Paolo Carlini  <pcarlini@suse.de>
280         * include/bits/istream.tcc (getline(basic_istream<>&,
281         basic_string<>&)): Move...
282         * include/bits/basic_string.h: ... here.
283         (operator<<(basic_ostream<>&, const basic_string<>&)): Mark inline.
285 2006-10-15  Geoffrey Keating  <geoffk@apple.com>
287         * scripts/make_exports.pl: Use -_ rather than --strip-underscores
288         or --strip-underscore.
290 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
292         * aclocal.m4: Regenerate.
293         * configure: Regenerate with released autoconf-2.59.
295 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
297         * docs/html/faq/index.html: Update.
298         * docs/html/faq/index.txt: Regenerate.
300 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
302         * include/bits/ostream.tcc (operator<<(basic_ostream<>&,
303         const char*)): Further fix for throwing widen.
305 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
307         * include/bits/ostream.tcc (operator<<(basic_ostream<>&,
308         const char*)): Fix thinko in change for libstdc++/28277,
309         avoid memory leaks.
311 2006-10-13  Paolo Carlini  <pcarlini@suse.de>
313         * include/bits/istream.tcc (operator>>(__istream_type&
314         (*)(__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)),
315         operator>>(ios_base& (*)(ios_base&))): Move...
316         * include/std/std_istream.h: ... here.
317         (operator>>(basic_istream<char,>&, unsigned char&),
318         operator>>(basic_istream<char,>&, signed char&),
319         operator>>(basic_istream<char,>&, unsigned char*),
320         operator>>(basic_istream<char,>&, signed char*)): Mark inline.
321         * include/bits/ostream.tcc (operator<<(__ostream_type&
322         (*)(__ostream_type&)), operator<<(__ios_type& (*)(__ios_type&)),
323         operator<<(ios_base& (*)(ios_base&))): Move...
324         * include/std/std_ostream.h: ... here.
325         (operator<<(basic_ostream<>&, _CharT),
326         operator<<(basic_ostream<>&, char),
327         operator<<(basic_ostream<char,>&, char),
328         operator<<(basic_ostream<char,>&, signed char),
329         operator<<(basic_ostream<char,>&, unsigned char),
330         operator<<(basic_ostream<>&, const _CharT*),
331         operator<<(basic_ostream<char,>&, const char*),
332         operator<<(basic_ostream<char,>&, const signed char*),
333         operator<<(basic_ostream<char,>&, const unsigned char*),
334         endl(basic_ostream<>&), ends(basic_ostream<>&),
335         flush(basic_ostream<>&)): Mark inline.
337 2006-10-13  Paolo Carlini  <pcarlini@suse.de>
339         PR libstdc++/28277 (partial: ostream bits 2)
340         * include/std/std_ostream.h (basic_ostream<>::_M_insert(const
341         char_type*, streamsize)): New.
342         (basic_ostream<>::_M_write(char_type, streamsize)): Likewise.
343         (operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
344         char), operator<<(basic_ostream<>&, const _CharT*),
345         operator<<(basic_ostream<>&, const char*)): Use the latter.
346         * include/bits/ostream.tcc (basic_ostream<>::_M_insert(const
347         char_type*, streamsize)): Define.
348         (operator<<(basic_ostream<>&, const char*)): Use the latter.
349         (operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
350         char), operator<<(basic_ostream<>&, const _CharT*),
351         operator<<(basic_ostream<>&, const char*),
352         operator<<(basic_ostream<>&, const basic_string<>&)): Remove.
353         * include/bits/basic_string.h (operator<<(basic_ostream<>&,
354         const basic_string<>&)): Use the latter, implement DR 586.
355         * config/abi/pre/gnu.ver: Adjust, export the new _M_insert.
356         * docs/html/ext/howto.html: Add an entry for DR 586.
357         * testsuite/21_strings/basic_string/inserters_extractors/char/
358         28277.cc: New.
359         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
360         28277.cc: Likewise.
361         * testsuite/27_io/basic_ostream/inserters_character/char/
362         28277-3.cc: Likewise.
363         * testsuite/27_io/basic_ostream/inserters_character/char/
364         28277-4.cc: Likewise.
365         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
366         28277-2.cc: Likewise.
367         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
368         28277-3.cc: Likewise.
369         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
370         28277-4.cc: Likewise.
372 2006-10-11  Paolo Carlini  <pcarlini@suse.de>
374         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 44.
376 2006-10-11  Benjamin Kosnik  <bkoz@redhat.com>
378         PR libstdc++/29426
379         * libsupc++/guard.cc (get_static_mutex): New. 
380         (mutex_wrapper::mutex_wrapper): Use it to get properly initialized
381         recursive mutex without ordering issues.
383         * src/locale_init.cc (__get_locale_mutex): No need to
384         uglify. Change to get_locale_mutex.
385         
386 2006-10-11  Paolo Carlini  <pcarlini@suse.de>
388         * testsuite/22_locale/num_put/put/char/11.cc: New.
389         * testsuite/22_locale/num_put/put/wchar_t/11.cc: Likewise.
391 2006-10-10  Benjamin Kosnik  <bkoz@redhat.com>
393         * testsuite/lib/libstdc++.exp (v3-build_support): Link
394         libtestc++.a, not a bunch of object files.
396 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
398         PR libstdc++/29118
399         * src/locale_init.cc (__get_locale_mutex): New. 
400         (locale::locale): Use it.
401         (locale::global): Use it.       
403 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
405         PR libstdc++/29095
406         * libsupc++/cxxabi.h (__cxa_cdtor_type): Explicit "C" linkage.
407         * config/cpu/arm/cxxabi_tweaks.h: Same.
408         * config/cpu/generic/cxxabi_tweaks.h: Same.
409         * testsuite/abi: Add.
410         * testsuite/abi/header_cxxabi.cc: New.
411         * testsuite/demangle: Move...
412         * testsuite/abi/demangle: ...here.
413         * testsuite/libstdc++-dg/conformance.exp: Adjust testsuite file
414         calculation.
415         * scripts/create_testsuite_files: Same.
416         * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): New.
417         (libstdc++-dg-test): Use it.
418         
419 2006-10-09  Paolo Carlini  <pcarlini@suse.de>
421         PR libstdc++/28277 (partial: __add_grouping)
422         * include/bits/locale_facets.tcc (__add_grouping<>(_CharT*, _CharT,
423         const char*, size_t, const _CharT*, const _CharT*)): Rewrite in
424         non-recursive form.
426 2006-10-09  Paolo Carlini  <pcarlini@suse.de>
428         PR libstdc++/28277 (partial: money_put bits)
429         * include/bits/locale_facets.tcc (money_put<>::_M_insert(iter_type,
430         ios_base&, char_type, const string_type&)): Avoid __builtin_alloca
431         with no limit, do the work in place.
433         * include/bits/locale_facets.tcc (money_put<>::do_put(iter_type,
434         bool, ios_base&, char_type, long double)): Avoid unnecessary
435         __builtin_alloca, do the work in place.
437 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
439         * src/globals_io.cc (_GLIBCXX_once): Remove, unused.
440         (_GLIBCXX_mutex): Same.
441         (_GLIBCXX_mutex_addres): Same.
442         (_GLIBCXX_mutex_init): Same.
443         (_GLIBCXX_mutex_address_init): Same.
445 2006-10-07  Paolo Carlini  <pcarlini@suse.de>
447         PR libstdc++/28277 (partial: money_get bits)
448         * include/bits/locale_facets.tcc (money_get<>::do_get(iter_type,
449         iter_type, bool, ios_base&, ios_base::iostate&, string_type&)):
450         Avoid __builtin_alloca with no limit, do the work in place.
452 2006-10-07  Ion Gaztanaga  <igaztanaga@gmail.com>
453             Paolo Carlini  <pcarlini@suse.de>
455         * include/bits/stl_tree.h (_Rb_tree<>::erase(const _Key&)): Don't
456         call std::distance unnecessarily.
458 2006-10-06  Paolo Carlini  <pcarlini@suse.de>
460         PR libstdc++/29368
461         * include/bits/basic_string.h: Adjust rfind documentation.
462         * include/ext/vstring.h: Likewise.
464 2006-10-06  Paolo Carlini  <pcarlini@suse.de>
466         PR libstdc++/29354
467         * include/bits/sstream.tcc (basic_stringbuf<>::seekpos(pos_type,
468         ios_base::openmode)): Allow for seek to pos_type(off_type(0))
469         when the stream is empty.
470         * testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc: New.
471         * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc: New.
473 2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
474             Mike Stump  <mrs@apple.com>
475         
476         * testsuite/27_io/ios_base/storage/2.cc: Fail on Darwin 8.[0-4].* only.
477         * testsuite/23_containers/vector/resize/1.cc: Same.
479 2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
481         * testsuite/util/performance/priority_queue/mem_usage/
482         pop_test.hpp: Correct typo.
483         * testsuite/util/performance/assoc/mem_usage/
484         multimap_insert_test.hpp: Same.
485         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
487 2006-10-03  Benjamin Kosnik  <bkoz@redhat.com>
489         * testsuite/util/testsuite_allocator.h (allocation_tracker): To
490         tracker_allocator_counter.
491         (allocation_tracker::allocationTotal): To get_allocation_count.
492         (allocation_tracker::deallocationTotal): To get_deallocation_count.
493         (allocation_tracker::constructCount): To get_construct_count.
494         (allocation_tracker::destructCount): To get_destruct_count.     
495         (allocation_tracker::resetCounts): To reset.
496         (tracker_alloc): To tracker_allocator.
497         * testsuite/util/performance/mem: Remove.
498         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Remove.
499         * testsuite/util/performance/mem/mem_track_allocator.hpp: Remove.
500         * testsuite/27_io/basic_stringbuf/4.cc: Adjust for new names
501         or includes.
502         * testsuite/ext/hash_set/check_construct_destroy.cc: Same.
503         * testsuite/ext/slist/check_construct_destroy.cc: Same.
504         * testsuite/performance/ext/pb_ds/
505         hash_random_int_erase_mem_usage.cc: Same.
506         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp
507         * testsuite/performance/ext/pb_ds/
508         priority_queue_text_pop_mem_usage.cc: Same.
509         * testsuite/23_containers/vector/capacity/2.cc: Same.
510         * testsuite/23_containers/vector/cons/4.cc: Same.
511         * testsuite/23_containers/vector/check_construct_destroy.cc: Same.
512         * testsuite/23_containers/deque/cons/2.cc: Same.
513         * testsuite/23_containers/deque/check_construct_destroy.cc: Same.
514         * testsuite/23_containers/list/check_construct_destroy.cc: Same.
515         * testsuite/23_containers/set/check_construct_destroy.cc: Same.
516         * testsuite/util/testsuite_allocator.h
517         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp
518         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp
519         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp
520         * testsuite/util/testsuite_allocator.cc: Same.
521         
522 2006-10-03  Benjamin Kosnik  <bkoz@redhat.com>
524         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Remove.
525         * testsuite/util/statistic/sample_var.hpp: Rename to...
526         * testsuite/util/statistic/sample_variance.hpp: ... this.
527         * testsuite/util/statistic/res_recorder.hpp: Rename to...
528         * testsuite/util/statistic/result_recorder.hpp: ... this.
529         * testsuite/util/statistic/sample_mean.hpp: Format.
530         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
531         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
532         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
533         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
534         * testsuite/util/native_type/priority_queue/
535         native_priority_queue.hpp: Same.
536         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
537         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
538         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
539         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
540         * testsuite/util/performance/priority_queue/timing/
541         modify_test.hpp: Same.
542         * testsuite/util/performance/assoc/timing/
543         subscript_insert_test.hpp: Same.
544         * testsuite/util/performance/time/timing_test_base.hpp: Same.
546 2006-10-02  Paolo Carlini  <pcarlini@suse.de>
548         * include/ext/rc_string_base.h (_M_compare<wchar_t>):
549         Protect with _GLIBCXX_USE_WCHAR_T.
550         * include/ext/sso_string_base.h (_M_compare<wchar_t>):
551         Likewise.
552         (__sso_string_base<>::_M_destroy): Inline.
554 2006-10-02  Benjamin Kosnik  <bkoz@redhat.com>
556         * include/ext/pb_ds/detail/basic_types.hpp (comp_hash_): Remove,
557         format. 
558         * include/ext/pb_ds/detail/types_traits.hpp
559         (types_traits::comp_hash): Use pair typedef.    
560         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
561         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
563 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
565         * include/tr1/random (xor_combine<>::_M_initialize_max_aux): New.
566         (xor_combine<>::operator()()): Tweak per N2079.
567         * include/tr1/random.tcc (xor_combine<>::_M_initialize_max_aux):
568         Define.
569         (xor_combine<>::_M_initialize_max): Use it.
570         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
571         cons/default.cc: Adjust.
572         * docs/html/ext/tr1.html: Adjust.
574 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
576         * include/ext/type_traits.h: Avoid _T, badname for some targets;
577         also avoid plain T.
579 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
581         * config/io/basic_file_stdio.cc: As an extension, and
582         consistently with C facilities, allow for in|out|app and
583         in|out|app|binary openmodes.
584         * testsuite/27_io/basic_filebuf/open/char/4.cc: New.
586 2006-09-30  Benjamin Kosnik  <bkoz@redhat.com>
588         * include/ext/pb_ds/detail/types_traits.hpp (store_extra_false_type):
589         To false_type.
590         (store_extra_true_type): To true_type.
591         (no_throw_copies_true_type): To true_type.
592         (no_throw_copies_false_type): To false_type.
593         * include/ext/pb_ds/detail/cc_hash_table_map_/
594         insert_no_store_hash_fn_imps.hpp: Same.
595         * include/ext/pb_ds/detail/cc_hash_table_map_/
596         resize_store_hash_fn_imps.hpp: Same.
597         * include/ext/pb_ds/detail/cc_hash_table_map_/
598         insert_store_hash_fn_imps.hpp: Same.
599         * include/ext/pb_ds/detail/cc_hash_table_map_/
600         entry_list_fn_imps.hpp: Same.
601         * include/ext/pb_ds/detail/cc_hash_table_map_/
602         debug_no_store_hash_fn_imps.hpp: Same.
603         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
604         * include/ext/pb_ds/detail/cc_hash_table_map_/
605         debug_store_hash_fn_imps.hpp: Same.
606         * include/ext/pb_ds/detail/cc_hash_table_map_/
607         resize_no_store_hash_fn_imps.hpp: Same.
608         * include/ext/pb_ds/detail/gp_hash_table_map_/
609         insert_no_store_hash_fn_imps.hpp: Same.
610         * include/ext/pb_ds/detail/gp_hash_table_map_/
611         resize_store_hash_fn_imps.hpp: Same.
612         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
613         * include/ext/pb_ds/detail/gp_hash_table_map_/
614         insert_store_hash_fn_imps.hpp: Same.
615         * include/ext/pb_ds/detail/gp_hash_table_map_/
616         find_no_store_hash_fn_imps.hpp: Same.
617         * include/ext/pb_ds/detail/gp_hash_table_map_/
618         debug_no_store_hash_fn_imps.hpp: Same.
619         * include/ext/pb_ds/detail/gp_hash_table_map_/
620         debug_store_hash_fn_imps.hpp: Same.
621         * include/ext/pb_ds/detail/gp_hash_table_map_/
622         resize_no_store_hash_fn_imps.hpp: Same.
623         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
625 2006-09-29  Benjamin Kosnik  <bkoz@redhat.com>
627         * include/ext/pb_ds/detail/cc_hash_table_map_/
628         constructor_destructor_no_store_hash_fn_imps.hpp: Formating fixes.
629         * include/ext/pb_ds/detail/basic_tree_policy/
630         null_node_metadata.hpp: Same.
631         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
632         * include/ext/pb_ds/detail/basic_types.hpp: Same.
633         * include/ext/pb_ds/detail/list_update_policy/
634         mtf_lu_policy_imp.hpp: Same.
635         * include/ext/pb_ds/detail/list_update_policy/
636         counter_lu_metadata.hpp: Same.
637         * include/ext/pb_ds/detail/list_update_policy/
638         sample_update_policy.hpp: Same.
639         * include/ext/pb_ds/detail/list_update_policy/
640         counter_lu_policy_imp.hpp: Same.
641         * include/ext/pb_ds/list_update_policy.hpp: Same.       
643 2006-09-29  Benjamin Kosnik  <bkoz@redhat.com>
644             Howard Hinnant  <hhinnant@apple.com>
645             Paolo Carlini  <pcarlini@suse.de>
647         * include/ext/type_traits.h (__remove_unsigned): Fix up for signed
648         char, bool, wchar_t, and floating point types.
649         (__add_unsigned): Same. 
650         * testsuite/ext/type_traits: New.
651         * testsuite/ext/type_traits.cc: Move...
652         * testsuite/ext/type_traits/numeric_traits.cc: ...here. 
653         * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: New.
654         * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: New.
655         * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: New.
656         * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: New.
657         * testsuite/ext/type_traits/add_unsigned.cc: New.
658         * testsuite/ext/type_traits/remove_unsigned.cc: New.
659         
660 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
662         * acinclude.m4 (enable_symvers): Default to no if unable to link.
663         * configure: Regenerate.
665 2006-09-28  Paolo Carlini  <pcarlini@suse.de>
667         * include/bits/stl_uninitialized.h
668         (__uninitialized_fill_n_a(_ForwardIterator, _Size, const _Tp&,
669         allocator<>)): Inline.
671 2006-09-28  Benjamin Kosnik  <bkoz@redhat.com>
673         * include/ext/pb_ds/detail/cc_hash_table_map_/
674         erase_store_hash_fn_imps.hpp: Formatting fixes.
675         * include/ext/pb_ds/detail/cc_hash_table_map_/
676         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
677         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
678         * include/ext/pb_ds/detail/cc_hash_table_map_/
679         insert_no_store_hash_fn_imps.hpp: Same.
680         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
681         * include/ext/pb_ds/detail/cc_hash_table_map_/
682         policy_access_fn_imps.hpp: Same.
683         * include/ext/pb_ds/detail/cc_hash_table_map_/
684         resize_store_hash_fn_imps.hpp: Same.
685         * include/ext/pb_ds/detail/cc_hash_table_map_/
686         constructor_destructor_store_hash_fn_imps.hpp: Same.
687         * include/ext/pb_ds/detail/cc_hash_table_map_/
688         insert_store_hash_fn_imps.hpp: Same.
689         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
690         * include/ext/pb_ds/detail/cc_hash_table_map_/
691         entry_list_fn_imps.hpp: Same.
692         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
693         * include/ext/pb_ds/detail/cc_hash_table_map_/
694         find_store_hash_fn_imps.hpp: Same.
695         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
696         * include/ext/pb_ds/detail/cc_hash_table_map_/
697         debug_no_store_hash_fn_imps.hpp: Same.
698         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
699         * include/ext/pb_ds/detail/cc_hash_table_map_/
700         constructor_destructor_fn_imps.hpp: Same.
701         * include/ext/pb_ds/detail/cc_hash_table_map_/
702         cond_key_dtor_entry_dealtor.hpp: Same.
703         * include/ext/pb_ds/detail/cc_hash_table_map_/
704         debug_store_hash_fn_imps.hpp: Same.
705         * include/ext/pb_ds/detail/cc_hash_table_map_/
706         erase_no_store_hash_fn_imps.hpp: Same.
707         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
708         * include/ext/pb_ds/detail/cc_hash_table_map_/
709         iterators_fn_imps.hpp: Same.
710         * include/ext/pb_ds/detail/cc_hash_table_map_/
711         resize_no_store_hash_fn_imps.hpp: Same.
712         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
713         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
714         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
715         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
716         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
717         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
718         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
719         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
720         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
721         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
722         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
723         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
724         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
725         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
726         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
727         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
728         * include/ext/pb_ds/detail/gp_hash_table_map_/
729         erase_store_hash_fn_imps.hpp: Same.
730         * include/ext/pb_ds/detail/gp_hash_table_map_/
731         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
732         * include/ext/pb_ds/detail/gp_hash_table_map_/
733         insert_no_store_hash_fn_imps.hpp: Same.
734         * include/ext/pb_ds/detail/gp_hash_table_map_/
735         policy_access_fn_imps.hpp: Same.
736         * include/ext/pb_ds/detail/gp_hash_table_map_/
737         resize_store_hash_fn_imps.hpp: Same.
738         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
739         * include/ext/pb_ds/detail/gp_hash_table_map_/
740         constructor_destructor_store_hash_fn_imps.hpp: Same.
741         * include/ext/pb_ds/detail/gp_hash_table_map_/
742         insert_store_hash_fn_imps.hpp: Same.
743         * include/ext/pb_ds/detail/gp_hash_table_map_/
744         iterator_fn_imps.hpp: Same.
745         * include/ext/pb_ds/detail/gp_hash_table_map_/
746         info_fn_imps.hpp: Same.
747         * include/ext/pb_ds/detail/gp_hash_table_map_/
748         find_no_store_hash_fn_imps.hpp: Same.
749         * include/ext/pb_ds/detail/gp_hash_table_map_/
750         find_store_hash_fn_imps.hpp: Same.
751         * include/ext/pb_ds/detail/gp_hash_table_map_/
752         debug_no_store_hash_fn_imps.hpp: Same.
753         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
754         * include/ext/pb_ds/detail/gp_hash_table_map_/
755         constructor_destructor_fn_imps.hpp: Same.
756         * include/ext/pb_ds/detail/gp_hash_table_map_/
757         erase_no_store_hash_fn_imps.hpp: Same.
758         * include/ext/pb_ds/detail/gp_hash_table_map_/
759         resize_no_store_hash_fn_imps.hpp: Same.
760         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
761         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
762         * include/ext/pb_ds/detail/ov_tree_map_/
763         policy_access_fn_imps.hpp: Same.
764         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
765         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
766         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
767         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
768         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
769         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
770         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
771         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
772         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
773         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
774         * include/ext/pb_ds/detail/splay_tree_/
775         constructors_destructor_fn_imps.hpp: Same.
776         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
777         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
778         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
779         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
780         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
781         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
782         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
783         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
784         * include/ext/pb_ds/detail/list_update_map_/
785         entry_metadata_base.hpp: Same.
786         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
787         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
788         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
789         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
790         * include/ext/pb_ds/detail/list_update_map_/
791         iterators_fn_imps.hpp: Same.
792         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
793         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
794         * include/ext/pb_ds/detail/rb_tree_map_/
795         constructors_destructor_fn_imps.hpp: Same.
796         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
797         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
798         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
799         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
800         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
801         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
803 2006-09-28  Paolo Carlini  <pcarlini@suse.de>
805         * include/tr1/boost_shared_ptr.h: Use __atomic_add_dispatch and
806         __exchange_and_add_dispatch everywhere.
808 2006-09-27  Benjamin Kosnik  <bkoz@redhat.com>
810         * include/ext/typelist.h (type_to_type): Remove.
811         * include/ext/throw_allocator.h (assert_allocatod): Remove.
812         (check_allocated(label)): New.
813         (print_to_string): Print numerical output correctly.
815         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Adjust line numbers.
817         * testsuite/util/regression/rand/priority_queue/detail/
818         operator_fn_imps.hpp: Set and clear label, throw
819         probability. Check only allocations of the marked label.
820         * testsuite/util/regression/rand/assoc/detail/
821         operator_fn_imps.hpp: Same.
823         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Adjustments for
824         removal of type_to_type.
825         * testsuite/performance/ext/pb_ds/
826         hash_random_int_erase_mem_usage.cc: Same.
827         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
828         * testsuite/performance/ext/pb_ds/
829         priority_queue_text_push_timing.cc: Same.
830         * testsuite/performance/ext/pb_ds/
831         random_int_subscript_find_timing.cc: Same.
832         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
833         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
834         * testsuite/performance/ext/pb_ds/
835         multimap_text_insert_mem_usage.hpp: Same.
836         * testsuite/performance/ext/pb_ds/
837         priority_queue_random_int_push_timing.cc: Same.
838         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
839         * testsuite/performance/ext/pb_ds/
840         priority_queue_text_modify_timing.hpp: Same.
841         * testsuite/performance/ext/pb_ds/
842         tree_order_statistics_timing.cc: Same.
843         * testsuite/performance/ext/pb_ds/
844         priority_queue_text_push_pop_timing.cc: Same.
845         * testsuite/performance/ext/pb_ds/
846         priority_queue_text_join_timing.cc: Same.
847         * testsuite/performance/ext/pb_ds/
848         priority_queue_random_int_push_pop_timing.cc: Same.
849         * testsuite/performance/ext/pb_ds/
850         random_int_subscript_insert_timing.cc: Same.
851         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
852         * testsuite/performance/ext/pb_ds/
853         multimap_text_insert_timing.hpp: Same.
854         * testsuite/performance/ext/pb_ds/
855         priority_queue_text_pop_mem_usage.cc: Same.
856         * testsuite/performance/ext/pb_ds/
857         hash_zlob_random_int_find_timing.cc: Same. 
858         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
859         * testsuite/util/regression/rand/priority_queue/
860         rand_regression_test.hpp: Same.
861         * testsuite/util/regression/rand/assoc/detail/
862         constructor_destructor_fn_imps.hpp: Same.
863         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
864         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
865         * testsuite/util/regression/rand/assoc/
866         container_rand_regression_test.hpp: Same.
867         * testsuite/util/regression/assoc/common_type.hpp: Same.
868         * testsuite/util/regression/basic_type.hpp: Same.
869         * testsuite/util/common_type/assoc/common_type.hpp: Same.
870         * testsuite/util/common_type/assoc/string_form.hpp: Same.
871         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
872         * testsuite/util/common_type/assoc/native_set.hpp: Same.
873         * testsuite/util/performance/priority_queue/mem_usage/
874         pop_test.hpp: Same.
875         * testsuite/util/performance/priority_queue/timing/
876         push_pop_test.hpp: Same.
877         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
878         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
879         * testsuite/util/performance/priority_queue/timing/
880         modify_test.hpp: Same.
881         * testsuite/util/performance/assoc/mem_usage/
882         multimap_insert_test.hpp: Same.
883         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
884         * testsuite/util/performance/assoc/timing/
885         multimap_insert_test.hpp: Same.
886         * testsuite/util/performance/assoc/timing/
887         subscript_find_test.hpp: Same.
888         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
889         * testsuite/util/performance/assoc/timing/
890         subscript_insert_test.hpp: Same.
891         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
892         * testsuite/util/performance/assoc/timing/
893         tree_order_statistics_test.hpp: Same.
894         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
895         * testsuite/util/performance/assoc/timing/
896         tree_split_join_test.hpp: Same.
897         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
898         * testsuite/util/testsuite_common_types.h: Same.
900         * include/ext/pb_ds/detail/cc_hash_table_map_/
901         constructor_destructor_no_store_hash_fn_imps.hpp: Typedef
902         normalization, consistency in member names between cc and gp hash
903         tables, formatting fixes.
904         * include/ext/pb_ds/detail/cc_hash_table_map_/
905         erase_store_hash_fn_imps.hpp: Same.
906         * include/ext/pb_ds/detail/cc_hash_table_map_/
907         insert_no_store_hash_fn_imps.hpp: Same.
908         * include/ext/pb_ds/detail/cc_hash_table_map_/
909         constructor_destructor_store_hash_fn_imps.hpp: Same.
910         * include/ext/pb_ds/detail/cc_hash_table_map_/
911         insert_store_hash_fn_imps.hpp: Same.
912         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
913         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
914         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
915         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
916         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
917         * include/ext/pb_ds/detail/cc_hash_table_map_/
918         constructor_destructor_fn_imps.hpp: Same.
919         * include/ext/pb_ds/detail/cc_hash_table_map_/
920         erase_no_store_hash_fn_imps.hpp: Same.
921         * include/ext/pb_ds/detail/gp_hash_table_map_/
922         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
923         * include/ext/pb_ds/detail/gp_hash_table_map_/
924         erase_store_hash_fn_imps.hpp: Same.
925         * include/ext/pb_ds/detail/gp_hash_table_map_/
926         insert_no_store_hash_fn_imps.hpp: Same.
927         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
928         * include/ext/pb_ds/detail/gp_hash_table_map_/
929         constructor_destructor_store_hash_fn_imps.hpp: Same.
930         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
931         * include/ext/pb_ds/detail/gp_hash_table_map_/
932         insert_store_hash_fn_imps.hpp: Same.
933         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
934         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
935         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
936         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
937         * include/ext/pb_ds/detail/gp_hash_table_map_/
938         constructor_destructor_fn_imps.hpp: Same.
939         * include/ext/pb_ds/detail/gp_hash_table_map_/
940         erase_no_store_hash_fn_imps.hpp: Same.
942         * include/ext/pb_ds/assoc_container.hpp: Formatting fixes.
943         * include/ext/pb_ds/detail/resize_policy/
944         hash_prime_size_policy_imp.hpp: Same.
945         * include/ext/pb_ds/detail/resize_policy/
946         hash_standard_resize_policy_imp.hpp: Same.
947         * include/ext/pb_ds/detail/types_traits.hpp: Same.
948         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
949         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
950         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
951         * include/ext/pb_ds/detail/hash_fn/
952         direct_mod_range_hashing_imp.hpp: Same.
953         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
954         * include/ext/pb_ds/detail/hash_fn/
955         direct_mask_range_hashing_imp.hpp: Same.
956         
957 2006-09-27  Paolo Carlini  <pcarlini@suse.de>
959         PR libstdc++/29217
960         * src/localename.cc (locale::_Impl::_M_replace_categories)):
961         Compensate for the inconsistent numerical encodings of the
962         collate and time categories vs the corresponding names.
963         * testsuite/22_locale/locale/cons/29217.cc: New.
965         * testsuite/22_locale/locale/cons/2.cc: Enable and split
966         out the few ENC_TRAITS bits to...
967         * testsuite/22_locale/locale/cons/unicode/1.cc... here.
969 2006-09-25  Howard Hinnant  <hhinnant@apple.com>
971         PR libstdc++/29224
972         * include/tr1/functional_iterate.h: Avoid -Wshadow warnings.
974 2006-09-25  Paolo Carlini  <pcarlini@suse.de>
976         PR libstdc++/29179
977         * include/ext/mt_allocator.h (__pool_base): Adjust/extend
978         documentation in comments.
980 2006-09-24  Paolo Carlini  <pcarlini@suse.de>
982         * include/tr1/boost_shared_ptr.h (shared_ptr<>::shared_ptr(const
983         __shared_ptr<>&), shared_ptr(const __weak_ptr<>&),
984         shared_ptr(const __shared_ptr<>&, __static_cast_tag),
985         shared_ptr(const __shared_ptr<>&, __const_cast_tag),
986         shared_ptr(const __shared_ptr<>&, __dynamic_cast_tag),
987         weak_ptr<>::weak_ptr(const __shared_ptr<>&), weak_ptr(const
988         __weak_ptr<>&)): Remove.
989         (shared_ptr<>::shared_ptr(const shared_ptr<>&),
990         shared_ptr(const weak_ptr<>&), shared_ptr(const shared_ptr<>&,
991         __static_cast_tag), shared_ptr(const shared_ptr<>&,
992         __const_cast_tag), shared_ptr(const shared_ptr<>&,
993         __dynamic_cast_tag), static_pointer_cast(const shared_ptr<>&),
994         const_pointer_cast(const shared_ptr<>&), dynamic_pointer_cast(const
995         shared_ptr<>&), weak_ptr<>::weak_ptr(const shared_ptr<>&),
996         weak_ptr(const weak_ptr<>&), weak_ptr<>::lock(), 
997         __enable_shared_from_this_helper(const __shared_count<>&, const
998         enable_shared_from_this<>*, const _Tp2*)): Add. 
999         (class enable_shared_from_this): Add.
1000         * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
1001         1.cc: New.
1002         * testsuite/tr1/2_general_utilities/memory/shared_ptr/casts/1.cc:
1003         Likewise.
1004         * testsuite/tr1/2_general_utilities/memory/weak_ptr/lock/1.cc:
1005         Likewise.
1007         * include/tr1/boost_shared_ptr.h: Further formatting and
1008         uglification fixes.
1010 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1012         PR libstdc++/29134 (vector<bool> bits)
1013         * include/bits/stl_bvector.h (vector<bool>::max_size):
1014         Use allocator' max_size.
1015         * testsuite/23_containers/vector/bool/capacity/29134.cc: New.
1017         * testsuite/23_containers/deque/capacity/29134-2.cc: Minor tweak.
1018         * testsuite/23_containers/vector/capacity/29134-2.cc: Likewise.
1020 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1022         * include/tr1/type_traits (add_reference): Robustify vs
1023         reference to void.
1024         * testsuite/tr1/4_metaprogramming/reference_modifications/
1025         add_reference.cc: Add test.
1027         * include/tr1/memory: include <tr1/type_traits>.
1028         * include/tr1/boost_shared_ptr.h (__shared_ptr<>::operator*):
1029         Use add_reference instead.
1030         * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
1031         explicit_instantiation/1.cc: New.
1032         * testsuite/tr1/2_general_utilities/memory/shared_ptr/
1033         explicit_instantiation/1.cc: Likewise.
1034         * testsuite/tr1/2_general_utilities/memory/weak_ptr/
1035         explicit_instantiation/1.cc: Likewise.
1037         * testsuite/util/testsuite_tr1.h: Tweak; avoid empty enum.
1039         * include/tr1/type_traits_fwd.h: Spelling fix.
1041         * include/tr1/boost_shared_ptr.h: Obvious stylistic fixes.
1043 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1045         * include/tr1/boost_shared_ptr.h: Trivial formatting fixes.
1047 2006-09-21  Benjamin Kosnik  <bkoz@redhat.com>
1049         * include/ext/type_traits.h (__numeric_traits_integer): New.
1050         (__numeric_traits_floating): New.
1051         (__numeric_traits): Use them.
1052         * testsuite/ext/type_traits.cc: New.
1053         
1054 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1056         * include/ext/hash_map: Remove forward declaration of equality
1057         operator, not needed for friendship of all its instances.
1058         * include/ext/hash_set: Likewise.
1059         * include/bits/stl_set.h: Likewise for equality operator and
1060         operator less.
1061         * include/bits/stl_multiset.h: Likewise.
1062         * include/bits/stl_multimap.h: Likewise.
1063         * include/bits/stl_queue.h: Likewise.
1064         * include/bits/stl_stack.h: Likewise.
1065         * include/bits/streambuf_iterator.h: Likewise for copy.
1066         * include/std/std_streambuf.h: Likewise for __copy_aux and find.
1067         * include/tr1/boost_shared_ptr.h: Likewise for get_deleter.
1068         * include/tr1/random: Likewise, remove all forward declarations
1069         of inserters and extractors.
1071 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1073         * include/ext/sso_string_base.h (__sso_string_base<>::_M_max_size(),
1074         _M_destroy, _M_create): Use _M_get_allocator.
1076 2006-09-21  Ben Elliston  <bje@au.ibm.com>
1078         * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Remove invocations of
1079         GLIBCXX_CHECK_COMPILER_FEATURES.
1080         * configure.ac: Always invoke GLIBCXX_CHECK_COMPILER_FEATURES.
1081         Remove invocations elsewhere.
1082         * configure: Regenerate.
1084 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1086         PR libstdc++/29134 (ext/vstring bits)
1087         * include/ext/sso_string_base.h (__sso_string_base<>::_S_max_size):
1088         Remove.
1089         (__sso_string_base<>::_M_max_size): Use allocator' max_size.
1090         (__sso_string_base<>::_M_create): Adjust.
1091         * include/ext/vstring.h: Minor comment tweak.
1092         * testsuite/ext/vstring/capacity/29134.cc: New.
1094 2006-09-20  Paolo Carlini  <pcarlini@suse.de>
1096         PR libstdc++/29134
1097         * include/bits/stl_list.h (list<>::max_size): Forward to allocator'
1098         max_size.
1099         * include/bits/stl_vector.h (vector<>::max_size): Likewise.
1100         * include/bits/stl_deque.h (deque<>::max_size): Likewise.
1101         * include/bits/stl_tree.h (_Rb_tree<>::max_size): Likewise.
1102         * include/tr1/hashtable (_Hashtable<>::max_size): Likewise.
1103         * testsuite/23_containers/vector/capacity/29134.cc: Add.
1104         * testsuite/23_containers/deque/capacity/29134.cc: Likewise.
1105         * testsuite/23_containers/list/capacity/29134.cc: Likewise.
1106         * testsuite/23_containers/set/capacity/29134.cc: Likewise.
1107         * testsuite/23_containers/map/capacity/29134.cc: Likewise.
1108         * testsuite/23_containers/multiset/capacity/29134.cc: Likewise.
1109         * testsuite/23_containers/multimap/capacity/29134.cc: Likewise. 
1110         * testsuite/tr1/6_containers/unordered/capacity/29134-set.cc: Likewise.
1111         * testsuite/tr1/6_containers/unordered/capacity/29134-map.cc: Likewise.
1112         * testsuite/tr1/6_containers/unordered/capacity/29134-multiset.cc:
1113         Likewise.
1114         * testsuite/tr1/6_containers/unordered/capacity/29134-multimap.cc:
1115         Likewise.
1117         * include/bits/deque.tcc (deque<>::_M_new_elements_at_front,
1118         deque<>::_M_new_elements_at_back): Check for length errors.
1119         * testsuite/23_containers/deque/capacity/29134-2.cc: New.
1120         * testsuite/23_containers/vector/capacity/29134-2.cc: Likewise.
1122         * include/tr1/hashtable (_Hashtable<>::_M_get_Value_allocator): Add.
1123         (_Hashtable<>::_M_allocate_node, _M_deallocate_node): Use it.
1124         * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Add test.
1125         * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
1126         * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
1127         Likewise.
1128         * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
1129         Likewise.
1131 2006-09-20  Benjamin Kosnik  <bkoz@redhat.com>
1133         * include/ext/pb_ds/detail/
1134         typelist_assoc_container.hpp: Remove, unused.
1135         * include/ext/pb_ds/detail/typelist/
1136         typelist_assoc_container_find.hpp: Same.
1137         * include/ext/pb_ds/detail/typelist: Remove.    
1138         * include/ext/pb_ds/detail/typelist.hpp: Merge...
1139         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
1140         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
1141         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
1142         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
1143         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
1144         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
1145         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
1146         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
1147         * include/ext/typelist.h: ... into this.
1148         * include/Makefile.am: Subtractions.
1149         * include/Makefile.in: Regenerate.
1151         * include/ext/pb_ds/assoc_container.hpp: Fixups for new includes,
1152         namespaces, and names.  
1153         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
1154         * include/ext/pb_ds/detail/resize_policy/
1155         hash_prime_size_policy_imp.hpp: Same.
1156         * include/ext/pb_ds/detail/resize_policy/
1157         cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
1158         * include/ext/pb_ds/detail/resize_policy/
1159         sample_resize_policy.hpp: Same.
1160         * include/ext/pb_ds/detail/resize_policy/
1161         sample_resize_trigger.hpp: Same.
1162         * include/ext/pb_ds/detail/resize_policy/
1163         hash_exponential_size_policy_imp.hpp: Same.
1164         * include/ext/pb_ds/detail/resize_policy/
1165         hash_load_check_resize_trigger_size_base.hpp: Same.
1166         * include/ext/pb_ds/detail/resize_policy/
1167         hash_load_check_resize_trigger_imp.hpp: Same.
1168         * include/ext/pb_ds/detail/resize_policy/
1169         hash_standard_resize_policy_imp.hpp: Same.
1170         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
1171         * testsuite/performance/ext/pb_ds/text_find_timing.cc
1172         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
1173         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc
1174         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc
1175         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc
1176         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc
1177         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc
1178         * testsuite/performance/ext/pb_ds/
1179         multimap_text_insert_mem_usage.hpp: Same.
1180         * testsuite/performance/ext/pb_ds/
1181         priority_queue_random_int_push_timing.cc
1182         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
1183         * testsuite/performance/ext/pb_ds/
1184         priority_queue_text_modify_timing.hpp: Same.
1185         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc
1186         * testsuite/performance/ext/pb_ds/
1187         priority_queue_text_push_pop_timing.cc
1188         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc
1189         * testsuite/performance/ext/pb_ds/
1190         priority_queue_random_int_push_pop_timing.cc
1191         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc
1192         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc
1193         * testsuite/performance/ext/pb_ds/
1194         multimap_text_insert_timing.hpp: Same.
1195         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
1196         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc
1197         * testsuite/performance/23_containers/find/map.cc
1198         * testsuite/performance/23_containers/create/map.cc
1199         * testsuite/performance/23_containers/insert_erase/associative.cc
1200         * testsuite/performance/23_containers/insert/sequence.cc
1201         * testsuite/performance/23_containers/insert/associative.cc
1202         * testsuite/performance/23_containers/create_from_sorted/set.cc
1203         * testsuite/performance/23_containers/index/map.cc
1204         * testsuite/performance/23_containers/insert_from_sorted/set.cc
1205         * testsuite/performance/23_containers/create_sort/list.cc
1206         * testsuite/performance/23_containers/sort_search/list.cc
1207         * testsuite/performance/23_containers/producer_consumer/sequence.cc
1208         * testsuite/performance/23_containers/producer_consumer/associative.cc
1209         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1210         * testsuite/util/regression/rand/priority_queue/
1211         rand_regression_test.hpp: Same.
1212         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1213         * testsuite/util/regression/assoc/common_type.hpp: Same.
1214         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1215         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
1216         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1217         * testsuite/util/native_type/assoc/native_set.hpp: Same.
1218         * testsuite/util/native_type/assoc/native_map.hpp: Same.
1219         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
1220         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
1221         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
1222         * testsuite/util/common_type/assoc/common_type.hpp: Same.
1223         * testsuite/util/common_type/assoc/string_form.hpp: Same.
1224         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1225         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: 
1226         Same.
1227         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: 
1228         Same.
1229         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1230         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
1231         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: 
1232         Same.
1233         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: 
1234         Same.
1235         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1236         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
1237         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: 
1238         Same.
1239         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: 
1240         Same.
1241         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
1242         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: 
1243         Same.
1244         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
1245         * testsuite/util/performance/assoc/timing/
1246         tree_order_statistics_test.hpp: Same.
1247         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1248         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: 
1249         Same.
1250         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1252         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Fixup line numbers.
1253         
1254 2006-09-19  Paolo Carlini  <pcarlini@suse.de>
1256         * include/tr1/hashtable_policy.h: Uglify all the names.
1257         * include/tr1/hashtable: Likewise.
1258         * include/tr1/unordered_map: Likewise.
1259         * include/tr1/unordered_set: Likewise.
1260         * include/tr1/functional: Uglify struct hash names.
1261         * include/tr1/cmath: Uglify namespace detail to __detail.
1263 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1265         * testsuite/util/regression/res_mng: Remove.
1266         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Merge..
1267         * testsuite/util/regression/res_mng/forced_exception.hpp: Merge...
1268         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Merge..
1269         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Merge..
1270         * testsuite/util/testsuite_allocator.h (throw_allocator): Merge...
1271         * include/ext/throw_allocator.h (throw_allocator): ... into this.
1272         * src/throw_allocator.cc: ...and this.
1273         * include/Makefile.am (ext_headers): Add.
1274         * include/Makefile.in: Regenerate.      
1275         * src/Makefile.am (sources): New.
1276         * src/Makefile.in: Regenerate.
1277         * testsuite/lib/libstdc++.exp: Subtract dbg_ex_allocator_base.cc.
1279         * include/ext/pb_ds/detail/map_debug_base.hpp: Adjust
1280         includes, names, and namespaces.
1281         * testsuite/23_containers/list/modifiers/insert/25288.cc: Same.
1282         * testsuite/util/regression/rand/priority_queue/detail/
1283         erase_fn_imps.hpp: Same.
1284         * testsuite/util/regression/rand/priority_queue/detail/
1285         constructor_destructor_fn_imps.hpp: Same.
1286         * testsuite/util/regression/rand/priority_queue/detail/
1287         insert_fn_imps.hpp: Same.
1288         * testsuite/util/regression/rand/priority_queue/detail/
1289         modify_fn_imps.hpp: Same.
1290         * testsuite/util/regression/rand/priority_queue/detail/
1291         split_join_fn_imps.hpp: Same.
1292         * testsuite/util/regression/rand/priority_queue/detail/
1293         operator_fn_imps.hpp: Same.
1294         * testsuite/util/regression/rand/priority_queue/
1295         container_rand_regression_test.hpp: Same.
1296         * testsuite/util/regression/rand/assoc/detail/
1297         subscript_fn_imps.hpp: Same.
1298         * testsuite/util/regression/rand/assoc/detail/
1299         operator_fn_imps.hpp: Same.
1300         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
1301         * testsuite/util/regression/rand/assoc/detail/
1302         constructor_destructor_fn_imps.hpp
1303         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
1304         * testsuite/util/regression/rand/assoc/detail/
1305         split_join_fn_imps.hpp: Same.
1306         * testsuite/util/regression/rand/assoc/
1307         container_rand_regression_test.hpp: Same.
1308         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
1309         * testsuite/util/regression/assoc/common_type.hpp: Same.
1310         * testsuite/util/regression/basic_type.hpp: Same.
1311         * testsuite/util/rng/twister_rand_gen.cc: Tweak.
1312         
1313 2006-09-18  Tom Tromey  <tromey@redhat.com>
1315         * configure: Rebuilt.
1317 2006-09-18  Paolo Carlini  <pcarlini@suse.de>
1319         * include/bits/locale_facets.tcc (_M_group_int): Remove
1320         redundant using-declaration.
1322 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1324         * include/ext/typelist.h (cond_type): Remove, use __conditional_type.
1326 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1327             Peter Doerfler  <gcc@pdoerfler.com>
1328             Paolo Carlini  <pcarlini@suse.de>
1329         
1330         * include/ext/type_traits.h: New. 
1331         (__conditional_type): New.
1332         (__numeric_traits): New.
1333         (__add_unsigned): New.
1334         (__remove_unsigned): New.
1335         (__enable_if): New.
1336         * include/Makefile.am: Add.
1337         * include/Makefile.in: Regenerate.
1338         * include/ext/pb_ds/detail/type_utils.hpp: Use ext include,
1339         remove duplicates.
1340         * include/tr1/hashtable_policy.h (IF): Use __conditional_type.
1341         (_Max_digits10): Same.
1342         (identity): Use _Identity.
1343         (extract1st): Use _Select1st.
1344         * include/tr1/random (_Select): Use __conditional_type.
1345         (_To_Unsigned_Type): Use __add_unsigned. Linebreak fixups.
1346         * include/bits/locale_facets.tcc (__to_unsigned_type): Remove, use
1347         __add_unsigned.
1348         * include/tr1/random.tcc: Fixups as above.
1349         * include/tr1/unordered_map: Same.
1350         * include/tr1/hashtable: Same.
1351         * include/tr1/unordered_set: Same.
1352         * include/ext/pb_ds/detail/gp_hash_table_map_/
1353         standard_policies.hpp: Same.
1354         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
1355         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
1356         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
1357         * include/ext/pb_ds/detail/type_utils.hpp: Same.
1358         * include/ext/pb_ds/trie_policy.hpp: Same.
1359         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
1360         
1361         * include/bits/cpp_type_traits.h (__enable_if): Move to ext, make
1362         boolean argument first. 
1363         * include/bits/locale_facets.h: Fixups for __enable_if argument
1364         and namespace switch.
1365         * include/bits/stl_algobase.h: Same.
1366         * include/bits/stl_algo.h: Same.
1367         * include/bits/stl_iterator.h: Same.
1368         * include/bits/streambuf_iterator.h: Same.
1369         * include/debug/safe_iterator.h: Same.
1370         * include/tr1/hashtable_policy.h: Same.
1371         * include/tr1/cmath: Same.
1372         * include/tr1/functional: Same.
1373         * include/tr1/functional_iterate.h: Same.
1374         * include/std/std_streambuf.h: Same.
1375         * include/c_std/std_cmath.h: Same.
1376         * testsuite/util/testsuite_tr1.h: Same.
1377         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1378         
1379 2006-09-18  Paolo Carlini  <pcarlini@suse.de>
1381         PR libstdc++/29063
1382         * include/bits/valarray_array.h: Fix typo, undefine
1383         _DEFINE_ARRAY_FUNCTION.
1384         * include/std/std_valarray.h: Undefine _DEFINE_BINARY_OPERATOR.
1386 2006-09-14  Benjamin Kosnik  <bkoz@redhat.com>
1388         * include/bits/concurrence.h (__mutex::__mutex): Pass address of
1389         mutex to *_MUTEX_INIT_FUNCTION.
1390         
1391 2006-09-13  Benjamin Kosnik  <bkoz@redhat.com>  
1393         * include/bits/atomicity.h: Move to...
1394         * include/ext/atomicity.h: ...here.     
1395         * include/bits/concurrence.h: Move to...
1396         * include/ext/concurrence.h: ...here.
1397         * include/Makefile.am (ext_headers): Additions.
1398         (bits_headers): Subtractions.
1399         * include/Makefile.in: Regenerate.
1401         * include/ext/bitmap_allocator.h (_Mutex), __threads_enabled,
1402         _Lock, _Auto_Lock): Subsume into...
1403         * include/bits/concurrence.h (__mutex): ..this. Error check
1404         locking and unlocking.  
1405         (lock): Uglify to...
1406         (__scoped_lock): Use __mutex. 
1407         (__glibcxx_mutex_define_initialized): Remove.
1408         (__glibcxx_mutex_type): Remove.
1410         * include/tr1/boost_shared_ptr.h: Formating tweaks, adjustments.
1411         (_Lock_policy): Move from here...
1412         * include/ext/concurrence.h: ... to here.
1413         (__shared_ptr_default_lock_mode): To __default_lock_policy.
1414         (_S_lockfree): To _S_atomic.
1415         Document.
1417         * libsupc++/guard.cc (static_mutex): Subsume into and fixup for...
1418         * include/ext/concurrence.h (__recursive_mutex): ...this. Error
1419         check locking and unlocking.
1420         * libsupc++/eh_alloc.cc: Use __scoped_lock.
1422         * config/os/aix/atomicity.h: Fixups for include paths, mutex to
1423         __scoped_mutex change, removal of locking defines.
1424         * config/os/irix/atomicity.h: Same.
1425         * config/cpu/cris/atomicity.h: Same.
1426         * config/cpu/m68k/atomicity.h: Same.
1427         * config/cpu/hppa/atomicity.h: Same.
1428         * config/cpu/mips/atomicity.h: Same.
1429         * config/cpu/sparc/atomicity.h: Same.
1430         * config/cpu/i386/atomicity.h: Same.
1431         * config/cpu/i486/atomicity.h: Same.
1432         * config/cpu/sh/atomicity.h: Same.
1433         * config/cpu/generic/atomicity_mutex/atomicity.h: Same.
1434         * include/ext/pool_allocator.h: Same.
1435         * include/ext/bitmap_allocator.h: Same.
1436         * include/ext/rc_string_base.h: Same.
1437         * include/ext/mt_allocator.h: Same.
1438         * include/bits/locale_classes.h: Same.
1439         * include/bits/basic_string.h: Same.
1440         * include/bits/ios_base.h: Same.
1441         * include/tr1/memory: Same.
1442         * src/pool_allocator.cc: Same.
1443         * src/mt_allocator.cc: Same.
1444         * src/locale_init.cc: Same.
1445         * src/ios.cc: Same.
1446         * src/locale.cc: Same.
1447         * src/bitmap_allocator.cc: Same.
1448         * src/ios_init.cc: Same.
1449         * src/debug.cc: Same.
1450         
1451 2006-09-12  Benjamin Kosnik  <bkoz@redhat.com>
1453         * libsupc++/eh_globals.cc: Remove __gnu_internal.
1454         * config/io/basic_file_stdio.cc: Same.
1455         * config/abi/compatibility.h: Same.
1456         * config/cpu/generic/atomicity_mutex/atomicity.h: Same.
1457         * config/cpu/sh/atomicity.h: Same.
1458         
1459 2006-09-10  Paolo Carlini  <pcarlini@suse.de>
1461         * include/bits/stl_heap.h (sort_heap): Iterator post-decrement is
1462         only required to be convertible to the iterator type.
1464 2006-09-08  Paolo Carlini  <pcarlini@suse.de>
1466         * include/tr1/random.tcc (poisson_distribution<>::operator()):
1467         Avoid potential warnings when _IntType is unsigned.
1469 2006-09-08  Benjamin Kosnik  <bkoz@redhat.com>
1471         * include/debug/debug.h (_GLIBCXX_DEBUG_ONLY): New.
1472         * include/ext/bitmap_allocator.h (_BALLOC_SANITY_CHECK,
1473         _BALLOC_ASSERT): Remove. Use _GLIBCXX_DEBUG,
1474         _GLIBCXX_DEBUG_ASSERT.
1475         * include/ext/pb_ds/hash_policy.hpp (PB_DS_DBG_ASSERT): Convert to
1476         _GLIBCXX_DEBUG_ASSERT. Formatting corrections.
1477         (PB_DS_DBG_VERIFY): Remove, unused.
1478         (PB_DS_DBG_ONLY): Convert to _GLIBCXX_DEBUG blocks.
1479         * include/ext/pb_ds/detail/resize_policy/
1480         hash_load_check_resize_trigger_imp.hpp: Same.
1481         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
1482         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
1483         * include/ext/pb_ds/detail/binomial_heap_base_/
1484         insert_fn_imps.hpp: Same.
1485         * include/ext/pb_ds/detail/binomial_heap_base_/
1486         binomial_heap_base_.hpp: Same.
1487         * include/ext/pb_ds/detail/binomial_heap_base_/
1488         constructors_destructor_fn_imps.hpp: Same.
1489         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
1490         * include/ext/pb_ds/detail/binomial_heap_base_/
1491         split_join_fn_imps.hpp: Same.
1492         * include/ext/pb_ds/detail/cc_hash_table_map_/
1493         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1494         * include/ext/pb_ds/detail/cc_hash_table_map_/
1495         erase_store_hash_fn_imps.hpp: Same.
1496         * include/ext/pb_ds/detail/cc_hash_table_map_/
1497         insert_no_store_hash_fn_imps.hpp: Same.
1498         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
1499         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
1500         * include/ext/pb_ds/detail/cc_hash_table_map_/
1501         constructor_destructor_store_hash_fn_imps.hpp: Same.
1502         * include/ext/pb_ds/detail/cc_hash_table_map_/
1503         insert_store_hash_fn_imps.hpp: Same.    
1504         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
1505         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
1506         * include/ext/pb_ds/detail/cc_hash_table_map_/
1507         debug_no_store_hash_fn_imps.hpp: Same.
1508         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
1509         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
1510         * include/ext/pb_ds/detail/cc_hash_table_map_/
1511         constructor_destructor_fn_imps.hpp: Same.
1512         * include/ext/pb_ds/detail/cc_hash_table_map_/
1513         debug_store_hash_fn_imps.hpp: Same.
1514         * include/ext/pb_ds/detail/cc_hash_table_map_/
1515         erase_no_store_hash_fn_imps.hpp: Same.
1516         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
1517         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
1518         * include/ext/pb_ds/detail/unordered_iterator/
1519         const_point_iterator.hpp: Same.
1520         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
1521         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
1522         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
1523         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
1524         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
1525         * include/ext/pb_ds/detail/pat_trie_/
1526         constructors_destructor_fn_imps.hpp: Same.
1527         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
1528         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
1529         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
1530         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
1531         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
1532         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
1533         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
1534         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
1535         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
1536         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
1537         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
1538         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
1539         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
1540         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
1541         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
1542         * include/ext/pb_ds/detail/bin_search_tree_/
1543         constructors_destructor_fn_imps.hpp: Same.
1544         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
1545         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
1546         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
1547         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
1548         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
1549         * include/ext/pb_ds/detail/bin_search_tree_/
1550         split_join_fn_imps.hpp: Same.
1551         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
1552         * include/ext/pb_ds/detail/gp_hash_table_map_/
1553         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1554         * include/ext/pb_ds/detail/gp_hash_table_map_/
1555         erase_store_hash_fn_imps.hpp: Same.
1556         * include/ext/pb_ds/detail/gp_hash_table_map_/
1557         insert_no_store_hash_fn_imps.hpp: Same.
1558         * include/ext/pb_ds/detail/gp_hash_table_map_/
1559         resize_store_hash_fn_imps.hpp: Same.    
1560         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
1561         * include/ext/pb_ds/detail/gp_hash_table_map_/
1562         constructor_destructor_store_hash_fn_imps.hpp: Same.
1563         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
1564         * include/ext/pb_ds/detail/gp_hash_table_map_/
1565         insert_store_hash_fn_imps.hpp: Same.    
1566         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
1567         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
1568         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
1569         * include/ext/pb_ds/detail/gp_hash_table_map_/
1570         debug_no_store_hash_fn_imps.hpp: Same.
1571         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
1572         * include/ext/pb_ds/detail/gp_hash_table_map_/
1573         constructor_destructor_fn_imps.hpp: Same.
1574         * include/ext/pb_ds/detail/gp_hash_table_map_/
1575         debug_store_hash_fn_imps.hpp: Same.
1576         * include/ext/pb_ds/detail/gp_hash_table_map_/
1577         erase_no_store_hash_fn_imps.hpp: Same.
1578         * include/ext/pb_ds/detail/gp_hash_table_map_/
1579         resize_no_store_hash_fn_imps.hpp: Same.
1580         * include/ext/pb_ds/detail/types_traits.hpp: Same.
1581         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
1582         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
1583         * include/ext/pb_ds/detail/binary_heap_/
1584         constructors_destructor_fn_imps.hpp: Same.      
1585         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
1586         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
1587         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
1588         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
1589         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
1590         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
1591         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
1592         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
1593         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
1594         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
1595         * include/ext/pb_ds/detail/pairing_heap_/
1596         constructors_destructor_fn_imps.hpp: Same.
1597         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
1598         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
1599         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
1600         * include/ext/pb_ds/detail/binomial_heap_/
1601         constructors_destructor_fn_imps.hpp: Same.
1602         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
1603         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
1604         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
1605         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1606         erase_fn_imps.hpp: Same.
1607         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1608         left_child_next_sibling_heap_.hpp: Same.
1609         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1610         const_iterator.hpp: Same.       
1611         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1612         insert_fn_imps.hpp: Same.       
1613         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1614         constructors_destructor_fn_imps.hpp: Same.
1615         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1616         debug_fn_imps.hpp: Same.
1617         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1618         const_point_iterator.hpp: Same.
1619         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
1620         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
1621         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
1622         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
1623         * include/ext/pb_ds/detail/thin_heap_/
1624         constructors_destructor_fn_imps.hpp: Same.
1625         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
1626         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
1627         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
1628         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
1629         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
1630         * include/ext/pb_ds/detail/ov_tree_map_/
1631         constructors_destructor_fn_imps.hpp: Same.      
1632         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
1633         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
1634         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
1635         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
1636         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
1637         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
1638         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
1639         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
1640         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
1641         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
1642         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
1643         * include/ext/pb_ds/detail/splay_tree_/
1644         constructors_destructor_fn_imps.hpp: Same.
1645         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
1646         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
1647         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
1648         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
1649         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
1650         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
1651         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
1652         * include/ext/pb_ds/detail/list_update_map_/
1653         constructor_destructor_fn_imps.hpp: Same.
1654         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
1655         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
1656         * include/ext/pb_ds/detail/list_update_map_/
1657         iterators_fn_imps.hpp: Same.
1658         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
1659         * include/ext/pb_ds/detail/rc_binomial_heap_/
1660         rc_binomial_heap_.hpp: Same.
1661         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
1662         * include/ext/pb_ds/detail/rc_binomial_heap_/
1663         constructors_destructor_fn_imps.hpp: Same.
1664         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
1665         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
1666         * include/ext/pb_ds/detail/rc_binomial_heap_/
1667         split_join_fn_imps.hpp: Same.
1668         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
1669         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
1670         * include/ext/pb_ds/detail/rb_tree_map_/
1671         constructors_destructor_fn_imps.hpp: Same.      
1672         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
1673         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
1674         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
1675         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
1676         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
1677         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
1678         * testsuite/util/rng/twister_rand_gen.cc
1679         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1680         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1682 2006-09-05  Paolo Carlini  <pcarlini@suse.de>
1684         * include/bits/basic_string.tcc (find(const _CharT*, size_type,
1685         size_type)): Robustify.
1686         * include/ext/vstring.tcc (find(const _CharT*, size_type,
1687         size_type)): Likewise.
1689 2006-09-05  Paolo Carlini  <pcarlini@suse.de>
1691         * include/bits/basic_string.tcc (find(const _CharT*, size_type,
1692         size_type)): Reimplement in terms of traits::eq and traits::compare.
1693         * include/ext/vstring.tcc (find(const _CharT*, size_type,
1694         size_type)): Likewise.
1695         * src/string-inst.cc: Remove unneded std::search instantiation.
1697 2006-09-04  Benjamin Kosnik  <bkoz@redhat.com>
1699         PR c++/28871
1700         * include/ext/bitmap_allocator.h: Add comment for end of anonymous
1701         namespace.
1702         * include/ext/rope: Same.
1703         * include/bits/cpp_type_traits.h: Same.
1704         * include/tr1/tuple: Same.
1705         * include/tr1/functional_iterate.h: Same.
1707         * include/bits/cpp_type_traits.h: Revert anonymous namespace
1708         change, use nested detail instead.
1710         * testsuite/lib/libstdc++.exp (libstdc++_init): PCHFLAGS revert to
1711         stdc++.h.
1712         
1713 2006-09-04  Paolo Carlini  <pcarlini@suse.de>
1715         * src/mt_allocator.cc (__pool<true>::_M_reclaim_block): Do
1716         not name a variable __used, badname on BSD.
1718 2006-09-02  Paolo Carlini  <pcarlini@suse.de>
1719             Richard Guenther  <rguenther@suse.de>
1721         PR libstdc++/24469
1722         * src/mt_allocator.cc (__pool<true>::_M_reserve_block,
1723         __pool<true>::_M_reclaim_block): Fix the logic to avoid
1724         races, exploit atomic counters stored in second part of
1725         the memory pointed by _M_used.
1726         (__pool<true>::_M_initialize): Adjust _M_used allocation.
1727         * include/ext/mt_allocator.h (__pool<true>::_Bin_record):
1728         Update comment.
1730 2006-08-31  Benjamin Kosnik  <bkoz@redhat.com>
1732         PR libstdc++/28671 continued
1733         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Don't use
1734         CXXFLAGS when checking for atomic builtins.
1735         * configure: Regenerate.
1736         * include/bits/atomicity.h: Revert.
1737         
1738 2006-08-31  Richard Guenther  <rguenther@suse.de>
1740         * include/ext/mt_allocator.h: Remove volatile qualifiers
1741         from data members and corresponding locals and function
1742         signatures.
1744 2006-08-31  Paolo Carlini  <pcarlini@suse.de>
1746         * config/abi/pre/gnu.ver: Correct atomic helper function signature
1747         for case where _Atomic_word is long.
1749 2006-08-31  Benjamin Kosnik  <bkoz@redhat.com>
1751         PR libstdc++/28671
1752         * include/bits/atomicity.h (__exchange_and_add): Declare only.
1753         (__atomic_add): Same.
1754         * config/cpu/generic/atomicity_builtins/atomicity.h: Remove comment.
1755         
1756 2006-08-30  Benjamin Kosnik  <bkoz@redhat.com>
1757             Richard Guenther  <rguenther@suse.de>
1758         
1759         * config/abi/pre/gnu.ver: Spell out exact signatures for atomic
1760         access functions.
1762         * include/bits/atomicity.h (__atomic_add_dispatch): Remove
1763         volatile qualification for _Atomic_word argument.
1764         (__atomic_add_single): Same.
1765         (__exchange_and_add_dispatch): Same.
1766         (__exchange_and_add_single): Same.
1767         
1768 2006-08-29  Paolo Carlini  <pcarlini@suse.de>
1770         * include/tr1/random (subtract_with_carry_01<>::_M_initialize_npows):
1771         New.
1772         (subtract_with_carry_01<>::subtract_with_carry_01(),
1773         subtract_with_carry_01<>::subtract_with_carry_01(unsigned long),
1774         subtract_with_carry_01<>::subtract_with_carry_01(_Gen&)): Use it.
1775         * include/tr1/random.tcc: Define.
1777         * include/tr1/random (xor_combine<>::_M_initialize_max()): New.
1778         (xor_combine<>::xor_combine(), xor_combine<>::xor_combine(const
1779         base1_type&, const base2_type&), xor_combine<>::xor_combine(unsigned
1780         long), xor_combine<>::xor_combine(_Gen&)): Use it.
1781         (xor_combine<>::min, xor_combine<>::max): Adjust.
1782         * include/tr1/random.tcc: Define.
1784 2006-08-29  Benjamin Kosnik  <bkoz@redhat.com>
1786         * acinclude.m4(glibcxx_PCHFLAGS): Set to stdtr1c++.h.
1787         * configure: Regenerate.
1788         
1789         * scripts/check_compile: Output current compile line.
1790         
1791 2006-08-28  Benjamin Kosnik  <bkoz@redhat.com>
1793         PR libstdc++/23773 partial
1794         * docs/html/abi.html: Update.
1796 2006-08-28  Roger Sayle  <roger@eyesopen.com>
1797             Paolo Carlini  <pcarlini@suse.de>
1799         * include/bits/stl_algo.h (__heap_select, __introselect): New.
1800         (nth_element): New implementation.
1801         (partial_copy): Use __heap_select.
1802         * testsuite/performance/25_algorithms/nth_element_worst_case.cc: New.
1804 2006-08-28  Paolo Carlini  <pcarlini@suse.de>
1805             Roger Sayle  <roger@eyesopen.com>
1807         * testsuite/25_algorithms/nth_element/2.cc: New.
1809 2006-08-27  Paolo Carlini  <pcarlini@suse.de>
1811         PR libstdc++/28830
1812         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1813         lockfree_weaktoshared.cc: Rename to...
1814         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1815         default_weaktoshared.cc: ... this; test the default base class.
1816         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1817         mutex_weaktoshared.cc: Run like the other thread tests.
1819 2006-08-25  Paolo Carlini  <pcarlini@suse.de>
1821         * docs/html/ext/tr1.html: Update.
1823 2006-08-25  Paolo Carlini  <pcarlini@suse.de>
1825         * include/tr1/random (bernoulli_distribution::operator()): Fix
1826         wrt generators returning integers.
1827         (uniform_int<>::_M_call): Add.
1828         (uniform_int<>::operator()): Use it.
1830         * include/tr1/random (_Adaptor<>::min, _Adaptor<>::max): Add.
1831         (_Adaptor<>::operator()): Allow for nonzero _M_g.min().
1833         * include/tr1/random.tcc (linear_congruential<>::min, max):
1834         Move inline...
1835         (__mod): Move ...
1836         * include/tr1/random: ... here.
1837         (struct _Mod): Declare.
1839         * include/tr1/random (struct _To_Unsigned_Type): Only declare,
1840         move...
1841         * include/tr1/random.tcc: ... here.
1843 2006-08-22  Phillip Jordan  <phillip.m.jordan@gmail.com>
1845         *include/tr1/boost_shared_ptr.h: Added locking policy to
1846         tr1::shared_ptr<> and related classes.
1847         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread: New.
1848         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1849         lockfree_weaktoshared.cc: New.
1850         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1851         mutex_weaktoshared.cc: New.
1852         *testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
1853         shared_ptr_neg.cc: Modify.
1854         
1855 2006-08-22  Paolo Carlini  <pcarlini@suse.de>
1857         * include/tr1/random.tcc (subtract_with_carry_01<>::
1858         seed(_Gen&, false_type)): Fix _M_carry initialization.
1859         
1860         * testsuite/tr1/5_numerical_facilities/random/
1861         subtract_with_carry/cons/default.cc: Qualify 1 as 1UL.
1862         * testsuite/tr1/5_numerical_facilities/random/
1863         subtract_with_carry/cons/gen1.cc: Likewise.
1865 2006-08-22  Paolo Carlini  <pcarlini@suse.de>
1867         * include/tr1/random (class subtract_with_carry_01<>): Add.
1868         * include/tr1/random.tcc (subtract_with_carry_01<>::
1869         seed(unsigned long), subtract_with_carry_01<>::
1870         seed(_Gen&, false_type), subtract_with_carry_01<>::
1871         operator(), operator<<(std::basic_ostream<>&, const
1872         subtract_with_carry_01<>&), operator>>(std::basic_istream<>&,
1873         subtract_with_carry_01<>&)): Define.
1874         * testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc:
1875         New.
1876         * testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc:
1877         Likewise.
1878         * testsuite/tr1/5_numerical_facilities/random/
1879         subtract_with_carry_01/cons/seed1.cc: Likewise.
1880         * testsuite/tr1/5_numerical_facilities/random/
1881         subtract_with_carry_01/cons/seed2.cc: Likewise.
1882         * testsuite/tr1/5_numerical_facilities/random/
1883         subtract_with_carry_01/cons/default.cc: Likewise.
1884         * testsuite/tr1/5_numerical_facilities/random/
1885         subtract_with_carry_01/cons/gen1.cc: Likewise.
1886         * testsuite/tr1/5_numerical_facilities/random/
1887         subtract_with_carry_01/requirements/typedefs.cc: Likewise.
1888         * testsuite/tr1/5_numerical_facilities/random/
1889         subtract_with_carry_01/operators/equal.cc: Likewise.
1890         * testsuite/tr1/5_numerical_facilities/random/
1891         subtract_with_carry_01/operators/not_equal.cc: Likewise.
1892         * testsuite/tr1/5_numerical_facilities/random/
1893         subtract_with_carry_01/operators/serialize.cc: Likewise.
1895         * docs/html/ext/howto.html: Add two implemented TR1 issues.
1897         * include/tr1/random.tcc (struct _To_Unsigned_Type<>): Move...
1898         * include/tr1/random: ... here.
1899         (class subtract_with_carry<>): Use it everywhere.
1901         * testsuite/tr1/5_numerical_facilities/random/
1902         subtract_with_carry/cons/seed1.cc: Qualify 1 as 1UL.
1903         * testsuite/tr1/5_numerical_facilities/random/
1904         subtract_with_carry/cons/seed2.cc: Likewise.
1905         * testsuite/tr1/5_numerical_facilities/random/
1906         subtract_with_carry/cons/default.cc: Likewise.
1907         * testsuite/tr1/5_numerical_facilities/random/
1908         subtract_with_carry/cons/gen1.cc: Likewise.
1909         * testsuite/tr1/5_numerical_facilities/random/
1910         subtract_with_carry/requirements/typedefs.cc: Likewise.
1911         * testsuite/tr1/5_numerical_facilities/random/
1912         subtract_with_carry/operators/equal.cc: Likewise.
1913         * testsuite/tr1/5_numerical_facilities/random/
1914         subtract_with_carry/operators/not_equal.cc: Likewise.
1915         * testsuite/tr1/5_numerical_facilities/random/
1916         subtract_with_carry/operators/serialize.cc: Likewise.
1918         * include/tr1/random (class binomial_distribution<>): Reorder the
1919         data members to save space.
1921 2006-08-20  Paolo Carlini  <pcarlini@suse.de>
1923         * include/tr1/random (gamma_distribution<>::_M_initialize,
1924         gamma_distribution<>::_M_l_d): Add.
1925         (gamma_distribution<>::gamma_distribution(const result_type&),
1926         operator>>(std::basic_istream<>&, gamma_distribution&)): Use it.
1927         include/tr1/random.tcc (gamma_distribution<>::_M_initialize):
1928         Define.
1929         (gamma_distribution<>::operator()): Adjust.
1931         * include/tr1/random (geometric_distribution<>::_M_initialize): Add.
1932         (geometric_distribution<>::geometric_distribution(const _RealType&),
1933         operator>>(std::basic_istream<>&, geometric_distribution&)): Use it.
1935 2006-08-18  Paolo Carlini  <pcarlini@suse.de>
1937         * include/tr1/random (class binomial_distribution<>): Add.
1938         * include/tr1/random.tcc (binomial_distribution<>::operator(),
1939         operator<<(std::basic_ostream<>&, const binomial_distribution<>&),
1940         operator>>(std::basic_istream<>&, binomial_distribution<>&,
1941         binomial_distribution<>::_M_waiting(), binomial_distribution<>::
1942         _M_initialize()): Define.
1943         * testsuite/tr1/5_numerical_facilities/random/binomial_distribution/
1944         requirements/typedefs.cc: New.
1946         * include/tr1/random (geometric_distribution<>::
1947         geometric_distribution(const _RealType&)): Fix DEBUG_ASSERT
1948         limits.
1950         * include/tr1/random (poisson_distribution): Add normal_distribution
1951         member, adjust consistently; minor tweaks and rearrangements of the
1952         arithmetic.
1953         (operator>>(std::basic_istream<>&, poisson_distribution<>&)): Move
1954         out of line.
1955         * include/tr1/random.tcc: Adjust.
1957         * include/tr1/random.tcc (normal_distribution<>::operator()): Minor
1958         tweaks.
1960 2006-08-18  Paolo Carlini  <pcarlini@suse.de>
1962         PR libstdc++/28765
1963         * include/ext/rc_string_base.h (_M_clear): New.
1964         * include/ext/sso_string_base.h (_M_clear): Likewise.
1965         * include/ext/vstring.h (clear): Use it.
1967 2006-08-15  Paolo Carlini  <pcarlini@suse.de>
1969         * include/tr1/random (poisson_distribution<>::_M_initialize): Add.
1970         (poisson_distribution<>::poisson_distribution(const _RealType&):
1971         Use it.
1972         (operator>>(std::basic_istream<>&, poisson_distribution<>&)):
1973         Likewise.
1974         (poisson_distribution<>::_M_large): Remove.
1975         * include/tr1/random.tcc (poisson_distribution<>::_M_initialize):
1976         Define.
1977         (operator<<(std::basic_ostream<>&, const poisson_distribution<>&)):
1978         Do not output the constants.
1980         * include/tr1/random (operator>>(std::basic_istream<>&,
1981         gamma_distribution&)): Minor tweak.
1982         
1983         * include/tr1/random.tcc (poisson_distribution<>::operator()):
1984         Minor tweak.
1986         * include/tr1/random: Consistently, all data members private.
1988 2006-08-15  Paolo Carlini  <pcarlini@suse.de>
1990         * include/tr1/random.tcc (mersenne_twister<>::operator()): Revert
1991         last change (per gcc-patches/2006-08/msg00484.html).
1993 2006-08-14  Paolo Carlini  <pcarlini@suse.de>
1995         * include/tr1/random (class poisson_distribution<>): Add.
1996         * include/tr1/random.tcc (poisson_distribution<>::operator(),
1997         operator<<(std::basic_ostream<>&, const poisson_distribution<>&),
1998         operator>>(std::basic_istream<>&, poisson_distribution<>&,
1999         poisson_distribution<>::poisson_distribution(const _RealType&)):
2000         Define.
2001         * testsuite/tr1/5_numerical_facilities/random/poisson_distribution/
2002         requirements/typedefs.cc: New.
2004         * include/tr1/random.tcc (mersenne_twister<>::operator()): Tweak
2005         a bit for efficiency.
2006         
2007         * include/tr1/random.tcc (operator<<(std::basic_ostream<>&,
2008         const normal_distribution<>&), operator>>(std::basic_istream<>&,
2009         normal_distribution<>&)): Do not output _M_saved unnecessarily.
2011         * include/tr1/random: Trivial formatting fixes.
2012         * include/tr1/cmath: Likewise.
2014 2006-08-11  Paolo Carlini  <pcarlini@suse.de>
2016         * include/bits/stl_bvector.h (__fill_bvector(_Bit_iterator,
2017         _Bit_iterator, bool)): New.
2018         (fill(_Bit_iterator, _Bit_iterator, const bool&)): Use it.
2020 2006-08-10  Paolo Carlini  <pcarlini@suse.de>
2022         * include/tr1/random.tcc (gamma_distribution<>::operator()): Fixes
2023         from the Errata of Devroye's book.
2025 2006-08-10  Paolo Carlini  <pcarlini@suse.de>
2027         * include/bits/stl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)):
2028         Tidy a bit, thus reducing generated code size.
2030 2006-08-09  Paolo Carlini  <pcarlini@suse.de>
2032         * include/bits/stl_bvector.h (vector<bool>::_M_copy_aligned): New.
2033         (vector<bool>::vector(const vector&), operator=(const vector&),
2034         reserve(size_type), _M_fill_insert(iterator, size_type, bool),
2035         _M_insert_range(iterator, _ForwardIterator, _ForwardIterator,
2036         std::forward_iterator_tag), _M_insert_aux(iterator, bool)): Use it.
2037         * testsuite/performance/23_containers/copy_construct/
2038         vector_bool.cc: New.
2040         * testsuite/23_containers/vector/bool/cons/1.cc: New.
2041         * testsuite/23_containers/vector/bool/cons/2.cc: Likewise.
2043         * include/bits/stl_bvector.h (vector<bool>::_M_fill): Remove.
2044         (fill(_Bit_iterator, _Bit_iterator, const bool&)): New.
2045         (vector<bool>::_M_fill_insert(iterator, size_type, bool)): Adjust.
2047         * include/bits/stl_bvector.h (_M_initialize_range(_InputIterator,
2048         _InputIterator, std::input_iterator_tag)): Remove redundant
2049         assignments.
2051         * include/bits/stl_algo.h (find(istreambuf_iterator<>,
2052         istreambuf_iterator<>, _CharT)): Adjust signature.
2053         * include/bits/streambuf_iterator.h: Likewise.
2054         * include/std/std_streambuf.h: Likewise.        
2056 2006-08-09  Paolo Carlini  <pcarlini@suse.de>
2058         * include/bits/stl_algobase.h (fill(const _Deque_iterator<>&,
2059         const _Deque_iterator<>&, const _Tp&)): Move...
2060         * include/bits/deque.tcc: ... here.
2061         * include/bits/stl_deque.h: Declare.
2063 2006-08-06  Paolo Carlini  <pcarlini@suse.de>
2065         PR libstdc++/16611
2066         * include/bits/stl_bvector.h (vector<bool>::operator[],
2067         vector<bool>::operator[] const): Do not use iterator::operator+,
2068         hand code.
2070 2006-08-05  Paolo Carlini  <pcarlini@suse.de>
2072         PR libstdc++/28587
2073         * include/bits/stl_bvector.h (vector<bool>::_M_fill): New.
2074         (vector<bool>::_M_fill_insert): Use it.
2075         * testsuite/performance/23_containers/resize/vector_bool.cc: New.
2076         
2077         * testsuite/23_containers/vector/bool/modifiers/insert/1.cc: New.
2078         * testsuite/23_containers/vector/bool/capacity/1.cc: Likewise.
2080 2006-08-04  Paolo Carlini  <pcarlini@suse.de>
2082         * include/bits/stl_queue.h (priority_queue<>::push,
2083         priority_queue<>::pop): Remove try/catch, just follow the
2084         letter of the Standard.
2086 2006-08-03  Paolo Carlini  <pcarlini@suse.de>
2088         * include/bits/stl_queue.h: Trivial formatting fixes.
2089         * include/bits/stl_stack.h: Likewise.
2091 2006-08-01  Ed Smith-Rowland  <3dw4rd@verizon.net>
2093         * docs/html/ext/tr1.html: Update.
2095 2006-07-31  Paolo Carlini  <pcarlini@suse.de>
2097         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
2098         Find the decimal point in cs, instead of ws; tidy.
2100 2006-07-30  Roger Sayle  <roger@eyesopen.com>
2102         * include/ext/codevt_specializations.h (__iconv_adaptor): Use
2103         identifier _Tp instead of _T in template argument to avoid conflict.
2105 2006-07-30  Paolo Carlini  <pcarlini@suse.de>
2107         * include/bits/stl_algo.h (stable_sort): Uglify the buf variable.
2108         * include/bits/stl_tempbuf.h (_Temporary_buffer<>::
2109         _M_initialize_buffer): Uglify the val parameter.
2111 2006-07-27  Benjamin Kosnik  <bkoz@wells.artheist.org>
2113         PR libstdc++/19664 round 3      
2114         * include/Makefile.am (tr1_headers): Add hashtable_policy.h.
2115         * include/Makefile.in: Regenerate.
2116         * include/tr1/hashtable: Move policy classes into...
2117         * include/tr1/hashtable_policy.h: ... this. New.
2118         
2119         * src/globals_locale.cc: Move contents....
2120         * src/locale_init.cc: ... to here, put in anonymous namespace.
2121         * src/Makefile.am: Remove globals_locale.cc.
2122         * src/Makefile.in: Regenerate.
2124         * src/locale.cc: Convert __gnu_internal to anonymous namespace.
2125         * src/debug.cc: Same.
2126         * src/ext-inst.cc: Same.
2127         * src/mt_allocator.cc: Same.
2128         * src/pool_allocator.cc: Same.
2129         
2130         * include/tr1/random: Convert std::tr1::_Private to anonymous
2131         namespace.
2132         * include/tr1/random.tcc: Same.
2134         * include/tr1/hashtable: Move ::Internal to std::tr1::detail and
2135         enclose bits that can actually be internal in in anonymous
2136         namespace.
2137         * include/tr1/unordered_set: Adjust explicit qualifications for
2138         namespace changes.
2139         * include/tr1/unordered_map: Same.
2141         * include/tr1/cmath: Convert __gnu_internal to nested detail namespace.
2143         * include/bits/cpp_type_traits.h: Move __type_type into anonymous
2144         namespace.
2145         
2146         * include/ext/rope: Change _Rope_constants to anonymous namespace.
2147         * include/ext/ropeimpl.h: Same.
2148         * src/ext-inst.cc: Same.
2150 2006-07-24  Paolo Carlini  <pcarlini@suse.de>
2152         * include/tr1/cinttypes: Simply protect everything with
2153         _GLIBCXX_USE_C99_INTTYPES_TR1.
2154         * include/tr1/cfenv: Likewise with _GLIBCXX_USE_C99_FENV_TR1.
2155         * include/tr1/cstdint: Likewise with _GLIBCXX_USE_C99_STDINT_TR1.
2157 2006-07-21  Benjamin Kosnik  <bkoz@redhat.com>
2159         * include/tr1/random: Make include guards consistent.
2160         * include/tr1/unordered_map: Same.
2161         * include/tr1/hashtable: Same.
2162         * include/tr1/unordered_set: Same.
2164 2006-07-21  Steve Ellcey  <sje@cup.hp.com>
2166         PR target/26792
2167         * configure.ac: Use GCC_CHECK_UNWIND_GETIPINFO to
2168         define HAVE_GETIPINFO.
2169         * aclocal.m4: Add include of ../config/unwind_ipinfo.m4.
2170         * config.h.in: Regenerate.
2171         * configure: Regenerate.
2172         * Makefile.in: Regenerate.
2173         * libmath/Makefile.in: Regenerate.
2174         * include/Makefile.in: Regenerate.
2175         * src/Makefile.in: Regenerate.
2176         * libsupc++/Makefile.in: Regenerate.
2177         * testsuite/Makefile.in: Regenerate.
2178         * po/Makefile.in: Regenerate.
2179         * libsupc++/eh_personality.cc: Check HAVE_GETIPINFO.
2181 2006-07-21  Jason Merrill  <jason@redhat.com>
2183         PR libstdc++/19664 round 2      
2184         * libsupc++/eh_personality.cc: Wrap extern "C" function
2185         definitions in namespace __cxxabiv1.
2187 2006-07-21  David Daney  <ddaney@avtrex.com>
2189         PR libgcj/28426
2190         * acinclude.m4: Added a comment.
2192 2006-07-20  Benjamin Kosnik  <bkoz@redhat.com>
2193             Jakub Jelinek  <jakub@redhat.com>
2194         
2195         PR libstdc++/19664 round 1
2196         * acinclude.m4 (GLIBCXX_ENABLE_VISIBILITY): Check it.
2197         * configure.ac: Use it.
2198         * configure: Regenerate.
2199         * docs/html/configopts.html: Document it.
2200         * include/Makefile.am: Slip in to c++config.
2201         * include/Makefile.in: Regenerate.
2202         * include/bits/c++config (_GLIBCXX_VISIBILITY): New.
2203         (_GLIBCXX_BEGIN_NAMESPACE): Use it.
2204         (_GLIBCXX_END_NAMESPACE): Use it.
2205         (_GLIBCXX_BEGIN_NESTED_NAMESPACE): Use it.
2206         (_GLIBCXX_END_NESTED_NAMESPACE): Use it.                
2207         * src/debug.cc: Mark __gnu_internal namespace with hidden
2208         visibility attribute.
2209         * src/ext-inst.cc: Same.
2210         * src/globals_io.cc: Same.
2211         * src/globals_locale.cc: Same.
2212         * src/ios_init.cc: Same.
2213         * src/locale.cc: Same.
2214         * src/mt_allocator.cc: Same.
2215         * src/pool_allocator.cc: Same.
2217 2006-07-16  Paolo Carlini  <pcarlini@suse.de>
2219         PR libstdc++/28277 (partial: valarray bits)
2220         * include/std/std_valarray.h (valarray<>::shift(int),
2221         valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
2222         do the work in place.
2223         * testsuite/26_numerics/valarray/28277.cc: New.
2225 2006-07-15  Paolo Carlini  <pcarlini@suse.de>
2227         PR libstdc++/28277 (partial: ostream bits 1)
2228         * include/bits/ostream.tcc (operator<<(basic_ostream<_CharT>&,
2229         const char*)): Avoid __builtin_alloca with no limit in the
2230         widening.
2231         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
2232         28277-1.cc: New.
2234 2006-07-14  Benjamin Kosnik  <bkoz@redhat.com>
2236         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.
2237         * configure.ac: Use it.
2238         * configure: Regenerated.
2239         * config.h.in: Regenerated.
2240         * configure.host: Simplify.
2241         * include/bits/atomicity.h: Adjust macros.
2242         * config/cpu/generic/atomicity.h: Move...
2243         * config/cpu/generic/atomicity_mutex: New.
2244         * config/cpu/generic/atomicity_mutex/atomicity.h: ...here.
2245         * config/cpu/generic/atomic_builtins: Rename...
2246         * config/cpu/generic/atomicity_builtins: ...to this.
2247         * config/cpu/generic/atomicity_builtins/atomicity.h: Moved.
2248         * config/cpu/mips/atomicity.h: Comment MIPS II requirement.
2250         * scripts/testsuite_flags.in: Make --cxxflags reflect CXXFLAGS.
2251         
2252 2006-07-14  Paolo Carlini  <pcarlini@suse.de>
2254         * include/tr1/random (minstd_rand0, minstd_rand, ranlux3, ranlux4):
2255         Use unsigned long as implementation-defined type.
2257 2006-07-14  Paolo Carlini  <pcarlini@suse.de>
2259         * include/tr1/random.tcc (struct _To_Unsigned_Type): Add.
2260         (subtract_with_carry<>::seed(_Gen&, false_type)): Use an
2261         unsigned type in the loop, fix factor multiplier, take g
2262         invocations modulo 2^32.
2264         * include/tr1/random.tcc (subtract_with_carry<>::
2265         seed(unsigned long)): Fix value == 0 special case.
2267         * include/tr1/random (struct _Shift): Fix for large shifts.
2269 2006-07-13  Paolo Carlini  <pcarlini@suse.de>
2271         * testsuite/performance/21_strings/string_copy_cons_and_dest.cc: New.
2273 2006-07-13  Benjamin Kosnik  <bkoz@redhat.com>
2275         * include/Makefile.am (pch*_output_anchor): Add.
2276         (pch*_output): Use.
2277         (CLEANFILES): Use.
2278         * include/Makefile.in: Regenerate.
2279         
2280         * scripts/check_performance: Be verbose on compile error.
2282 2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>
2284         * include/Makefile.am: Revert last change.
2285         * include/Makefile.in: Same.
2287 2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>
2289         * include/Makefile.am (pch_output): Don't precompile extc++.h.
2290         (pch_output_dirs): Same.
2291         * include/Makefile.in: Regenerate.
2293         * testsuite/lib/libstdc++.exp: Test PCH with stdtr1c++.h.
2294         
2295 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2297         * include/ext/codecvt_specializations.h: Fix typo in commit
2298         for libstdc++/28290.
2300 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2302         * include/bits/locale_facets.tcc (collate<>::do_transform(
2303         const _CharT*, const _CharT*)): Simplify previous fix for
2304         libstdc++/28277, always allocate memory dynamically.
2306 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2308         PR libstdc++/28344
2309         * include/tr1/random (gamma_distribution<>::
2310         gamma_distribution(const result_type&)): Don't use __alpha as
2311         parameter name, a predefined macro on Alpha systems.
2313 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2315         PR libstdc++/28290
2316         * include/ext/codecvt_specializations.h: Fix, adding missing
2317         includes and guards.
2319 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2321         PR libstdc++/28277 (partial: collate bits)
2322         * include/bits/locale_facets.tcc (collate<>::do_transform(
2323         const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
2324         limit; also avoid multiple calls (in a loop).
2325         * testsuite/22_locale/collate/transform/char/28277.cc: New.
2326         * testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise.
2328 2006-07-10  Mike Stump  <mrs@apple.com>
2330         * libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.
2332 2006-07-10  Benjamin Kosnik  <bkoz@redhat.com>
2334         PR libstdc++/15448
2335         * include/Makefile.am: Clean up pch rules.
2336         * include/Makefile.in: Regenerate.
2338 2006-07-09  Paolo Carlini  <pcarlini@suse.de>
2340         * include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
2341         long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
2342         unsigned long, const _CharT*, ios_base::fmtflags),
2343         __int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
2344         __int_to_char<>(_CharT*, unsigned long long, const _CharT*,
2345         ios_base::fmtflags)): Remove.
2346         (__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
2347         bool)): Adjust.
2348         (num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
2349         Likewise.
2351 2006-07-06  Paolo Carlini  <pcarlini@suse.de>
2353         * include/tr1/random (class gamma_distribution<>): Add.
2354         * include/tr1/random.tcc (gamma_distribution<>::operator(),
2355         operator<<(std::basic_ostream<>&, const gamma_distribution<>&)):
2356         Define.
2357         * testsuite/tr1/5_numerical_facilities/random/gamma_distribution/
2358         requirements/typedefs.cc: New.
2360 2006-07-06  Benjamin Kosnik  <bkoz@redhat.com>
2362         * testsuite/util/regression/trait/assoc/trait.hpp: Format.
2363         * testsuite/util/regression/rand/priority_queue/
2364         rand_regression_test.hpp: Same.
2365         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
2366         * testsuite/util/regression/rand/
2367         assoc/container_rand_regression_test.hpp: Same.
2368         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
2369         * testsuite/util/regression/assoc/common_type.hpp: Same.
2370         * testsuite/util/regression/basic_type.hpp: Same.
2372 2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>  
2374         * include/Makefile.am (pch_output): New.
2375         (clean-local): Use it.
2376         * include/Makefile.in: Regenerate.
2378 2006-07-04  Paolo Carlini  <pcarlini@suse.de>
2380         * include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
2381         result_type.
2382         (variate_generator<>::operator()(),
2383         variate_generator<>::operator()(_Tp)): Inline.
2385         * include/tr1/random: Minor cosmetic changes.
2387 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
2389         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
2390         Adjust, take into account rounding in _M_create.
2391         (__rc_string_base::_M_create): Add early _S_max_size check.
2393 2006-07-03  Ian Lance Taylor  <ian@airs.com>
2394             Paolo Carlini  <pcarlini@suse.de>
2396         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
2397         Increase by a factor of two.
2398         * include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
2399         Likewise.
2401 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
2403         * include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
2404         allocate a string bigger than _S_max_size.
2406 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
2408         * include/Makefile.am (pch1_input, pch1_output_builddir,
2409         pch1_outputj_installdir, pch1_source): Move from pch_*.
2410         (pch2_input, pch2_output_builddir,
2411         pch2_output_installdir, pch2_source): Clone for ext.
2412         (pch3_input, pch3_output_builddir,
2413         pch3_output_installdir, pch3_source): Clone for tr1.
2414         (install-pch): Same.
2415         * include/Makefile.in: Regenerate.
2417         * include/precompiled: New directory.
2418         * include/stdc++.h: Move...
2419         * include/precompiled/stdc++.h: ... here.               
2420         * include/precompiled/stdtr1c++.h: New.
2421         * include/precompiled/extc++.h: New.
2423         * testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
2424         to -include bits/stdtr1c++.h.
2426 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
2428         * testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
2429         600.
2431 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
2433         * testsuite/util/regression/rand/priority_queue/
2434         rand_regression_test.hpp: Revert.
2436 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
2438         * include/ext/typelist.h (typelist_append): To append_typelist. 
2439         (typelist): To node.
2440         Enclose in namespace typelist.
2441         * testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
2442         * testsuite/performance/23_containers/find/map.cc: Same.
2443         * testsuite/performance/23_containers/create/map.cc: Same.
2444         * testsuite/performance/23_containers/insert_erase/associative.cc: 
2445         Same.
2446         * testsuite/performance/23_containers/insert/sequence.cc: Same.
2447         * testsuite/performance/23_containers/insert/associative.cc: Same.
2448         * testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
2449         * testsuite/performance/23_containers/index/map.cc: Same.
2450         * testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
2451         * testsuite/performance/23_containers/create_sort/list.cc: Same.
2452         * testsuite/performance/23_containers/sort_search/list.cc: Same.
2453         * testsuite/performance/23_containers/producer_consumer/sequence.cc: 
2454         Same.
2455         * testsuite/performance/23_containers/producer_consumer/associative.cc:
2456         Same.
2458 2006-06-26  Benjamin Kosnik  <bkoz@redhat.com>
2460         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
2461         Reduce iterations by half.
2462         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
2463         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
2464         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
2465         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
2466         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
2467         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
2468         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
2469         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
2471         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
2472         Set probability of compare from 1 to 0.25.
2473         * testsuite/util/regression/rand/priority_queue/
2474         rand_regression_test.hpp: Same.
2476 2006-06-25  Paolo Carlini  <pcarlini@suse.de>
2478         * include/tr1/random (operator<<(std::basic_ostream<>&,
2479         const linear_congruential<>&), operator>>(std::basic_istream<>&,
2480         linear_congruential<>&), operator<<(std::basic_ostream<>&,
2481         const mersenne_twister<>&), operator>>(std::basic_istream<>&,
2482         mersenne_twister<>&), operator<<(std::basic_ostream<>&,
2483         const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
2484         subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
2485         const discard_block<>&), operator>>(std::basic_istream<>&,
2486         discard_block<>&), operator<<(std::basic_ostream<>&,
2487         const xor_combine<>&), operator>>(std::basic_istream<>&,
2488         xor_combine<>&), operator<<(std::basic_ostream<>&,
2489         const uniform_int<>&), operator>>(std::basic_istream<>&,
2490         uniform_int<>&), operator<<(std::basic_ostream<>&,
2491         const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
2492         const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
2493         const uniform_real<>&), operator>>(std::basic_istream<>&,
2494         uniform_real<>&), operator<<(std::basic_ostream<>&,
2495         const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
2496         const normal_distribution<>&), operator>>(std::basic_istream<>&,
2497         normal_distribution<>&)): Redo per TR1 specs; move out of line...
2498         * include/tr1/random.tcc: ... here.
2500 2006-06-24  Paolo Carlini  <pcarlini@suse.de>
2502         * include/tr1/random (class normal_distribution<>): Add.
2503         * include/tr1/random.tcc (normal_distribution<>::operator()): Define.
2504         
2505         * include/tr1/random.tcc (struct _Max): Remove, "inline" in the
2506         only user, mersenne_twister<>::max().
2508         * include/tr1/random.tcc (struct _Shift): Move...
2509         * include/tr1/random: ... here.
2511         * include/tr1/random.tcc (linear_congruential<>::
2512         linear_congruential(unsigned long), linear_congruential<>::
2513         linear_congruential(_Gen&), mersenne_twister<>::max())): Move inline...
2514         * include/tr1/random: ... here.
2516         * include/tr1/random (exponential_distribution<>::
2517         exponential_distribution(const result_type&)): Add missing
2518         _GLIBCXX_DEBUG_ASSERT.
2520         * testsuite/tr1/5_numerical_facilities/random/
2521         exponential_distribution/requirements/typedefs.cc: New.
2522         * testsuite/tr1/5_numerical_facilities/random/
2523         normal_distribution/requirements/typedefs.cc: Likewise.
2524         * testsuite/tr1/5_numerical_facilities/random/
2525         bernoulli_distribution/requirements/typedefs.cc: Likewise.
2526         * testsuite/tr1/5_numerical_facilities/random/
2527         geometric_distribution/requirements/typedefs.cc: Likewise.
2529 2006-06-23  Benjamin Kosnik  <bkoz@redhat.com>
2531         PR libstdc++/27984
2532         * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust
2533         testing includes.
2534         * docs/html/test.html: Adjust for testsuite changes.
2535         
2536 2006-06-22  Jonathan Lennox  <lennox@cs.columbia.edu>
2537             Paolo Carlini  <pcarlini@suse.de>
2539         * include/ext/pb_ds/detail/resize_policy/
2540         hash_prime_size_policy_imp.hpp: Cast to size_t instead.
2542 2006-06-22  Ami Tavory  <atavory@gmail.com>
2544         * include/ext/pb_ds/detail/resize_policy/
2545         hash_prime_size_policy_imp.hpp: Fix for 64-bit machines.
2547 2006-06-21  Paolo Carlini  <pcarlini@suse.de>
2549         * include/bits/postypes.h (operator==(const fpos<>&, const fpos<>&),
2550         operator!=(const fpos<>&, const fpos<>&)): Add.
2551         * testsuite/27_io/fpos/mbstate_t/6.cc: New.
2553 2006-06-21  Mark Mitchell  <mark@codesourcery.com>
2555         * acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When
2556         cross-compiling, put headers in $prefix/$target/include/c++.
2557         * configure: Regenerated.
2559 2006-06-20  Paolo Carlini  <pcarlini@suse.de>
2561         * include/tr1/random.tcc (struct _Private::_Mod_w<>,
2562         _Private::__mod_w<>): Remove.
2563         (struct _Private::_Shift<>): New.
2564         (struct _Private::_Max_w<>): Rename to _Max, use the latter.
2565         (mersenne_twister<>::seed(unsigned long), seed(_Gen&, false_type),
2566         max()): Adjust.
2568 2006-06-20  Vladimir Prus  <vladimir@codesourcery.com>
2570         * libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.
2572 2006-06-19  Paolo Carlini  <pcarlini@suse.de>
2574         * include/tr1/random (xor_combine<>::operator<<): Fix typo.
2575         
2576         * include/tr1/random (bernoulli_distribution::min(),
2577         bernoulli_distribution::max(), geometric_distribution<>::min(),
2578         geometric_distribution<>::max()): Remove.
2580         * include/tr1/random (geometric_distribution<>::operator()):
2581         Simplify formula.
2583         * include/tr1/random: Minor cosmetic changes.
2585         * testsuite/tr1/5_numerical_facilities/random/discard_block/
2586         operators/equal.cc: New.
2587         * testsuite/tr1/5_numerical_facilities/random/discard_block/
2588         operators/not_equal.cc: Likewise.
2589         * testsuite/tr1/5_numerical_facilities/random/discard_block/
2590         operators/serialize.cc: Likewise.
2591         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2592         operators/equal.cc: Likewise.
2593         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2594         operators/not_equal.cc: Likewise.
2595         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2596         operators/serialize.cc: Likewise.
2598 2006-06-17  Ami Tavory  <atavory@gmail.com>
2599             Paolo Carlini  <pcarlini@suse.de>
2601         * testsuite/util/rng/twister_rand_gen.cc: Adapt to simply use
2602         tr1::mt19937.
2603         * testsuite/util/rng/twister_rand_gen.hpp: Likewise.
2605 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
2607         * include/tr1/random (uniform_real<>::uniform_real(_RealType,
2608         _RealType)): Implement.
2609         (uniform_real<>::min()): Likewise.
2610         (uniform_real<>::max()): Likewise.
2611         (uniform_real<>::reset()): Likewise.
2613         * include/tr1/random (class uniform_real<>): Minor cosmetic tweaks.
2615 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
2617         * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
2618         Ignore the value of the __err argument.
2619         (time_get<>::do_get_weekday): Likewise.
2620         (time_get<>::do_get_monthname): Likewise.
2621         * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
2622         * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
2623         * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
2624         * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
2625         * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
2626         * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
2627         * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
2628         * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise.
2629         * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise.
2630         * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise.
2632 2006-06-15  Benjamin Kosnik  <bkoz@redhat.com>
2634         * include/ext/pb_ds/detail/type_utils.hpp (numeric_traits): Add,
2635         const expression interface to std::numeric_limits::min and max
2636         functions.
2637         * include/ext/pb_ds/trie_policy.hpp (string_trie_e_access_traits):
2638         Use it.
2640         * include/ext/pb_ds/detail/resize_policy/
2641         hash_load_check_resize_trigger_imp.hpp: Format.
2642         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
2644 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
2646         * include/tr1/random.tcc (mersenne_twister<>::operator()()):
2647         Reload the last position of the _M_x vector too.
2649 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
2651         * include/tr1/random (class xor_combine): Fix result_type typedef.
2652         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2653         cons/default.cc: New.
2654         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2655         requirements/typedefs.cc: Tweak.
2657         * include/tr1/random: Minor cosmetic changes.
2659 2006-06-14  Ami Tavory  <atavory@gmail.com>
2660             Benjamin Kosnik  <bkoz@redhat.com>
2662         * include/ext/pb_assoc: Delete.
2663         * include/ext/pb_ds: Add.
2664         * docs/html/ext/pb_assoc: Delete.
2665         * docs/html/ext/pb_ds: Add.
2666         * testsuite/ext/pb_assoc: Delete.
2667         * testsuite/ext/pb_ds: Add.
2668         * testsuite/performance/ext: Add.
2669         * testsuite/performance/ext/pb_ds: Add. 
2671         * testsuite/util/regression: New.
2672         * testsuite/util/rng: New.
2673         * testsuite/util/native_type: New.
2674         * testsuite/util/common_type: New.
2675         * testsuite/util/performance: New.
2676         * testsuite/util/hash_fn: New.
2677         * testsuite/util/io: New.
2678         * testsuite/util/statistic: New.
2680         * scripts/make_graph.py: New.
2681         * scripts/make_graphs.py: New.
2682         * testsuite/data/thirty_years_among_the_dead_preproc.txt: Add.
2683         * testsuite/data/make_graph_htmls.xml: Add.
2684         * testsuite/data/make_graph_test_infos.xml: Add.        
2686         * testsuite/lib/libstdc++.exp (v3-build_support): Add in new
2687         object files for regression testing.
2688         * docs/html/documentation.html: Adjust links.
2689         * include/Makefile.am (install-headers): Update for new sources,
2690         directories.
2691         * include/Makefine.in: Regenerate.
2692         * scripts/testsuite_flags.in: Adjust to testsuite/util path.
2693         * scripts/check_performance: Simplify, adjust for new testsuite output.
2694         * testsuite/Makefile.am (check-performance): Adjust.
2695         (doc-performance): New.
2696         * testsuite/Makefile.in: Regenerate.
2698         * include/ext/pb_ds: New.
2699         * include/ext/pb_ds/assoc_container.hpp: Same.
2700         * include/ext/pb_ds/detail: New.
2701         * include/ext/pb_ds/detail/binomial_heap_base_: New.
2702         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
2703         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
2704         * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
2705         * include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: Same.
2706         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
2707         * include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp: Same.
2708         * include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp: Same.
2709         * include/ext/pb_ds/detail/resize_policy: New.
2710         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
2711         * include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp: Same.
2712         * include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
2713         * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
2714         * include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp: Same.
2715         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp: Same.
2716         * include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp: Same.
2717         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: Same.
2718         * include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp: Same.
2719         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
2720         * include/ext/pb_ds/detail/cc_hash_table_map_: New.
2721         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
2722         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
2723         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
2724         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
2725         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
2726         * include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp: Same.
2727         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
2728         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
2729         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
2730         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
2731         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
2732         * include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp: Same.
2733         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
2734         * include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
2735         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
2736         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
2737         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
2738         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
2739         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
2740         * include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp: Same.
2741         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
2742         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
2743         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
2744         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
2745         * include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp: Same.
2746         * include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp: Same.
2747         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
2748         * include/ext/pb_ds/detail/typelist_assoc_container.hpp: Same.
2749         * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
2750         * include/ext/pb_ds/detail/unordered_iterator: New.
2751         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
2752         * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
2753         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
2754         * include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp: Same.
2755         * include/ext/pb_ds/detail/typelist.hpp: Same.
2756         * include/ext/pb_ds/detail/pat_trie_: New.
2757         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
2758         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
2759         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
2760         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
2761         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
2762         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
2763         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
2764         * include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp: Same.
2765         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
2766         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
2767         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
2768         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
2769         * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
2770         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
2771         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
2772         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
2773         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
2774         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
2775         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
2776         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
2777         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
2778         * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Same.
2779         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
2780         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
2781         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
2782         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
2783         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
2784         * include/ext/pb_ds/detail/bin_search_tree_: New.
2785         * include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp: Same.
2786         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
2787         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
2788         * include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: Same.
2789         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
2790         * include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp: Same.
2791         * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
2792         * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
2793         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
2794         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
2795         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
2796         * include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp: Same.
2797         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
2798         * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
2799         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
2800         * include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp: Same.
2801         * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
2802         * include/ext/pb_ds/detail/gp_hash_table_map_: New.
2803         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
2804         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
2805         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
2806         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
2807         * include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp: Same.
2808         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
2809         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
2810         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
2811         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
2812         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
2813         * include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp: Same.
2814         * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
2815         * include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp: Same.
2816         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
2817         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
2818         * include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
2819         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
2820         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
2821         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
2822         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
2823         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
2824         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
2825         * include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp: Same.
2826         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
2827         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
2828         * include/ext/pb_ds/detail/typelist: New.
2829         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
2830         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
2831         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
2832         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
2833         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
2834         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
2835         * include/ext/pb_ds/detail/typelist/typelist_assoc_container_find.hpp: Same.
2836         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
2837         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
2838         * include/ext/pb_ds/detail/tree_policy: New.
2839         * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
2840         * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
2841         * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Same.
2842         * include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp: Same.
2843         * include/ext/pb_ds/detail/basic_tree_policy: New.
2844         * include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp: Same.
2845         * include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp: Same.
2846         * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: Same.
2847         * include/ext/pb_ds/detail/types_traits.hpp: Same.
2848         * include/ext/pb_ds/detail/binary_heap_: New.
2849         * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
2850         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
2851         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
2852         * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
2853         * include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp: Same.
2854         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
2855         * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
2856         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
2857         * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
2858         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
2859         * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
2860         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
2861         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
2862         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
2863         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
2864         * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
2865         * include/ext/pb_ds/detail/trie_policy: New.
2866         * include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp: Same.
2867         * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
2868         * include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp: Same.
2869         * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
2870         * include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp: Same.
2871         * include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp: Same.
2872         * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
2873         * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Same.
2874         * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
2875         * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
2876         * include/ext/pb_ds/detail/pairing_heap_: Name.
2877         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
2878         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
2879         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
2880         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
2881         * include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp: Same.
2882         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
2883         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
2884         * include/ext/pb_ds/detail/binomial_heap_: New.
2885         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
2886         * include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
2887         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
2888         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
2889         * include/ext/pb_ds/detail/type_utils.hpp: Same.
2890         * include/ext/pb_ds/detail/eq_fn: New.
2891         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
2892         * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
2893         * include/ext/pb_ds/detail/basic_types.hpp: Same.
2894         * include/ext/pb_ds/detail/list_update_policy: New.
2895         * include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp: Same.
2896         * include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp: Same.
2897         * include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp: Same.
2898         * include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp: Same.
2899         * include/ext/pb_ds/detail/thin_heap_: New.
2900         * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
2901         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
2902         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
2903         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
2904         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
2905         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
2906         * include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp: Same.
2907         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
2908         * include/ext/pb_ds/detail/left_child_next_sibling_heap_: New.
2909         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp: Same.
2910         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp: Same.
2911         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp: Same.
2912         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp: Same.
2913         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp: Same.
2914         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp: Same.
2915         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp: Same.
2916         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp: Same.
2917         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp: Same.
2918         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp: Same.
2919         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp: Same.
2920         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp: Same.
2921         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp: Same.
2922         * include/ext/pb_ds/detail/ov_tree_map_: New.
2923         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
2924         * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
2925         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
2926         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
2927         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
2928         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
2929         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
2930         * include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp: Same.
2931         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
2932         * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
2933         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
2934         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
2935         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
2936         * include/ext/pb_ds/detail/hash_fn: New.
2937         * include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: Same.
2938         * include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp: Same.
2939         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
2940         * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
2941         * include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp: Same.
2942         * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
2943         * include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: Same.
2944         * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
2945         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
2946         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
2947         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
2948         * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
2949         * include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp: Same.
2950         * include/ext/pb_ds/detail/splay_tree_: New.
2951         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
2952         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
2953         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
2954         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
2955         * include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp: Same.
2956         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
2957         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
2958         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
2959         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
2960         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
2961         * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
2962         * include/ext/pb_ds/detail/list_update_map_: New.
2963         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
2964         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
2965         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
2966         * include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp: Same.
2967         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
2968         * include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp: Same.
2969         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
2970         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
2971         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
2972         * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
2973         * include/ext/pb_ds/detail/rc_binomial_heap_: New.
2974         * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
2975         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
2976         * include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp: Same.
2977         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
2978         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
2979         * include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
2980         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
2981         * include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp: Same.
2982         * include/ext/pb_ds/detail/rb_tree_map_: New.
2983         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
2984         * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
2985         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
2986         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
2987         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
2988         * include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp: Same.
2989         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
2990         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
2991         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
2992         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
2993         * include/ext/pb_ds/list_update_policy.hpp: Same.
2994         * include/ext/pb_ds/exception.hpp: Same.
2995         * include/ext/pb_ds/tree_policy.hpp: Same.
2996         * include/ext/pb_ds/tag_and_trait.hpp: Same.
2997         * include/ext/pb_ds/hash_policy.hpp: Same.
2998         * include/ext/pb_ds/trie_policy.hpp: Same.
2999         * include/ext/pb_ds/priority_queue.hpp: Same.
3001         * docs/html/ext/pb_ds: New.
3002         * docs/html/ext/pb_ds/container_tag.html: Same.
3003         * docs/html/ext/pb_ds/trivial_iterator_tag.html: Same.
3004         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
3005         * docs/html/ext/pb_ds/sample_trie_e_access_traits.html: Same.
3006         * docs/html/ext/pb_ds/gp_hash_table.html: Same.
3007         * docs/html/ext/pb_ds/priority_queue_tag_cd.svg
3008         * docs/html/ext/pb_ds/container_cd.svg
3009         * docs/html/ext/pb_ds/linear_probe_fn.html: Same.
3010         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
3011         * docs/html/ext/pb_ds/quadratic_probe_fn.html: Same.
3012         * docs/html/ext/pb_ds/assoc_regression_tests.html: Same.
3013         * docs/html/ext/pb_ds/tree_tag.html: Same.
3014         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test.html: Same.
3015         * docs/html/ext/pb_ds/interface.html: Same.
3016         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_msvc.png
3017         * docs/html/ext/pb_ds/hash_random_int_subscript_find_timing_test.html: Same.
3018         * docs/html/ext/pb_ds/lu_based_containers.html: Same.
3019         * docs/html/ext/pb_ds/embedded_lists_3.png
3020         * docs/html/ext/pb_ds/tree_text_find_find_timing_test.html: Same.
3021         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
3022         * docs/html/ext/pb_ds/assoc_performance_tests.html: Same.
3023         * docs/html/ext/pb_ds/list_update.html: Same.
3024         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_gcc.png
3025         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
3026         * docs/html/ext/pb_ds/point_iterators_range_ops_1.png
3027         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_msvc.png
3028         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_gcc.png
3029         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_msvc.png
3030         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
3031         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
3032         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_msvc.png
3033         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test.html: Same.
3034         * docs/html/ext/pb_ds/move_to_front_lu_policy.html: Same.
3035         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_gcc.png
3036         * docs/html/ext/pb_ds/hash_random_int_find_find_timing_test.html: Same.
3037         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
3038         * docs/html/ext/pb_ds/prerequisites.html: Same.
3039         * docs/html/ext/pb_ds/gp_hash_tag.html: Same.
3040         * docs/html/ext/pb_ds/priority_queue_tag_cd.png
3041         * docs/html/ext/pb_ds/container_cd.png
3042         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_gcc.png
3043         * docs/html/ext/pb_ds/container_base.html: Same.
3044         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_msvc.png
3045         * docs/html/ext/pb_ds/tree_random_int_find_find_timing_test.html: Same.
3046         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_msvc.png
3047         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
3048         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_gcc.png
3049         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_msvc.png
3050         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_msvc.png
3051         * docs/html/ext/pb_ds/text_find_timing_test_hash_local.png
3052         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_msvc.png
3053         * docs/html/ext/pb_ds/ov_tree_tag.html: Same.
3054         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
3055         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_msvc.png
3056         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_msvc.png
3057         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_msvc.png
3058         * docs/html/ext/pb_ds/list_update_tag.html: Same.
3059         * docs/html/ext/pb_ds/balls_and_bins.png
3060         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
3061         * docs/html/ext/pb_ds/disclaimer.html: Same.
3062         * docs/html/ext/pb_ds/insert_error.html: Same.
3063         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_gcc.png
3064         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_gcc.png
3065         * docs/html/ext/pb_ds/examples.html: Same.
3066         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html: Same.
3067         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_gcc.png
3068         * docs/html/ext/pb_ds/sample_probe_fn.html: Same.
3069         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
3070         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test.html: Same.
3071         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_gcc.png
3072         * docs/html/ext/pb_ds/null_mapped_type.html: Same.
3073         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_gcc.png
3074         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_gcc.png
3075         * docs/html/ext/pb_ds/associative_container_tag.html: Same.
3076         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
3077         * docs/html/ext/pb_ds/design.html: Same.
3078         * docs/html/ext/pb_ds/cc_hash_max_collision_check_resize_trigger.html: Same.
3079         * docs/html/ext/pb_ds/pairing_heap_tag.html: Same.
3080         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_gcc.png
3081         * docs/html/ext/pb_ds/references.html: Same.
3082         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_msvc.png
3083         * docs/html/ext/pb_ds/hash_load_check_resize_trigger.html: Same.
3084         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_gcc.png
3085         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_gcc.png
3086         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_gcc.png
3087         * docs/html/ext/pb_ds/pq_different_underlying_dss.png
3088         * docs/html/ext/pb_ds/insert_resize_sequence_diagram1.png
3089         * docs/html/ext/pb_ds/pq_regression_tests.html: Same.
3090         * docs/html/ext/pb_ds/sample_tree_node_update.html: Same.
3091         * docs/html/ext/pb_ds/invalidation_guarantee_erase.png
3092         * docs/html/ext/pb_ds/basic_invalidation_guarantee.html: Same.
3093         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
3094         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_gcc.png
3095         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
3096         * docs/html/ext/pb_ds/point_iterators_range_ops_2.png
3097         * docs/html/ext/pb_ds/null_probe_fn.html: Same.
3098         * docs/html/ext/pb_ds/hash_prime_size_policy.html: Same.
3099         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_msvc.png
3100         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_gcc.png
3101         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
3102         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
3103         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_msvc.png
3104         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_gcc.png
3105         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html: Same.
3106         * docs/html/ext/pb_ds/sample_resize_policy.html: Same.
3107         * docs/html/ext/pb_ds/binomial_heap_tag.html: Same.
3108         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
3109         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
3110         * docs/html/ext/pb_ds/tree_text_lor_find_find_timing_test.html: Same.
3111         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_msvc.png
3112         * docs/html/ext/pb_ds/trie_based_containers.html: Same.
3113         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_gcc.png
3114         * docs/html/ext/pb_ds/tree_split_join_timing_test_local.png
3115         * docs/html/ext/pb_ds/text_find_timing_test_hash_gcc.png
3116         * docs/html/ext/pb_ds/motivation.html: Same.
3117         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_msvc.png
3118         * docs/html/ext/pb_ds/tree_split_join_timing_test_gcc.png
3119         * docs/html/ext/pb_ds/tree.html: Same.
3120         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_gcc.png
3121         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_msvc.png
3122         * docs/html/ext/pb_ds/invalidation_guarantee_cd.png
3123         * docs/html/ext/pb_ds/tutorial.html: Same.
3124         * docs/html/ext/pb_ds/null_trie_node_update.html: Same.
3125         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_gcc.png
3126         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_msvc.png
3127         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
3128         * docs/html/ext/pb_ds/point_iterators_cd.png
3129         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
3130         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
3131         * docs/html/ext/pb_ds/rb_tree_tag.html: Same.
3132         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_msvc.png
3133         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_msvc.png
3134         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_gcc.png
3135         * docs/html/ext/pb_ds/exceptions.html: Same.
3136         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_msvc.png
3137         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
3138         * docs/html/ext/pb_ds/hash_policy_cd.png
3139         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_gcc.png
3140         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html: Same.
3141         * docs/html/ext/pb_ds/ds_gen.html: Same.
3142         * docs/html/ext/pb_ds/hash_exponential_size_policy.html: Same.
3143         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
3144         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_msvc.png
3145         * docs/html/ext/pb_ds/index.html: Same.
3146         * docs/html/ext/pb_ds/binary_heap_tag.html: Same.
3147         * docs/html/ext/pb_ds/basic_hash_tag.html: Same.
3148         * docs/html/ext/pb_ds/trie_order_statistics_node_update.html: Same.
3149         * docs/html/ext/pb_ds/sample_resize_trigger.html: Same.
3150         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
3151         * docs/html/ext/pb_ds/hash_text_find_find_timing_test.html: Same.
3152         * docs/html/ext/pb_ds/tree_text_insert_timing_test.html: Same.
3153         * docs/html/ext/pb_ds/trie_tag.html: Same.
3154         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
3155         * docs/html/ext/pb_ds/pq_tests.html: Same.
3156         * docs/html/ext/pb_ds/insert_resize_sequence_diagram2.png
3157         * docs/html/ext/pb_ds/node_invariant_invalidations.png
3158         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_msvc.png
3159         * docs/html/ext/pb_ds/resize_policy_cd.png
3160         * docs/html/ext/pb_ds/embedded_lists_1.png
3161         * docs/html/ext/pb_ds/hash_ranged_hash_range_hashing_fns.png
3162         * docs/html/ext/pb_ds/null_lu_metadata.html: Same.
3163         * docs/html/ext/pb_ds/tree_order_statistics_timing_test.html: Same.
3164         * docs/html/ext/pb_ds/trie_prefix_search_node_update.html: Same.
3165         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram.png
3166         * docs/html/ext/pb_ds/point_invalidation_guarantee.html: Same.
3167         * docs/html/ext/pb_ds/direct_mod_range_hashing.html: Same.
3168         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
3169         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_msvc.png
3170         * docs/html/ext/pb_ds/misc.html: Same.
3171         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
3172         * docs/html/ext/pb_ds/counter_lu_policy.html: Same.
3173         * docs/html/ext/pb_ds/different_underlying_dss.png
3174         * docs/html/ext/pb_ds/restoring_node_invariants.png
3175         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html: Same.
3176         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
3177         * docs/html/ext/pb_ds/sample_update_policy.html: Same.
3178         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_gcc.png
3179         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
3180         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_msvc.png
3181         * docs/html/ext/pb_ds/simple_list.png
3182         * docs/html/ext/pb_ds/text_find_timing_test_hash_msvc.png
3183         * docs/html/ext/pb_ds/assoc_examples.html: Same.
3184         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
3185         * docs/html/ext/pb_ds/hash_based_containers.html: Same.
3186         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
3187         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
3188         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_gcc.png
3189         * docs/html/ext/pb_ds/tree_node_iterator.html: Same.
3190         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_msvc.png
3191         * docs/html/ext/pb_ds/trie_node_iterator.html: Same.
3192         * docs/html/ext/pb_ds/tree_based_containers.html: Same.
3193         * docs/html/ext/pb_ds/hash_random_int_subscript_insert_timing_test.html: Same.
3194         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_msvc.png
3195         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_msvc.png
3196         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_msvc.png
3197         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_gcc.png
3198         * docs/html/ext/pb_ds/rationale_null_node_updator.png
3199         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
3200         * docs/html/ext/pb_ds/lu.png
3201         * docs/html/ext/pb_ds/assoc_container_traits.html: Same.
3202         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_msvc.png
3203         * docs/html/ext/pb_ds/assoc_design.html: Same.
3204         * docs/html/ext/pb_ds/splay_tree_tag.html: Same.
3205         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_gcc.png
3206         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test.html: Same.
3207         * docs/html/ext/pb_ds/assoc_container_tag_cd.svg
3208         * docs/html/ext/pb_ds/resize_error.html: Same.
3209         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_msvc.png
3210         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_gcc.png
3211         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test.html: Same.
3212         * docs/html/ext/pb_ds/basic_tree_assoc_container_const_node_iterator.html: Same.
3213         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_gcc.png
3214         * docs/html/ext/pb_ds/trie_const_node_iterator.html: Same.
3215         * docs/html/ext/pb_ds/hash_zlob_random_int_find_find_timing_test.html: Same.
3216         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_gcc.png
3217         * docs/html/ext/pb_ds/sample_size_policy.html: Same.
3218         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_gcc.png
3219         * docs/html/ext/pb_ds/cc_hash_table.html: Same.
3220         * docs/html/ext/pb_ds/node_invariants.png
3221         * docs/html/ext/pb_ds/tree_split_join_timing_test_msvc.png
3222         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test.html: Same.
3223         * docs/html/ext/pb_ds/tree_order_statistics_node_update.html: Same.
3224         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_msvc.png
3225         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
3226         * docs/html/ext/pb_ds/priority_queue.html: Same.
3227         * docs/html/ext/pb_ds/assoc_tests.html: Same.
3228         * docs/html/ext/pb_ds/assoc_container_tag_cd.png
3229         * docs/html/ext/pb_ds/basic_hash_table.html: Same.
3230         * docs/html/ext/pb_ds/basic_tree_tag.html: Same.
3231         * docs/html/ext/pb_ds/tree_split_join_timing_test.html: Same.
3232         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
3233         * docs/html/ext/pb_ds/insert_resize_sequence_diagram3.png
3234         * docs/html/ext/pb_ds/embedded_lists_2.png
3235         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
3236         * docs/html/ext/pb_ds/sample_ranged_probe_fn.html: Same.
3237         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_gcc.png
3238         * docs/html/ext/pb_ds/sample_trie_node_update.html: Same.
3239         * docs/html/ext/pb_ds/introduction.html: Same.
3240         * docs/html/ext/pb_ds/pq_performance_tests.html: Same.
3241         * docs/html/ext/pb_ds/pat_trie.png
3242         * docs/html/ext/pb_ds/range_invalidation_guarantee.html: Same.
3243         * docs/html/ext/pb_ds/contact.html: Same.
3244         * docs/html/ext/pb_ds/sample_range_hashing.html: Same.
3245         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
3246         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_gcc.png
3247         * docs/html/ext/pb_ds/update_seq_diagram.png
3248         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_gcc.png
3249         * docs/html/ext/pb_ds/direct_mask_range_hashing.html: Same.
3250         * docs/html/ext/pb_ds/tests.html: Same.
3251         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_gcc.png
3252         * docs/html/ext/pb_ds/tree_node_updator_policy_cd.png
3253         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_gcc.png
3254         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html: Same.
3255         * docs/html/ext/pb_ds/trie_node_updator_policy_cd.png
3256         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_msvc.png
3257         * docs/html/ext/pb_ds/concepts.html: Same.
3258         * docs/html/ext/pb_ds/pq_examples.html: Same.
3259         * docs/html/ext/pb_ds/priority_queue_tag.html: Same.
3260         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test.html: Same.
3261         * docs/html/ext/pb_ds/update_policy_cd.png
3262         * docs/html/ext/pb_ds/thin_heap_tag.html: Same.
3263         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_msvc.png
3264         * docs/html/ext/pb_ds/basic_tree.html: Same.
3265         * docs/html/ext/pb_ds/null_hash_fn.html: Same.
3266         * docs/html/ext/pb_ds/null_tree_node_update.html: Same.
3267         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_gcc.png
3268         * docs/html/ext/pb_ds/trie.html: Same.
3269         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_msvc.png
3270         * docs/html/ext/pb_ds/rc_binomial_heap_tag.html: Same.
3271         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_msvc.png
3272         * docs/html/ext/pb_ds/pq_container_traits.html: Same.
3273         * docs/html/ext/pb_ds/pq_design.html: Same.
3274         * docs/html/ext/pb_ds/checked_by_tidy.gif
3275         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
3276         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_gcc.png
3277         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test.html: Same.
3278         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_gcc.png
3279         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
3280         * docs/html/ext/pb_ds/acks.html: Same.
3281         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
3282         * docs/html/ext/pb_ds/cc_hash_tag.html: Same.
3283         * docs/html/ext/pb_ds/sample_ranged_hash_fn.html: Same.
3284         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_msvc.png
3285         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test.html: Same.
3286         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html: Same.
3287         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_msvc.png
3288         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram2.png
3289         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_msvc.png
3290         * docs/html/ext/pb_ds/PythonPoweredSmall.gif
3291         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
3292         * docs/html/ext/pb_ds/pat_trie_tag.html: Same.
3293         * docs/html/ext/pb_ds/hash_standard_resize_policy.html: Same.
3294         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_msvc.png
3295         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_gcc.png
3296         * docs/html/ext/pb_ds/join_error.html: Same.
3297         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_gcc.png
3298         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
3300         * testsuite/ext/pb_ds: New.
3301         * testsuite/ext/pb_ds/regression: New.
3302         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
3303         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
3304         * testsuite/ext/pb_ds/regression/associative_containers.cc: Same.
3305         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
3306         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
3307         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
3308         * testsuite/ext/pb_ds/regression/priority_queues.cc: Same.
3309         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
3310         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
3311         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
3312         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
3313         * testsuite/ext/pb_ds/example: New.
3314         * testsuite/ext/pb_ds/example/hash_shift_mask.cc: Same.
3315         * testsuite/ext/pb_ds/example/basic_set.cc: Same.
3316         * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Same.
3317         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Same.
3318         * testsuite/ext/pb_ds/example/store_hash.cc: Same.
3319         * testsuite/ext/pb_ds/example/assoc_container_traits.cc: Same.
3320         * testsuite/ext/pb_ds/example/hash_load_set_change.cc: Same.
3321         * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
3322         * testsuite/ext/pb_ds/example/hash_resize.cc: Same.
3323         * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
3324         * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
3325         * testsuite/ext/pb_ds/example/basic_multiset.cc: Same.
3326         * testsuite/ext/pb_ds/example/priority_queue_xref.cc: Same.
3327         * testsuite/ext/pb_ds/example/hash_find_neg.cc: Same.
3328         * testsuite/ext/pb_ds/example/erase_if.cc: Same.
3329         * testsuite/ext/pb_ds/example/priority_queue_container_traits.cc: Same.
3330         * testsuite/ext/pb_ds/example/tree_join.cc: Same.
3331         * testsuite/ext/pb_ds/example/basic_map.cc: Same.
3332         * testsuite/ext/pb_ds/example/trie_split.cc: Same.
3333         * testsuite/ext/pb_ds/example/priority_queue_split_join.cc: Same.
3334         * testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc: Same.
3335         * testsuite/ext/pb_ds/example/priority_queue_erase_if.cc: Same.
3336         * testsuite/ext/pb_ds/example/hash_mod.cc: Same.
3337         * testsuite/ext/pb_ds/example/tree_order_statistics_join.cc: Same.
3338         * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
3339         * testsuite/ext/pb_ds/example/hash_initial_size.cc: Same.
3340         * testsuite/ext/pb_ds/example/basic_priority_queue.cc: Same.
3341         * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
3342         * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
3343         * testsuite/performance/ext: New.
3344         * testsuite/performance/ext/pb_ds: New.
3345         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_small.cc: Same.
3346         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Same.
3347         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc: Same.
3348         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
3349         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_down_timing.cc: Same.
3350         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc: Same.
3351         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc: Same.
3352         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
3353         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
3354         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_large.cc: Same.
3355         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp: Same.
3356         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_timing.cc: Same.
3357         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
3358         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_timing.hpp: Same.
3359         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
3360         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_up_timing.cc: Same.
3361         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_large.cc: Same.
3362         * testsuite/performance/ext/pb_ds/priority_queue_text_push_pop_timing.cc: Same.
3363         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc: Same.
3364         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc: Same.
3365         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_small.cc: Same.
3366         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_pop_timing.cc: Same.
3367         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc: Same.
3368         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
3369         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc: Same.
3370         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing.hpp: Same.
3371         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc: Same.
3372         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_small.cc: Same.
3373         * testsuite/data/make_graph_test_infos.xml: Same.
3374         * testsuite/data/thirty_years_among_the_dead_preproc.txt: New.
3375         * testsuite/data/make_graph_htmls.xml: Same.
3376         * testsuite/util/regression: New.
3377         * testsuite/util/regression/trait: New.
3378         * testsuite/util/regression/trait/priority_queue: New.
3379         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
3380         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
3381         * testsuite/util/regression/trait/assoc: New.
3382         * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
3383         * testsuite/util/regression/trait/assoc/node_update_trait.hpp: Same.
3384         * testsuite/util/regression/trait/assoc/get_set_load_trait.hpp: Same.
3385         * testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp: Same.
3386         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
3387         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
3388         * testsuite/util/regression/trait/assoc/resize_trait.hpp: Same.
3389         * testsuite/util/regression/trait/assoc/to_string.hpp: Same.
3390         * testsuite/util/regression/rand: New.
3391         * testsuite/util/regression/rand/priority_queue: New.
3392         * testsuite/util/regression/rand/priority_queue/detail: New.
3393         * testsuite/util/regression/rand/priority_queue/detail/erase_fn_imps.hpp: Same.
3394         * testsuite/util/regression/rand/priority_queue/detail/cmp_fn_imps.hpp: Same.
3395         * testsuite/util/regression/rand/priority_queue/detail/policy_access_fn_imps.hpp: Same.
3396         * testsuite/util/regression/rand/priority_queue/detail/defs_fn_imps.hpp: Same.
3397         * testsuite/util/regression/rand/priority_queue/detail/it_conversion_fn_imps.hpp: Same.
3398         * testsuite/util/regression/rand/priority_queue/detail/constructor_destructor_fn_imps.hpp: Same.
3399         * testsuite/util/regression/rand/priority_queue/detail/diagnostic_fn_imps.hpp: Same.
3400         * testsuite/util/regression/rand/priority_queue/detail/insert_fn_imps.hpp: Same.
3401         * testsuite/util/regression/rand/priority_queue/detail/clear_fn_imps.hpp: Same.
3402         * testsuite/util/regression/rand/priority_queue/detail/modify_fn_imps.hpp: Same.
3403         * testsuite/util/regression/rand/priority_queue/detail/split_join_fn_imps.hpp: Same.
3404         * testsuite/util/regression/rand/priority_queue/detail/operator_fn_imps.hpp: Same.
3405         * testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp: Same.
3406         * testsuite/util/regression/rand/priority_queue/container_rand_regression_test.hpp: Same.
3407         * testsuite/util/regression/rand/io: New.
3408         * testsuite/util/regression/rand/io/priority_queue: New.
3409         * testsuite/util/regression/rand/io/priority_queue/xml_formatter.hpp: Same.
3410         * testsuite/util/regression/rand/io/assoc: New.
3411         * testsuite/util/regression/rand/io/assoc/xml_formatter.hpp: Same.
3412         * testsuite/util/regression/rand/io/xml_formatter.hpp: Same.
3413         * testsuite/util/regression/rand/assoc: New.
3414         * testsuite/util/regression/rand/assoc/detail: New.
3415         * testsuite/util/regression/rand/assoc/detail/subscript_fn_imps.hpp: Same.
3416         * testsuite/util/regression/rand/assoc/detail/cmp_fn_imps.hpp: Same.
3417         * testsuite/util/regression/rand/assoc/detail/policy_access_fn_imps.hpp: Same.
3418         * testsuite/util/regression/rand/assoc/detail/defs_fn_imps.hpp: Same.
3419         * testsuite/util/regression/rand/assoc/detail/it_conversion_fn_imps.hpp: Same.
3420         * testsuite/util/regression/rand/assoc/detail/diagnostic_fn_imps.hpp: Same.
3421         * testsuite/util/regression/rand/assoc/detail/clear_fn_imps.hpp: Same.
3422         * testsuite/util/regression/rand/assoc/detail/get_set_load_fn_imps.hpp: Same.
3423         * testsuite/util/regression/rand/assoc/detail/operator_fn_imps.hpp: Same.
3424         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
3425         * testsuite/util/regression/rand/assoc/detail/resize_fn_imps.hpp: Same.
3426         * testsuite/util/regression/rand/assoc/detail/constructor_destructor_fn_imps.hpp: Same.
3427         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
3428         * testsuite/util/regression/rand/assoc/detail/split_join_fn_imps.hpp: Same.
3429         * testsuite/util/regression/rand/assoc/detail/get_set_loads_fn_imps.hpp: Same.
3430         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
3431         * testsuite/util/regression/rand/assoc/container_rand_regression_test.hpp: Same.
3432         * testsuite/util/regression/priority_queue: New.
3433         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
3434         * testsuite/util/regression/basic_type.hpp: Same.
3435         * testsuite/util/regression/assoc: New.
3436         * testsuite/util/regression/assoc/common_type.hpp: Same.
3437         * testsuite/util/regression/res_mng: New.
3438         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
3439         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Same.
3440         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
3441         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
3442         * testsuite/util/rng: New.
3443         * testsuite/util/rng/twister_rand_gen.cc: Same.
3444         * testsuite/util/rng/twister_rand_gen.hpp: Same.
3445         * testsuite/util/native_type: New.
3446         * testsuite/util/native_type/priority_queue: New.
3447         * testsuite/util/native_type/priority_queue/native_priority_queue.hpp: Same.
3448         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Same.
3449         * testsuite/util/native_type/assoc: New.
3450         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
3451         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
3452         * testsuite/util/native_type/assoc/native_set.hpp: Same.
3453         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
3454         * testsuite/util/native_type/assoc/native_map.hpp: Same.
3455         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
3456         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
3457         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
3458         * testsuite/util/common_type: New.
3459         * testsuite/util/common_type/priority_queue
3460         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
3461         * testsuite/util/common_type/priority_queue/string_form.hpp: Same.
3462         * testsuite/util/common_type/priority_queue/detail
3463         * testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp: Same.
3464         * testsuite/util/common_type/assoc: New.
3465         * testsuite/util/common_type/assoc/common_type.hpp: Same.
3466         * testsuite/util/common_type/assoc/string_form.hpp: Same.
3467         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
3468         * testsuite/util/common_type/assoc/detail: New.
3469         * testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp: Same.
3470         * testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp: Same.
3471         * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
3472         * testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp: Same.
3473         * testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp: Same.
3474         * testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp: Same.
3475         * testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp: Same.
3476         * testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp: Same.
3477         * testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp: Same.
3478         * testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp: Same.
3479         * testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp: Same.
3480         * testsuite/util/common_type/assoc/native_set.hpp: Same.
3481         * testsuite/util/performance: New.
3482         * testsuite/util/performance/priority_queue: New.
3483         * testsuite/util/performance/priority_queue/mem_usage: New.
3484         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: Same.
3485         * testsuite/util/performance/priority_queue/timing: New.
3486         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: Same.
3487         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
3488         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
3489         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: Same.
3490         * testsuite/util/performance/io: New.
3491         * testsuite/util/performance/io/xml_formatter.hpp: Same.
3492         * testsuite/util/performance/assoc: New.
3493         * testsuite/util/performance/assoc/mem_usage: New.
3494         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: Same.
3495         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
3496         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
3497         * testsuite/util/performance/assoc/timing: New.
3498         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
3499         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: Same.
3500         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: Same.
3501         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
3502         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: Same.
3503         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
3504         * testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp: Same.
3505         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
3506         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: Same.
3507         * testsuite/util/performance/time: New.
3508         * testsuite/util/performance/time/elapsed_timer.cc: Same.
3509         * testsuite/util/performance/time/elapsed_timer.hpp: Same.
3510         * testsuite/util/performance/time/timing_test_base.hpp: Same.
3511         * testsuite/util/performance/mem: New.
3512         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Same.
3513         * testsuite/util/performance/mem/mem_track_allocator.hpp: Same.
3514         * testsuite/util/hash_fn: New.
3515         * testsuite/util/hash_fn/limit_string_hash_fn.hpp: Same.
3516         * testsuite/util/hash_fn/string_ranged_hash_fn.hpp: Same.
3517         * testsuite/util/hash_fn/string_hash_fn.hpp: Same.
3518         * testsuite/util/hash_fn/string_ranged_probe_fn.hpp: Same.
3519         * testsuite/util/hash_fn/dna_str_limit.hpp: Same.
3520         * testsuite/util/io: New.
3521         * testsuite/util/io/prog_bar.cc: Same.
3522         * testsuite/util/io/prog_bar.hpp: Same.
3523         * testsuite/util/io/text_populate.hpp: Same.
3524         * testsuite/util/io/xml.hpp: Same.
3525         * testsuite/util/io/illegal_input_error.hpp: Same.
3526         * testsuite/util/io/xml_test_formatter.hpp: Same.
3527         * testsuite/util/io/verified_cmd_line_input.cc: Same.
3528         * testsuite/util/io/verified_cmd_line_input.hpp: Same.
3529         * testsuite/util/statistic: New.
3530         * testsuite/util/statistic/sample_var.hpp: Same.
3531         * testsuite/util/statistic/res_recorder.hpp: Same.
3532         * testsuite/util/statistic/sample_mean.hpp: Same.
3533         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
3534         
3535 2006-06-12  Paolo Carlini  <pcarlini@suse.de>
3537         PR libstdc++/26970
3538         * config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
3539         variadic function, instead of template function.
3540         * config/locale/generic/c_locale.h (__convert_from_v<>): Likewise.
3541         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
3542         Adjust.
3543         (money_put<>::do_put(long double)): Likewise.
3544         * src/locale-misc-inst.cc: Remove.
3545         * src/Makefile.am: Adjust.
3546         * src/Makefile.in: Regenerate.
3548 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
3550         * include/tr1/random (random_device::random_device(const
3551         std::string& = "/dev/urandom")): Open in binary mode.
3553         * include/tr1/random (random_device::random_device(const
3554         std::string& = "rand")): Use mersenne_twister.
3555         (random_device::_M_strtoul): New.
3556         (random_device::operator()()): Update.
3558         * include/tr1/random: Minor stylistic changes, consistently
3559         qualify with std::.
3561 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
3563         * acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
3564         the availability of "/dev/random" and "/dev/urandom".
3565         * configure.ac: Use it.
3566         * include/tr1/random (random_device): Implement, a fall-back for
3567         systems not providing "/dev/random" and "/dev/urandom" included.
3568         * testsuite/tr1/5_numerical_facilities/random/random_device/
3569         cons/default.cc: New.
3570         * testsuite/tr1/5_numerical_facilities/random/random_device/
3571         cons/token.cc: Likewise.
3572         * testsuite/tr1/5_numerical_facilities/random/random_device/
3573         requirements/typedefs.cc: Likewise.
3574         * config.h.in: Regenerate.
3575         * configure: Likewise.
3577         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3578         cons/gen1.cc: Minor tweak, add bool test.
3580 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
3582         * testsuite/util: New directory.
3583         * testsuite/testsuite_hooks.cc: Move to util sub-directory.
3584         * testsuite/testsuite_abi_check.cc: Same.
3585         * testsuite/testsuite_abi.cc: Same.
3586         * testsuite/testsuite_tr1.h: Same.
3587         * testsuite/testsuite_io.h: Same.
3588         * testsuite/testsuite_iterators.h: Same.
3589         * testsuite/testsuite_allocator.cc: Same.
3590         * testsuite/testsuite_allocator.h: Same.
3591         * testsuite/testsuite_hooks.h: Same.
3592         * testsuite/testsuite_character.cc: Same.
3593         * testsuite/testsuite_abi.h: Same.
3594         * testsuite/testsuite_character.h: Same.
3595         * testsuite/testsuite_visualization.h: Same.
3596         * testsuite/testsuite_performance.h: Same.
3597         * testsuite/testsuite_shared.cc: Same.
3598         * testsuite/testsuite_common_types.h: Same.
3600         * testsuite/lib/libstdc++.exp (v3-build_support): Adjust paths.
3601         * testsuite/libstdc++-abi/abi.exp: Same.
3602         * testsuite/libstdc++-dg/conformance.exp: Remove any files in the
3603         utilities subdirectory from the list of test cases.
3604         
3605         * scripts/testsuite_flags.in (build-includes): Adjust path for
3606         testsuite includes.
3607         * scripts/create_testsuite_files (dlist): Don't let utility files
3608         creep into the testsuite_files list.
3609         
3610 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
3612         * include/tr1/random (mersenne_twister<>::operator==,
3613         operator!=, operator<<, operator>>): Implement.
3614         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3615         operators/equal.cc: New.        
3616         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3617         operators/not_equal.cc: Likewise.
3618         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3619         operators/serialize.cc: Likewise.
3621         * include/tr1/random (subtract_with_carry<>::operator==): Fix,
3622         compare the whole state; use std::equal.
3624         * include/tr1/random: Minor formatting and style changes.
3626 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
3628         * testsuite/tr1/5_numerical_facilies: Move to...
3629         * testsuite/tr1/5_numerical_facilities: ...this.        
3631 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
3633         * include/tr1/random: Trivial uglification fixes.
3634         * include/tr1/random.tcc: Likewise.
3636         * include/tr1/random (subtract_with_carry<>::
3637         subtract_with_carry(_IntType)): Fix parameter type to unsigned long.
3638         (subtract_with_carry<>::seed(_IntType)): Likewise.
3639         * include/tr1/random.tcc (subtract_with_carry<>::seed(_IntType)):
3640         Adjust.
3642 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
3644         * include/tr1/random (mersenne_twister<>::seed()): Fix per
3645         tr1/5.1.4.2, p8.
3646         * include/tr1/random.tcc (mod_w): Add.
3647         (mersenne_twister<>::seed(unsigned long)): Fix per tr1/5.1.4.2, p9.
3648         (mersenne_twister<>::seed(Gen&, false_type)): Adjust to use mod_w.
3649         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Fix
3650         expected result per tr1/5.1.5, p2.
3651         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3652         cons/default.cc: Adjust.
3654         * include/tr1/random (exponential_distribution<>::operator()()): Fix.
3656 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
3658         * include/tr1/random.tcc (Max::value()): Cast 1 to Tp(1) and
3659         adjust shift count to w; rename as Max_w.
3660         (struct Mod_w): New.
3661         (mersenne_twister<>::seed(Gen&, false_type): Use the latter.
3662         (mersenne_twister<>::operator()()): Fix ~0ul to ~_UInt().
3663         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3664         cons/default.cc: Fix ~0ul to 2^32-1.
3665         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3666         cons/gen1.cc: Likewise.
3668 2006-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3670         * include/tr1/random: New.
3671         * include/tr1/random.tcc: Likewise.
3672         * include/Makefile.am: Add.
3673         * testsuite/tr1/5_numerical_facilies/random/ranlux3.cc: New.
3674         * testsuite/tr1/5_numerical_facilies/random/ranlux4.cc: Likewise.
3675         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Likewise.
3676         * testsuite/tr1/5_numerical_facilies/random/variate_generator/
3677         requirements/typedefs.cc: Likewise.
3678         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3679         cons/seed1.cc: Likewise.
3680         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3681         cons/seed2.cc: Likewise.
3682         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3683         cons/default.cc: Likewise.
3684         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3685         cons/gen1.cc: Likewise.
3686         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3687         requirements/typedefs.cc: Likewise.
3688         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3689         operators/equal.cc: Likewise.
3690         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3691         operators/not_equal.cc: Likewise.
3692         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3693         operators/serialize.cc: Likewise.
3694         * testsuite/tr1/5_numerical_facilies/random/uniform_real/
3695         requirements/typedefs.cc: Likewise.
3696         * testsuite/tr1/5_numerical_facilies/random/discard_block/
3697         requirements/requirements.cc: Likewise.
3698         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3699         cons/seed1.cc: Likewise.
3700         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3701         cons/seed2.cc: Likewise.
3702         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3703         cons/default.cc: Likewise.
3704         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3705         cons/gen1.cc: Likewise.
3706         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3707         requirements/non_uint_neg.cc: Likewise.
3708         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3709         requirements/typedefs.cc: Likewise.
3710         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3711         operators/equal.cc: Likewise.
3712         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3713         operators/not_equal.cc: Likewise.
3714         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3715         operators/serialize.cc: Likewise.
3716         * testsuite/tr1/5_numerical_facilies/random/xor_combine/
3717         requirements/typedefs.cc: Likewise.
3718         * testsuite/tr1/5_numerical_facilies/random/minstd_rand.cc: Likewise.
3719         * testsuite/tr1/5_numerical_facilies/random/minstd_rand0.cc: Likewise.
3720         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3721         cons/range.cc: Likewise.
3722         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3723         cons/default.cc: Likewise.
3724         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3725         cons/range_neg.cc: Likewise.
3726         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3727         requirements/typedefs.cc: Likewise.
3728         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3729         cons/seed1.cc: Likewise.
3730         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3731         cons/seed2.cc: Likewise.
3732         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3733         cons/default.cc: Likewise.
3734         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3735         cons/gen1.cc: Likewise.
3736         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3737         requirements/typedefs.cc: Likewise.
3738         * include/Makefile.in: Regenerate.
3739         * testsuite/tr1/headers.cc: Update.
3741 2006-06-04  Paolo Carlini  <pcarlini@suse.de>
3743         PR libstdc++/27867
3744         * include/bits/valarray_before.h (struct _BinClos<_Oper, _ValArray,
3745         _ValArray, _Tp, _Tp>): Fix value_type typedef.
3746         * testsuite/26_numerics/valarray/27867.cc: New.
3748 2006-05-29  Paolo Carlini  <pcarlini@suse.de>
3750         PR libstdc++/24692
3751         * include/bits/atomicity.h (__exchange_and_add_multi,
3752         __atomic_add_multi): New, depending on _GLIBCXX_ATOMIC_BUILTINS,
3753         inline the atomic builtins.
3754         (__exchange_and_add_dispatch, __atomic_add_dispatch): Adjust.
3755         * configure.ac: Define _GLIBCXX_ATOMIC_BUILTINS when the atomic
3756         builtins are available.
3757         * configure: Regenerate.
3758         * config.h.in: Likewise.
3760 2006-05-27  Paolo Carlini  <pcarlini@suse.de>
3762         * configure.host: If the CPU provides atomic builtins select
3763         generic/atomic_builtins/atomicity.h.
3764         * config/cpu/generic/atomic_builtins/atomicity.h: Add.
3765         * config/cpu/powerpc/atomicity.h: Remove.
3766         * config/cpu/ia64/atomicity.h: Likewise.
3767         * config/cpu/alpha/atomicity.h: Likewise.
3768         * config/cpu/s390/atomicity.h: Likewise.
3770 2006-05-26  Carlos O'Donell  <carlos@codesourcery.com>
3772         * Makefile.am: Add install-html target. Add install-html to .PHONY
3773         * Makefile.in: Regenerate.
3775 2006-05-24  Paolo Carlini  <pcarlini@suse.de>
3777         PR libstdc++/24704
3778         * include/bits/atomicity.h (__exchange_and_add_single,
3779         __atomic_add_single): New, single thread versions of the atomic
3780         functions.
3781         (__exchange_and_add_dispatch, __atomic_add_dispatch): New,
3782         depending on __GTHREADS and __gthread_active_p() dispatch either
3783         to the above or to the existing atomic functions.
3784         * include/ext/pool_allocator.h: Update callers.
3785         * include/ext/rc_string_base.h: Likewise.
3786         * include/bits/locale_classes.h: Likewise.
3787         * include/bits/basic_string.h: Likewise.
3788         * include/bits/ios_base.h: Likewise.
3789         * include/tr1/boost_shared_ptr.h: Likewise.
3790         * src/ios.cc: Likewise.
3791         * src/locale.cc: Likewise.
3792         * src/ios_init.cc: Likewise.
3794 2006-05-23  Paolo Carlini  <pcarlini@suse.de>
3796         * testsuite/testsuite_shared.cc: Fix --enable-threads=single build.
3798 2006-05-19  Paolo Carlini  <pcarlini@suse.de>
3800         * testsuite/27_io/objects/wchar_t/9661-1.cc: Avoid leaking the
3801         semaphores if a VERIFY fails.
3802         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
3803         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
3804         * testsuite/27_io/objects/char/7.cc: Likewise.
3805         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise.
3806         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
3807         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3808         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise.
3809         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
3810         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
3812 2006-05-17  Paolo Carlini  <pcarlini@suse.de>
3814         * include/tr1/hashtable (hashtable<>::m_find): Remove; update callers.
3816         * include/tr1/hashtable (map_base<>::operator[]): Move out of line.
3818         * include/tr1/hashtable (hashtable<>::m_insert(const value_type&,
3819         std::tr1::false_type)): Avoid memory leak risk for new_node.
3821 2006-05-15  Paolo Carlini  <pcarlini@suse.de>
3823         * include/tr1/hashtable (hashtable<>::m_find, m_insert_bucket): Add.
3824         (hashtable<>::find, m_insert(const value_type&, std::tr1::true_type),
3825         map_base<>::operator[]): Use the above.
3826         * testsuite/performance/23_containers/insert/unordered_map_array.cc:
3827         New.    
3829         * include/tr1/hashtable (hashtable<>::find_node,
3830         insert(const value_type&, ...), erase_node): Rename to m_*, adjust
3831         callers.
3832         * include/tr1/hashtable: Minor cosmetic changes.
3834 2006-05-13  Peter Doerfler  <gcc@pdoerfler.com>
3836         * include/tr1/hashtable (identity<>::operator(),
3837         extract1st<>::operator()): Return by const ref.
3839 2006-05-10  Steve Ellcey  <sje@cup.hp.com>
3841         * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit):
3842         Move to gcc subdir.
3843         * testsuite/lib/dg-options.exp (dg-require-iconv): Remove.
3844         (dg-require-cxa-atexit): Move to gcc subdir.
3846 2006-05-10  Paolo Carlini  <pcarlini@suse.de>
3847             Peter Doerfler  <gcc@pdoerfler.com>
3849         * include/tr1/hashtable (hashtable_iterator<>::hashtable_iterator(),
3850         hashtable_const_iterator<>::hashtable_const_iterator(),
3851         node_iterator<>::node_iterator(),
3852         node_const_iterator<>::node_const_iterator()): Add.
3853         (node_iterator<>::node_iterator(hash_node<>*),
3854         node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
3855         remove default.
3856         * testsuite/tr1/6_containers/unordered/hashtable/
3857         iterators_default_constructor.c: New.
3859 2006-05-10  Marc Glisse  <marc.glisse@normalesup.org>
3861         * include/ext/pool_allocator.h: Add missing std:: qualifications.
3862         * include/ext/mt_allocator.h: Likewise.
3863         * include/ext/pb_assoc/detail/resize_policy/
3864         hash_load_check_resize_trigger_imp.hpp: Likewise.
3865         * include/ext/pb_assoc/detail/resize_policy/
3866         hash_standard_resize_policy_imp.hpp: Likewise.
3867         * include/ext/pb_assoc/detail/lu_policy/
3868         counter_lu_metadata_imp.hpp: Likewise.
3869         * include/ext/pb_assoc/detail/map_debug_base.hpp: Likewise.
3870         * libsupc++/eh_alloc.cc: Typo: memcpy -> memset.
3872 2006-05-07  Paolo Carlini  <pcarlini@suse.de>
3874         * include/tr1/type_traits (integral_constant<>::value): Define.
3875         * testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
3876         New.
3878 2006-05-04  Douglas Gregor  <dgregor@cs.indiana.edu>
3880         PR libstdc++/27404
3881         * include/ext/rope (_Rope_const_iterator<>::operator*() const,
3882         _Rope_iterator<>::operator*() const): Add.
3884 2006-05-01  Paolo Carlini  <pcarlini@suse.de>
3886         * acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the
3887         presence of wctype.h, for use in GLIBCXX_ENABLE_C99.
3888         * configure: Regenerate.
3890 2006-04-29  Paolo Carlini  <pcarlini@suse.de>
3892         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
3893         Special case main parsing loop for !_M_allocated (i.e., "C" locale).
3894         (num_get<>::_M_extract_int): Likewise.
3895         * include/bits/locale_facets.h (num_get<>::_M_find): New.
3897 2006-04-27  Benjamin Kosnik  <bkoz@redhat.com>
3899         * docs/html/17_intro/TODO: Update.
3900         
3901 2006-04-26  Benjamin Kosnik  <bkoz@redhat.com>
3903         PR libstdc++/26875
3904         * include/ext/array_allocator.h (array_allocator): _M_used, new
3905         data member.  
3906         * testsuite/ext/array_allocator/26875.cc: New.
3907         
3908 2006-04-26  Shantonu Sen  <ssen@opendarwin.org>
3910         PR libstdc++/26513
3911         * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.
3913 2006-04-23  Marc Glisse  <marc.glisse@normalesup.org>
3915         PR libstdc++/27199
3916         * ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
3917         * ext/bitmap_allocator.h: Likewise; qualify with std::.
3918         * ext/new_allocator.h: Likewise.
3919         * ext/malloc_allocator.h: Likewise.
3920         * ext/array_allocator.h: Likewise.
3921         * ext/mt_allocator.h: Likewise.
3922         * ext/functional: Likewise for size_t.
3923         * ext/debug_allocator.h: Likewise.
3924         * bits/char_traits.h: Qualify with std:: size_t.
3925         * debug/hash_multimap.h: Likewise.
3927 2006-04-23  Paolo Carlini  <pcarlini@suse.de>
3929         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 42.
3931 2006-04-19  Paolo Carlini  <pcarlini@suse.de>
3933         PR libstdc++/26424
3934         * include/tr1/hashtable (X<>::primes): Extend for 64-bit machines.
3935         (X<>::n_primes): Adjust.
3936         (prime_rehash_policy::next_bkt, bkt_for_elements, need_rehash): Adjust.
3938 2006-04-18  Paolo Carlini  <pcarlini@suse.de>
3940         * docs/html/faq/index.html ([5.5]): Adjust to mention function
3941         objects and reference_wrapper; minor tweaks.
3942         * docs/html/faq/index.txt: Regenerate.
3944 2006-04-16  Paolo Carlini  <pcarlini@suse.de>
3946         PR libstdc++/6702 (again)
3947         * acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
3948         wchar_t functions...
3949         (GLIBCXX_ENABLE_WCHAR_T): ... do that here.
3950         * configure.ac: Adjust order of checks.
3951         * configure: Regenerate.
3953 2006-04-14  Douglas Gregor  <dgregor@cs.indiana.edu>
3955         PR libstdc++/27162
3956         * include/bits/stl_algo.h (__search_n(,,,, _BinaryPredicate,
3957         std::forward_iterator_tag)): Use __binary_pred, not ==.
3959 2006-04-10  Matthias Klose  <doko@debian.org>
3961         * testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
3962         directory names containing underscores.
3964 2006-04-10  Paolo Carlini  <pcarlini@suse.de>
3966         DR 538, [Ready]
3967         * include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
3968         output_iterator_tag), and predicated counterpart): Revert to the
3969         algorithm pre-DR 241, i.e., value_type of InputIterator is now
3970         required to be Assignable too.
3971         * testsuite/25_algorithms/unique_copy/3.cc: Remove.
3972         * docs/html/ext/howto.html: Add an entry for DR 538.
3974 2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>
3976         * testsuite/data/sgetn.txt: Correct copyright holder.
3977         * testsuite/data/wistream_extractor_other-1.tst: Same.
3978         * testsuite/data/wistream_extractor_other-2.tst: Same.
3979         * testsuite/data/istream_extractor_other-1.txt: Same.
3980         * testsuite/data/filebuf_virtuals-1.txt: Same.
3981         * testsuite/data/wostream_inserter_other-1.tst: Same.
3982         * testsuite/data/wostream_inserter_other-2.tst: Same.
3983         * testsuite/data/ostream_inserter_other-1.tst: Same.
3984         * testsuite/data/ostream_inserter_other-2.tst: Same.
3985         * testsuite/data/wistream_extractor_other-1.txt: Same.
3986         * testsuite/data/istream_extractor_other-1.tst: Same.
3987         * testsuite/data/istream_extractor_other-2.tst: Same.
3988         * testsuite/data/filebuf_virtuals-1.tst: Same.
3989         * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
3990         conditions.
3991         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
3992         * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
3993         * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
3995 2006-03-28  Paolo Carlini  <pcarlini@suse.de>
3997         * include/ext/vstring.h (operator[]): Allow s[s.size()] in
3998         debug mode, but not pedantic mode.
4000 2006-03-24  Mark Mitchell  <mark@codesourcery.com>
4001             Joseph S. Myers  <joseph@codesourcery.com>
4003         PR libstdc++/20448
4004         PR libstdc++/20451
4005         * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR.
4006         * testsuite/lib/libstdc++.exp (libstdc++_init): Always define
4007         LOCALEDIR to ".".
4008         (v3-build_support): Build MO files.
4010 2006-03-22  Paolo Carlini  <pcarlini@suse.de>
4012         PR libstdc++/26777
4013         * include/bits/fstream.tcc (basic_filebuf<>::_M_seek): Check
4014         the return value of _M_file.seekoff.
4015         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: New.
4017 2006-03-21  Paolo Carlini  <pcarlini@suse.de>
4019         PR libstdc++/25482
4020         * include/bits/stl_algobase.h (__copy_aux(_CharT*, _CharT*,
4021         ostreambuf_iterator<_CharT>), __copy_aux(const _CharT*, const _CharT*,
4022         ostreambuf_iterator<_CharT>), __copy_aux(istreambuf_iterator<_CharT>,
4023         istreambuf_iterator<_CharT>, _CharT*), copy(istreambuf_iterator<_CharT>,
4024         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>)): Declare.
4025         * include/bits/stl_algo.h (find(istreambuf_iterator<_CharT>,
4026         istreambuf_iterator<_CharT>, _CharT)): Likewise.
4027         * include/bits/streambuf_iterator.h (copy(istreambuf_iterator<_CharT>,
4028         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>),
4029         __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>),
4030         __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>),
4031         __copy_aux(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
4032         _CharT*), find(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
4033         _CharT)): Define.
4034         (class istreambuf_iterator<>, class ostreambuf_iterator<>): Declare
4035         friends.
4036         * include/std/std_streambuf.h (class basic_streambuf<>): Likewise.
4037         * include/bits/cpp_type_traits.h (struct __is_char<>): Add.
4038         * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: New.
4039         * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: New.
4040         * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: New.
4041         * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: New.
4042         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: New.
4043         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: New.
4044         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: New.
4045         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: New.
4046         * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: New.
4047         * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: New.
4048         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: New.
4049         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: New.
4050         * testsuite/performance/25_algorithms/copy_streambuf_iterators.cc: New.
4051         * testsuite/performance/25_algorithms/find_istreambuf_iterators.cc: New.
4053 006-03-13  Paolo Carlini  <pcarlini@suse.de>
4055         * include/bits/postypes.h (fpos<>::operator==, operator!=): Remove,
4056         exploit conversion to streamoff.
4057         * testsuite/27_io/fpos/mbstate_t/5.cc: New.
4059 2006-03-12  Howard Hinnant  <hhinnant@apple.com>
4061         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc:
4062         Fix race condition.
4063         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
4064         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
4066 2006-03-10  Paolo Carlini  <pcarlini@suse.de>
4068         * include/tr1/cmath: Add atan2 and pow bits; add using declarations.    
4069         * include/tr1/math.h: Add using declarations.
4070         * include/tr1/complex: Add using declarations.
4071         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
4072         qualify calls.
4073         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
4074         add atan2 and pow bits.
4075         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
4076         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
4077         adjust polar bits.
4079         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
4080         and float_t typedefs.
4081         * include/tr1/cmath: Add double_t and float_t.
4082         * testsuite/tr1/8_c_compatibility/cmath/types.cc: New.
4084         * include/tr1/ctgmath: New.
4085         * include/tr1/tgmath.h: Likewise.
4086         * include/Makefile.am: Add.
4087         * testsuite/tr1/headers.cc: Update.
4089         * include/Makefile.in: Regenerate.
4090         * configure: Likewise.
4092         * docs/html/ext/tr1.html: Update.
4094 2006-03-08  Paolo Carlini  <pcarlini@suse.de>
4096         Implement the resolution of DR 455, [DR].
4097         * src/ios_init.cc (ios_base::Init::Init()): Do it.
4098         * testsuite/27_io/objects/char/dr455.cc: New.
4099         * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise.
4100         * docs/html/ext/howto.html: Add an entry for DR 455.
4102 2006-03-07  Paolo Carlini  <pcarlini@suse.de>
4104         * include/tr1/cmath: Add C99 overloads.
4105         * include/tr1/common.h (struct __promote_3): Add.
4106         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: New.
4108         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Tweak.
4109         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
4111 2006-03-06  Paolo Carlini  <pcarlini@suse.de>
4113         PR target/26532
4114         * config/io/c_io_stdio.h (struct __ios_flags): Remove.
4115         * include/bits/ios_base.h: Adjust consistently.
4116         (ios_base::_S_local_word_size): Change to an anonymous enum.
4117         * src/ios.cc: Do not define static const data of __ios_flags,
4118         likewise for ios_base::_S_local_word_size.      
4119         * include/bits/locale_classes.h (locale::_S_categories_size):
4120         Change to an anonymous enum.
4121         * src/locale.cc: Don't define.
4123 2006-03-03  Paolo Carlini  <pcarlini@suse.de>
4125         PR libstdc++/26526
4126         * config/abi/pre/gnu.ver (__copy_streambufs, 64-bit version): Add
4127         @GLIBCXX_3.4.8; move existing symbols @GLIBCXX_3.4.8 to 3.4.9.
4128         * configure.ac (libtool_VERSION): To 6:9:0.
4129         * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.9.
4130         * configure: Regenerate.
4132 2006-03-02  Paolo Carlini  <pcarlini@suse.de>
4134         * config/abi/pre/gnu.ver: Adjust __copy_streambufs_eof export
4135         vs 64-bit arches.
4137 2006-03-01  Paolo Carlini  <pcarlini@suse.de>
4139         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 41.
4141 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
4143         PR other/26208
4144         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use
4145         _Unwind_GetIPInfo instead of _Unwind_GetIP.
4147 2006-02-27  Paolo Carlini  <pcarlini@suse.de>
4149         PR libstdc++/14866
4150         * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Redirect
4151         stderr instead.
4153 2006-02-26  Paolo Carlini  <pcarlini@suse.de>
4155         * include/tr1/cmath: Add templates (8.16.3).    
4156         * include/tr1/cstdbool: New.
4157         * include/tr1/stdbool.h: Likewise.
4158         * include/Makefile.am: Add.
4159         * testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
4160         * testsuite/tr1/headers.cc: Update.
4161         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
4162         * docs/html/ext/tr1.html: Update.
4163         * include/Makefile.in: Regenerate.
4164         * config.h.in: Likewise.
4165         * configure: Likewise.
4167 2006-02-24  Paolo Carlini  <pcarlini@suse.de>
4169         * include/tr1/array (array<>::swap, assign): Implement.
4170         * include/tr1/array (operator==, operator!=, operator<,
4171         operator>, operator>=, operator<=, swap, get): Inline.
4172         * testsuite/tr1/6_containers/array/requirements/member_swap.cc: New.
4173         * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
4174         * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
4175         Likewise.
4177 2006-02-23  Benjamin Kosnik  <bkoz@redhat.com>
4179         * testsuite/22_locale/codecvt/in/wchar_t/1.cc (test01): Change int
4180         to size_t. Use explicit static_cast for casts.
4181         * testsuite/22_locale/codecvt/in/wchar_t/6.cc (test06): Same.
4182         * testsuite/22_locale/codecvt/in/wchar_t/5.cc (test05): Same.
4183         * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
4184         
4185 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4187         * docs/html/ext/pb_assoc/
4188         basic_tree_assoc_cntnr_const_node_iterator.html:Fix links
4189         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_node_iterator.html:
4190         Likewise.
4191         * docs/html/ext/pb_assoc/hash_based_containers.html: Likewise.
4192         * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: Likewise.
4193         * docs/html/ext/pb_assoc/interface.html: Likewise..
4194         * docs/html/ext/pb_assoc/list_updates.html: Likewise.
4195         * docs/html/ext/pb_assoc/lu_based_containers.html: Likewise.
4196         * docs/html/ext/pb_assoc/resize_policies.html: Likewise.
4197         * docs/html/ext/pb_assoc/sample_probe_fn.html: Likewise.
4198         * docs/html/ext/pb_assoc/sample_range_hashing.html: Likewise.
4199         * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: Likewise.
4200         * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: Likewise.
4201         * docs/html/ext/pb_assoc/sample_resize_policy.html: Likewise.
4202         * docs/html/ext/pb_assoc/tree_assoc_cntnr_const_node_iterator.html:
4203         Likewise.
4204         * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: Likewise.
4206 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4208         PR libstdc++/26132
4209         * include/tr1/hashtable (hashtable<>::rehash): Define.
4210         * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
4212         * include/tr1/hashtable: Trivial formatting and stylistic fixes.
4214         * testsuite/tr1/headers.cc: remove <tr1/hashtable>, not a tr1 header,
4215         only an implementation detail.
4217 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4219         * include/debug/list (splice): Remove splice_alloc check, redundant
4220         after implementing the splice bits of N1599.
4222 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
4224         * include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
4225         _GLIBCXX_END_NAMESPACE.
4227 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
4229         * include/bits/c++config: Simplify debug namespaces.
4230         * include/ext/hash_set: Specialize insert_iterator after norm,
4231         debug containers have been (optionally) declared. Use nested
4232         namespaces.     
4233         * include/ext/hash_map: Same.
4234         * include/debug/hash_map.h (insert): Add specialization for value
4235         pointer types.
4236         * include/debug/hash_set.h (insert): Same.
4237         * include/debug/hash_multimap.h: Change __gnu_debug_def to __debug.
4238         * include/debug/set.h: Same.
4239         * include/debug/bitset: Same.
4240         * include/debug/multiset.h: Same.
4241         * include/debug/hash_multiset.h: Same.
4242         * include/debug/vector: Same.
4243         * include/debug/map.h: Same.
4244         * include/debug/deque: Same.
4245         * include/debug/list: Same.
4246         * include/debug/multimap.h. Same.
4247         * include/debug/macros.h: Use __gnu_debug.
4248         * include/debug/debug.h: Same.
4249         * include/debug/formatter.h: Same.
4250         * include/debug/safe_sequence.h: Same.
4251         * include/debug/functions.h: Same.
4252         * include/debug/safe_base.h: Same.
4253         * include/debug/safe_iterator.h: Same.
4254         * include/debug/safe_iterator.tcc: Same.
4255         (_M_invalidate): Adjust compare order.
4256         * include/debug/string: Change std::__gnu_debug to __gnu_debug.
4257         * include/ext/hashtable.h: Formatting fixes.
4258         * include/bits/stl_map.h: Formatting fixes.             
4259         * src/compatibility.cc: Adjust compatibility symbols for old debug
4260         mode model.     
4261         * src/debug_list.cc: Tweak.
4262         * src/debug.cc: Adjust namespaces.
4263         * docs/html/debug_mode.html: Adjust namespace names.
4264         * testsuite/25_algorithms/heap/heap.cc: Restore _GLIBCXX_DEBUG
4265         macro guards, as count values differ when in debug mode.        
4266         * testsuite/23_containers/vector/26412.cc: Move to...
4267         * testsuite/23_containers/vector/26412-1.cc: ... here.
4268         * testsuite/23_containers/vector/26412-2.cc: Add.
4270         * include/ext/pb_assoc/detail/standard_policies.hpp
4271         (PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
4272         std::equal_to.
4274         * configure.ac (libtool_VERSION): To 6:8:0.
4275         * configure: Regenerate.
4276         * config/abi/pre/gnu.ver: Revert to exporting __gnu_debug symbols.
4277         (GLIBCXX_3.4.8): New.
4278         * testsuite/testsuite_abi.cc: Add GLIBCXX_3.4.8 to known versions.
4279         
4280 2006-02-21  Paolo Carlini  <pcarlini@suse.de>
4282         * include/tr1/hashtable: Trivial formatting fixes.
4284 2006-02-20  Paolo Carlini  <pcarlini@suse.de>
4286         Revert recent commit for libstdc++/26211, now suspended waiting for
4287         DR 342 (reopened) to reach a new resolution.
4288         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
4289         seekg(off_type, ios_base::seekdir)): Remove sentry.
4290         * testsuite/27_io/basic_istream/seekg/char/26211.cc: Remove.
4291         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
4292         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
4293         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
4294         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Revert changes.
4295         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4296         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
4297         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4298         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
4299         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
4301 2006-02-19  Paolo Carlini  <pcarlini@suse.de>
4303         * include/std/std_sstream.h (basic_stringbuf<>::setbuf): Simply
4304         clear the internal _M_string, adjust _M_sync call.
4305         * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
4306         consistently for calls from setbuf.
4308 2006-02-17  Paolo Carlini  <pcarlini@suse.de>
4309             Howard Hinnant  <hhinnant@apple.com>
4311         PR libstdc++/26250
4312         * include/bits/sstream.tcc (basic_stringbuf<>::overflow): Tweak
4313         to leave epgtr() just past the new write position, as per the
4314         relevant bits of 27.7.1.3/8 (not changed by DR 432).
4315         * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: New.
4316         * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Same.
4318         * docs/html/ext/howto.html: Add entries for DR 169 and DR 432.
4320         * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
4321         of line...
4322         * include/bits/sstream.tcc: ... here.
4324 2006-02-16  Joseph S. Myers  <joseph@codesourcery.com>
4326         PR libstdc++/14939
4327         * config/os/uclibc/ctype_base.h, config/os/uclibc/ctype_inline.h,
4328         config/os/uclibc/ctype_noninline.h, config/os/uclibc/os_defines.h:
4329         New.
4330         * acinclude.m4 (GLIBCXX_CONFIGURE): Test whether using uClibc.
4331         * configure.host: Use os/uclibc for uClibc.
4332         * crossconfig.m4 (*-linux*): Use link tests.  Don't hardcode
4333         presence of math functions.
4334         * configure: Regenerate.
4336 2006-02-12  Paolo Carlini  <pcarlini@suse.de>
4338         PR libstdc++/26211
4339         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
4340         seekg(off_type, ios_base::seekdir)): Construct a sentry, as per
4341         27.6.1.3/1.
4342         * testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
4343         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
4344         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
4345         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
4346         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Adjust.
4347         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4348         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
4349         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4350         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
4351         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
4353 2006-02-10  Paolo Carlini  <pcarlini@suse.de>
4355         PR libstdc++/26181
4356         * include/bits/streambuf.tcc (__copy_streambufs_eof): New, like
4357         the existing __copy_streambufs but reporting eof in input.
4358         (__copy_streambufs): Just use the latter.
4359         * src/streambuf.cc (__copy_streambufs_eof): Adjust specializations
4360         of __copy_streambufs.
4361         * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use
4362         __copy_streambufs_eof instead.
4363         * include/std/std_streambuf.h: Adjust.
4364         * src/streambuf-inst.cc: Adjust.
4365         * config/abi/pre/gnu.ver: Export the new symbols.
4366         * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: New.
4367         * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc:
4368         Likewise.
4369         * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Adjust.
4370         * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc:
4371         Likewise.
4373 2006-02-08  Benjamin Kosnik  <bkoz@redhat.com>
4375         PR libstdc++/26142
4376         * include/debug/debug.h: Move debug alias inside namespace std,
4377         same with namespace __gnu_cxx. Add top-level __gnu_debug
4378         namespace.      
4379         * include/debug/hash_multimap.h: Nest within __gnu_cxx, not
4380         std. Also, change nesting namespace name from __gnu_debug_def to
4381         __gnu_debug.    
4382         * include/debug/hash_map.h: Same.
4383         * include/debug/hash_multiset.h: Same.
4384         * include/debug/hash_set.h: Same.
4385         * docs/html/debug.html: Same.
4386         * testsuite/23_containers/vector/26412.cc: New.
4387         * testsuite/23_containers/vector/invalidation/1.cc:  Correct
4388         qualifications for debug namespace change.
4389         * testsuite/23_containers/vector/invalidation/2.cc: Same.
4390         * testsuite/23_containers/vector/invalidation/3.cc: Same.
4391         * testsuite/23_containers/vector/invalidation/4.cc: Same.
4392         * testsuite/23_containers/deque/invalidation/1.cc: Same.
4393         * testsuite/23_containers/deque/invalidation/2.cc: Same.
4394         * testsuite/23_containers/deque/invalidation/3.cc: Same.
4395         * testsuite/23_containers/deque/invalidation/4.cc: Same.
4396         * testsuite/23_containers/multiset/invalidation/1.cc: Same.
4397         * testsuite/23_containers/multiset/invalidation/2.cc: Same.
4398         * testsuite/23_containers/multimap/invalidation/1.cc: Same.
4399         * testsuite/23_containers/multimap/invalidation/2.cc: Same.
4400         * testsuite/23_containers/bitset/invalidation/1.cc: Same.
4401         * testsuite/23_containers/bitset/cons/16020.cc: Same.
4402         * testsuite/23_containers/bitset/operations/13838.cc: Same.
4403         * testsuite/23_containers/list/invalidation/1.cc: Same.
4404         * testsuite/23_containers/list/invalidation/2.cc: Same.
4405         * testsuite/23_containers/list/invalidation/3.cc: Same.
4406         * testsuite/23_containers/list/invalidation/4.cc: Same.
4407         * testsuite/23_containers/set/invalidation/1.cc: Same.
4408         * testsuite/23_containers/set/invalidation/2.cc: Same.
4409         * testsuite/23_containers/map/invalidation/1.cc: Same.
4410         * testsuite/23_containers/map/invalidation/2.cc: Same.
4411         * testsuite/23_containers/map/modifiers/insert/16813.cc: Same.
4412         * testsuite/21_strings/basic_string/2.cc: Same.
4414 2006-02-08  Paolo Carlini  <pcarlini@suse.de>
4416         PR libstdc++/26133  (DR 241, [WP])
4417         * include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
4418         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
4419         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
4420         forward_iterator_tag), and predicated counterparts): Add.
4421         (__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
4422         forward_iterator_tag), and predicated counterparts): Remove.
4423         (unique_copy): Adjust, dispatch to the three helpers above.
4424         * testsuite/25_algorithms/unique_copy/2.cc: New.
4425         * testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
4426         * testsuite/25_algorithms/unique_copy/3.cc: Likewise.   
4427         * docs/html/ext/howto.html: Add an entry for DR 241.
4429         * testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.
4431 2006-02-07  Jakub Jelinek  <jakub@redhat.com>
4432             Benjamin Kosnik  <bkoz@redhat.com>
4434         * configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
4435         If true, set also port_specific_symbol_files and create
4436         as_symver_specs.
4437         (GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
4438         * configure: Rebuilt.
4439         * config.h.in: Rebuilt.
4440         * config/os/gnu-linux/ldbl-extra.ver: New file.
4441         * config/abi/pre/gnu.ver: Make sure no __float128 symbols are
4442         exported.
4443         * include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
4444         _GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
4445         _GLIBCXX_END_LDBL_NAMESPACE): Define.
4446         * include/bits/localefwd.h: Use them to conditionally scope facets.
4447         * include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
4448         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
4449         Surround std::{money,num}_{get,put}
4450         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
4451         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
4452         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
4453         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
4454         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
4455         * include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
4456         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
4457         (std::money_get::__do_get, std::money_put::__do_put,
4458         std::num_get::__do_get, std::num_put::__do_put): New
4459         specializations.
4460         * include/Makefile.am: Conditionally define
4461         _GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
4462         * include/Makefile.in: Regenerate.
4463         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
4464         _GLIBCXX_SYNC_ID): Define, use them.
4465         * src/compatibility-ldbl.cc: New file.
4466         * src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
4467         symbols.
4468         * src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4469         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4470         * src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.   
4471         * src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4472         * src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4473         * src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4474         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4475         * src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4476         * src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4477         * config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
4478         Likewise.
4479         * config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
4480         Likewise.
4481         * src/Makefile.am (libstdc++-symbol.ver): Append instead of
4482         insert in the middle if port specific symbol file requests it.
4483         (ldbl_compat_sources): New variable.
4484         (sources): Use it.
4485         (compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
4486         * src/Makefile.in: Rebuilt.
4487         * testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
4488         GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.    
4490 2006-02-07  Paolo Carlini  <pcarlini@suse.de>   
4492         * include/tr1/hashtable: Trivial formatting fixes.
4494 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
4495             Zak Kipling  <zak@transversal.com>
4497         PR libstdc++/26127
4498         * include/tr1/hashtable (hashtable<>::key_equal): Define.
4499         (hashtable<>::bucket, rehash_base<>::max_load_factor): Fix.
4500         * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
4502 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
4504         * include/tr1/cmath: New.
4505         * include/tr1/cstdlib: Likewise.
4506         * include/tr1/ctime: Likewise.
4507         * include/tr1/math.h: Likewise. 
4508         * include/tr1/stdlib.h: Likewise.
4509         * include/Makefile.am: Add.
4510         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <math.h> checks.
4511         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: New.
4512         * testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise.
4513         * testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Likewise.
4514         * testsuite/tr1/headers.cc: Update.     
4516         * include/tr1/cinttypes: Do not provide abs and div, conflicting
4517         with the above overloads for _Longlong types.
4518         * include/tr1/inttypes.h: Adjust.
4519         * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Adjust.
4521         * docs/html/ext/tr1.html: Update.
4522         
4523         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
4525         * include/Makefile.in: Regenerate.
4526         * config.h.in: Likewise.
4527         * configure: Likewise.
4529 2006-02-07  Mark Mitchell  <mark@codesourcery.com>
4531         * testsuite/testsuite_tr1.h (test_property): New function.
4532         * testsuite/tr1/4_metaprogramming/type_properties/extent/extent.cc 
4533         (test01) 
4535 2006-02-05  Paolo Carlini  <pcarlini@suse.de>
4537         * include/tr1/cstdio: New.
4538         * include/tr1/stdio.h: Likewise.
4539         * include/Makefile.am: Add.
4540         * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: New.
4541         * testsuite/tr1/headers.cc: Update.     
4542         * docs/html/ext/tr1.html: Update.
4544         * include/tr1/cwchar: Simplify, use _GLIBCXX_USE_C99, consistently
4545         with the facilities in std::.
4546         * include/tr1/cwctype: Likewise.
4547         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
4548         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
4549         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Remove <wchar.h> and
4550         <wctype.h> checks.
4552         * include/Makefile.in: Regenerate.
4553         * config.h.in: Likewise.
4554         * configure: Likewise.
4556 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
4558         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Fix.
4560 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
4562         * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: Avoid
4563         warning on string constant.
4565 2006-02-03  Paolo Carlini  <pcarlini@suse.de>
4567         * include/tr1/cwchar: New.
4568         * include/tr1/cwctype: Likewise.
4569         * include/tr1/wchar.h: Likewise.
4570         * include/tr1/wctype.h: Likewise.
4571         * include/Makefile.am: Add.
4572         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: New.
4573         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
4574         * testsuite/tr1/headers.cc: Update.
4575         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <wchar.h> and
4576         <wctype.h> checks.
4577         * docs/html/ext/tr1.html: Update.
4578         * include/Makefile.in: Regenerate.
4579         * config.h.in: Likewise.
4580         * configure: Likewise.
4582         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Cosmetic tweak.
4584 2006-02-02  Paolo Carlini  <pcarlini@suse.de>
4586         * include/tr1/cfloat: New.
4587         * include/tr1/climits: Likewise.                
4588         * include/tr1/cstdarg: Likewise.
4589         * include/tr1/ctype.h: Likewise.
4590         * include/tr1/fenv.h: Likewise.
4591         * include/tr1/float.h: Likewise.
4592         * include/tr1/inttypes.h: Likewise.
4593         * include/tr1/limits.h: Likewise.
4594         * include/tr1/stdint.h: Likewise.
4595         * include/tr1/stdarg.h: Likewise.
4596         * include/Makefile.am: Add.
4597         * include/Makefile.in: Regenerate.
4598         * docs/html/ext/tr1.html: Update.
4599         * testsuite/tr1/headers.cc: New.
4601         * include/tr1/cctype: Include <cctype> instead.
4603 2006-01-31  Paolo Carlini  <pcarlini@suse.de>
4605         PR libstdc++/21554
4606         * include/tr1/array (array<>::_M_instance): Maximally align.
4607         * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
4609 2006-01-31  Ed Smith-Rowland  <3dw4rd@verizon.net>
4611         * docs/html/faq/index.html ([1.0]): Replace references to CVS
4612         with appropriate references to SVN.
4613         ([1.3]): Likewise.
4614         ([1.4]): Likewise.
4615         ([2.3]): Likewise.
4616         * docs/html/faq/index.txt: Regenerated.
4618 2006-01-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4620         * include/bits/valarray_array.h (__valarray_default_construct):
4621         Replace use __is_fundamental with __is_pod.
4622         (__valarray_fill_construct): Likewise.
4623         (__valarray_copy_construct): Likewise.
4624         (__valarray_destroy_elements): Likewise.
4625         (__valarray_copy): Likewise.
4627 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
4629         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Do the <inttypes.h>
4630         checks only if the <stdint.h> checks are successful.
4631         * configure: Regenerate.
4633 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
4635         * include/tr1/cinttypes: New.
4636         * include/Makefile.am: Add.
4637         * testsuite/tr1/8_c_compatibility/cinttypes/functions: New.     
4638         * testsuite/tr1/8_c_compatibility/cinttypes/types: Likewise.
4639         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <inttypes.h> checks.
4640         * docs/html/ext/tr1.html: Update.
4641         * include/Makefile.in: Regenerate.
4642         * config.h.in: Likewise.
4643         * configure: Likewise.
4645         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: Cosmetic tweak.
4646         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
4648         * testsuite/tr1/8_c_compatibility/cstdint/types.cc: Fix, check in
4649         std::tr1.
4651 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
4653         * include/tr1/cstdint: New.
4654         * include/Makefile.am: Add.
4655         * testsuite/tr1/8_c_compatibility/cstdint/types: New.
4656         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdint.h> checks.
4657         * docs/html/ext/tr1.html: Update.
4658         * include/Makefile.in: Regenerate.
4659         * config.h.in: Likewise.
4660         * configure: Likewise.
4662         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Cosmetic tweak.
4664 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
4666         PR libstdc++/26006
4667         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Tighten <ctype.h> and
4668         <fenv.h> checks.
4669         * configure: Regenerate.
4671 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
4673         * include/std/std_bitset.h (bitset<>::_M_copy_to_string):
4674         Call the internal _Unchecked_set(size_t) instead of set.
4676 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
4678         * docs/html/install.html ([Tools you will need beforehand]):
4679         Clarify that the de_DE locale is used by configure; clarify
4680         that missing localedata leads to skipped tests, not fails.
4682 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
4684         * include/tr1/cfenv: New.
4685         * include/Makefile.am: Add.
4686         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: New.
4687         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
4688         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <fenv.h> checks.
4689         * docs/html/ext/tr1.html: Update; add note.
4690         * include/Makefile.in: Regenerate.
4691         * config.h.in: Likewise.
4692         * configure: Likewise.  
4694         * testsuite/tr1/8_c_compatibility/complex/functions.cc: Tweak.
4695         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Likewise.
4697         * docs/html/faq/index.html: Fix link to tr1.html text; fix
4698         formatting.
4700 2006-01-25  Paolo Carlini  <pcarlini@suse.de>
4702         * include/tr1/cctype: New.
4703         * include/Makefile.am: Add.
4704         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
4705         * include/Makefile.in: Regenerate.
4707         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
4708         support to TR1, Chapter 8.
4709         * configure.ac: Use it.
4710         * include/tr1/complex: Adjust.
4711         * config.h.in: Regenerate.
4712         * configure: Likewise.
4714 2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>
4716         * docs/html/configopts.html: Tweak docs.
4718         * libsupc++/eh_personality.cc: Fix typos.
4720 2006-01-24  Paolo Carlini  <pcarlini@suse.de>
4722         PR libstdc++/25649
4723         * include/std/std_istream.h (operator>>(short&), operator>>(int&)):
4724         Move out of line...
4725         * include/bits/istream.tcc: ... here.
4726         * include/std/std_ostream.h (operator<<(short), operator<<(int)):
4727         Move out of line...
4728         * include/bits/ostream.tcc: ... here.
4730 2006-01-24  Ed Smith-Rowland  <3dw4rd@verizon.net>
4732         * docs/html/faq/index.html ([5.2]): Mention TR1 and point to
4733         paragraph [5.5], describing it.
4734         ([5.5]): New.
4735         * docs/html/ext/tr1.html: New.
4737 2006-01-20  Benjamin Kosnik  <bkoz@redhat.com>
4739         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version
4740         reporting.  Disable --gc-sections for old binutils, by version.
4741         * configure: Regenerate.
4743 2006-01-20  Joseph S. Myers  <joseph@codesourcery.com>
4745         PR libstdc++/25524
4746         * include/Makefile.am: Install host-specific headers in multilib
4747         subdirectory.
4748         * include/Makefile.in: Regenerate.
4750 2006-01-19  Paolo Carlini  <pcarlini@suse.de>
4752         Implement list::splice (and merge) bits of N1599
4753         * include/bits/stl_list.h (list<>::_M_check_equal_allocators): New.
4754         (list<>::splice(iterator, list&), splice(iterator, list&, iterator),
4755         splice(iterator, list&, iterator, iterator)): Use it.
4756         * include/bits/list.tcc (list<>::merge(list&), merge(list&,
4757         _StrictWeakOrdering)): Likewise.
4758         * testsuite/23_containers/list/operators/5.cc: New.
4760 2006-01-19  H.J. Lu  <hongjiu.lu@intel.com>
4762         PR libstdc++/25797
4763         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Remove -Werror
4764         from CFLAGS.  Check if linker really supports --gc-sections.
4765         * configure: Regenerated.
4767 2006-01-18  Paul Brook  <paul@codesourcery.com>
4769         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.
4771 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
4773         * include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
4775 2006-01-18  Perry Smith  <pedz@easesoftware.net>
4777         PR libstdc++/25823
4778         PR libstdc++/25824
4779         * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
4780         * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.
4782 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
4784         * include/ext/pb_assoc/detail/value_type_adapter/
4785         value_type_adapter.hpp: Include <tr1/type_traits>.
4786         * include/ext/pb_assoc/detail/value_type_adapter/
4787         it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
4788         Use tr1::aligned_storage and tr1::alignment_of.
4789         (it_value_type_traits_<>::buf_t): Remove.
4790         (it_value_type_traits_<>::make_valid, recast): Adjust.
4792 2006-01-16  Benjamin Kosnik  <bkoz@redhat.com>
4794         PR libstdc++/25797
4795         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Add -Werror to
4796         CFLAGS for --gc-sections test.  Correct compile test.
4797         * configure: Regenerated.
4798         
4799 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
4800             Gabriel Dos Reis  <gdr@integrable-solutions.net>
4802         PR libstdc++/25626
4803         * include/std/std_valarray.h (valarray(const slice_array<>&),
4804         valarray(const gslice_array<>&), valarray(const mask_array<>&),
4805         valarray(const indirect_array<>&), valarray(const _Expr<>&)):
4806         Forward to __valarray_copy_construct, not __valarray_copy.
4807         * include/bits/valarray_array.h
4808         (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
4809         __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
4810         New.
4812 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
4814         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
4815         Fix norm test, use casts everywhere.
4817 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
4819         * testsuite/testsuite_tr1.h: Add missing include; use std::__are_same.
4821 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
4823         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
4824         Fix wrong test (don't pick by mistake the (const complex<>&, int)
4825         overload); add some.
4827 2006-01-13  Paolo Carlini  <pcarlini@suse.de>
4828             Howard Hinnant  <hhinnant@apple.com>
4830         * include/tr1/complex (arg, conj, imag, norm, polar, pow, real):
4831         Add, implementing TR1, 8.1.9.
4832         (__promote_2): New.
4833         * include/tr1/common.h: New, provides __promote, __promote_2.
4834         * include/Makefile.am: Add.
4835         * include/Makefile.in: Regenerate.
4836         * testsuite/testsuite_tr1.h (check_ret_type): New.
4837         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: New.
4838         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: New.
4840 2006-01-12  Benjamin Kosnik  <bkoz@redhat.com>
4842         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Enable
4843         --gc-sections in more cases.    
4844         * configure: Regenerate.
4845         * scripts/testsuite_flags.in: Remove SECTION_LDFLAGS.
4846         * scripts/testsuite_flags.in (cxxldflags): New.
4847         * testsuite/lib/libstdc++.exp (v3_target_compile): Add cxxldflags.
4848         (libstdc++_init ): Same.
4849                 
4850 2006-01-12  Jan Beulich  <jbeulich@novell.com>
4852         * crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and
4853         HAVE_ISNAN for *-*-netware*.
4854         * configure: Refresh.
4856 2006-01-11  Benjamin Kosnik  <bkoz@redhat.com>
4858         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Use -Wl,-z,relro if
4859         possible.  
4860         * configure: Regenerate.
4862 2006-01-10  Paolo Carlini  <pcarlini@suse.de>
4864         * include/tr1/complex: New file, hosts the additions to header
4865         <complex> described in TR1, Chapter 8 [tr.c99].
4866         * include/Makefile.am: Add.
4867         * include/Makefile.in: Regenerate.
4868         * testsuite/tr1/8_c_compatibility/complex/functions.cc: New.
4870 2006-01-09  Paolo Carlini  <pcarlini@suse.de>
4872         PR libstdc++/25658
4873         * testsuite/23_containers/deque/cons/assign/1.cc: Divide
4874         sizes by 10.
4876 2006-01-08  Paolo Carlini  <pcarlini@suse.de>
4878         PR libstdc++/22102 (insert as close to hint as possible)
4879         * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_lower,
4880         _M_insert_equal_lower): New.
4881         (_M_insert_equal(iterator, const _Val&),
4882         _M_insert_equal(const_iterator, const _Val&)): Use the above.
4883         * docs/html/ext/howto.html: Add an entry for DR 233.
4884         * testsuite/23_containers/multiset/modifiers/insert/22102.cc: New.
4885         * testsuite/23_containers/multimap/modifiers/insert/22102.cc: New.
4887         * testsuite/23_containers/set/insert/: Move...
4888         * testsuite/23_containers/set/modifiers/insert/: ...here.
4889         * testsuite/23_containers/map/insert/: Move...
4890         * testsuite/23_containers/map/modifiers/insert/: ...here.
4891         * testsuite/23_containers/multiset/insert/: Move...
4892         * testsuite/23_containers/multiset/modifiers/insert/: ...here.
4894 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4896         * include/bits/stl_tree.h (_Rb_tree<>::insert_unique): Rename
4897         to _M_insert_unique.
4898         (_Rb_tree<>::insert_equal): Rename to _M_insert_equal.
4899         * include/bits/stl_map.h (class map<>): Update callers.
4900         * include/bits/stl_set.h (class set<>): Likewise.
4901         * include/bits/stl_multimap.h (class multimap<>): Likewise.
4902         * include/bits/stl_multiset.h (class multiset<>): Likewise.
4904 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4906         * include/bits/stl_bvector.h (vector<bool>::erase(iterator,
4907         iterator)): Just use _M_erase_at_end.
4909 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4911         * include/bits/stl_bvector.h (class vector<bool>): Move all the
4912         helpers under protected access mode, consistently with the primary
4913         vector template.
4914         (vector<bool>::_M_erase_at_end): Add.
4915         (erase(iterator, iterator), clear, resize, _M_fill_assign,
4916         _M_assign_aux): Use it.
4917         * testsuite/23_containers/vector/bool/modifiers/erase/1.cc: New.
4919 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4921         Implement Option 3 of DR 431 for vector<bool>.
4922         * include/bits/stl_bvector.h (class _Bvector_base): Change to
4923         a struct, consistently with the primary vector template.
4924         (class vector<bool>): Adjust to protected inheritance, tidy
4925         typedefs.
4926         (_Bvector_base<>::_M_get_Bit_allocator): Add.
4927         (vector<bool>::vector(const vector&)): Use it.
4928         (_Bvector_base<>::get_allocator): Tidy.
4929         (vector<bool>::swap): Use __alloc_swap.
4930         * testsuite/23_containers/vector/bool/modifiers/swap/1.cc: New.
4931         * testsuite/23_containers/vector/bool/modifiers/swap/2.cc: New.
4933 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
4934         
4935         * testsuite/testsuite_hooks.h (test_tm(unsigned)): Change to
4936         take all the tm members.
4937         * testsuite/testsuite_hooks.cc (test_tm): Adjust.
4938         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Update.
4939         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
4940         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
4941         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
4942         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
4943         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
4944         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
4945         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
4946         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
4947         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
4948         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
4949         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
4950         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
4951         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
4952         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
4953         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
4954         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
4955         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
4956         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
4957         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
4958         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
4959         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
4960         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
4961         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
4962         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
4963         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
4964         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
4965         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
4966         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
4967         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
4968         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
4969         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
4970         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
4971         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
4972         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
4973         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
4974         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
4975         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
4976         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
4977         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
4978         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
4979         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
4980         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
4981         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
4982         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
4983         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
4984         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
4985         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
4986         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
4987         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
4988         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
4989         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
4990         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
4991         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
4993 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
4994         
4995         * testsuite/testsuite_hooks.h (test_tm(unsigned)): New.
4996         * testsuite/testsuite_hooks.cc (test_tm(unsigned)): Define.
4997         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Use it.
4998         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
4999         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
5000         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
5001         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
5002         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
5003         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
5004         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
5005         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
5006         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
5007         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
5008         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
5009         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
5010         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
5011         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
5012         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
5013         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
5014         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
5015         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
5016         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
5017         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
5018         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
5019         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
5020         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
5021         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
5022         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
5023         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
5024         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
5025         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
5026         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
5027         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
5028         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
5029         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
5030         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
5031         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
5032         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
5033         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5034         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5035         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
5036         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
5037         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
5038         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5039         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5040         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
5041         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
5042         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
5043         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
5044         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
5045         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
5046         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
5047         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
5048         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
5049         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
5050         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
5052 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
5054         * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus):
5055         Use _CharT_alloc_type as base class.
5056         (_M_get_allocator, _M_swap, _M_create, _M_destroy): Adjust.
5057         * include/ext/vstring.h (get_allocator): Tidy.
5059 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
5061         Implement Option 3 of DR 431 for all the containers.
5062         * include/bits/allocator.h (struct __alloc_swap): Add, swaps
5063         allocators, optimized to nothing in case they are empty.
5064         * include/bits/stl_deque.h (deque<>::swap): Use it.
5065         * include/bits/stl_list.h (list<>::swap): Likewise.
5066         * include/bits/stl_tree.h (_Rb_tree<>::swap): Likewise.
5067         * include/bits/stl_vector.h (vector<>::swap): Likewise.
5068         * include/tr1/hashtable (hashtable<>::swap): Likewise.
5069         * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
5070         Likewise.
5071         * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
5072         Likewise.
5073         * include/ext/vstring_util.h (__vstring_utility<>::_Alloc_hider):
5074         Clean-up (now vstring uses the generic __alloc_swap facility).
5075         * include/tr1/unordered_map: Adjust includes.
5076         * include/tr1/unordered_set: Likewise.
5077         * docs/html/ext/howto.html: Add an entry for DR 431.
5078         * testsuite/23_containers/deque/modifiers/swap.cc: Move to...
5079         * testsuite/23_containers/deque/modifiers/swap/1.cc: ... here.          
5080         * testsuite/23_containers/deque/modifiers/swap/2.cc: New.
5081         * testsuite/23_containers/deque/modifiers/swap/3.cc: New.
5082         * testsuite/23_containers/list/modifiers/swap.cc: Move to...
5083         * testsuite/23_containers/list/modifiers/swap/1.cc: ... here.           
5084         * testsuite/23_containers/list/modifiers/swap/2.cc: New.
5085         * testsuite/23_containers/list/modifiers/swap/3.cc: New.
5086         * testsuite/23_containers/vector/modifiers/swap.cc: Move to...
5087         * testsuite/23_containers/vector/modifiers/swap/1.cc: ... here.         
5088         * testsuite/23_containers/vector/modifiers/swap/2.cc: New.
5089         * testsuite/23_containers/vector/modifiers/swap/3.cc: New.
5090         * testsuite/23_containers/set/modifiers/swap.cc: Move to...
5091         * testsuite/23_containers/set/modifiers/swap/1.cc: ... here.            
5092         * testsuite/23_containers/set/modifiers/swap/2.cc: New.
5093         * testsuite/23_containers/set/modifiers/swap/3.cc: New.
5094         * testsuite/23_containers/map/modifiers/swap.cc: Move to...
5095         * testsuite/23_containers/map/modifiers/swap/1.cc: ... here.            
5096         * testsuite/23_containers/map/modifiers/swap/2.cc: New.
5097         * testsuite/23_containers/map/modifiers/swap/3.cc: New.
5098         * testsuite/23_containers/multiset/modifiers/swap.cc: Move to...
5099         * testsuite/23_containers/multiset/modifiers/swap/1.cc: ... here.               
5100         * testsuite/23_containers/multiset/modifiers/swap/2.cc: New.
5101         * testsuite/23_containers/multiset/modifiers/swap/3.cc: New.
5102         * testsuite/23_containers/multimap/modifiers/swap.cc: Move to...
5103         * testsuite/23_containers/multimap/modifiers/swap/1.cc: ... here.               
5104         * testsuite/23_containers/multimap/modifiers/swap/2.cc: New.
5105         * testsuite/23_containers/multimap/modifiers/swap/3.cc: New.
5106         * testsuite/tr1/6_containers/unordered/swap/unordered_set/1.cc: New.    
5107         * testsuite/tr1/6_containers/unordered/swap/unordered_set/2.cc: New.
5108         * testsuite/tr1/6_containers/unordered/swap/unordered_map/1.cc: New.    
5109         * testsuite/tr1/6_containers/unordered/swap/unordered_map/2.cc: New.
5110         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/1.cc: New.       
5111         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/2.cc: New.
5112         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/1.cc: New.       
5113         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/2.cc: New.
5115 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
5117         * include/bits/stl_list.h (_List_base<>::_M_get_Node_allocator): Add.
5118         (_M_get_Tp_allocator, get_allocator): Tidy.
5119         (list<>::list(const list&), insert(iterator, size_type, const
5120         value_type&), insert(iterator, _InputIterator, _InputIterator)):
5121         Use _M_get_Node_allocator.
5122         * include/bits/stl_tree.h (_Rb_tree<>::_M_get_Node_allocator()): Add.
5123         (_Rb_tree(const _Rb_tree<>&): Use it.
5124         * include/bits/stl_deque.h (_Deque_base<>::_M_get_map_allocator,
5125         get_allocator): Tidy.
5126         * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
5127         * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
5128         line numbers.
5129         * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
5130         
5131         * testsuite/testsuite_allocator.h (uneq_allocator<>::swap): Fix.
5133         * testsuite/testsuite_allocator.h (class uneq_allocator): A simple
5134         non-empty testing allocator which can be endowed of a "personality"
5135         at construction time.
5137 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
5139         * testsuite/27_io/basic_stringstream/str/char/1.cc: Initialize vars.
5140         * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise.
5141         * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise, tidy.
5142         * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise.
5144 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5146         * src/Makefile.am (LTLDFLAGS): New variable. 
5147         (CXXLINK): Use LTLDFLAGS.
5148         * src/Makefile.in: Regenerated.
5149         * libsupc++/Makefile.am (LTLDFLAGS): New variable. 
5150         (CXXLINK): Use LTLDFLAGS.
5151         * libsupc++/Makefile.in: Regenerated.
5153 2006-01-02  Paolo Carlini  <pcarlini@suse.de>
5155         PR libstdc++/24645
5156         * include/std/std_istream.h (basic_istream<>::_M_extract): New.
5157         (operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
5158         operator>>(int&), operator>>(unsigned int&), operator>>(long&),
5159         operator>>(unsigned long&), operator>>(long long&), operator>>
5160         (unsigned long long&), operator>>(float&), operator>>(double&),
5161         operator>>(long double&), operator>>(void*&)): Use it.
5162         * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
5163         * include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
5164         (operator<<(long), operator<<(unsigned long), operator<<(bool),
5165         operator<<(short), operator<<(unsigned short), operator<<(int),
5166         operator<<(unsigned int), operator<<(long long), operator<<
5167         (unsigned long long), operator<<(double), operator<<(float),
5168         operator<<(long double), operator<<(const void*): Use it.
5169         * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
5170         * src/istream-inst.cc: Add _M_extract instantiations.
5171         * src/ostream-inst.cc: Add _M_insert instantiations.
5172         * config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
5173         detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
5174         money_put, etc., symbols to avoid exporting _M_insert symbols
5175         @GLIBCXX_3.4.