OSDN Git Service

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