OSDN Git Service

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