OSDN Git Service

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