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