2006-07-03 Paolo Carlini <pcarlini@suse.de>
[official-gcc.git] / libstdc++-v3 / ChangeLog
blob5e4c01ef4dd1fa1c661f043c6790bec479bd2598
1 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
3         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
4         Adjust, take into account rounding in _M_create.
5         (__rc_string_base::_M_create): Add early _S_max_size check.
7 2006-07-03  Ian Lance Taylor  <ian@airs.com>
8             Paolo Carlini  <pcarlini@suse.de>
10         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
11         Increase by a factor of two.
12         * include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
13         Likewise.
15 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
17         * include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
18         allocate a string bigger than _S_max_size.
20 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
22         * include/Makefile.am (pch1_input, pch1_output_builddir,
23         pch1_outputj_installdir, pch1_source): Move from pch_*.
24         (pch2_input, pch2_output_builddir,
25         pch2_output_installdir, pch2_source): Clone for ext.
26         (pch3_input, pch3_output_builddir,
27         pch3_output_installdir, pch3_source): Clone for tr1.
28         (install-pch): Same.
29         * include/Makefile.in: Regenerate.
31         * include/precompiled: New directory.
32         * include/stdc++.h: Move...
33         * include/precompiled/stdc++.h: ... here.               
34         * include/precompiled/stdtr1c++.h: New.
35         * include/precompiled/extc++.h: New.
37         * testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
38         to -include bits/stdtr1c++.h.
40 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
42         * testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
43         600.
45 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
47         * testsuite/util/regression/rand/priority_queue/
48         rand_regression_test.hpp: Revert.
50 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
52         * include/ext/typelist.h (typelist_append): To append_typelist. 
53         (typelist): To node.
54         Enclose in namespace typelist.
55         * testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
56         * testsuite/performance/23_containers/find/map.cc: Same.
57         * testsuite/performance/23_containers/create/map.cc: Same.
58         * testsuite/performance/23_containers/insert_erase/associative.cc: 
59         Same.
60         * testsuite/performance/23_containers/insert/sequence.cc: Same.
61         * testsuite/performance/23_containers/insert/associative.cc: Same.
62         * testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
63         * testsuite/performance/23_containers/index/map.cc: Same.
64         * testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
65         * testsuite/performance/23_containers/create_sort/list.cc: Same.
66         * testsuite/performance/23_containers/sort_search/list.cc: Same.
67         * testsuite/performance/23_containers/producer_consumer/sequence.cc: 
68         Same.
69         * testsuite/performance/23_containers/producer_consumer/associative.cc:
70         Same.
72 2006-06-26  Benjamin Kosnik  <bkoz@redhat.com>
74         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
75         Reduce iterations by half.
76         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
77         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
78         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
79         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
80         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
81         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
82         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
83         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
85         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
86         Set probability of compare from 1 to 0.25.
87         * testsuite/util/regression/rand/priority_queue/
88         rand_regression_test.hpp: Same.
90 2006-06-25  Paolo Carlini  <pcarlini@suse.de>
92         * include/tr1/random (operator<<(std::basic_ostream<>&,
93         const linear_congruential<>&), operator>>(std::basic_istream<>&,
94         linear_congruential<>&), operator<<(std::basic_ostream<>&,
95         const mersenne_twister<>&), operator>>(std::basic_istream<>&,
96         mersenne_twister<>&), operator<<(std::basic_ostream<>&,
97         const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
98         subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
99         const discard_block<>&), operator>>(std::basic_istream<>&,
100         discard_block<>&), operator<<(std::basic_ostream<>&,
101         const xor_combine<>&), operator>>(std::basic_istream<>&,
102         xor_combine<>&), operator<<(std::basic_ostream<>&,
103         const uniform_int<>&), operator>>(std::basic_istream<>&,
104         uniform_int<>&), operator<<(std::basic_ostream<>&,
105         const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
106         const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
107         const uniform_real<>&), operator>>(std::basic_istream<>&,
108         uniform_real<>&), operator<<(std::basic_ostream<>&,
109         const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
110         const normal_distribution<>&), operator>>(std::basic_istream<>&,
111         normal_distribution<>&)): Redo per TR1 specs; move out of line...
112         * include/tr1/random.tcc: ... here.
114 2006-06-24  Paolo Carlini  <pcarlini@suse.de>
116         * include/tr1/random (class normal_distribution<>): Add.
117         * include/tr1/random.tcc (normal_distribution<>::operator()): Define.
118         
119         * include/tr1/random.tcc (struct _Max): Remove, "inline" in the
120         only user, mersenne_twister<>::max().
122         * include/tr1/random.tcc (struct _Shift): Move...
123         * include/tr1/random: ... here.
125         * include/tr1/random.tcc (linear_congruential<>::
126         linear_congruential(unsigned long), linear_congruential<>::
127         linear_congruential(_Gen&), mersenne_twister<>::max())): Move inline...
128         * include/tr1/random: ... here.
130         * include/tr1/random (exponential_distribution<>::
131         exponential_distribution(const result_type&)): Add missing
132         _GLIBCXX_DEBUG_ASSERT.
134         * testsuite/tr1/5_numerical_facilities/random/
135         exponential_distribution/requirements/typedefs.cc: New.
136         * testsuite/tr1/5_numerical_facilities/random/
137         normal_distribution/requirements/typedefs.cc: Likewise.
138         * testsuite/tr1/5_numerical_facilities/random/
139         bernoulli_distribution/requirements/typedefs.cc: Likewise.
140         * testsuite/tr1/5_numerical_facilities/random/
141         geometric_distribution/requirements/typedefs.cc: Likewise.
143 2006-06-23  Benjamin Kosnik  <bkoz@redhat.com>
145         PR libstdc++/27984
146         * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust
147         testing includes.
148         * docs/html/test.html: Adjust for testsuite changes.
149         
150 2006-06-22  Jonathan Lennox  <lennox@cs.columbia.edu>
151             Paolo Carlini  <pcarlini@suse.de>
153         * include/ext/pb_ds/detail/resize_policy/
154         hash_prime_size_policy_imp.hpp: Cast to size_t instead.
156 2006-06-22  Ami Tavory  <atavory@gmail.com>
158         * include/ext/pb_ds/detail/resize_policy/
159         hash_prime_size_policy_imp.hpp: Fix for 64-bit machines.
161 2006-06-21  Paolo Carlini  <pcarlini@suse.de>
163         * include/bits/postypes.h (operator==(const fpos<>&, const fpos<>&),
164         operator!=(const fpos<>&, const fpos<>&)): Add.
165         * testsuite/27_io/fpos/mbstate_t/6.cc: New.
167 2006-06-21  Mark Mitchell  <mark@codesourcery.com>
169         * acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When
170         cross-compiling, put headers in $prefix/$target/include/c++.
171         * configure: Regenerated.
173 2006-06-20  Paolo Carlini  <pcarlini@suse.de>
175         * include/tr1/random.tcc (struct _Private::_Mod_w<>,
176         _Private::__mod_w<>): Remove.
177         (struct _Private::_Shift<>): New.
178         (struct _Private::_Max_w<>): Rename to _Max, use the latter.
179         (mersenne_twister<>::seed(unsigned long), seed(_Gen&, false_type),
180         max()): Adjust.
182 2006-06-20  Vladimir Prus  <vladimir@codesourcery.com>
184         * libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.
186 2006-06-19  Paolo Carlini  <pcarlini@suse.de>
188         * include/tr1/random (xor_combine<>::operator<<): Fix typo.
189         
190         * include/tr1/random (bernoulli_distribution::min(),
191         bernoulli_distribution::max(), geometric_distribution<>::min(),
192         geometric_distribution<>::max()): Remove.
194         * include/tr1/random (geometric_distribution<>::operator()):
195         Simplify formula.
197         * include/tr1/random: Minor cosmetic changes.
199         * testsuite/tr1/5_numerical_facilities/random/discard_block/
200         operators/equal.cc: New.
201         * testsuite/tr1/5_numerical_facilities/random/discard_block/
202         operators/not_equal.cc: Likewise.
203         * testsuite/tr1/5_numerical_facilities/random/discard_block/
204         operators/serialize.cc: Likewise.
205         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
206         operators/equal.cc: Likewise.
207         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
208         operators/not_equal.cc: Likewise.
209         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
210         operators/serialize.cc: Likewise.
212 2006-06-17  Ami Tavory  <atavory@gmail.com>
213             Paolo Carlini  <pcarlini@suse.de>
215         * testsuite/util/rng/twister_rand_gen.cc: Adapt to simply use
216         tr1::mt19937.
217         * testsuite/util/rng/twister_rand_gen.hpp: Likewise.
219 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
221         * include/tr1/random (uniform_real<>::uniform_real(_RealType,
222         _RealType)): Implement.
223         (uniform_real<>::min()): Likewise.
224         (uniform_real<>::max()): Likewise.
225         (uniform_real<>::reset()): Likewise.
227         * include/tr1/random (class uniform_real<>): Minor cosmetic tweaks.
229 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
231         * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
232         Ignore the value of the __err argument.
233         (time_get<>::do_get_weekday): Likewise.
234         (time_get<>::do_get_monthname): Likewise.
235         * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
236         * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
237         * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
238         * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
239         * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
240         * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
241         * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
242         * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise.
243         * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise.
244         * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise.
246 2006-06-15  Benjamin Kosnik  <bkoz@redhat.com>
248         * include/ext/pb_ds/detail/type_utils.hpp (numeric_traits): Add,
249         const expression interface to std::numeric_limits::min and max
250         functions.
251         * include/ext/pb_ds/trie_policy.hpp (string_trie_e_access_traits):
252         Use it.
254         * include/ext/pb_ds/detail/resize_policy/
255         hash_load_check_resize_trigger_imp.hpp: Format.
256         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
258 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
260         * include/tr1/random.tcc (mersenne_twister<>::operator()()):
261         Reload the last position of the _M_x vector too.
263 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
265         * include/tr1/random (class xor_combine): Fix result_type typedef.
266         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
267         cons/default.cc: New.
268         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
269         requirements/typedefs.cc: Tweak.
271         * include/tr1/random: Minor cosmetic changes.
273 2006-06-14  Ami Tavory  <atavory@gmail.com>
274             Benjamin Kosnik  <bkoz@redhat.com>
276         * include/ext/pb_assoc: Delete.
277         * include/ext/pb_ds: Add.
278         * docs/html/ext/pb_assoc: Delete.
279         * docs/html/ext/pb_ds: Add.
280         * testsuite/ext/pb_assoc: Delete.
281         * testsuite/ext/pb_ds: Add.
282         * testsuite/performance/ext: Add.
283         * testsuite/performance/ext/pb_ds: Add. 
285         * testsuite/util/regression: New.
286         * testsuite/util/rng: New.
287         * testsuite/util/native_type: New.
288         * testsuite/util/common_type: New.
289         * testsuite/util/performance: New.
290         * testsuite/util/hash_fn: New.
291         * testsuite/util/io: New.
292         * testsuite/util/statistic: New.
294         * scripts/make_graph.py: New.
295         * scripts/make_graphs.py: New.
296         * testsuite/data/thirty_years_among_the_dead_preproc.txt: Add.
297         * testsuite/data/make_graph_htmls.xml: Add.
298         * testsuite/data/make_graph_test_infos.xml: Add.        
300         * testsuite/lib/libstdc++.exp (v3-build_support): Add in new
301         object files for regression testing.
302         * docs/html/documentation.html: Adjust links.
303         * include/Makefile.am (install-headers): Update for new sources,
304         directories.
305         * include/Makefine.in: Regenerate.
306         * scripts/testsuite_flags.in: Adjust to testsuite/util path.
307         * scripts/check_performance: Simplify, adjust for new testsuite output.
308         * testsuite/Makefile.am (check-performance): Adjust.
309         (doc-performance): New.
310         * testsuite/Makefile.in: Regenerate.
312         * include/ext/pb_ds: New.
313         * include/ext/pb_ds/assoc_container.hpp: Same.
314         * include/ext/pb_ds/detail: New.
315         * include/ext/pb_ds/detail/binomial_heap_base_: New.
316         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
317         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
318         * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
319         * include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: Same.
320         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
321         * include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp: Same.
322         * include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp: Same.
323         * include/ext/pb_ds/detail/resize_policy: New.
324         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
325         * include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp: Same.
326         * include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
327         * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
328         * include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp: Same.
329         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp: Same.
330         * include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp: Same.
331         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: Same.
332         * include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp: Same.
333         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
334         * include/ext/pb_ds/detail/cc_hash_table_map_: New.
335         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
336         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
337         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
338         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
339         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
340         * include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp: Same.
341         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
342         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
343         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
344         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
345         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
346         * include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp: Same.
347         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
348         * include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
349         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
350         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
351         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
352         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
353         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
354         * include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp: Same.
355         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
356         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
357         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
358         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
359         * include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp: Same.
360         * include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp: Same.
361         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
362         * include/ext/pb_ds/detail/typelist_assoc_container.hpp: Same.
363         * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
364         * include/ext/pb_ds/detail/unordered_iterator: New.
365         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
366         * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
367         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
368         * include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp: Same.
369         * include/ext/pb_ds/detail/typelist.hpp: Same.
370         * include/ext/pb_ds/detail/pat_trie_: New.
371         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
372         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
373         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
374         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
375         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
376         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
377         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
378         * include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp: Same.
379         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
380         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
381         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
382         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
383         * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
384         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
385         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
386         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
387         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
388         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
389         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
390         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
391         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
392         * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Same.
393         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
394         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
395         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
396         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
397         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
398         * include/ext/pb_ds/detail/bin_search_tree_: New.
399         * include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp: Same.
400         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
401         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
402         * include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: Same.
403         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
404         * include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp: Same.
405         * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
406         * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
407         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
408         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
409         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
410         * include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp: Same.
411         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
412         * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
413         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
414         * include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp: Same.
415         * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
416         * include/ext/pb_ds/detail/gp_hash_table_map_: New.
417         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
418         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
419         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
420         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
421         * include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp: Same.
422         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
423         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
424         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
425         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
426         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
427         * include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp: Same.
428         * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
429         * include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp: Same.
430         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
431         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
432         * include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
433         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
434         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
435         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
436         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
437         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
438         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
439         * include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp: Same.
440         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
441         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
442         * include/ext/pb_ds/detail/typelist: New.
443         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
444         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
445         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
446         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
447         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
448         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
449         * include/ext/pb_ds/detail/typelist/typelist_assoc_container_find.hpp: Same.
450         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
451         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
452         * include/ext/pb_ds/detail/tree_policy: New.
453         * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
454         * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
455         * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Same.
456         * include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp: Same.
457         * include/ext/pb_ds/detail/basic_tree_policy: New.
458         * include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp: Same.
459         * include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp: Same.
460         * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: Same.
461         * include/ext/pb_ds/detail/types_traits.hpp: Same.
462         * include/ext/pb_ds/detail/binary_heap_: New.
463         * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
464         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
465         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
466         * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
467         * include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp: Same.
468         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
469         * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
470         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
471         * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
472         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
473         * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
474         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
475         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
476         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
477         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
478         * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
479         * include/ext/pb_ds/detail/trie_policy: New.
480         * include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp: Same.
481         * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
482         * include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp: Same.
483         * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
484         * include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp: Same.
485         * include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp: Same.
486         * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
487         * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Same.
488         * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
489         * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
490         * include/ext/pb_ds/detail/pairing_heap_: Name.
491         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
492         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
493         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
494         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
495         * include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp: Same.
496         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
497         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
498         * include/ext/pb_ds/detail/binomial_heap_: New.
499         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
500         * include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
501         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
502         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
503         * include/ext/pb_ds/detail/type_utils.hpp: Same.
504         * include/ext/pb_ds/detail/eq_fn: New.
505         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
506         * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
507         * include/ext/pb_ds/detail/basic_types.hpp: Same.
508         * include/ext/pb_ds/detail/list_update_policy: New.
509         * include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp: Same.
510         * include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp: Same.
511         * include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp: Same.
512         * include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp: Same.
513         * include/ext/pb_ds/detail/thin_heap_: New.
514         * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
515         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
516         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
517         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
518         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
519         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
520         * include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp: Same.
521         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
522         * include/ext/pb_ds/detail/left_child_next_sibling_heap_: New.
523         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp: Same.
524         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp: Same.
525         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp: Same.
526         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp: Same.
527         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp: Same.
528         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp: Same.
529         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp: Same.
530         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp: Same.
531         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp: Same.
532         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp: Same.
533         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp: Same.
534         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp: Same.
535         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp: Same.
536         * include/ext/pb_ds/detail/ov_tree_map_: New.
537         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
538         * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
539         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
540         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
541         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
542         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
543         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
544         * include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp: Same.
545         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
546         * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
547         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
548         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
549         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
550         * include/ext/pb_ds/detail/hash_fn: New.
551         * include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: Same.
552         * include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp: Same.
553         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
554         * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
555         * include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp: Same.
556         * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
557         * include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: Same.
558         * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
559         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
560         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
561         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
562         * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
563         * include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp: Same.
564         * include/ext/pb_ds/detail/splay_tree_: New.
565         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
566         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
567         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
568         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
569         * include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp: Same.
570         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
571         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
572         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
573         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
574         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
575         * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
576         * include/ext/pb_ds/detail/list_update_map_: New.
577         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
578         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
579         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
580         * include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp: Same.
581         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
582         * include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp: Same.
583         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
584         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
585         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
586         * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
587         * include/ext/pb_ds/detail/rc_binomial_heap_: New.
588         * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
589         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
590         * include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp: Same.
591         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
592         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
593         * include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
594         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
595         * include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp: Same.
596         * include/ext/pb_ds/detail/rb_tree_map_: New.
597         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
598         * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
599         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
600         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
601         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
602         * include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp: Same.
603         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
604         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
605         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
606         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
607         * include/ext/pb_ds/list_update_policy.hpp: Same.
608         * include/ext/pb_ds/exception.hpp: Same.
609         * include/ext/pb_ds/tree_policy.hpp: Same.
610         * include/ext/pb_ds/tag_and_trait.hpp: Same.
611         * include/ext/pb_ds/hash_policy.hpp: Same.
612         * include/ext/pb_ds/trie_policy.hpp: Same.
613         * include/ext/pb_ds/priority_queue.hpp: Same.
615         * docs/html/ext/pb_ds: New.
616         * docs/html/ext/pb_ds/container_tag.html: Same.
617         * docs/html/ext/pb_ds/trivial_iterator_tag.html: Same.
618         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
619         * docs/html/ext/pb_ds/sample_trie_e_access_traits.html: Same.
620         * docs/html/ext/pb_ds/gp_hash_table.html: Same.
621         * docs/html/ext/pb_ds/priority_queue_tag_cd.svg
622         * docs/html/ext/pb_ds/container_cd.svg
623         * docs/html/ext/pb_ds/linear_probe_fn.html: Same.
624         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
625         * docs/html/ext/pb_ds/quadratic_probe_fn.html: Same.
626         * docs/html/ext/pb_ds/assoc_regression_tests.html: Same.
627         * docs/html/ext/pb_ds/tree_tag.html: Same.
628         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test.html: Same.
629         * docs/html/ext/pb_ds/interface.html: Same.
630         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_msvc.png
631         * docs/html/ext/pb_ds/hash_random_int_subscript_find_timing_test.html: Same.
632         * docs/html/ext/pb_ds/lu_based_containers.html: Same.
633         * docs/html/ext/pb_ds/embedded_lists_3.png
634         * docs/html/ext/pb_ds/tree_text_find_find_timing_test.html: Same.
635         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
636         * docs/html/ext/pb_ds/assoc_performance_tests.html: Same.
637         * docs/html/ext/pb_ds/list_update.html: Same.
638         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_gcc.png
639         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
640         * docs/html/ext/pb_ds/point_iterators_range_ops_1.png
641         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_msvc.png
642         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_gcc.png
643         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_msvc.png
644         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
645         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
646         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_msvc.png
647         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test.html: Same.
648         * docs/html/ext/pb_ds/move_to_front_lu_policy.html: Same.
649         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_gcc.png
650         * docs/html/ext/pb_ds/hash_random_int_find_find_timing_test.html: Same.
651         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
652         * docs/html/ext/pb_ds/prerequisites.html: Same.
653         * docs/html/ext/pb_ds/gp_hash_tag.html: Same.
654         * docs/html/ext/pb_ds/priority_queue_tag_cd.png
655         * docs/html/ext/pb_ds/container_cd.png
656         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_gcc.png
657         * docs/html/ext/pb_ds/container_base.html: Same.
658         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_msvc.png
659         * docs/html/ext/pb_ds/tree_random_int_find_find_timing_test.html: Same.
660         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_msvc.png
661         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
662         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_gcc.png
663         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_msvc.png
664         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_msvc.png
665         * docs/html/ext/pb_ds/text_find_timing_test_hash_local.png
666         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_msvc.png
667         * docs/html/ext/pb_ds/ov_tree_tag.html: Same.
668         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
669         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_msvc.png
670         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_msvc.png
671         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_msvc.png
672         * docs/html/ext/pb_ds/list_update_tag.html: Same.
673         * docs/html/ext/pb_ds/balls_and_bins.png
674         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
675         * docs/html/ext/pb_ds/disclaimer.html: Same.
676         * docs/html/ext/pb_ds/insert_error.html: Same.
677         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_gcc.png
678         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_gcc.png
679         * docs/html/ext/pb_ds/examples.html: Same.
680         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html: Same.
681         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_gcc.png
682         * docs/html/ext/pb_ds/sample_probe_fn.html: Same.
683         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
684         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test.html: Same.
685         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_gcc.png
686         * docs/html/ext/pb_ds/null_mapped_type.html: Same.
687         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_gcc.png
688         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_gcc.png
689         * docs/html/ext/pb_ds/associative_container_tag.html: Same.
690         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
691         * docs/html/ext/pb_ds/design.html: Same.
692         * docs/html/ext/pb_ds/cc_hash_max_collision_check_resize_trigger.html: Same.
693         * docs/html/ext/pb_ds/pairing_heap_tag.html: Same.
694         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_gcc.png
695         * docs/html/ext/pb_ds/references.html: Same.
696         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_msvc.png
697         * docs/html/ext/pb_ds/hash_load_check_resize_trigger.html: Same.
698         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_gcc.png
699         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_gcc.png
700         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_gcc.png
701         * docs/html/ext/pb_ds/pq_different_underlying_dss.png
702         * docs/html/ext/pb_ds/insert_resize_sequence_diagram1.png
703         * docs/html/ext/pb_ds/pq_regression_tests.html: Same.
704         * docs/html/ext/pb_ds/sample_tree_node_update.html: Same.
705         * docs/html/ext/pb_ds/invalidation_guarantee_erase.png
706         * docs/html/ext/pb_ds/basic_invalidation_guarantee.html: Same.
707         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
708         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_gcc.png
709         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
710         * docs/html/ext/pb_ds/point_iterators_range_ops_2.png
711         * docs/html/ext/pb_ds/null_probe_fn.html: Same.
712         * docs/html/ext/pb_ds/hash_prime_size_policy.html: Same.
713         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_msvc.png
714         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_gcc.png
715         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
716         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
717         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_msvc.png
718         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_gcc.png
719         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html: Same.
720         * docs/html/ext/pb_ds/sample_resize_policy.html: Same.
721         * docs/html/ext/pb_ds/binomial_heap_tag.html: Same.
722         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
723         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
724         * docs/html/ext/pb_ds/tree_text_lor_find_find_timing_test.html: Same.
725         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_msvc.png
726         * docs/html/ext/pb_ds/trie_based_containers.html: Same.
727         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_gcc.png
728         * docs/html/ext/pb_ds/tree_split_join_timing_test_local.png
729         * docs/html/ext/pb_ds/text_find_timing_test_hash_gcc.png
730         * docs/html/ext/pb_ds/motivation.html: Same.
731         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_msvc.png
732         * docs/html/ext/pb_ds/tree_split_join_timing_test_gcc.png
733         * docs/html/ext/pb_ds/tree.html: Same.
734         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_gcc.png
735         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_msvc.png
736         * docs/html/ext/pb_ds/invalidation_guarantee_cd.png
737         * docs/html/ext/pb_ds/tutorial.html: Same.
738         * docs/html/ext/pb_ds/null_trie_node_update.html: Same.
739         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_gcc.png
740         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_msvc.png
741         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
742         * docs/html/ext/pb_ds/point_iterators_cd.png
743         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
744         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
745         * docs/html/ext/pb_ds/rb_tree_tag.html: Same.
746         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_msvc.png
747         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_msvc.png
748         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_gcc.png
749         * docs/html/ext/pb_ds/exceptions.html: Same.
750         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_msvc.png
751         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
752         * docs/html/ext/pb_ds/hash_policy_cd.png
753         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_gcc.png
754         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html: Same.
755         * docs/html/ext/pb_ds/ds_gen.html: Same.
756         * docs/html/ext/pb_ds/hash_exponential_size_policy.html: Same.
757         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
758         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_msvc.png
759         * docs/html/ext/pb_ds/index.html: Same.
760         * docs/html/ext/pb_ds/binary_heap_tag.html: Same.
761         * docs/html/ext/pb_ds/basic_hash_tag.html: Same.
762         * docs/html/ext/pb_ds/trie_order_statistics_node_update.html: Same.
763         * docs/html/ext/pb_ds/sample_resize_trigger.html: Same.
764         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
765         * docs/html/ext/pb_ds/hash_text_find_find_timing_test.html: Same.
766         * docs/html/ext/pb_ds/tree_text_insert_timing_test.html: Same.
767         * docs/html/ext/pb_ds/trie_tag.html: Same.
768         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
769         * docs/html/ext/pb_ds/pq_tests.html: Same.
770         * docs/html/ext/pb_ds/insert_resize_sequence_diagram2.png
771         * docs/html/ext/pb_ds/node_invariant_invalidations.png
772         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_msvc.png
773         * docs/html/ext/pb_ds/resize_policy_cd.png
774         * docs/html/ext/pb_ds/embedded_lists_1.png
775         * docs/html/ext/pb_ds/hash_ranged_hash_range_hashing_fns.png
776         * docs/html/ext/pb_ds/null_lu_metadata.html: Same.
777         * docs/html/ext/pb_ds/tree_order_statistics_timing_test.html: Same.
778         * docs/html/ext/pb_ds/trie_prefix_search_node_update.html: Same.
779         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram.png
780         * docs/html/ext/pb_ds/point_invalidation_guarantee.html: Same.
781         * docs/html/ext/pb_ds/direct_mod_range_hashing.html: Same.
782         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
783         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_msvc.png
784         * docs/html/ext/pb_ds/misc.html: Same.
785         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
786         * docs/html/ext/pb_ds/counter_lu_policy.html: Same.
787         * docs/html/ext/pb_ds/different_underlying_dss.png
788         * docs/html/ext/pb_ds/restoring_node_invariants.png
789         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html: Same.
790         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
791         * docs/html/ext/pb_ds/sample_update_policy.html: Same.
792         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_gcc.png
793         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
794         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_msvc.png
795         * docs/html/ext/pb_ds/simple_list.png
796         * docs/html/ext/pb_ds/text_find_timing_test_hash_msvc.png
797         * docs/html/ext/pb_ds/assoc_examples.html: Same.
798         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
799         * docs/html/ext/pb_ds/hash_based_containers.html: Same.
800         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
801         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
802         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_gcc.png
803         * docs/html/ext/pb_ds/tree_node_iterator.html: Same.
804         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_msvc.png
805         * docs/html/ext/pb_ds/trie_node_iterator.html: Same.
806         * docs/html/ext/pb_ds/tree_based_containers.html: Same.
807         * docs/html/ext/pb_ds/hash_random_int_subscript_insert_timing_test.html: Same.
808         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_msvc.png
809         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_msvc.png
810         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_msvc.png
811         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_gcc.png
812         * docs/html/ext/pb_ds/rationale_null_node_updator.png
813         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
814         * docs/html/ext/pb_ds/lu.png
815         * docs/html/ext/pb_ds/assoc_container_traits.html: Same.
816         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_msvc.png
817         * docs/html/ext/pb_ds/assoc_design.html: Same.
818         * docs/html/ext/pb_ds/splay_tree_tag.html: Same.
819         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_gcc.png
820         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test.html: Same.
821         * docs/html/ext/pb_ds/assoc_container_tag_cd.svg
822         * docs/html/ext/pb_ds/resize_error.html: Same.
823         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_msvc.png
824         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_gcc.png
825         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test.html: Same.
826         * docs/html/ext/pb_ds/basic_tree_assoc_container_const_node_iterator.html: Same.
827         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_gcc.png
828         * docs/html/ext/pb_ds/trie_const_node_iterator.html: Same.
829         * docs/html/ext/pb_ds/hash_zlob_random_int_find_find_timing_test.html: Same.
830         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_gcc.png
831         * docs/html/ext/pb_ds/sample_size_policy.html: Same.
832         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_gcc.png
833         * docs/html/ext/pb_ds/cc_hash_table.html: Same.
834         * docs/html/ext/pb_ds/node_invariants.png
835         * docs/html/ext/pb_ds/tree_split_join_timing_test_msvc.png
836         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test.html: Same.
837         * docs/html/ext/pb_ds/tree_order_statistics_node_update.html: Same.
838         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_msvc.png
839         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
840         * docs/html/ext/pb_ds/priority_queue.html: Same.
841         * docs/html/ext/pb_ds/assoc_tests.html: Same.
842         * docs/html/ext/pb_ds/assoc_container_tag_cd.png
843         * docs/html/ext/pb_ds/basic_hash_table.html: Same.
844         * docs/html/ext/pb_ds/basic_tree_tag.html: Same.
845         * docs/html/ext/pb_ds/tree_split_join_timing_test.html: Same.
846         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
847         * docs/html/ext/pb_ds/insert_resize_sequence_diagram3.png
848         * docs/html/ext/pb_ds/embedded_lists_2.png
849         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
850         * docs/html/ext/pb_ds/sample_ranged_probe_fn.html: Same.
851         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_gcc.png
852         * docs/html/ext/pb_ds/sample_trie_node_update.html: Same.
853         * docs/html/ext/pb_ds/introduction.html: Same.
854         * docs/html/ext/pb_ds/pq_performance_tests.html: Same.
855         * docs/html/ext/pb_ds/pat_trie.png
856         * docs/html/ext/pb_ds/range_invalidation_guarantee.html: Same.
857         * docs/html/ext/pb_ds/contact.html: Same.
858         * docs/html/ext/pb_ds/sample_range_hashing.html: Same.
859         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
860         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_gcc.png
861         * docs/html/ext/pb_ds/update_seq_diagram.png
862         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_gcc.png
863         * docs/html/ext/pb_ds/direct_mask_range_hashing.html: Same.
864         * docs/html/ext/pb_ds/tests.html: Same.
865         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_gcc.png
866         * docs/html/ext/pb_ds/tree_node_updator_policy_cd.png
867         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_gcc.png
868         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html: Same.
869         * docs/html/ext/pb_ds/trie_node_updator_policy_cd.png
870         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_msvc.png
871         * docs/html/ext/pb_ds/concepts.html: Same.
872         * docs/html/ext/pb_ds/pq_examples.html: Same.
873         * docs/html/ext/pb_ds/priority_queue_tag.html: Same.
874         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test.html: Same.
875         * docs/html/ext/pb_ds/update_policy_cd.png
876         * docs/html/ext/pb_ds/thin_heap_tag.html: Same.
877         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_msvc.png
878         * docs/html/ext/pb_ds/basic_tree.html: Same.
879         * docs/html/ext/pb_ds/null_hash_fn.html: Same.
880         * docs/html/ext/pb_ds/null_tree_node_update.html: Same.
881         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_gcc.png
882         * docs/html/ext/pb_ds/trie.html: Same.
883         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_msvc.png
884         * docs/html/ext/pb_ds/rc_binomial_heap_tag.html: Same.
885         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_msvc.png
886         * docs/html/ext/pb_ds/pq_container_traits.html: Same.
887         * docs/html/ext/pb_ds/pq_design.html: Same.
888         * docs/html/ext/pb_ds/checked_by_tidy.gif
889         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
890         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_gcc.png
891         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test.html: Same.
892         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_gcc.png
893         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
894         * docs/html/ext/pb_ds/acks.html: Same.
895         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
896         * docs/html/ext/pb_ds/cc_hash_tag.html: Same.
897         * docs/html/ext/pb_ds/sample_ranged_hash_fn.html: Same.
898         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_msvc.png
899         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test.html: Same.
900         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html: Same.
901         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_msvc.png
902         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram2.png
903         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_msvc.png
904         * docs/html/ext/pb_ds/PythonPoweredSmall.gif
905         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
906         * docs/html/ext/pb_ds/pat_trie_tag.html: Same.
907         * docs/html/ext/pb_ds/hash_standard_resize_policy.html: Same.
908         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_msvc.png
909         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_gcc.png
910         * docs/html/ext/pb_ds/join_error.html: Same.
911         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_gcc.png
912         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
914         * testsuite/ext/pb_ds: New.
915         * testsuite/ext/pb_ds/regression: New.
916         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
917         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
918         * testsuite/ext/pb_ds/regression/associative_containers.cc: Same.
919         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
920         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
921         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
922         * testsuite/ext/pb_ds/regression/priority_queues.cc: Same.
923         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
924         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
925         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
926         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
927         * testsuite/ext/pb_ds/example: New.
928         * testsuite/ext/pb_ds/example/hash_shift_mask.cc: Same.
929         * testsuite/ext/pb_ds/example/basic_set.cc: Same.
930         * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Same.
931         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Same.
932         * testsuite/ext/pb_ds/example/store_hash.cc: Same.
933         * testsuite/ext/pb_ds/example/assoc_container_traits.cc: Same.
934         * testsuite/ext/pb_ds/example/hash_load_set_change.cc: Same.
935         * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
936         * testsuite/ext/pb_ds/example/hash_resize.cc: Same.
937         * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
938         * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
939         * testsuite/ext/pb_ds/example/basic_multiset.cc: Same.
940         * testsuite/ext/pb_ds/example/priority_queue_xref.cc: Same.
941         * testsuite/ext/pb_ds/example/hash_find_neg.cc: Same.
942         * testsuite/ext/pb_ds/example/erase_if.cc: Same.
943         * testsuite/ext/pb_ds/example/priority_queue_container_traits.cc: Same.
944         * testsuite/ext/pb_ds/example/tree_join.cc: Same.
945         * testsuite/ext/pb_ds/example/basic_map.cc: Same.
946         * testsuite/ext/pb_ds/example/trie_split.cc: Same.
947         * testsuite/ext/pb_ds/example/priority_queue_split_join.cc: Same.
948         * testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc: Same.
949         * testsuite/ext/pb_ds/example/priority_queue_erase_if.cc: Same.
950         * testsuite/ext/pb_ds/example/hash_mod.cc: Same.
951         * testsuite/ext/pb_ds/example/tree_order_statistics_join.cc: Same.
952         * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
953         * testsuite/ext/pb_ds/example/hash_initial_size.cc: Same.
954         * testsuite/ext/pb_ds/example/basic_priority_queue.cc: Same.
955         * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
956         * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
957         * testsuite/performance/ext: New.
958         * testsuite/performance/ext/pb_ds: New.
959         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_small.cc: Same.
960         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Same.
961         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc: Same.
962         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
963         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_down_timing.cc: Same.
964         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc: Same.
965         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc: Same.
966         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
967         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
968         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_large.cc: Same.
969         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp: Same.
970         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_timing.cc: Same.
971         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
972         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_timing.hpp: Same.
973         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
974         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_up_timing.cc: Same.
975         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_large.cc: Same.
976         * testsuite/performance/ext/pb_ds/priority_queue_text_push_pop_timing.cc: Same.
977         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc: Same.
978         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc: Same.
979         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_small.cc: Same.
980         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_pop_timing.cc: Same.
981         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc: Same.
982         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
983         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc: Same.
984         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing.hpp: Same.
985         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc: Same.
986         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_small.cc: Same.
987         * testsuite/data/make_graph_test_infos.xml: Same.
988         * testsuite/data/thirty_years_among_the_dead_preproc.txt: New.
989         * testsuite/data/make_graph_htmls.xml: Same.
990         * testsuite/util/regression: New.
991         * testsuite/util/regression/trait: New.
992         * testsuite/util/regression/trait/priority_queue: New.
993         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
994         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
995         * testsuite/util/regression/trait/assoc: New.
996         * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
997         * testsuite/util/regression/trait/assoc/node_update_trait.hpp: Same.
998         * testsuite/util/regression/trait/assoc/get_set_load_trait.hpp: Same.
999         * testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp: Same.
1000         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
1001         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1002         * testsuite/util/regression/trait/assoc/resize_trait.hpp: Same.
1003         * testsuite/util/regression/trait/assoc/to_string.hpp: Same.
1004         * testsuite/util/regression/rand: New.
1005         * testsuite/util/regression/rand/priority_queue: New.
1006         * testsuite/util/regression/rand/priority_queue/detail: New.
1007         * testsuite/util/regression/rand/priority_queue/detail/erase_fn_imps.hpp: Same.
1008         * testsuite/util/regression/rand/priority_queue/detail/cmp_fn_imps.hpp: Same.
1009         * testsuite/util/regression/rand/priority_queue/detail/policy_access_fn_imps.hpp: Same.
1010         * testsuite/util/regression/rand/priority_queue/detail/defs_fn_imps.hpp: Same.
1011         * testsuite/util/regression/rand/priority_queue/detail/it_conversion_fn_imps.hpp: Same.
1012         * testsuite/util/regression/rand/priority_queue/detail/constructor_destructor_fn_imps.hpp: Same.
1013         * testsuite/util/regression/rand/priority_queue/detail/diagnostic_fn_imps.hpp: Same.
1014         * testsuite/util/regression/rand/priority_queue/detail/insert_fn_imps.hpp: Same.
1015         * testsuite/util/regression/rand/priority_queue/detail/clear_fn_imps.hpp: Same.
1016         * testsuite/util/regression/rand/priority_queue/detail/modify_fn_imps.hpp: Same.
1017         * testsuite/util/regression/rand/priority_queue/detail/split_join_fn_imps.hpp: Same.
1018         * testsuite/util/regression/rand/priority_queue/detail/operator_fn_imps.hpp: Same.
1019         * testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp: Same.
1020         * testsuite/util/regression/rand/priority_queue/container_rand_regression_test.hpp: Same.
1021         * testsuite/util/regression/rand/io: New.
1022         * testsuite/util/regression/rand/io/priority_queue: New.
1023         * testsuite/util/regression/rand/io/priority_queue/xml_formatter.hpp: Same.
1024         * testsuite/util/regression/rand/io/assoc: New.
1025         * testsuite/util/regression/rand/io/assoc/xml_formatter.hpp: Same.
1026         * testsuite/util/regression/rand/io/xml_formatter.hpp: Same.
1027         * testsuite/util/regression/rand/assoc: New.
1028         * testsuite/util/regression/rand/assoc/detail: New.
1029         * testsuite/util/regression/rand/assoc/detail/subscript_fn_imps.hpp: Same.
1030         * testsuite/util/regression/rand/assoc/detail/cmp_fn_imps.hpp: Same.
1031         * testsuite/util/regression/rand/assoc/detail/policy_access_fn_imps.hpp: Same.
1032         * testsuite/util/regression/rand/assoc/detail/defs_fn_imps.hpp: Same.
1033         * testsuite/util/regression/rand/assoc/detail/it_conversion_fn_imps.hpp: Same.
1034         * testsuite/util/regression/rand/assoc/detail/diagnostic_fn_imps.hpp: Same.
1035         * testsuite/util/regression/rand/assoc/detail/clear_fn_imps.hpp: Same.
1036         * testsuite/util/regression/rand/assoc/detail/get_set_load_fn_imps.hpp: Same.
1037         * testsuite/util/regression/rand/assoc/detail/operator_fn_imps.hpp: Same.
1038         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
1039         * testsuite/util/regression/rand/assoc/detail/resize_fn_imps.hpp: Same.
1040         * testsuite/util/regression/rand/assoc/detail/constructor_destructor_fn_imps.hpp: Same.
1041         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
1042         * testsuite/util/regression/rand/assoc/detail/split_join_fn_imps.hpp: Same.
1043         * testsuite/util/regression/rand/assoc/detail/get_set_loads_fn_imps.hpp: Same.
1044         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1045         * testsuite/util/regression/rand/assoc/container_rand_regression_test.hpp: Same.
1046         * testsuite/util/regression/priority_queue: New.
1047         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
1048         * testsuite/util/regression/basic_type.hpp: Same.
1049         * testsuite/util/regression/assoc: New.
1050         * testsuite/util/regression/assoc/common_type.hpp: Same.
1051         * testsuite/util/regression/res_mng: New.
1052         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
1053         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Same.
1054         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
1055         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
1056         * testsuite/util/rng: New.
1057         * testsuite/util/rng/twister_rand_gen.cc: Same.
1058         * testsuite/util/rng/twister_rand_gen.hpp: Same.
1059         * testsuite/util/native_type: New.
1060         * testsuite/util/native_type/priority_queue: New.
1061         * testsuite/util/native_type/priority_queue/native_priority_queue.hpp: Same.
1062         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Same.
1063         * testsuite/util/native_type/assoc: New.
1064         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1065         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
1066         * testsuite/util/native_type/assoc/native_set.hpp: Same.
1067         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1068         * testsuite/util/native_type/assoc/native_map.hpp: Same.
1069         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
1070         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
1071         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
1072         * testsuite/util/common_type: New.
1073         * testsuite/util/common_type/priority_queue
1074         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
1075         * testsuite/util/common_type/priority_queue/string_form.hpp: Same.
1076         * testsuite/util/common_type/priority_queue/detail
1077         * testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp: Same.
1078         * testsuite/util/common_type/assoc: New.
1079         * testsuite/util/common_type/assoc/common_type.hpp: Same.
1080         * testsuite/util/common_type/assoc/string_form.hpp: Same.
1081         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1082         * testsuite/util/common_type/assoc/detail: New.
1083         * testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp: Same.
1084         * testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp: Same.
1085         * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
1086         * testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp: Same.
1087         * testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp: Same.
1088         * testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp: Same.
1089         * testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp: Same.
1090         * testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp: Same.
1091         * testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp: Same.
1092         * testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp: Same.
1093         * testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp: Same.
1094         * testsuite/util/common_type/assoc/native_set.hpp: Same.
1095         * testsuite/util/performance: New.
1096         * testsuite/util/performance/priority_queue: New.
1097         * testsuite/util/performance/priority_queue/mem_usage: New.
1098         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: Same.
1099         * testsuite/util/performance/priority_queue/timing: New.
1100         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: Same.
1101         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
1102         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1103         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: Same.
1104         * testsuite/util/performance/io: New.
1105         * testsuite/util/performance/io/xml_formatter.hpp: Same.
1106         * testsuite/util/performance/assoc: New.
1107         * testsuite/util/performance/assoc/mem_usage: New.
1108         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: Same.
1109         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1110         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1111         * testsuite/util/performance/assoc/timing: New.
1112         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
1113         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: Same.
1114         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: Same.
1115         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
1116         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: Same.
1117         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
1118         * testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp: Same.
1119         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1120         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: Same.
1121         * testsuite/util/performance/time: New.
1122         * testsuite/util/performance/time/elapsed_timer.cc: Same.
1123         * testsuite/util/performance/time/elapsed_timer.hpp: Same.
1124         * testsuite/util/performance/time/timing_test_base.hpp: Same.
1125         * testsuite/util/performance/mem: New.
1126         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Same.
1127         * testsuite/util/performance/mem/mem_track_allocator.hpp: Same.
1128         * testsuite/util/hash_fn: New.
1129         * testsuite/util/hash_fn/limit_string_hash_fn.hpp: Same.
1130         * testsuite/util/hash_fn/string_ranged_hash_fn.hpp: Same.
1131         * testsuite/util/hash_fn/string_hash_fn.hpp: Same.
1132         * testsuite/util/hash_fn/string_ranged_probe_fn.hpp: Same.
1133         * testsuite/util/hash_fn/dna_str_limit.hpp: Same.
1134         * testsuite/util/io: New.
1135         * testsuite/util/io/prog_bar.cc: Same.
1136         * testsuite/util/io/prog_bar.hpp: Same.
1137         * testsuite/util/io/text_populate.hpp: Same.
1138         * testsuite/util/io/xml.hpp: Same.
1139         * testsuite/util/io/illegal_input_error.hpp: Same.
1140         * testsuite/util/io/xml_test_formatter.hpp: Same.
1141         * testsuite/util/io/verified_cmd_line_input.cc: Same.
1142         * testsuite/util/io/verified_cmd_line_input.hpp: Same.
1143         * testsuite/util/statistic: New.
1144         * testsuite/util/statistic/sample_var.hpp: Same.
1145         * testsuite/util/statistic/res_recorder.hpp: Same.
1146         * testsuite/util/statistic/sample_mean.hpp: Same.
1147         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
1148         
1149 2006-06-12  Paolo Carlini  <pcarlini@suse.de>
1151         PR libstdc++/26970
1152         * config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
1153         variadic function, instead of template function.
1154         * config/locale/generic/c_locale.h (__convert_from_v<>): Likewise.
1155         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
1156         Adjust.
1157         (money_put<>::do_put(long double)): Likewise.
1158         * src/locale-misc-inst.cc: Remove.
1159         * src/Makefile.am: Adjust.
1160         * src/Makefile.in: Regenerate.
1162 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
1164         * include/tr1/random (random_device::random_device(const
1165         std::string& = "/dev/urandom")): Open in binary mode.
1167         * include/tr1/random (random_device::random_device(const
1168         std::string& = "rand")): Use mersenne_twister.
1169         (random_device::_M_strtoul): New.
1170         (random_device::operator()()): Update.
1172         * include/tr1/random: Minor stylistic changes, consistently
1173         qualify with std::.
1175 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
1177         * acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
1178         the availability of "/dev/random" and "/dev/urandom".
1179         * configure.ac: Use it.
1180         * include/tr1/random (random_device): Implement, a fall-back for
1181         systems not providing "/dev/random" and "/dev/urandom" included.
1182         * testsuite/tr1/5_numerical_facilities/random/random_device/
1183         cons/default.cc: New.
1184         * testsuite/tr1/5_numerical_facilities/random/random_device/
1185         cons/token.cc: Likewise.
1186         * testsuite/tr1/5_numerical_facilities/random/random_device/
1187         requirements/typedefs.cc: Likewise.
1188         * config.h.in: Regenerate.
1189         * configure: Likewise.
1191         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1192         cons/gen1.cc: Minor tweak, add bool test.
1194 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
1196         * testsuite/util: New directory.
1197         * testsuite/testsuite_hooks.cc: Move to util sub-directory.
1198         * testsuite/testsuite_abi_check.cc: Same.
1199         * testsuite/testsuite_abi.cc: Same.
1200         * testsuite/testsuite_tr1.h: Same.
1201         * testsuite/testsuite_io.h: Same.
1202         * testsuite/testsuite_iterators.h: Same.
1203         * testsuite/testsuite_allocator.cc: Same.
1204         * testsuite/testsuite_allocator.h: Same.
1205         * testsuite/testsuite_hooks.h: Same.
1206         * testsuite/testsuite_character.cc: Same.
1207         * testsuite/testsuite_abi.h: Same.
1208         * testsuite/testsuite_character.h: Same.
1209         * testsuite/testsuite_visualization.h: Same.
1210         * testsuite/testsuite_performance.h: Same.
1211         * testsuite/testsuite_shared.cc: Same.
1212         * testsuite/testsuite_common_types.h: Same.
1214         * testsuite/lib/libstdc++.exp (v3-build_support): Adjust paths.
1215         * testsuite/libstdc++-abi/abi.exp: Same.
1216         * testsuite/libstdc++-dg/conformance.exp: Remove any files in the
1217         utilities subdirectory from the list of test cases.
1218         
1219         * scripts/testsuite_flags.in (build-includes): Adjust path for
1220         testsuite includes.
1221         * scripts/create_testsuite_files (dlist): Don't let utility files
1222         creep into the testsuite_files list.
1223         
1224 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
1226         * include/tr1/random (mersenne_twister<>::operator==,
1227         operator!=, operator<<, operator>>): Implement.
1228         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1229         operators/equal.cc: New.        
1230         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1231         operators/not_equal.cc: Likewise.
1232         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1233         operators/serialize.cc: Likewise.
1235         * include/tr1/random (subtract_with_carry<>::operator==): Fix,
1236         compare the whole state; use std::equal.
1238         * include/tr1/random: Minor formatting and style changes.
1240 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
1242         * testsuite/tr1/5_numerical_facilies: Move to...
1243         * testsuite/tr1/5_numerical_facilities: ...this.        
1245 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
1247         * include/tr1/random: Trivial uglification fixes.
1248         * include/tr1/random.tcc: Likewise.
1250         * include/tr1/random (subtract_with_carry<>::
1251         subtract_with_carry(_IntType)): Fix parameter type to unsigned long.
1252         (subtract_with_carry<>::seed(_IntType)): Likewise.
1253         * include/tr1/random.tcc (subtract_with_carry<>::seed(_IntType)):
1254         Adjust.
1256 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
1258         * include/tr1/random (mersenne_twister<>::seed()): Fix per
1259         tr1/5.1.4.2, p8.
1260         * include/tr1/random.tcc (mod_w): Add.
1261         (mersenne_twister<>::seed(unsigned long)): Fix per tr1/5.1.4.2, p9.
1262         (mersenne_twister<>::seed(Gen&, false_type)): Adjust to use mod_w.
1263         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Fix
1264         expected result per tr1/5.1.5, p2.
1265         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1266         cons/default.cc: Adjust.
1268         * include/tr1/random (exponential_distribution<>::operator()()): Fix.
1270 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
1272         * include/tr1/random.tcc (Max::value()): Cast 1 to Tp(1) and
1273         adjust shift count to w; rename as Max_w.
1274         (struct Mod_w): New.
1275         (mersenne_twister<>::seed(Gen&, false_type): Use the latter.
1276         (mersenne_twister<>::operator()()): Fix ~0ul to ~_UInt().
1277         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1278         cons/default.cc: Fix ~0ul to 2^32-1.
1279         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1280         cons/gen1.cc: Likewise.
1282 2006-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
1284         * include/tr1/random: New.
1285         * include/tr1/random.tcc: Likewise.
1286         * include/Makefile.am: Add.
1287         * testsuite/tr1/5_numerical_facilies/random/ranlux3.cc: New.
1288         * testsuite/tr1/5_numerical_facilies/random/ranlux4.cc: Likewise.
1289         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Likewise.
1290         * testsuite/tr1/5_numerical_facilies/random/variate_generator/
1291         requirements/typedefs.cc: Likewise.
1292         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1293         cons/seed1.cc: Likewise.
1294         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1295         cons/seed2.cc: Likewise.
1296         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1297         cons/default.cc: Likewise.
1298         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1299         cons/gen1.cc: Likewise.
1300         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1301         requirements/typedefs.cc: Likewise.
1302         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1303         operators/equal.cc: Likewise.
1304         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1305         operators/not_equal.cc: Likewise.
1306         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1307         operators/serialize.cc: Likewise.
1308         * testsuite/tr1/5_numerical_facilies/random/uniform_real/
1309         requirements/typedefs.cc: Likewise.
1310         * testsuite/tr1/5_numerical_facilies/random/discard_block/
1311         requirements/requirements.cc: Likewise.
1312         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1313         cons/seed1.cc: Likewise.
1314         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1315         cons/seed2.cc: Likewise.
1316         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1317         cons/default.cc: Likewise.
1318         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1319         cons/gen1.cc: Likewise.
1320         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1321         requirements/non_uint_neg.cc: Likewise.
1322         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1323         requirements/typedefs.cc: Likewise.
1324         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1325         operators/equal.cc: Likewise.
1326         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1327         operators/not_equal.cc: Likewise.
1328         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1329         operators/serialize.cc: Likewise.
1330         * testsuite/tr1/5_numerical_facilies/random/xor_combine/
1331         requirements/typedefs.cc: Likewise.
1332         * testsuite/tr1/5_numerical_facilies/random/minstd_rand.cc: Likewise.
1333         * testsuite/tr1/5_numerical_facilies/random/minstd_rand0.cc: Likewise.
1334         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1335         cons/range.cc: Likewise.
1336         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1337         cons/default.cc: Likewise.
1338         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1339         cons/range_neg.cc: Likewise.
1340         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1341         requirements/typedefs.cc: Likewise.
1342         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1343         cons/seed1.cc: Likewise.
1344         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1345         cons/seed2.cc: Likewise.
1346         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1347         cons/default.cc: Likewise.
1348         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1349         cons/gen1.cc: Likewise.
1350         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1351         requirements/typedefs.cc: Likewise.
1352         * include/Makefile.in: Regenerate.
1353         * testsuite/tr1/headers.cc: Update.
1355 2006-06-04  Paolo Carlini  <pcarlini@suse.de>
1357         PR libstdc++/27867
1358         * include/bits/valarray_before.h (struct _BinClos<_Oper, _ValArray,
1359         _ValArray, _Tp, _Tp>): Fix value_type typedef.
1360         * testsuite/26_numerics/valarray/27867.cc: New.
1362 2006-05-29  Paolo Carlini  <pcarlini@suse.de>
1364         PR libstdc++/24692
1365         * include/bits/atomicity.h (__exchange_and_add_multi,
1366         __atomic_add_multi): New, depending on _GLIBCXX_ATOMIC_BUILTINS,
1367         inline the atomic builtins.
1368         (__exchange_and_add_dispatch, __atomic_add_dispatch): Adjust.
1369         * configure.ac: Define _GLIBCXX_ATOMIC_BUILTINS when the atomic
1370         builtins are available.
1371         * configure: Regenerate.
1372         * config.h.in: Likewise.
1374 2006-05-27  Paolo Carlini  <pcarlini@suse.de>
1376         * configure.host: If the CPU provides atomic builtins select
1377         generic/atomic_builtins/atomicity.h.
1378         * config/cpu/generic/atomic_builtins/atomicity.h: Add.
1379         * config/cpu/powerpc/atomicity.h: Remove.
1380         * config/cpu/ia64/atomicity.h: Likewise.
1381         * config/cpu/alpha/atomicity.h: Likewise.
1382         * config/cpu/s390/atomicity.h: Likewise.
1384 2006-05-26  Carlos O'Donell  <carlos@codesourcery.com>
1386         * Makefile.am: Add install-html target. Add install-html to .PHONY
1387         * Makefile.in: Regenerate.
1389 2006-05-24  Paolo Carlini  <pcarlini@suse.de>
1391         PR libstdc++/24704
1392         * include/bits/atomicity.h (__exchange_and_add_single,
1393         __atomic_add_single): New, single thread versions of the atomic
1394         functions.
1395         (__exchange_and_add_dispatch, __atomic_add_dispatch): New,
1396         depending on __GTHREADS and __gthread_active_p() dispatch either
1397         to the above or to the existing atomic functions.
1398         * include/ext/pool_allocator.h: Update callers.
1399         * include/ext/rc_string_base.h: Likewise.
1400         * include/bits/locale_classes.h: Likewise.
1401         * include/bits/basic_string.h: Likewise.
1402         * include/bits/ios_base.h: Likewise.
1403         * include/tr1/boost_shared_ptr.h: Likewise.
1404         * src/ios.cc: Likewise.
1405         * src/locale.cc: Likewise.
1406         * src/ios_init.cc: Likewise.
1408 2006-05-23  Paolo Carlini  <pcarlini@suse.de>
1410         * testsuite/testsuite_shared.cc: Fix --enable-threads=single build.
1412 2006-05-19  Paolo Carlini  <pcarlini@suse.de>
1414         * testsuite/27_io/objects/wchar_t/9661-1.cc: Avoid leaking the
1415         semaphores if a VERIFY fails.
1416         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
1417         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
1418         * testsuite/27_io/objects/char/7.cc: Likewise.
1419         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise.
1420         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
1421         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
1422         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise.
1423         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
1424         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
1426 2006-05-17  Paolo Carlini  <pcarlini@suse.de>
1428         * include/tr1/hashtable (hashtable<>::m_find): Remove; update callers.
1430         * include/tr1/hashtable (map_base<>::operator[]): Move out of line.
1432         * include/tr1/hashtable (hashtable<>::m_insert(const value_type&,
1433         std::tr1::false_type)): Avoid memory leak risk for new_node.
1435 2006-05-15  Paolo Carlini  <pcarlini@suse.de>
1437         * include/tr1/hashtable (hashtable<>::m_find, m_insert_bucket): Add.
1438         (hashtable<>::find, m_insert(const value_type&, std::tr1::true_type),
1439         map_base<>::operator[]): Use the above.
1440         * testsuite/performance/23_containers/insert/unordered_map_array.cc:
1441         New.    
1443         * include/tr1/hashtable (hashtable<>::find_node,
1444         insert(const value_type&, ...), erase_node): Rename to m_*, adjust
1445         callers.
1446         * include/tr1/hashtable: Minor cosmetic changes.
1448 2006-05-13  Peter Doerfler  <gcc@pdoerfler.com>
1450         * include/tr1/hashtable (identity<>::operator(),
1451         extract1st<>::operator()): Return by const ref.
1453 2006-05-10  Steve Ellcey  <sje@cup.hp.com>
1455         * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit):
1456         Move to gcc subdir.
1457         * testsuite/lib/dg-options.exp (dg-require-iconv): Remove.
1458         (dg-require-cxa-atexit): Move to gcc subdir.
1460 2006-05-10  Paolo Carlini  <pcarlini@suse.de>
1461             Peter Doerfler  <gcc@pdoerfler.com>
1463         * include/tr1/hashtable (hashtable_iterator<>::hashtable_iterator(),
1464         hashtable_const_iterator<>::hashtable_const_iterator(),
1465         node_iterator<>::node_iterator(),
1466         node_const_iterator<>::node_const_iterator()): Add.
1467         (node_iterator<>::node_iterator(hash_node<>*),
1468         node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
1469         remove default.
1470         * testsuite/tr1/6_containers/unordered/hashtable/
1471         iterators_default_constructor.c: New.
1473 2006-05-10  Marc Glisse  <marc.glisse@normalesup.org>
1475         * include/ext/pool_allocator.h: Add missing std:: qualifications.
1476         * include/ext/mt_allocator.h: Likewise.
1477         * include/ext/pb_assoc/detail/resize_policy/
1478         hash_load_check_resize_trigger_imp.hpp: Likewise.
1479         * include/ext/pb_assoc/detail/resize_policy/
1480         hash_standard_resize_policy_imp.hpp: Likewise.
1481         * include/ext/pb_assoc/detail/lu_policy/
1482         counter_lu_metadata_imp.hpp: Likewise.
1483         * include/ext/pb_assoc/detail/map_debug_base.hpp: Likewise.
1484         * libsupc++/eh_alloc.cc: Typo: memcpy -> memset.
1486 2006-05-07  Paolo Carlini  <pcarlini@suse.de>
1488         * include/tr1/type_traits (integral_constant<>::value): Define.
1489         * testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
1490         New.
1492 2006-05-04  Douglas Gregor  <dgregor@cs.indiana.edu>
1494         PR libstdc++/27404
1495         * include/ext/rope (_Rope_const_iterator<>::operator*() const,
1496         _Rope_iterator<>::operator*() const): Add.
1498 2006-05-01  Paolo Carlini  <pcarlini@suse.de>
1500         * acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the
1501         presence of wctype.h, for use in GLIBCXX_ENABLE_C99.
1502         * configure: Regenerate.
1504 2006-04-29  Paolo Carlini  <pcarlini@suse.de>
1506         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
1507         Special case main parsing loop for !_M_allocated (i.e., "C" locale).
1508         (num_get<>::_M_extract_int): Likewise.
1509         * include/bits/locale_facets.h (num_get<>::_M_find): New.
1511 2006-04-27  Benjamin Kosnik  <bkoz@redhat.com>
1513         * docs/html/17_intro/TODO: Update.
1514         
1515 2006-04-26  Benjamin Kosnik  <bkoz@redhat.com>
1517         PR libstdc++/26875
1518         * include/ext/array_allocator.h (array_allocator): _M_used, new
1519         data member.  
1520         * testsuite/ext/array_allocator/26875.cc: New.
1521         
1522 2006-04-26  Shantonu Sen  <ssen@opendarwin.org>
1524          PR libstdc++/26513
1525          * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.
1527 2006-04-23  Marc Glisse  <marc.glisse@normalesup.org>
1529         PR libstdc++/27199
1530         * ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
1531         * ext/bitmap_allocator.h: Likewise; qualify with std::.
1532         * ext/new_allocator.h: Likewise.
1533         * ext/malloc_allocator.h: Likewise.
1534         * ext/array_allocator.h: Likewise.
1535         * ext/mt_allocator.h: Likewise.
1536         * ext/functional: Likewise for size_t.
1537         * ext/debug_allocator.h: Likewise.
1538         * bits/char_traits.h: Qualify with std:: size_t.
1539         * debug/hash_multimap.h: Likewise.
1541 2006-04-23  Paolo Carlini  <pcarlini@suse.de>
1543         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 42.
1545 2006-04-19  Paolo Carlini  <pcarlini@suse.de>
1547         PR libstdc++/26424
1548         * include/tr1/hashtable (X<>::primes): Extend for 64-bit machines.
1549         (X<>::n_primes): Adjust.
1550         (prime_rehash_policy::next_bkt, bkt_for_elements, need_rehash): Adjust.
1552 2006-04-18  Paolo Carlini  <pcarlini@suse.de>
1554         * docs/html/faq/index.html ([5.5]): Adjust to mention function
1555         objects and reference_wrapper; minor tweaks.
1556         * docs/html/faq/index.txt: Regenerate.
1558 2006-04-16  Paolo Carlini  <pcarlini@suse.de>
1560         PR libstdc++/6702 (again)
1561         * acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
1562         wchar_t functions...
1563         (GLIBCXX_ENABLE_WCHAR_T): ... do that here.
1564         * configure.ac: Adjust order of checks.
1565         * configure: Regenerate.
1567 2006-04-14  Douglas Gregor  <dgregor@cs.indiana.edu>
1569         PR libstdc++/27162
1570         * include/bits/stl_algo.h (__search_n(,,,, _BinaryPredicate,
1571         std::forward_iterator_tag)): Use __binary_pred, not ==.
1573 2006-04-10  Matthias Klose  <doko@debian.org>
1575         * testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
1576         directory names containing underscores.
1578 2006-04-10  Paolo Carlini  <pcarlini@suse.de>
1580         DR 538, [Ready]
1581         * include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
1582         output_iterator_tag), and predicated counterpart): Revert to the
1583         algorithm pre-DR 241, i.e., value_type of InputIterator is now
1584         required to be Assignable too.
1585         * testsuite/25_algorithms/unique_copy/3.cc: Remove.
1586         * docs/html/ext/howto.html: Add an entry for DR 538.
1588 2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>
1590         * testsuite/data/sgetn.txt: Correct copyright holder.
1591         * testsuite/data/wistream_extractor_other-1.tst: Same.
1592         * testsuite/data/wistream_extractor_other-2.tst: Same.
1593         * testsuite/data/istream_extractor_other-1.txt: Same.
1594         * testsuite/data/filebuf_virtuals-1.txt: Same.
1595         * testsuite/data/wostream_inserter_other-1.tst: Same.
1596         * testsuite/data/wostream_inserter_other-2.tst: Same.
1597         * testsuite/data/ostream_inserter_other-1.tst: Same.
1598         * testsuite/data/ostream_inserter_other-2.tst: Same.
1599         * testsuite/data/wistream_extractor_other-1.txt: Same.
1600         * testsuite/data/istream_extractor_other-1.tst: Same.
1601         * testsuite/data/istream_extractor_other-2.tst: Same.
1602         * testsuite/data/filebuf_virtuals-1.tst: Same.
1603         * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
1604         conditions.
1605         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
1606         * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
1607         * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
1609 2006-03-28  Paolo Carlini  <pcarlini@suse.de>
1611         * include/ext/vstring.h (operator[]): Allow s[s.size()] in
1612         debug mode, but not pedantic mode.
1614 2006-03-24  Mark Mitchell  <mark@codesourcery.com>
1615             Joseph S. Myers  <joseph@codesourcery.com>
1617         PR libstdc++/20448
1618         PR libstdc++/20451
1619         * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR.
1620         * testsuite/lib/libstdc++.exp (libstdc++_init): Always define
1621         LOCALEDIR to ".".
1622         (v3-build_support): Build MO files.
1624 2006-03-22  Paolo Carlini  <pcarlini@suse.de>
1626         PR libstdc++/26777
1627         * include/bits/fstream.tcc (basic_filebuf<>::_M_seek): Check
1628         the return value of _M_file.seekoff.
1629         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: New.
1631 2006-03-21  Paolo Carlini  <pcarlini@suse.de>
1633         PR libstdc++/25482
1634         * include/bits/stl_algobase.h (__copy_aux(_CharT*, _CharT*,
1635         ostreambuf_iterator<_CharT>), __copy_aux(const _CharT*, const _CharT*,
1636         ostreambuf_iterator<_CharT>), __copy_aux(istreambuf_iterator<_CharT>,
1637         istreambuf_iterator<_CharT>, _CharT*), copy(istreambuf_iterator<_CharT>,
1638         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>)): Declare.
1639         * include/bits/stl_algo.h (find(istreambuf_iterator<_CharT>,
1640         istreambuf_iterator<_CharT>, _CharT)): Likewise.
1641         * include/bits/streambuf_iterator.h (copy(istreambuf_iterator<_CharT>,
1642         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>),
1643         __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>),
1644         __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>),
1645         __copy_aux(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
1646         _CharT*), find(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
1647         _CharT)): Define.
1648         (class istreambuf_iterator<>, class ostreambuf_iterator<>): Declare
1649         friends.
1650         * include/std/std_streambuf.h (class basic_streambuf<>): Likewise.
1651         * include/bits/cpp_type_traits.h (struct __is_char<>): Add.
1652         * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: New.
1653         * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: New.
1654         * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: New.
1655         * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: New.
1656         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: New.
1657         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: New.
1658         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: New.
1659         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: New.
1660         * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: New.
1661         * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: New.
1662         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: New.
1663         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: New.
1664         * testsuite/performance/25_algorithms/copy_streambuf_iterators.cc: New.
1665         * testsuite/performance/25_algorithms/find_istreambuf_iterators.cc: New.
1667 006-03-13  Paolo Carlini  <pcarlini@suse.de>
1669         * include/bits/postypes.h (fpos<>::operator==, operator!=): Remove,
1670         exploit conversion to streamoff.
1671         * testsuite/27_io/fpos/mbstate_t/5.cc: New.
1673 2006-03-12  Howard Hinnant  <hhinnant@apple.com>
1675         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc:
1676         Fix race condition.
1677         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
1678         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
1680 2006-03-10  Paolo Carlini  <pcarlini@suse.de>
1682         * include/tr1/cmath: Add atan2 and pow bits; add using declarations.    
1683         * include/tr1/math.h: Add using declarations.
1684         * include/tr1/complex: Add using declarations.
1685         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
1686         qualify calls.
1687         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
1688         add atan2 and pow bits.
1689         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
1690         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
1691         adjust polar bits.
1693         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
1694         and float_t typedefs.
1695         * include/tr1/cmath: Add double_t and float_t.
1696         * testsuite/tr1/8_c_compatibility/cmath/types.cc: New.
1698         * include/tr1/ctgmath: New.
1699         * include/tr1/tgmath.h: Likewise.
1700         * include/Makefile.am: Add.
1701         * testsuite/tr1/headers.cc: Update.
1703         * include/Makefile.in: Regenerate.
1704         * configure: Likewise.
1706         * docs/html/ext/tr1.html: Update.
1708 2006-03-08  Paolo Carlini  <pcarlini@suse.de>
1710         Implement the resolution of DR 455, [DR].
1711         * src/ios_init.cc (ios_base::Init::Init()): Do it.
1712         * testsuite/27_io/objects/char/dr455.cc: New.
1713         * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise.
1714         * docs/html/ext/howto.html: Add an entry for DR 455.
1716 2006-03-07  Paolo Carlini  <pcarlini@suse.de>
1718         * include/tr1/cmath: Add C99 overloads.
1719         * include/tr1/common.h (struct __promote_3): Add.
1720         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: New.
1722         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Tweak.
1723         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
1725 2006-03-06  Paolo Carlini  <pcarlini@suse.de>
1727         PR target/26532
1728         * config/io/c_io_stdio.h (struct __ios_flags): Remove.
1729         * include/bits/ios_base.h: Adjust consistently.
1730         (ios_base::_S_local_word_size): Change to an anonymous enum.
1731         * src/ios.cc: Do not define static const data of __ios_flags,
1732         likewise for ios_base::_S_local_word_size.      
1733         * include/bits/locale_classes.h (locale::_S_categories_size):
1734         Change to an anonymous enum.
1735         * src/locale.cc: Don't define.
1737 2006-03-03  Paolo Carlini  <pcarlini@suse.de>
1739         PR libstdc++/26526
1740         * config/abi/pre/gnu.ver (__copy_streambufs, 64-bit version): Add
1741         @GLIBCXX_3.4.8; move existing symbols @GLIBCXX_3.4.8 to 3.4.9.
1742         * configure.ac (libtool_VERSION): To 6:9:0.
1743         * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.9.
1744         * configure: Regenerate.
1746 2006-03-02  Paolo Carlini  <pcarlini@suse.de>
1748         * config/abi/pre/gnu.ver: Adjust __copy_streambufs_eof export
1749         vs 64-bit arches.
1751 2006-03-01  Paolo Carlini  <pcarlini@suse.de>
1753         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 41.
1755 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
1757         PR other/26208
1758         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use
1759         _Unwind_GetIPInfo instead of _Unwind_GetIP.
1761 2006-02-27  Paolo Carlini  <pcarlini@suse.de>
1763         PR libstdc++/14866
1764         * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Redirect
1765         stderr instead.
1767 2006-02-26  Paolo Carlini  <pcarlini@suse.de>
1769         * include/tr1/cmath: Add templates (8.16.3).    
1770         * include/tr1/cstdbool: New.
1771         * include/tr1/stdbool.h: Likewise.
1772         * include/Makefile.am: Add.
1773         * testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
1774         * testsuite/tr1/headers.cc: Update.
1775         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
1776         * docs/html/ext/tr1.html: Update.
1777         * include/Makefile.in: Regenerate.
1778         * config.h.in: Likewise.
1779         * configure: Likewise.
1781 2006-02-24  Paolo Carlini  <pcarlini@suse.de>
1783         * include/tr1/array (array<>::swap, assign): Implement.
1784         * include/tr1/array (operator==, operator!=, operator<,
1785         operator>, operator>=, operator<=, swap, get): Inline.
1786         * testsuite/tr1/6_containers/array/requirements/member_swap.cc: New.
1787         * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
1788         * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
1789         Likewise.
1791 2006-02-23  Benjamin Kosnik  <bkoz@redhat.com>
1793         * testsuite/22_locale/codecvt/in/wchar_t/1.cc (test01): Change int
1794         to size_t. Use explicit static_cast for casts.
1795         * testsuite/22_locale/codecvt/in/wchar_t/6.cc (test06): Same.
1796         * testsuite/22_locale/codecvt/in/wchar_t/5.cc (test05): Same.
1797         * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
1798         
1799 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
1801         * docs/html/ext/pb_assoc/
1802         basic_tree_assoc_cntnr_const_node_iterator.html:Fix links
1803         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_node_iterator.html:
1804         Likewise.
1805         * docs/html/ext/pb_assoc/hash_based_containers.html: Likewise.
1806         * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: Likewise.
1807         * docs/html/ext/pb_assoc/interface.html: Likewise..
1808         * docs/html/ext/pb_assoc/list_updates.html: Likewise.
1809         * docs/html/ext/pb_assoc/lu_based_containers.html: Likewise.
1810         * docs/html/ext/pb_assoc/resize_policies.html: Likewise.
1811         * docs/html/ext/pb_assoc/sample_probe_fn.html: Likewise.
1812         * docs/html/ext/pb_assoc/sample_range_hashing.html: Likewise.
1813         * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: Likewise.
1814         * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: Likewise.
1815         * docs/html/ext/pb_assoc/sample_resize_policy.html: Likewise.
1816         * docs/html/ext/pb_assoc/tree_assoc_cntnr_const_node_iterator.html:
1817         Likewise.
1818         * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: Likewise.
1820 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
1822         PR libstdc++/26132
1823         * include/tr1/hashtable (hashtable<>::rehash): Define.
1824         * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
1826         * include/tr1/hashtable: Trivial formatting and stylistic fixes.
1828         * testsuite/tr1/headers.cc: remove <tr1/hashtable>, not a tr1 header,
1829         only an implementation detail.
1831 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
1833         * include/debug/list (splice): Remove splice_alloc check, redundant
1834         after implementing the splice bits of N1599.
1836 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
1838         * include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
1839         _GLIBCXX_END_NAMESPACE.
1841 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
1843         * include/bits/c++config: Simplify debug namespaces.
1844         * include/ext/hash_set: Specialize insert_iterator after norm,
1845         debug containers have been (optionally) declared. Use nested
1846         namespaces.     
1847         * include/ext/hash_map: Same.
1848         * include/debug/hash_map.h (insert): Add specialization for value
1849         pointer types.
1850         * include/debug/hash_set.h (insert): Same.
1851         * include/debug/hash_multimap.h: Change __gnu_debug_def to __debug.
1852         * include/debug/set.h: Same.
1853         * include/debug/bitset: Same.
1854         * include/debug/multiset.h: Same.
1855         * include/debug/hash_multiset.h: Same.
1856         * include/debug/vector: Same.
1857         * include/debug/map.h: Same.
1858         * include/debug/deque: Same.
1859         * include/debug/list: Same.
1860         * include/debug/multimap.h. Same.
1861         * include/debug/macros.h: Use __gnu_debug.
1862         * include/debug/debug.h: Same.
1863         * include/debug/formatter.h: Same.
1864         * include/debug/safe_sequence.h: Same.
1865         * include/debug/functions.h: Same.
1866         * include/debug/safe_base.h: Same.
1867         * include/debug/safe_iterator.h: Same.
1868         * include/debug/safe_iterator.tcc: Same.
1869         (_M_invalidate): Adjust compare order.
1870         * include/debug/string: Change std::__gnu_debug to __gnu_debug.
1871         * include/ext/hashtable.h: Formatting fixes.
1872         * include/bits/stl_map.h: Formatting fixes.             
1873         * src/compatibility.cc: Adjust compatibility symbols for old debug
1874         mode model.     
1875         * src/debug_list.cc: Tweak.
1876         * src/debug.cc: Adjust namespaces.
1877         * docs/html/debug_mode.html: Adjust namespace names.
1878         * testsuite/25_algorithms/heap/heap.cc: Restore _GLIBCXX_DEBUG
1879         macro guards, as count values differ when in debug mode.        
1880         * testsuite/23_containers/vector/26412.cc: Move to...
1881         * testsuite/23_containers/vector/26412-1.cc: ... here.
1882         * testsuite/23_containers/vector/26412-2.cc: Add.
1884         * include/ext/pb_assoc/detail/standard_policies.hpp
1885         (PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
1886         std::equal_to.
1888         * configure.ac (libtool_VERSION): To 6:8:0.
1889         * configure: Regenerate.
1890         * config/abi/pre/gnu.ver: Revert to exporting __gnu_debug symbols.
1891         (GLIBCXX_3.4.8): New.
1892         * testsuite/testsuite_abi.cc: Add GLIBCXX_3.4.8 to known versions.
1893         
1894 2006-02-21  Paolo Carlini  <pcarlini@suse.de>
1896         * include/tr1/hashtable: Trivial formatting fixes.
1898 2006-02-20  Paolo Carlini  <pcarlini@suse.de>
1900         Revert recent commit for libstdc++/26211, now suspended waiting for
1901         DR 342 (reopened) to reach a new resolution.
1902         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
1903         seekg(off_type, ios_base::seekdir)): Remove sentry.
1904         * testsuite/27_io/basic_istream/seekg/char/26211.cc: Remove.
1905         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
1906         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
1907         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
1908         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Revert changes.
1909         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1910         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
1911         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1912         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
1913         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
1915 2006-02-19  Paolo Carlini  <pcarlini@suse.de>
1917         * include/std/std_sstream.h (basic_stringbuf<>::setbuf): Simply
1918         clear the internal _M_string, adjust _M_sync call.
1919         * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
1920         consistently for calls from setbuf.
1922 2006-02-17  Paolo Carlini  <pcarlini@suse.de>
1923             Howard Hinnant  <hhinnant@apple.com>
1925         PR libstdc++/26250
1926         * include/bits/sstream.tcc (basic_stringbuf<>::overflow): Tweak
1927         to leave epgtr() just past the new write position, as per the
1928         relevant bits of 27.7.1.3/8 (not changed by DR 432).
1929         * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: New.
1930         * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Same.
1932         * docs/html/ext/howto.html: Add entries for DR 169 and DR 432.
1934         * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
1935         of line...
1936         * include/bits/sstream.tcc: ... here.
1938 2006-02-16  Joseph S. Myers  <joseph@codesourcery.com>
1940         PR libstdc++/14939
1941         * config/os/uclibc/ctype_base.h, config/os/uclibc/ctype_inline.h,
1942         config/os/uclibc/ctype_noninline.h, config/os/uclibc/os_defines.h:
1943         New.
1944         * acinclude.m4 (GLIBCXX_CONFIGURE): Test whether using uClibc.
1945         * configure.host: Use os/uclibc for uClibc.
1946         * crossconfig.m4 (*-linux*): Use link tests.  Don't hardcode
1947         presence of math functions.
1948         * configure: Regenerate.
1950 2006-02-12  Paolo Carlini  <pcarlini@suse.de>
1952         PR libstdc++/26211
1953         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
1954         seekg(off_type, ios_base::seekdir)): Construct a sentry, as per
1955         27.6.1.3/1.
1956         * testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
1957         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
1958         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
1959         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
1960         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Adjust.
1961         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1962         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
1963         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1964         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
1965         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
1967 2006-02-10  Paolo Carlini  <pcarlini@suse.de>
1969         PR libstdc++/26181
1970         * include/bits/streambuf.tcc (__copy_streambufs_eof): New, like
1971         the existing __copy_streambufs but reporting eof in input.
1972         (__copy_streambufs): Just use the latter.
1973         * src/streambuf.cc (__copy_streambufs_eof): Adjust specializations
1974         of __copy_streambufs.
1975         * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use
1976         __copy_streambufs_eof instead.
1977         * include/std/std_streambuf.h: Adjust.
1978         * src/streambuf-inst.cc: Adjust.
1979         * config/abi/pre/gnu.ver: Export the new symbols.
1980         * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: New.
1981         * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc:
1982         Likewise.
1983         * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Adjust.
1984         * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc:
1985         Likewise.
1987 2006-02-08  Benjamin Kosnik  <bkoz@redhat.com>
1989         PR libstdc++/26142
1990         * include/debug/debug.h: Move debug alias inside namespace std,
1991         same with namespace __gnu_cxx. Add top-level __gnu_debug
1992         namespace.      
1993         * include/debug/hash_multimap.h: Nest within __gnu_cxx, not
1994         std. Also, change nesting namespace name from __gnu_debug_def to
1995         __gnu_debug.    
1996         * include/debug/hash_map.h: Same.
1997         * include/debug/hash_multiset.h: Same.
1998         * include/debug/hash_set.h: Same.
1999         * docs/html/debug.html: Same.
2000         * testsuite/23_containers/vector/26412.cc: New.
2001         * testsuite/23_containers/vector/invalidation/1.cc:  Correct
2002         qualifications for debug namespace change.
2003         * testsuite/23_containers/vector/invalidation/2.cc: Same.
2004         * testsuite/23_containers/vector/invalidation/3.cc: Same.
2005         * testsuite/23_containers/vector/invalidation/4.cc: Same.
2006         * testsuite/23_containers/deque/invalidation/1.cc: Same.
2007         * testsuite/23_containers/deque/invalidation/2.cc: Same.
2008         * testsuite/23_containers/deque/invalidation/3.cc: Same.
2009         * testsuite/23_containers/deque/invalidation/4.cc: Same.
2010         * testsuite/23_containers/multiset/invalidation/1.cc: Same.
2011         * testsuite/23_containers/multiset/invalidation/2.cc: Same.
2012         * testsuite/23_containers/multimap/invalidation/1.cc: Same.
2013         * testsuite/23_containers/multimap/invalidation/2.cc: Same.
2014         * testsuite/23_containers/bitset/invalidation/1.cc: Same.
2015         * testsuite/23_containers/bitset/cons/16020.cc: Same.
2016         * testsuite/23_containers/bitset/operations/13838.cc: Same.
2017         * testsuite/23_containers/list/invalidation/1.cc: Same.
2018         * testsuite/23_containers/list/invalidation/2.cc: Same.
2019         * testsuite/23_containers/list/invalidation/3.cc: Same.
2020         * testsuite/23_containers/list/invalidation/4.cc: Same.
2021         * testsuite/23_containers/set/invalidation/1.cc: Same.
2022         * testsuite/23_containers/set/invalidation/2.cc: Same.
2023         * testsuite/23_containers/map/invalidation/1.cc: Same.
2024         * testsuite/23_containers/map/invalidation/2.cc: Same.
2025         * testsuite/23_containers/map/modifiers/insert/16813.cc: Same.
2026         * testsuite/21_strings/basic_string/2.cc: Same.
2028 2006-02-08  Paolo Carlini  <pcarlini@suse.de>
2030         PR libstdc++/26133  (DR 241, [WP])
2031         * include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
2032         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
2033         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
2034         forward_iterator_tag), and predicated counterparts): Add.
2035         (__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
2036         forward_iterator_tag), and predicated counterparts): Remove.
2037         (unique_copy): Adjust, dispatch to the three helpers above.
2038         * testsuite/25_algorithms/unique_copy/2.cc: New.
2039         * testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
2040         * testsuite/25_algorithms/unique_copy/3.cc: Likewise.   
2041         * docs/html/ext/howto.html: Add an entry for DR 241.
2043         * testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.
2045 2006-02-07  Jakub Jelinek  <jakub@redhat.com>
2046             Benjamin Kosnik  <bkoz@redhat.com>
2048         * configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2049         If true, set also port_specific_symbol_files and create
2050         as_symver_specs.
2051         (GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
2052         * configure: Rebuilt.
2053         * config.h.in: Rebuilt.
2054         * config/os/gnu-linux/ldbl-extra.ver: New file.
2055         * config/abi/pre/gnu.ver: Make sure no __float128 symbols are
2056         exported.
2057         * include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
2058         _GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
2059         _GLIBCXX_END_LDBL_NAMESPACE): Define.
2060         * include/bits/localefwd.h: Use them to conditionally scope facets.
2061         * include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
2062         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2063         Surround std::{money,num}_{get,put}
2064         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2065         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
2066         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
2067         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
2068         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
2069         * include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
2070         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2071         (std::money_get::__do_get, std::money_put::__do_put,
2072         std::num_get::__do_get, std::num_put::__do_put): New
2073         specializations.
2074         * include/Makefile.am: Conditionally define
2075         _GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
2076         * include/Makefile.in: Regenerate.
2077         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
2078         _GLIBCXX_SYNC_ID): Define, use them.
2079         * src/compatibility-ldbl.cc: New file.
2080         * src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
2081         symbols.
2082         * src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2083         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2084         * src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.   
2085         * src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2086         * src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2087         * src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2088         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2089         * src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2090         * src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2091         * config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
2092         Likewise.
2093         * config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
2094         Likewise.
2095         * src/Makefile.am (libstdc++-symbol.ver): Append instead of
2096         insert in the middle if port specific symbol file requests it.
2097         (ldbl_compat_sources): New variable.
2098         (sources): Use it.
2099         (compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
2100         * src/Makefile.in: Rebuilt.
2101         * testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
2102         GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.    
2104 2006-02-07  Paolo Carlini  <pcarlini@suse.de>   
2106         * include/tr1/hashtable: Trivial formatting fixes.
2108 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
2109             Zak Kipling  <zak@transversal.com>
2111         PR libstdc++/26127
2112         * include/tr1/hashtable (hashtable<>::key_equal): Define.
2113         (hashtable<>::bucket, rehash_base<>::max_load_factor): Fix.
2114         * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
2116 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
2118         * include/tr1/cmath: New.
2119         * include/tr1/cstdlib: Likewise.
2120         * include/tr1/ctime: Likewise.
2121         * include/tr1/math.h: Likewise. 
2122         * include/tr1/stdlib.h: Likewise.
2123         * include/Makefile.am: Add.
2124         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <math.h> checks.
2125         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: New.
2126         * testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise.
2127         * testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Likewise.
2128         * testsuite/tr1/headers.cc: Update.     
2130         * include/tr1/cinttypes: Do not provide abs and div, conflicting
2131         with the above overloads for _Longlong types.
2132         * include/tr1/inttypes.h: Adjust.
2133         * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Adjust.
2135         * docs/html/ext/tr1.html: Update.
2136         
2137         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
2139         * include/Makefile.in: Regenerate.
2140         * config.h.in: Likewise.
2141         * configure: Likewise.
2143 2006-02-07  Mark Mitchell  <mark@codesourcery.com>
2145         * testsuite/testsuite_tr1.h (test_property): New function.
2146         * testsuite/tr1/4_metaprogramming/type_properties/extent/extent.cc 
2147         (test01) 
2149 2006-02-05  Paolo Carlini  <pcarlini@suse.de>
2151         * include/tr1/cstdio: New.
2152         * include/tr1/stdio.h: Likewise.
2153         * include/Makefile.am: Add.
2154         * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: New.
2155         * testsuite/tr1/headers.cc: Update.     
2156         * docs/html/ext/tr1.html: Update.
2158         * include/tr1/cwchar: Simplify, use _GLIBCXX_USE_C99, consistently
2159         with the facilities in std::.
2160         * include/tr1/cwctype: Likewise.
2161         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
2162         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
2163         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Remove <wchar.h> and
2164         <wctype.h> checks.
2166         * include/Makefile.in: Regenerate.
2167         * config.h.in: Likewise.
2168         * configure: Likewise.
2170 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
2172         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Fix.
2174 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
2176         * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: Avoid
2177         warning on string constant.
2179 2006-02-03  Paolo Carlini  <pcarlini@suse.de>
2181         * include/tr1/cwchar: New.
2182         * include/tr1/cwctype: Likewise.
2183         * include/tr1/wchar.h: Likewise.
2184         * include/tr1/wctype.h: Likewise.
2185         * include/Makefile.am: Add.
2186         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: New.
2187         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
2188         * testsuite/tr1/headers.cc: Update.
2189         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <wchar.h> and
2190         <wctype.h> checks.
2191         * docs/html/ext/tr1.html: Update.
2192         * include/Makefile.in: Regenerate.
2193         * config.h.in: Likewise.
2194         * configure: Likewise.
2196         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Cosmetic tweak.
2198 2006-02-02  Paolo Carlini  <pcarlini@suse.de>
2200         * include/tr1/cfloat: New.
2201         * include/tr1/climits: Likewise.                
2202         * include/tr1/cstdarg: Likewise.
2203         * include/tr1/ctype.h: Likewise.
2204         * include/tr1/fenv.h: Likewise.
2205         * include/tr1/float.h: Likewise.
2206         * include/tr1/inttypes.h: Likewise.
2207         * include/tr1/limits.h: Likewise.
2208         * include/tr1/stdint.h: Likewise.
2209         * include/tr1/stdarg.h: Likewise.
2210         * include/Makefile.am: Add.
2211         * include/Makefile.in: Regenerate.
2212         * docs/html/ext/tr1.html: Update.
2213         * testsuite/tr1/headers.cc: New.
2215         * include/tr1/cctype: Include <cctype> instead.
2217 2006-01-31  Paolo Carlini  <pcarlini@suse.de>
2219         PR libstdc++/21554
2220         * include/tr1/array (array<>::_M_instance): Maximally align.
2221         * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
2223 2006-01-31  Ed Smith-Rowland  <3dw4rd@verizon.net>
2225         * docs/html/faq/index.html ([1.0]): Replace references to CVS
2226         with appropriate references to SVN.
2227         ([1.3]): Likewise.
2228         ([1.4]): Likewise.
2229         ([2.3]): Likewise.
2230         * docs/html/faq/index.txt: Regenerated.
2232 2006-01-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2234         * include/bits/valarray_array.h (__valarray_default_construct):
2235         Replace use __is_fundamental with __is_pod.
2236         (__valarray_fill_construct): Likewise.
2237         (__valarray_copy_construct): Likewise.
2238         (__valarray_destroy_elements): Likewise.
2239         (__valarray_copy): Likewise.
2241 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
2243         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Do the <inttypes.h>
2244         checks only if the <stdint.h> checks are successful.
2245         * configure: Regenerate.
2247 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
2249         * include/tr1/cinttypes: New.
2250         * include/Makefile.am: Add.
2251         * testsuite/tr1/8_c_compatibility/cinttypes/functions: New.     
2252         * testsuite/tr1/8_c_compatibility/cinttypes/types: Likewise.
2253         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <inttypes.h> checks.
2254         * docs/html/ext/tr1.html: Update.
2255         * include/Makefile.in: Regenerate.
2256         * config.h.in: Likewise.
2257         * configure: Likewise.
2259         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: Cosmetic tweak.
2260         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
2262         * testsuite/tr1/8_c_compatibility/cstdint/types.cc: Fix, check in
2263         std::tr1.
2265 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
2267         * include/tr1/cstdint: New.
2268         * include/Makefile.am: Add.
2269         * testsuite/tr1/8_c_compatibility/cstdint/types: New.
2270         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdint.h> checks.
2271         * docs/html/ext/tr1.html: Update.
2272         * include/Makefile.in: Regenerate.
2273         * config.h.in: Likewise.
2274         * configure: Likewise.
2276         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Cosmetic tweak.
2278 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
2280         PR libstdc++/26006
2281         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Tighten <ctype.h> and
2282         <fenv.h> checks.
2283         * configure: Regenerate.
2285 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
2287         * include/std/std_bitset.h (bitset<>::_M_copy_to_string):
2288         Call the internal _Unchecked_set(size_t) instead of set.
2290 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
2292         * docs/html/install.html ([Tools you will need beforehand]):
2293         Clarify that the de_DE locale is used by configure; clarify
2294         that missing localedata leads to skipped tests, not fails.
2296 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
2298         * include/tr1/cfenv: New.
2299         * include/Makefile.am: Add.
2300         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: New.
2301         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
2302         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <fenv.h> checks.
2303         * docs/html/ext/tr1.html: Update; add note.
2304         * include/Makefile.in: Regenerate.
2305         * config.h.in: Likewise.
2306         * configure: Likewise.  
2308         * testsuite/tr1/8_c_compatibility/complex/functions.cc: Tweak.
2309         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Likewise.
2311         * docs/html/faq/index.html: Fix link to tr1.html text; fix
2312         formatting.
2314 2006-01-25  Paolo Carlini  <pcarlini@suse.de>
2316         * include/tr1/cctype: New.
2317         * include/Makefile.am: Add.
2318         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
2319         * include/Makefile.in: Regenerate.
2321         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
2322         support to TR1, Chapter 8.
2323         * configure.ac: Use it.
2324         * include/tr1/complex: Adjust.
2325         * config.h.in: Regenerate.
2326         * configure: Likewise.
2328 2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>
2330         * docs/html/configopts.html: Tweak docs.
2332         * libsupc++/eh_personality.cc: Fix typos.
2334 2006-01-24  Paolo Carlini  <pcarlini@suse.de>
2336         PR libstdc++/25649
2337         * include/std/std_istream.h (operator>>(short&), operator>>(int&)):
2338         Move out of line...
2339         * include/bits/istream.tcc: ... here.
2340         * include/std/std_ostream.h (operator<<(short), operator<<(int)):
2341         Move out of line...
2342         * include/bits/ostream.tcc: ... here.
2344 2006-01-24  Ed Smith-Rowland  <3dw4rd@verizon.net>
2346         * docs/html/faq/index.html ([5.2]): Mention TR1 and point to
2347         paragraph [5.5], describing it.
2348         ([5.5]): New.
2349         * docs/html/ext/tr1.html: New.
2351 2006-01-20  Benjamin Kosnik  <bkoz@redhat.com>
2353         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version
2354         reporting.  Disable --gc-sections for old binutils, by version.
2355         * configure: Regenerate.
2357 2006-01-20  Joseph S. Myers  <joseph@codesourcery.com>
2359         PR libstdc++/25524
2360         * include/Makefile.am: Install host-specific headers in multilib
2361         subdirectory.
2362         * include/Makefile.in: Regenerate.
2364 2006-01-19  Paolo Carlini  <pcarlini@suse.de>
2366         Implement list::splice (and merge) bits of N1599
2367         * include/bits/stl_list.h (list<>::_M_check_equal_allocators): New.
2368         (list<>::splice(iterator, list&), splice(iterator, list&, iterator),
2369         splice(iterator, list&, iterator, iterator)): Use it.
2370         * include/bits/list.tcc (list<>::merge(list&), merge(list&,
2371         _StrictWeakOrdering)): Likewise.
2372         * testsuite/23_containers/list/operators/5.cc: New.
2374 2006-01-19  H.J. Lu  <hongjiu.lu@intel.com>
2376         PR libstdc++/25797
2377         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Remove -Werror
2378         from CFLAGS.  Check if linker really supports --gc-sections.
2379         * configure: Regenerated.
2381 2006-01-18  Paul Brook  <paul@codesourcery.com>
2383         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.
2385 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
2387         * include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
2389 2006-01-18  Perry Smith  <pedz@easesoftware.net>
2391         PR libstdc++/25823
2392         PR libstdc++/25824
2393         * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
2394         * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.
2396 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
2398         * include/ext/pb_assoc/detail/value_type_adapter/
2399         value_type_adapter.hpp: Include <tr1/type_traits>.
2400         * include/ext/pb_assoc/detail/value_type_adapter/
2401         it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
2402         Use tr1::aligned_storage and tr1::alignment_of.
2403         (it_value_type_traits_<>::buf_t): Remove.
2404         (it_value_type_traits_<>::make_valid, recast): Adjust.
2406 2006-01-16  Benjamin Kosnik  <bkoz@redhat.com>
2408         PR libstdc++/25797
2409         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Add -Werror to
2410         CFLAGS for --gc-sections test.  Correct compile test.
2411         * configure: Regenerated.
2412         
2413 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
2414             Gabriel Dos Reis  <gdr@integrable-solutions.net>
2416         PR libstdc++/25626
2417         * include/std/std_valarray.h (valarray(const slice_array<>&),
2418         valarray(const gslice_array<>&), valarray(const mask_array<>&),
2419         valarray(const indirect_array<>&), valarray(const _Expr<>&)):
2420         Forward to __valarray_copy_construct, not __valarray_copy.
2421         * include/bits/valarray_array.h
2422         (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
2423         __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
2424         New.
2426 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
2428         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
2429         Fix norm test, use casts everywhere.
2431 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
2433         * testsuite/testsuite_tr1.h: Add missing include; use std::__are_same.
2435 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
2437         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
2438         Fix wrong test (don't pick by mistake the (const complex<>&, int)
2439         overload); add some.
2441 2006-01-13  Paolo Carlini  <pcarlini@suse.de>
2442             Howard Hinnant  <hhinnant@apple.com>
2444         * include/tr1/complex (arg, conj, imag, norm, polar, pow, real):
2445         Add, implementing TR1, 8.1.9.
2446         (__promote_2): New.
2447         * include/tr1/common.h: New, provides __promote, __promote_2.
2448         * include/Makefile.am: Add.
2449         * include/Makefile.in: Regenerate.
2450         * testsuite/testsuite_tr1.h (check_ret_type): New.
2451         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: New.
2452         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: New.
2454 2006-01-12  Benjamin Kosnik  <bkoz@redhat.com>
2456         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Enable
2457         --gc-sections in more cases.    
2458         * configure: Regenerate.
2459         * scripts/testsuite_flags.in: Remove SECTION_LDFLAGS.
2460         * scripts/testsuite_flags.in (cxxldflags): New.
2461         * testsuite/lib/libstdc++.exp (v3_target_compile): Add cxxldflags.
2462         (libstdc++_init ): Same.
2463                 
2464 2006-01-12  Jan Beulich  <jbeulich@novell.com>
2466         * crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and
2467         HAVE_ISNAN for *-*-netware*.
2468         * configure: Refresh.
2470 2006-01-11  Benjamin Kosnik  <bkoz@redhat.com>
2472         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Use -Wl,-z,relro if
2473         possible.  
2474         * configure: Regenerate.
2476 2006-01-10  Paolo Carlini  <pcarlini@suse.de>
2478         * include/tr1/complex: New file, hosts the additions to header
2479         <complex> described in TR1, Chapter 8 [tr.c99].
2480         * include/Makefile.am: Add.
2481         * include/Makefile.in: Regenerate.
2482         * testsuite/tr1/8_c_compatibility/complex/functions.cc: New.
2484 2006-01-09  Paolo Carlini  <pcarlini@suse.de>
2486         PR libstdc++/25658
2487         * testsuite/23_containers/deque/cons/assign/1.cc: Divide
2488         sizes by 10.
2490 2006-01-08  Paolo Carlini  <pcarlini@suse.de>
2492         PR libstdc++/22102 (insert as close to hint as possible)
2493         * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_lower,
2494         _M_insert_equal_lower): New.
2495         (_M_insert_equal(iterator, const _Val&),
2496         _M_insert_equal(const_iterator, const _Val&)): Use the above.
2497         * docs/html/ext/howto.html: Add an entry for DR 233.
2498         * testsuite/23_containers/multiset/modifiers/insert/22102.cc: New.
2499         * testsuite/23_containers/multimap/modifiers/insert/22102.cc: New.
2501         * testsuite/23_containers/set/insert/: Move...
2502         * testsuite/23_containers/set/modifiers/insert/: ...here.
2503         * testsuite/23_containers/map/insert/: Move...
2504         * testsuite/23_containers/map/modifiers/insert/: ...here.
2505         * testsuite/23_containers/multiset/insert/: Move...
2506         * testsuite/23_containers/multiset/modifiers/insert/: ...here.
2508 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2510         * include/bits/stl_tree.h (_Rb_tree<>::insert_unique): Rename
2511         to _M_insert_unique.
2512         (_Rb_tree<>::insert_equal): Rename to _M_insert_equal.
2513         * include/bits/stl_map.h (class map<>): Update callers.
2514         * include/bits/stl_set.h (class set<>): Likewise.
2515         * include/bits/stl_multimap.h (class multimap<>): Likewise.
2516         * include/bits/stl_multiset.h (class multiset<>): Likewise.
2518 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2520         * include/bits/stl_bvector.h (vector<bool>::erase(iterator,
2521         iterator)): Just use _M_erase_at_end.
2523 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2525         * include/bits/stl_bvector.h (class vector<bool>): Move all the
2526         helpers under protected access mode, consistently with the primary
2527         vector template.
2528         (vector<bool>::_M_erase_at_end): Add.
2529         (erase(iterator, iterator), clear, resize, _M_fill_assign,
2530         _M_assign_aux): Use it.
2531         * testsuite/23_containers/vector/bool/modifiers/erase/1.cc: New.
2533 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2535         Implement Option 3 of DR 431 for vector<bool>.
2536         * include/bits/stl_bvector.h (class _Bvector_base): Change to
2537         a struct, consistently with the primary vector template.
2538         (class vector<bool>): Adjust to protected inheritance, tidy
2539         typedefs.
2540         (_Bvector_base<>::_M_get_Bit_allocator): Add.
2541         (vector<bool>::vector(const vector&)): Use it.
2542         (_Bvector_base<>::get_allocator): Tidy.
2543         (vector<bool>::swap): Use __alloc_swap.
2544         * testsuite/23_containers/vector/bool/modifiers/swap/1.cc: New.
2545         * testsuite/23_containers/vector/bool/modifiers/swap/2.cc: New.
2547 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
2548         
2549         * testsuite/testsuite_hooks.h (test_tm(unsigned)): Change to
2550         take all the tm members.
2551         * testsuite/testsuite_hooks.cc (test_tm): Adjust.
2552         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Update.
2553         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
2554         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
2555         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
2556         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
2557         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
2558         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
2559         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
2560         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
2561         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
2562         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
2563         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
2564         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
2565         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
2566         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
2567         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
2568         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
2569         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
2570         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
2571         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
2572         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
2573         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
2574         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
2575         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
2576         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
2577         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
2578         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
2579         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
2580         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
2581         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
2582         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
2583         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
2584         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
2585         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
2586         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
2587         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
2588         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2589         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2590         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
2591         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
2592         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
2593         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2594         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2595         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
2596         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
2597         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
2598         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
2599         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
2600         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
2601         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
2602         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
2603         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
2604         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
2605         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
2607 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
2608         
2609         * testsuite/testsuite_hooks.h (test_tm(unsigned)): New.
2610         * testsuite/testsuite_hooks.cc (test_tm(unsigned)): Define.
2611         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Use it.
2612         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
2613         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
2614         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
2615         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
2616         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
2617         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
2618         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
2619         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
2620         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
2621         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
2622         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
2623         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
2624         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
2625         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
2626         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
2627         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
2628         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
2629         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
2630         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
2631         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
2632         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
2633         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
2634         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
2635         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
2636         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
2637         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
2638         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
2639         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
2640         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
2641         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
2642         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
2643         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
2644         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
2645         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
2646         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
2647         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2648         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2649         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
2650         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
2651         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
2652         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2653         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2654         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
2655         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
2656         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
2657         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
2658         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
2659         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
2660         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
2661         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
2662         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
2663         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
2664         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
2666 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
2668         * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus):
2669         Use _CharT_alloc_type as base class.
2670         (_M_get_allocator, _M_swap, _M_create, _M_destroy): Adjust.
2671         * include/ext/vstring.h (get_allocator): Tidy.
2673 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
2675         Implement Option 3 of DR 431 for all the containers.
2676         * include/bits/allocator.h (struct __alloc_swap): Add, swaps
2677         allocators, optimized to nothing in case they are empty.
2678         * include/bits/stl_deque.h (deque<>::swap): Use it.
2679         * include/bits/stl_list.h (list<>::swap): Likewise.
2680         * include/bits/stl_tree.h (_Rb_tree<>::swap): Likewise.
2681         * include/bits/stl_vector.h (vector<>::swap): Likewise.
2682         * include/tr1/hashtable (hashtable<>::swap): Likewise.
2683         * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
2684         Likewise.
2685         * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
2686         Likewise.
2687         * include/ext/vstring_util.h (__vstring_utility<>::_Alloc_hider):
2688         Clean-up (now vstring uses the generic __alloc_swap facility).
2689         * include/tr1/unordered_map: Adjust includes.
2690         * include/tr1/unordered_set: Likewise.
2691         * docs/html/ext/howto.html: Add an entry for DR 431.
2692         * testsuite/23_containers/deque/modifiers/swap.cc: Move to...
2693         * testsuite/23_containers/deque/modifiers/swap/1.cc: ... here.          
2694         * testsuite/23_containers/deque/modifiers/swap/2.cc: New.
2695         * testsuite/23_containers/deque/modifiers/swap/3.cc: New.
2696         * testsuite/23_containers/list/modifiers/swap.cc: Move to...
2697         * testsuite/23_containers/list/modifiers/swap/1.cc: ... here.           
2698         * testsuite/23_containers/list/modifiers/swap/2.cc: New.
2699         * testsuite/23_containers/list/modifiers/swap/3.cc: New.
2700         * testsuite/23_containers/vector/modifiers/swap.cc: Move to...
2701         * testsuite/23_containers/vector/modifiers/swap/1.cc: ... here.         
2702         * testsuite/23_containers/vector/modifiers/swap/2.cc: New.
2703         * testsuite/23_containers/vector/modifiers/swap/3.cc: New.
2704         * testsuite/23_containers/set/modifiers/swap.cc: Move to...
2705         * testsuite/23_containers/set/modifiers/swap/1.cc: ... here.            
2706         * testsuite/23_containers/set/modifiers/swap/2.cc: New.
2707         * testsuite/23_containers/set/modifiers/swap/3.cc: New.
2708         * testsuite/23_containers/map/modifiers/swap.cc: Move to...
2709         * testsuite/23_containers/map/modifiers/swap/1.cc: ... here.            
2710         * testsuite/23_containers/map/modifiers/swap/2.cc: New.
2711         * testsuite/23_containers/map/modifiers/swap/3.cc: New.
2712         * testsuite/23_containers/multiset/modifiers/swap.cc: Move to...
2713         * testsuite/23_containers/multiset/modifiers/swap/1.cc: ... here.               
2714         * testsuite/23_containers/multiset/modifiers/swap/2.cc: New.
2715         * testsuite/23_containers/multiset/modifiers/swap/3.cc: New.
2716         * testsuite/23_containers/multimap/modifiers/swap.cc: Move to...
2717         * testsuite/23_containers/multimap/modifiers/swap/1.cc: ... here.               
2718         * testsuite/23_containers/multimap/modifiers/swap/2.cc: New.
2719         * testsuite/23_containers/multimap/modifiers/swap/3.cc: New.
2720         * testsuite/tr1/6_containers/unordered/swap/unordered_set/1.cc: New.    
2721         * testsuite/tr1/6_containers/unordered/swap/unordered_set/2.cc: New.
2722         * testsuite/tr1/6_containers/unordered/swap/unordered_map/1.cc: New.    
2723         * testsuite/tr1/6_containers/unordered/swap/unordered_map/2.cc: New.
2724         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/1.cc: New.       
2725         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/2.cc: New.
2726         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/1.cc: New.       
2727         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/2.cc: New.
2729 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
2731         * include/bits/stl_list.h (_List_base<>::_M_get_Node_allocator): Add.
2732         (_M_get_Tp_allocator, get_allocator): Tidy.
2733         (list<>::list(const list&), insert(iterator, size_type, const
2734         value_type&), insert(iterator, _InputIterator, _InputIterator)):
2735         Use _M_get_Node_allocator.
2736         * include/bits/stl_tree.h (_Rb_tree<>::_M_get_Node_allocator()): Add.
2737         (_Rb_tree(const _Rb_tree<>&): Use it.
2738         * include/bits/stl_deque.h (_Deque_base<>::_M_get_map_allocator,
2739         get_allocator): Tidy.
2740         * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
2741         * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
2742         line numbers.
2743         * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
2744         
2745         * testsuite/testsuite_allocator.h (uneq_allocator<>::swap): Fix.
2747         * testsuite/testsuite_allocator.h (class uneq_allocator): A simple
2748         non-empty testing allocator which can be endowed of a "personality"
2749         at construction time.
2751 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
2753         * testsuite/27_io/basic_stringstream/str/char/1.cc: Initialize vars.
2754         * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise.
2755         * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise, tidy.
2756         * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise.
2758 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
2760         * src/Makefile.am (LTLDFLAGS): New variable. 
2761         (CXXLINK): Use LTLDFLAGS.
2762         * src/Makefile.in: Regenerated.
2763         * libsupc++/Makefile.am (LTLDFLAGS): New variable. 
2764         (CXXLINK): Use LTLDFLAGS.
2765         * libsupc++/Makefile.in: Regenerated.
2767 2006-01-02  Paolo Carlini  <pcarlini@suse.de>
2769         PR libstdc++/24645
2770         * include/std/std_istream.h (basic_istream<>::_M_extract): New.
2771         (operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
2772         operator>>(int&), operator>>(unsigned int&), operator>>(long&),
2773         operator>>(unsigned long&), operator>>(long long&), operator>>
2774         (unsigned long long&), operator>>(float&), operator>>(double&),
2775         operator>>(long double&), operator>>(void*&)): Use it.
2776         * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
2777         * include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
2778         (operator<<(long), operator<<(unsigned long), operator<<(bool),
2779         operator<<(short), operator<<(unsigned short), operator<<(int),
2780         operator<<(unsigned int), operator<<(long long), operator<<
2781         (unsigned long long), operator<<(double), operator<<(float),
2782         operator<<(long double), operator<<(const void*): Use it.
2783         * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
2784         * src/istream-inst.cc: Add _M_extract instantiations.
2785         * src/ostream-inst.cc: Add _M_insert instantiations.
2786         * config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
2787         detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
2788         money_put, etc., symbols to avoid exporting _M_insert symbols
2789         @GLIBCXX_3.4.