OSDN Git Service

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