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