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