OSDN Git Service

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