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