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