]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/ChangeLog
Makefile.am (pch_output): New.
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
1 2006-07-05 Benjamin Kosnik <bkoz@redhat.com>
2
3 * include/Makefile.am (pch_output): New.
4 (clean-local): Use it.
5 * include/Makefile.in: Regenerate.
6
7 2006-07-04 Paolo Carlini <pcarlini@suse.de>
8
9 * include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
10 result_type.
11 (variate_generator<>::operator()(),
12 variate_generator<>::operator()(_Tp)): Inline.
13
14 * include/tr1/random: Minor cosmetic changes.
15
16 2006-07-03 Paolo Carlini <pcarlini@suse.de>
17
18 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
19 Adjust, take into account rounding in _M_create.
20 (__rc_string_base::_M_create): Add early _S_max_size check.
21
22 2006-07-03 Ian Lance Taylor <ian@airs.com>
23 Paolo Carlini <pcarlini@suse.de>
24
25 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
26 Increase by a factor of two.
27 * include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
28 Likewise.
29
30 2006-07-03 Paolo Carlini <pcarlini@suse.de>
31
32 * include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
33 allocate a string bigger than _S_max_size.
34
35 2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
36
37 * include/Makefile.am (pch1_input, pch1_output_builddir,
38 pch1_outputj_installdir, pch1_source): Move from pch_*.
39 (pch2_input, pch2_output_builddir,
40 pch2_output_installdir, pch2_source): Clone for ext.
41 (pch3_input, pch3_output_builddir,
42 pch3_output_installdir, pch3_source): Clone for tr1.
43 (install-pch): Same.
44 * include/Makefile.in: Regenerate.
45
46 * include/precompiled: New directory.
47 * include/stdc++.h: Move...
48 * include/precompiled/stdc++.h: ... here.
49 * include/precompiled/stdtr1c++.h: New.
50 * include/precompiled/extc++.h: New.
51
52 * testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
53 to -include bits/stdtr1c++.h.
54
55 2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
56
57 * testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
58 600.
59
60 2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
61
62 * testsuite/util/regression/rand/priority_queue/
63 rand_regression_test.hpp: Revert.
64
65 2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
66
67 * include/ext/typelist.h (typelist_append): To append_typelist.
68 (typelist): To node.
69 Enclose in namespace typelist.
70 * testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
71 * testsuite/performance/23_containers/find/map.cc: Same.
72 * testsuite/performance/23_containers/create/map.cc: Same.
73 * testsuite/performance/23_containers/insert_erase/associative.cc:
74 Same.
75 * testsuite/performance/23_containers/insert/sequence.cc: Same.
76 * testsuite/performance/23_containers/insert/associative.cc: Same.
77 * testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
78 * testsuite/performance/23_containers/index/map.cc: Same.
79 * testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
80 * testsuite/performance/23_containers/create_sort/list.cc: Same.
81 * testsuite/performance/23_containers/sort_search/list.cc: Same.
82 * testsuite/performance/23_containers/producer_consumer/sequence.cc:
83 Same.
84 * testsuite/performance/23_containers/producer_consumer/associative.cc:
85 Same.
86
87 2006-06-26 Benjamin Kosnik <bkoz@redhat.com>
88
89 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
90 Reduce iterations by half.
91 * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
92 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
93 * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
94 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
95 * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
96 * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
97 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
98 * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
99
100 * testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
101 Set probability of compare from 1 to 0.25.
102 * testsuite/util/regression/rand/priority_queue/
103 rand_regression_test.hpp: Same.
104
105 2006-06-25 Paolo Carlini <pcarlini@suse.de>
106
107 * include/tr1/random (operator<<(std::basic_ostream<>&,
108 const linear_congruential<>&), operator>>(std::basic_istream<>&,
109 linear_congruential<>&), operator<<(std::basic_ostream<>&,
110 const mersenne_twister<>&), operator>>(std::basic_istream<>&,
111 mersenne_twister<>&), operator<<(std::basic_ostream<>&,
112 const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
113 subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
114 const discard_block<>&), operator>>(std::basic_istream<>&,
115 discard_block<>&), operator<<(std::basic_ostream<>&,
116 const xor_combine<>&), operator>>(std::basic_istream<>&,
117 xor_combine<>&), operator<<(std::basic_ostream<>&,
118 const uniform_int<>&), operator>>(std::basic_istream<>&,
119 uniform_int<>&), operator<<(std::basic_ostream<>&,
120 const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
121 const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
122 const uniform_real<>&), operator>>(std::basic_istream<>&,
123 uniform_real<>&), operator<<(std::basic_ostream<>&,
124 const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
125 const normal_distribution<>&), operator>>(std::basic_istream<>&,
126 normal_distribution<>&)): Redo per TR1 specs; move out of line...
127 * include/tr1/random.tcc: ... here.
128
129 2006-06-24 Paolo Carlini <pcarlini@suse.de>
130
131 * include/tr1/random (class normal_distribution<>): Add.
132 * include/tr1/random.tcc (normal_distribution<>::operator()): Define.
133
134 * include/tr1/random.tcc (struct _Max): Remove, "inline" in the
135 only user, mersenne_twister<>::max().
136
137 * include/tr1/random.tcc (struct _Shift): Move...
138 * include/tr1/random: ... here.
139
140 * include/tr1/random.tcc (linear_congruential<>::
141 linear_congruential(unsigned long), linear_congruential<>::
142 linear_congruential(_Gen&), mersenne_twister<>::max())): Move inline...
143 * include/tr1/random: ... here.
144
145 * include/tr1/random (exponential_distribution<>::
146 exponential_distribution(const result_type&)): Add missing
147 _GLIBCXX_DEBUG_ASSERT.
148
149 * testsuite/tr1/5_numerical_facilities/random/
150 exponential_distribution/requirements/typedefs.cc: New.
151 * testsuite/tr1/5_numerical_facilities/random/
152 normal_distribution/requirements/typedefs.cc: Likewise.
153 * testsuite/tr1/5_numerical_facilities/random/
154 bernoulli_distribution/requirements/typedefs.cc: Likewise.
155 * testsuite/tr1/5_numerical_facilities/random/
156 geometric_distribution/requirements/typedefs.cc: Likewise.
157
158 2006-06-23 Benjamin Kosnik <bkoz@redhat.com>
159
160 PR libstdc++/27984
161 * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust
162 testing includes.
163 * docs/html/test.html: Adjust for testsuite changes.
164
165 2006-06-22 Jonathan Lennox <lennox@cs.columbia.edu>
166 Paolo Carlini <pcarlini@suse.de>
167
168 * include/ext/pb_ds/detail/resize_policy/
169 hash_prime_size_policy_imp.hpp: Cast to size_t instead.
170
171 2006-06-22 Ami Tavory <atavory@gmail.com>
172
173 * include/ext/pb_ds/detail/resize_policy/
174 hash_prime_size_policy_imp.hpp: Fix for 64-bit machines.
175
176 2006-06-21 Paolo Carlini <pcarlini@suse.de>
177
178 * include/bits/postypes.h (operator==(const fpos<>&, const fpos<>&),
179 operator!=(const fpos<>&, const fpos<>&)): Add.
180 * testsuite/27_io/fpos/mbstate_t/6.cc: New.
181
182 2006-06-21 Mark Mitchell <mark@codesourcery.com>
183
184 * acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When
185 cross-compiling, put headers in $prefix/$target/include/c++.
186 * configure: Regenerated.
187
188 2006-06-20 Paolo Carlini <pcarlini@suse.de>
189
190 * include/tr1/random.tcc (struct _Private::_Mod_w<>,
191 _Private::__mod_w<>): Remove.
192 (struct _Private::_Shift<>): New.
193 (struct _Private::_Max_w<>): Rename to _Max, use the latter.
194 (mersenne_twister<>::seed(unsigned long), seed(_Gen&, false_type),
195 max()): Adjust.
196
197 2006-06-20 Vladimir Prus <vladimir@codesourcery.com>
198
199 * libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.
200
201 2006-06-19 Paolo Carlini <pcarlini@suse.de>
202
203 * include/tr1/random (xor_combine<>::operator<<): Fix typo.
204
205 * include/tr1/random (bernoulli_distribution::min(),
206 bernoulli_distribution::max(), geometric_distribution<>::min(),
207 geometric_distribution<>::max()): Remove.
208
209 * include/tr1/random (geometric_distribution<>::operator()):
210 Simplify formula.
211
212 * include/tr1/random: Minor cosmetic changes.
213
214 * testsuite/tr1/5_numerical_facilities/random/discard_block/
215 operators/equal.cc: New.
216 * testsuite/tr1/5_numerical_facilities/random/discard_block/
217 operators/not_equal.cc: Likewise.
218 * testsuite/tr1/5_numerical_facilities/random/discard_block/
219 operators/serialize.cc: Likewise.
220 * testsuite/tr1/5_numerical_facilities/random/xor_combine/
221 operators/equal.cc: Likewise.
222 * testsuite/tr1/5_numerical_facilities/random/xor_combine/
223 operators/not_equal.cc: Likewise.
224 * testsuite/tr1/5_numerical_facilities/random/xor_combine/
225 operators/serialize.cc: Likewise.
226
227 2006-06-17 Ami Tavory <atavory@gmail.com>
228 Paolo Carlini <pcarlini@suse.de>
229
230 * testsuite/util/rng/twister_rand_gen.cc: Adapt to simply use
231 tr1::mt19937.
232 * testsuite/util/rng/twister_rand_gen.hpp: Likewise.
233
234 2006-06-16 Paolo Carlini <pcarlini@suse.de>
235
236 * include/tr1/random (uniform_real<>::uniform_real(_RealType,
237 _RealType)): Implement.
238 (uniform_real<>::min()): Likewise.
239 (uniform_real<>::max()): Likewise.
240 (uniform_real<>::reset()): Likewise.
241
242 * include/tr1/random (class uniform_real<>): Minor cosmetic tweaks.
243
244 2006-06-16 Paolo Carlini <pcarlini@suse.de>
245
246 * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
247 Ignore the value of the __err argument.
248 (time_get<>::do_get_weekday): Likewise.
249 (time_get<>::do_get_monthname): Likewise.
250 * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
251 * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
252 * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
253 * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
254 * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
255 * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
256 * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
257 * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise.
258 * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise.
259 * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise.
260
261 2006-06-15 Benjamin Kosnik <bkoz@redhat.com>
262
263 * include/ext/pb_ds/detail/type_utils.hpp (numeric_traits): Add,
264 const expression interface to std::numeric_limits::min and max
265 functions.
266 * include/ext/pb_ds/trie_policy.hpp (string_trie_e_access_traits):
267 Use it.
268
269 * include/ext/pb_ds/detail/resize_policy/
270 hash_load_check_resize_trigger_imp.hpp: Format.
271 * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
272
273 2006-06-15 Paolo Carlini <pcarlini@suse.de>
274
275 * include/tr1/random.tcc (mersenne_twister<>::operator()()):
276 Reload the last position of the _M_x vector too.
277
278 2006-06-15 Paolo Carlini <pcarlini@suse.de>
279
280 * include/tr1/random (class xor_combine): Fix result_type typedef.
281 * testsuite/tr1/5_numerical_facilities/random/xor_combine/
282 cons/default.cc: New.
283 * testsuite/tr1/5_numerical_facilities/random/xor_combine/
284 requirements/typedefs.cc: Tweak.
285
286 * include/tr1/random: Minor cosmetic changes.
287
288 2006-06-14 Ami Tavory <atavory@gmail.com>
289 Benjamin Kosnik <bkoz@redhat.com>
290
291 * include/ext/pb_assoc: Delete.
292 * include/ext/pb_ds: Add.
293 * docs/html/ext/pb_assoc: Delete.
294 * docs/html/ext/pb_ds: Add.
295 * testsuite/ext/pb_assoc: Delete.
296 * testsuite/ext/pb_ds: Add.
297 * testsuite/performance/ext: Add.
298 * testsuite/performance/ext/pb_ds: Add.
299
300 * testsuite/util/regression: New.
301 * testsuite/util/rng: New.
302 * testsuite/util/native_type: New.
303 * testsuite/util/common_type: New.
304 * testsuite/util/performance: New.
305 * testsuite/util/hash_fn: New.
306 * testsuite/util/io: New.
307 * testsuite/util/statistic: New.
308
309 * scripts/make_graph.py: New.
310 * scripts/make_graphs.py: New.
311 * testsuite/data/thirty_years_among_the_dead_preproc.txt: Add.
312 * testsuite/data/make_graph_htmls.xml: Add.
313 * testsuite/data/make_graph_test_infos.xml: Add.
314
315 * testsuite/lib/libstdc++.exp (v3-build_support): Add in new
316 object files for regression testing.
317 * docs/html/documentation.html: Adjust links.
318 * include/Makefile.am (install-headers): Update for new sources,
319 directories.
320 * include/Makefine.in: Regenerate.
321 * scripts/testsuite_flags.in: Adjust to testsuite/util path.
322 * scripts/check_performance: Simplify, adjust for new testsuite output.
323 * testsuite/Makefile.am (check-performance): Adjust.
324 (doc-performance): New.
325 * testsuite/Makefile.in: Regenerate.
326
327 * include/ext/pb_ds: New.
328 * include/ext/pb_ds/assoc_container.hpp: Same.
329 * include/ext/pb_ds/detail: New.
330 * include/ext/pb_ds/detail/binomial_heap_base_: New.
331 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
332 * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
333 * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
334 * include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: Same.
335 * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
336 * include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp: Same.
337 * include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp: Same.
338 * include/ext/pb_ds/detail/resize_policy: New.
339 * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
340 * include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp: Same.
341 * include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
342 * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
343 * include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp: Same.
344 * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp: Same.
345 * include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp: Same.
346 * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: Same.
347 * include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp: Same.
348 * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
349 * include/ext/pb_ds/detail/cc_hash_table_map_: New.
350 * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
351 * include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
352 * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
353 * include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
354 * include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
355 * include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp: Same.
356 * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
357 * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
358 * include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
359 * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
360 * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
361 * include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp: Same.
362 * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
363 * include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
364 * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
365 * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
366 * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
367 * include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
368 * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
369 * include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp: Same.
370 * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
371 * include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
372 * include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
373 * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
374 * include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp: Same.
375 * include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp: Same.
376 * include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
377 * include/ext/pb_ds/detail/typelist_assoc_container.hpp: Same.
378 * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
379 * include/ext/pb_ds/detail/unordered_iterator: New.
380 * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
381 * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
382 * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
383 * include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp: Same.
384 * include/ext/pb_ds/detail/typelist.hpp: Same.
385 * include/ext/pb_ds/detail/pat_trie_: New.
386 * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
387 * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
388 * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
389 * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
390 * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
391 * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
392 * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
393 * include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp: Same.
394 * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
395 * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
396 * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
397 * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
398 * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
399 * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
400 * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
401 * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
402 * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
403 * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
404 * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
405 * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
406 * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
407 * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Same.
408 * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
409 * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
410 * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
411 * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
412 * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
413 * include/ext/pb_ds/detail/bin_search_tree_: New.
414 * include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp: Same.
415 * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
416 * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
417 * include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: Same.
418 * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
419 * include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp: Same.
420 * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
421 * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
422 * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
423 * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
424 * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
425 * include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp: Same.
426 * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
427 * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
428 * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
429 * include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp: Same.
430 * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
431 * include/ext/pb_ds/detail/gp_hash_table_map_: New.
432 * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
433 * include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
434 * include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
435 * include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
436 * include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp: Same.
437 * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
438 * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
439 * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
440 * include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
441 * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
442 * include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp: Same.
443 * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
444 * include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp: Same.
445 * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
446 * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
447 * include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
448 * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
449 * include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
450 * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
451 * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
452 * include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
453 * include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
454 * include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp: Same.
455 * include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
456 * include/ext/pb_ds/detail/standard_policies.hpp: Same.
457 * include/ext/pb_ds/detail/typelist: New.
458 * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
459 * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
460 * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
461 * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
462 * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
463 * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
464 * include/ext/pb_ds/detail/typelist/typelist_assoc_container_find.hpp: Same.
465 * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
466 * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
467 * include/ext/pb_ds/detail/tree_policy: New.
468 * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
469 * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
470 * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Same.
471 * include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp: Same.
472 * include/ext/pb_ds/detail/basic_tree_policy: New.
473 * include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp: Same.
474 * include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp: Same.
475 * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: Same.
476 * include/ext/pb_ds/detail/types_traits.hpp: Same.
477 * include/ext/pb_ds/detail/binary_heap_: New.
478 * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
479 * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
480 * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
481 * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
482 * include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp: Same.
483 * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
484 * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
485 * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
486 * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
487 * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
488 * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
489 * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
490 * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
491 * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
492 * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
493 * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
494 * include/ext/pb_ds/detail/trie_policy: New.
495 * include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp: Same.
496 * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
497 * include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp: Same.
498 * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
499 * include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp: Same.
500 * include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp: Same.
501 * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
502 * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Same.
503 * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
504 * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
505 * include/ext/pb_ds/detail/pairing_heap_: Name.
506 * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
507 * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
508 * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
509 * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
510 * include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp: Same.
511 * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
512 * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
513 * include/ext/pb_ds/detail/binomial_heap_: New.
514 * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
515 * include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
516 * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
517 * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
518 * include/ext/pb_ds/detail/type_utils.hpp: Same.
519 * include/ext/pb_ds/detail/eq_fn: New.
520 * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
521 * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
522 * include/ext/pb_ds/detail/basic_types.hpp: Same.
523 * include/ext/pb_ds/detail/list_update_policy: New.
524 * include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp: Same.
525 * include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp: Same.
526 * include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp: Same.
527 * include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp: Same.
528 * include/ext/pb_ds/detail/thin_heap_: New.
529 * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
530 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
531 * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
532 * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
533 * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
534 * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
535 * include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp: Same.
536 * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
537 * include/ext/pb_ds/detail/left_child_next_sibling_heap_: New.
538 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp: Same.
539 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp: Same.
540 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp: Same.
541 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp: Same.
542 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp: Same.
543 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp: Same.
544 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp: Same.
545 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp: Same.
546 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp: Same.
547 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp: Same.
548 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp: Same.
549 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp: Same.
550 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp: Same.
551 * include/ext/pb_ds/detail/ov_tree_map_: New.
552 * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
553 * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
554 * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
555 * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
556 * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
557 * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
558 * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
559 * include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp: Same.
560 * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
561 * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
562 * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
563 * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
564 * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
565 * include/ext/pb_ds/detail/hash_fn: New.
566 * include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: Same.
567 * include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp: Same.
568 * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
569 * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
570 * include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp: Same.
571 * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
572 * include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: Same.
573 * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
574 * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
575 * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
576 * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
577 * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
578 * include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp: Same.
579 * include/ext/pb_ds/detail/splay_tree_: New.
580 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
581 * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
582 * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
583 * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
584 * include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp: Same.
585 * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
586 * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
587 * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
588 * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
589 * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
590 * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
591 * include/ext/pb_ds/detail/list_update_map_: New.
592 * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
593 * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
594 * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
595 * include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp: Same.
596 * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
597 * include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp: Same.
598 * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
599 * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
600 * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
601 * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
602 * include/ext/pb_ds/detail/rc_binomial_heap_: New.
603 * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
604 * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
605 * include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp: Same.
606 * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
607 * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
608 * include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
609 * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
610 * include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp: Same.
611 * include/ext/pb_ds/detail/rb_tree_map_: New.
612 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
613 * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
614 * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
615 * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
616 * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
617 * include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp: Same.
618 * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
619 * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
620 * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
621 * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
622 * include/ext/pb_ds/list_update_policy.hpp: Same.
623 * include/ext/pb_ds/exception.hpp: Same.
624 * include/ext/pb_ds/tree_policy.hpp: Same.
625 * include/ext/pb_ds/tag_and_trait.hpp: Same.
626 * include/ext/pb_ds/hash_policy.hpp: Same.
627 * include/ext/pb_ds/trie_policy.hpp: Same.
628 * include/ext/pb_ds/priority_queue.hpp: Same.
629
630 * docs/html/ext/pb_ds: New.
631 * docs/html/ext/pb_ds/container_tag.html: Same.
632 * docs/html/ext/pb_ds/trivial_iterator_tag.html: Same.
633 * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
634 * docs/html/ext/pb_ds/sample_trie_e_access_traits.html: Same.
635 * docs/html/ext/pb_ds/gp_hash_table.html: Same.
636 * docs/html/ext/pb_ds/priority_queue_tag_cd.svg
637 * docs/html/ext/pb_ds/container_cd.svg
638 * docs/html/ext/pb_ds/linear_probe_fn.html: Same.
639 * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
640 * docs/html/ext/pb_ds/quadratic_probe_fn.html: Same.
641 * docs/html/ext/pb_ds/assoc_regression_tests.html: Same.
642 * docs/html/ext/pb_ds/tree_tag.html: Same.
643 * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test.html: Same.
644 * docs/html/ext/pb_ds/interface.html: Same.
645 * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_msvc.png
646 * docs/html/ext/pb_ds/hash_random_int_subscript_find_timing_test.html: Same.
647 * docs/html/ext/pb_ds/lu_based_containers.html: Same.
648 * docs/html/ext/pb_ds/embedded_lists_3.png
649 * docs/html/ext/pb_ds/tree_text_find_find_timing_test.html: Same.
650 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
651 * docs/html/ext/pb_ds/assoc_performance_tests.html: Same.
652 * docs/html/ext/pb_ds/list_update.html: Same.
653 * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_gcc.png
654 * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
655 * docs/html/ext/pb_ds/point_iterators_range_ops_1.png
656 * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_msvc.png
657 * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_gcc.png
658 * docs/html/ext/pb_ds/text_find_timing_test_tree_like_msvc.png
659 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
660 * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
661 * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_msvc.png
662 * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test.html: Same.
663 * docs/html/ext/pb_ds/move_to_front_lu_policy.html: Same.
664 * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_gcc.png
665 * docs/html/ext/pb_ds/hash_random_int_find_find_timing_test.html: Same.
666 * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
667 * docs/html/ext/pb_ds/prerequisites.html: Same.
668 * docs/html/ext/pb_ds/gp_hash_tag.html: Same.
669 * docs/html/ext/pb_ds/priority_queue_tag_cd.png
670 * docs/html/ext/pb_ds/container_cd.png
671 * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_gcc.png
672 * docs/html/ext/pb_ds/container_base.html: Same.
673 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_msvc.png
674 * docs/html/ext/pb_ds/tree_random_int_find_find_timing_test.html: Same.
675 * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_msvc.png
676 * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
677 * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_gcc.png
678 * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_msvc.png
679 * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_msvc.png
680 * docs/html/ext/pb_ds/text_find_timing_test_hash_local.png
681 * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_msvc.png
682 * docs/html/ext/pb_ds/ov_tree_tag.html: Same.
683 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
684 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_msvc.png
685 * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_msvc.png
686 * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_msvc.png
687 * docs/html/ext/pb_ds/list_update_tag.html: Same.
688 * docs/html/ext/pb_ds/balls_and_bins.png
689 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
690 * docs/html/ext/pb_ds/disclaimer.html: Same.
691 * docs/html/ext/pb_ds/insert_error.html: Same.
692 * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_gcc.png
693 * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_gcc.png
694 * docs/html/ext/pb_ds/examples.html: Same.
695 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html: Same.
696 * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_gcc.png
697 * docs/html/ext/pb_ds/sample_probe_fn.html: Same.
698 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
699 * docs/html/ext/pb_ds/priority_queue_text_push_timing_test.html: Same.
700 * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_gcc.png
701 * docs/html/ext/pb_ds/null_mapped_type.html: Same.
702 * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_gcc.png
703 * docs/html/ext/pb_ds/tree_order_statistics_timing_test_gcc.png
704 * docs/html/ext/pb_ds/associative_container_tag.html: Same.
705 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
706 * docs/html/ext/pb_ds/design.html: Same.
707 * docs/html/ext/pb_ds/cc_hash_max_collision_check_resize_trigger.html: Same.
708 * docs/html/ext/pb_ds/pairing_heap_tag.html: Same.
709 * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_gcc.png
710 * docs/html/ext/pb_ds/references.html: Same.
711 * docs/html/ext/pb_ds/tree_order_statistics_timing_test_msvc.png
712 * docs/html/ext/pb_ds/hash_load_check_resize_trigger.html: Same.
713 * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_gcc.png
714 * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_gcc.png
715 * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_gcc.png
716 * docs/html/ext/pb_ds/pq_different_underlying_dss.png
717 * docs/html/ext/pb_ds/insert_resize_sequence_diagram1.png
718 * docs/html/ext/pb_ds/pq_regression_tests.html: Same.
719 * docs/html/ext/pb_ds/sample_tree_node_update.html: Same.
720 * docs/html/ext/pb_ds/invalidation_guarantee_erase.png
721 * docs/html/ext/pb_ds/basic_invalidation_guarantee.html: Same.
722 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
723 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_gcc.png
724 * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
725 * docs/html/ext/pb_ds/point_iterators_range_ops_2.png
726 * docs/html/ext/pb_ds/null_probe_fn.html: Same.
727 * docs/html/ext/pb_ds/hash_prime_size_policy.html: Same.
728 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_msvc.png
729 * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_gcc.png
730 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
731 * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
732 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_msvc.png
733 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_gcc.png
734 * docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html: Same.
735 * docs/html/ext/pb_ds/sample_resize_policy.html: Same.
736 * docs/html/ext/pb_ds/binomial_heap_tag.html: Same.
737 * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
738 * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
739 * docs/html/ext/pb_ds/tree_text_lor_find_find_timing_test.html: Same.
740 * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_msvc.png
741 * docs/html/ext/pb_ds/trie_based_containers.html: Same.
742 * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_gcc.png
743 * docs/html/ext/pb_ds/tree_split_join_timing_test_local.png
744 * docs/html/ext/pb_ds/text_find_timing_test_hash_gcc.png
745 * docs/html/ext/pb_ds/motivation.html: Same.
746 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_msvc.png
747 * docs/html/ext/pb_ds/tree_split_join_timing_test_gcc.png
748 * docs/html/ext/pb_ds/tree.html: Same.
749 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_gcc.png
750 * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_msvc.png
751 * docs/html/ext/pb_ds/invalidation_guarantee_cd.png
752 * docs/html/ext/pb_ds/tutorial.html: Same.
753 * docs/html/ext/pb_ds/null_trie_node_update.html: Same.
754 * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_gcc.png
755 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_msvc.png
756 * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
757 * docs/html/ext/pb_ds/point_iterators_cd.png
758 * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
759 * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
760 * docs/html/ext/pb_ds/rb_tree_tag.html: Same.
761 * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_msvc.png
762 * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_msvc.png
763 * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_gcc.png
764 * docs/html/ext/pb_ds/exceptions.html: Same.
765 * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_msvc.png
766 * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
767 * docs/html/ext/pb_ds/hash_policy_cd.png
768 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_gcc.png
769 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html: Same.
770 * docs/html/ext/pb_ds/ds_gen.html: Same.
771 * docs/html/ext/pb_ds/hash_exponential_size_policy.html: Same.
772 * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
773 * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_msvc.png
774 * docs/html/ext/pb_ds/index.html: Same.
775 * docs/html/ext/pb_ds/binary_heap_tag.html: Same.
776 * docs/html/ext/pb_ds/basic_hash_tag.html: Same.
777 * docs/html/ext/pb_ds/trie_order_statistics_node_update.html: Same.
778 * docs/html/ext/pb_ds/sample_resize_trigger.html: Same.
779 * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
780 * docs/html/ext/pb_ds/hash_text_find_find_timing_test.html: Same.
781 * docs/html/ext/pb_ds/tree_text_insert_timing_test.html: Same.
782 * docs/html/ext/pb_ds/trie_tag.html: Same.
783 * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
784 * docs/html/ext/pb_ds/pq_tests.html: Same.
785 * docs/html/ext/pb_ds/insert_resize_sequence_diagram2.png
786 * docs/html/ext/pb_ds/node_invariant_invalidations.png
787 * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_msvc.png
788 * docs/html/ext/pb_ds/resize_policy_cd.png
789 * docs/html/ext/pb_ds/embedded_lists_1.png
790 * docs/html/ext/pb_ds/hash_ranged_hash_range_hashing_fns.png
791 * docs/html/ext/pb_ds/null_lu_metadata.html: Same.
792 * docs/html/ext/pb_ds/tree_order_statistics_timing_test.html: Same.
793 * docs/html/ext/pb_ds/trie_prefix_search_node_update.html: Same.
794 * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram.png
795 * docs/html/ext/pb_ds/point_invalidation_guarantee.html: Same.
796 * docs/html/ext/pb_ds/direct_mod_range_hashing.html: Same.
797 * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
798 * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_msvc.png
799 * docs/html/ext/pb_ds/misc.html: Same.
800 * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
801 * docs/html/ext/pb_ds/counter_lu_policy.html: Same.
802 * docs/html/ext/pb_ds/different_underlying_dss.png
803 * docs/html/ext/pb_ds/restoring_node_invariants.png
804 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html: Same.
805 * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
806 * docs/html/ext/pb_ds/sample_update_policy.html: Same.
807 * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_gcc.png
808 * docs/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
809 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_msvc.png
810 * docs/html/ext/pb_ds/simple_list.png
811 * docs/html/ext/pb_ds/text_find_timing_test_hash_msvc.png
812 * docs/html/ext/pb_ds/assoc_examples.html: Same.
813 * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
814 * docs/html/ext/pb_ds/hash_based_containers.html: Same.
815 * docs/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
816 * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
817 * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_gcc.png
818 * docs/html/ext/pb_ds/tree_node_iterator.html: Same.
819 * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_msvc.png
820 * docs/html/ext/pb_ds/trie_node_iterator.html: Same.
821 * docs/html/ext/pb_ds/tree_based_containers.html: Same.
822 * docs/html/ext/pb_ds/hash_random_int_subscript_insert_timing_test.html: Same.
823 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_msvc.png
824 * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_msvc.png
825 * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_msvc.png
826 * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_gcc.png
827 * docs/html/ext/pb_ds/rationale_null_node_updator.png
828 * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
829 * docs/html/ext/pb_ds/lu.png
830 * docs/html/ext/pb_ds/assoc_container_traits.html: Same.
831 * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_msvc.png
832 * docs/html/ext/pb_ds/assoc_design.html: Same.
833 * docs/html/ext/pb_ds/splay_tree_tag.html: Same.
834 * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_gcc.png
835 * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test.html: Same.
836 * docs/html/ext/pb_ds/assoc_container_tag_cd.svg
837 * docs/html/ext/pb_ds/resize_error.html: Same.
838 * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_msvc.png
839 * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_gcc.png
840 * docs/html/ext/pb_ds/priority_queue_text_join_timing_test.html: Same.
841 * docs/html/ext/pb_ds/basic_tree_assoc_container_const_node_iterator.html: Same.
842 * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_gcc.png
843 * docs/html/ext/pb_ds/trie_const_node_iterator.html: Same.
844 * docs/html/ext/pb_ds/hash_zlob_random_int_find_find_timing_test.html: Same.
845 * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_gcc.png
846 * docs/html/ext/pb_ds/sample_size_policy.html: Same.
847 * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_gcc.png
848 * docs/html/ext/pb_ds/cc_hash_table.html: Same.
849 * docs/html/ext/pb_ds/node_invariants.png
850 * docs/html/ext/pb_ds/tree_split_join_timing_test_msvc.png
851 * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test.html: Same.
852 * docs/html/ext/pb_ds/tree_order_statistics_node_update.html: Same.
853 * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_msvc.png
854 * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
855 * docs/html/ext/pb_ds/priority_queue.html: Same.
856 * docs/html/ext/pb_ds/assoc_tests.html: Same.
857 * docs/html/ext/pb_ds/assoc_container_tag_cd.png
858 * docs/html/ext/pb_ds/basic_hash_table.html: Same.
859 * docs/html/ext/pb_ds/basic_tree_tag.html: Same.
860 * docs/html/ext/pb_ds/tree_split_join_timing_test.html: Same.
861 * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
862 * docs/html/ext/pb_ds/insert_resize_sequence_diagram3.png
863 * docs/html/ext/pb_ds/embedded_lists_2.png
864 * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
865 * docs/html/ext/pb_ds/sample_ranged_probe_fn.html: Same.
866 * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_gcc.png
867 * docs/html/ext/pb_ds/sample_trie_node_update.html: Same.
868 * docs/html/ext/pb_ds/introduction.html: Same.
869 * docs/html/ext/pb_ds/pq_performance_tests.html: Same.
870 * docs/html/ext/pb_ds/pat_trie.png
871 * docs/html/ext/pb_ds/range_invalidation_guarantee.html: Same.
872 * docs/html/ext/pb_ds/contact.html: Same.
873 * docs/html/ext/pb_ds/sample_range_hashing.html: Same.
874 * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
875 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_gcc.png
876 * docs/html/ext/pb_ds/update_seq_diagram.png
877 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_gcc.png
878 * docs/html/ext/pb_ds/direct_mask_range_hashing.html: Same.
879 * docs/html/ext/pb_ds/tests.html: Same.
880 * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_gcc.png
881 * docs/html/ext/pb_ds/tree_node_updator_policy_cd.png
882 * docs/html/ext/pb_ds/text_find_timing_test_tree_like_gcc.png
883 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html: Same.
884 * docs/html/ext/pb_ds/trie_node_updator_policy_cd.png
885 * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_msvc.png
886 * docs/html/ext/pb_ds/concepts.html: Same.
887 * docs/html/ext/pb_ds/pq_examples.html: Same.
888 * docs/html/ext/pb_ds/priority_queue_tag.html: Same.
889 * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test.html: Same.
890 * docs/html/ext/pb_ds/update_policy_cd.png
891 * docs/html/ext/pb_ds/thin_heap_tag.html: Same.
892 * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_msvc.png
893 * docs/html/ext/pb_ds/basic_tree.html: Same.
894 * docs/html/ext/pb_ds/null_hash_fn.html: Same.
895 * docs/html/ext/pb_ds/null_tree_node_update.html: Same.
896 * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_gcc.png
897 * docs/html/ext/pb_ds/trie.html: Same.
898 * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_msvc.png
899 * docs/html/ext/pb_ds/rc_binomial_heap_tag.html: Same.
900 * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_msvc.png
901 * docs/html/ext/pb_ds/pq_container_traits.html: Same.
902 * docs/html/ext/pb_ds/pq_design.html: Same.
903 * docs/html/ext/pb_ds/checked_by_tidy.gif
904 * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
905 * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_gcc.png
906 * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test.html: Same.
907 * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_gcc.png
908 * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
909 * docs/html/ext/pb_ds/acks.html: Same.
910 * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
911 * docs/html/ext/pb_ds/cc_hash_tag.html: Same.
912 * docs/html/ext/pb_ds/sample_ranged_hash_fn.html: Same.
913 * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_msvc.png
914 * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test.html: Same.
915 * docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html: Same.
916 * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_msvc.png
917 * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram2.png
918 * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_msvc.png
919 * docs/html/ext/pb_ds/PythonPoweredSmall.gif
920 * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
921 * docs/html/ext/pb_ds/pat_trie_tag.html: Same.
922 * docs/html/ext/pb_ds/hash_standard_resize_policy.html: Same.
923 * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_msvc.png
924 * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_gcc.png
925 * docs/html/ext/pb_ds/join_error.html: Same.
926 * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_gcc.png
927 * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
928
929 * testsuite/ext/pb_ds: New.
930 * testsuite/ext/pb_ds/regression: New.
931 * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
932 * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
933 * testsuite/ext/pb_ds/regression/associative_containers.cc: Same.
934 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
935 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
936 * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
937 * testsuite/ext/pb_ds/regression/priority_queues.cc: Same.
938 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
939 * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
940 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
941 * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
942 * testsuite/ext/pb_ds/example: New.
943 * testsuite/ext/pb_ds/example/hash_shift_mask.cc: Same.
944 * testsuite/ext/pb_ds/example/basic_set.cc: Same.
945 * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Same.
946 * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Same.
947 * testsuite/ext/pb_ds/example/store_hash.cc: Same.
948 * testsuite/ext/pb_ds/example/assoc_container_traits.cc: Same.
949 * testsuite/ext/pb_ds/example/hash_load_set_change.cc: Same.
950 * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
951 * testsuite/ext/pb_ds/example/hash_resize.cc: Same.
952 * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
953 * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
954 * testsuite/ext/pb_ds/example/basic_multiset.cc: Same.
955 * testsuite/ext/pb_ds/example/priority_queue_xref.cc: Same.
956 * testsuite/ext/pb_ds/example/hash_find_neg.cc: Same.
957 * testsuite/ext/pb_ds/example/erase_if.cc: Same.
958 * testsuite/ext/pb_ds/example/priority_queue_container_traits.cc: Same.
959 * testsuite/ext/pb_ds/example/tree_join.cc: Same.
960 * testsuite/ext/pb_ds/example/basic_map.cc: Same.
961 * testsuite/ext/pb_ds/example/trie_split.cc: Same.
962 * testsuite/ext/pb_ds/example/priority_queue_split_join.cc: Same.
963 * testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc: Same.
964 * testsuite/ext/pb_ds/example/priority_queue_erase_if.cc: Same.
965 * testsuite/ext/pb_ds/example/hash_mod.cc: Same.
966 * testsuite/ext/pb_ds/example/tree_order_statistics_join.cc: Same.
967 * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
968 * testsuite/ext/pb_ds/example/hash_initial_size.cc: Same.
969 * testsuite/ext/pb_ds/example/basic_priority_queue.cc: Same.
970 * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
971 * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
972 * testsuite/performance/ext: New.
973 * testsuite/performance/ext/pb_ds: New.
974 * testsuite/performance/ext/pb_ds/multimap_text_find_timing_small.cc: Same.
975 * testsuite/performance/ext/pb_ds/text_find_timing.cc: Same.
976 * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc: Same.
977 * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
978 * testsuite/performance/ext/pb_ds/priority_queue_text_modify_down_timing.cc: Same.
979 * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc: Same.
980 * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc: Same.
981 * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
982 * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
983 * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_large.cc: Same.
984 * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp: Same.
985 * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_timing.cc: Same.
986 * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
987 * testsuite/performance/ext/pb_ds/priority_queue_text_modify_timing.hpp: Same.
988 * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
989 * testsuite/performance/ext/pb_ds/priority_queue_text_modify_up_timing.cc: Same.
990 * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_large.cc: Same.
991 * testsuite/performance/ext/pb_ds/priority_queue_text_push_pop_timing.cc: Same.
992 * testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc: Same.
993 * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc: Same.
994 * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_small.cc: Same.
995 * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_pop_timing.cc: Same.
996 * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc: Same.
997 * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
998 * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc: Same.
999 * testsuite/performance/ext/pb_ds/multimap_text_insert_timing.hpp: Same.
1000 * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc: Same.
1001 * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_small.cc: Same.
1002 * testsuite/data/make_graph_test_infos.xml: Same.
1003 * testsuite/data/thirty_years_among_the_dead_preproc.txt: New.
1004 * testsuite/data/make_graph_htmls.xml: Same.
1005 * testsuite/util/regression: New.
1006 * testsuite/util/regression/trait: New.
1007 * testsuite/util/regression/trait/priority_queue: New.
1008 * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
1009 * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
1010 * testsuite/util/regression/trait/assoc: New.
1011 * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
1012 * testsuite/util/regression/trait/assoc/node_update_trait.hpp: Same.
1013 * testsuite/util/regression/trait/assoc/get_set_load_trait.hpp: Same.
1014 * testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp: Same.
1015 * testsuite/util/regression/trait/assoc/trait.hpp: Same.
1016 * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1017 * testsuite/util/regression/trait/assoc/resize_trait.hpp: Same.
1018 * testsuite/util/regression/trait/assoc/to_string.hpp: Same.
1019 * testsuite/util/regression/rand: New.
1020 * testsuite/util/regression/rand/priority_queue: New.
1021 * testsuite/util/regression/rand/priority_queue/detail: New.
1022 * testsuite/util/regression/rand/priority_queue/detail/erase_fn_imps.hpp: Same.
1023 * testsuite/util/regression/rand/priority_queue/detail/cmp_fn_imps.hpp: Same.
1024 * testsuite/util/regression/rand/priority_queue/detail/policy_access_fn_imps.hpp: Same.
1025 * testsuite/util/regression/rand/priority_queue/detail/defs_fn_imps.hpp: Same.
1026 * testsuite/util/regression/rand/priority_queue/detail/it_conversion_fn_imps.hpp: Same.
1027 * testsuite/util/regression/rand/priority_queue/detail/constructor_destructor_fn_imps.hpp: Same.
1028 * testsuite/util/regression/rand/priority_queue/detail/diagnostic_fn_imps.hpp: Same.
1029 * testsuite/util/regression/rand/priority_queue/detail/insert_fn_imps.hpp: Same.
1030 * testsuite/util/regression/rand/priority_queue/detail/clear_fn_imps.hpp: Same.
1031 * testsuite/util/regression/rand/priority_queue/detail/modify_fn_imps.hpp: Same.
1032 * testsuite/util/regression/rand/priority_queue/detail/split_join_fn_imps.hpp: Same.
1033 * testsuite/util/regression/rand/priority_queue/detail/operator_fn_imps.hpp: Same.
1034 * testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp: Same.
1035 * testsuite/util/regression/rand/priority_queue/container_rand_regression_test.hpp: Same.
1036 * testsuite/util/regression/rand/io: New.
1037 * testsuite/util/regression/rand/io/priority_queue: New.
1038 * testsuite/util/regression/rand/io/priority_queue/xml_formatter.hpp: Same.
1039 * testsuite/util/regression/rand/io/assoc: New.
1040 * testsuite/util/regression/rand/io/assoc/xml_formatter.hpp: Same.
1041 * testsuite/util/regression/rand/io/xml_formatter.hpp: Same.
1042 * testsuite/util/regression/rand/assoc: New.
1043 * testsuite/util/regression/rand/assoc/detail: New.
1044 * testsuite/util/regression/rand/assoc/detail/subscript_fn_imps.hpp: Same.
1045 * testsuite/util/regression/rand/assoc/detail/cmp_fn_imps.hpp: Same.
1046 * testsuite/util/regression/rand/assoc/detail/policy_access_fn_imps.hpp: Same.
1047 * testsuite/util/regression/rand/assoc/detail/defs_fn_imps.hpp: Same.
1048 * testsuite/util/regression/rand/assoc/detail/it_conversion_fn_imps.hpp: Same.
1049 * testsuite/util/regression/rand/assoc/detail/diagnostic_fn_imps.hpp: Same.
1050 * testsuite/util/regression/rand/assoc/detail/clear_fn_imps.hpp: Same.
1051 * testsuite/util/regression/rand/assoc/detail/get_set_load_fn_imps.hpp: Same.
1052 * testsuite/util/regression/rand/assoc/detail/operator_fn_imps.hpp: Same.
1053 * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
1054 * testsuite/util/regression/rand/assoc/detail/resize_fn_imps.hpp: Same.
1055 * testsuite/util/regression/rand/assoc/detail/constructor_destructor_fn_imps.hpp: Same.
1056 * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
1057 * testsuite/util/regression/rand/assoc/detail/split_join_fn_imps.hpp: Same.
1058 * testsuite/util/regression/rand/assoc/detail/get_set_loads_fn_imps.hpp: Same.
1059 * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1060 * testsuite/util/regression/rand/assoc/container_rand_regression_test.hpp: Same.
1061 * testsuite/util/regression/priority_queue: New.
1062 * testsuite/util/regression/priority_queue/common_type.hpp: Same.
1063 * testsuite/util/regression/basic_type.hpp: Same.
1064 * testsuite/util/regression/assoc: New.
1065 * testsuite/util/regression/assoc/common_type.hpp: Same.
1066 * testsuite/util/regression/res_mng: New.
1067 * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
1068 * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Same.
1069 * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
1070 * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
1071 * testsuite/util/rng: New.
1072 * testsuite/util/rng/twister_rand_gen.cc: Same.
1073 * testsuite/util/rng/twister_rand_gen.hpp: Same.
1074 * testsuite/util/native_type: New.
1075 * testsuite/util/native_type/priority_queue: New.
1076 * testsuite/util/native_type/priority_queue/native_priority_queue.hpp: Same.
1077 * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Same.
1078 * testsuite/util/native_type/assoc: New.
1079 * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1080 * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
1081 * testsuite/util/native_type/assoc/native_set.hpp: Same.
1082 * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1083 * testsuite/util/native_type/assoc/native_map.hpp: Same.
1084 * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
1085 * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
1086 * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
1087 * testsuite/util/common_type: New.
1088 * testsuite/util/common_type/priority_queue
1089 * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
1090 * testsuite/util/common_type/priority_queue/string_form.hpp: Same.
1091 * testsuite/util/common_type/priority_queue/detail
1092 * testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp: Same.
1093 * testsuite/util/common_type/assoc: New.
1094 * testsuite/util/common_type/assoc/common_type.hpp: Same.
1095 * testsuite/util/common_type/assoc/string_form.hpp: Same.
1096 * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1097 * testsuite/util/common_type/assoc/detail: New.
1098 * testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp: Same.
1099 * testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp: Same.
1100 * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
1101 * testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp: Same.
1102 * testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp: Same.
1103 * testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp: Same.
1104 * testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp: Same.
1105 * testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp: Same.
1106 * testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp: Same.
1107 * testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp: Same.
1108 * testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp: Same.
1109 * testsuite/util/common_type/assoc/native_set.hpp: Same.
1110 * testsuite/util/performance: New.
1111 * testsuite/util/performance/priority_queue: New.
1112 * testsuite/util/performance/priority_queue/mem_usage: New.
1113 * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: Same.
1114 * testsuite/util/performance/priority_queue/timing: New.
1115 * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: Same.
1116 * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
1117 * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1118 * testsuite/util/performance/priority_queue/timing/modify_test.hpp: Same.
1119 * testsuite/util/performance/io: New.
1120 * testsuite/util/performance/io/xml_formatter.hpp: Same.
1121 * testsuite/util/performance/assoc: New.
1122 * testsuite/util/performance/assoc/mem_usage: New.
1123 * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: Same.
1124 * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1125 * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1126 * testsuite/util/performance/assoc/timing: New.
1127 * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
1128 * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: Same.
1129 * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: Same.
1130 * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
1131 * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: Same.
1132 * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
1133 * testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp: Same.
1134 * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1135 * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: Same.
1136 * testsuite/util/performance/time: New.
1137 * testsuite/util/performance/time/elapsed_timer.cc: Same.
1138 * testsuite/util/performance/time/elapsed_timer.hpp: Same.
1139 * testsuite/util/performance/time/timing_test_base.hpp: Same.
1140 * testsuite/util/performance/mem: New.
1141 * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Same.
1142 * testsuite/util/performance/mem/mem_track_allocator.hpp: Same.
1143 * testsuite/util/hash_fn: New.
1144 * testsuite/util/hash_fn/limit_string_hash_fn.hpp: Same.
1145 * testsuite/util/hash_fn/string_ranged_hash_fn.hpp: Same.
1146 * testsuite/util/hash_fn/string_hash_fn.hpp: Same.
1147 * testsuite/util/hash_fn/string_ranged_probe_fn.hpp: Same.
1148 * testsuite/util/hash_fn/dna_str_limit.hpp: Same.
1149 * testsuite/util/io: New.
1150 * testsuite/util/io/prog_bar.cc: Same.
1151 * testsuite/util/io/prog_bar.hpp: Same.
1152 * testsuite/util/io/text_populate.hpp: Same.
1153 * testsuite/util/io/xml.hpp: Same.
1154 * testsuite/util/io/illegal_input_error.hpp: Same.
1155 * testsuite/util/io/xml_test_formatter.hpp: Same.
1156 * testsuite/util/io/verified_cmd_line_input.cc: Same.
1157 * testsuite/util/io/verified_cmd_line_input.hpp: Same.
1158 * testsuite/util/statistic: New.
1159 * testsuite/util/statistic/sample_var.hpp: Same.
1160 * testsuite/util/statistic/res_recorder.hpp: Same.
1161 * testsuite/util/statistic/sample_mean.hpp: Same.
1162 * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
1163
1164 2006-06-12 Paolo Carlini <pcarlini@suse.de>
1165
1166 PR libstdc++/26970
1167 * config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
1168 variadic function, instead of template function.
1169 * config/locale/generic/c_locale.h (__convert_from_v<>): Likewise.
1170 * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
1171 Adjust.
1172 (money_put<>::do_put(long double)): Likewise.
1173 * src/locale-misc-inst.cc: Remove.
1174 * src/Makefile.am: Adjust.
1175 * src/Makefile.in: Regenerate.
1176
1177 2006-06-09 Paolo Carlini <pcarlini@suse.de>
1178
1179 * include/tr1/random (random_device::random_device(const
1180 std::string& = "/dev/urandom")): Open in binary mode.
1181
1182 * include/tr1/random (random_device::random_device(const
1183 std::string& = "rand")): Use mersenne_twister.
1184 (random_device::_M_strtoul): New.
1185 (random_device::operator()()): Update.
1186
1187 * include/tr1/random: Minor stylistic changes, consistently
1188 qualify with std::.
1189
1190 2006-06-09 Paolo Carlini <pcarlini@suse.de>
1191
1192 * acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
1193 the availability of "/dev/random" and "/dev/urandom".
1194 * configure.ac: Use it.
1195 * include/tr1/random (random_device): Implement, a fall-back for
1196 systems not providing "/dev/random" and "/dev/urandom" included.
1197 * testsuite/tr1/5_numerical_facilities/random/random_device/
1198 cons/default.cc: New.
1199 * testsuite/tr1/5_numerical_facilities/random/random_device/
1200 cons/token.cc: Likewise.
1201 * testsuite/tr1/5_numerical_facilities/random/random_device/
1202 requirements/typedefs.cc: Likewise.
1203 * config.h.in: Regenerate.
1204 * configure: Likewise.
1205
1206 * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1207 cons/gen1.cc: Minor tweak, add bool test.
1208
1209 2006-06-06 Benjamin Kosnik <bkoz@redhat.com>
1210
1211 * testsuite/util: New directory.
1212 * testsuite/testsuite_hooks.cc: Move to util sub-directory.
1213 * testsuite/testsuite_abi_check.cc: Same.
1214 * testsuite/testsuite_abi.cc: Same.
1215 * testsuite/testsuite_tr1.h: Same.
1216 * testsuite/testsuite_io.h: Same.
1217 * testsuite/testsuite_iterators.h: Same.
1218 * testsuite/testsuite_allocator.cc: Same.
1219 * testsuite/testsuite_allocator.h: Same.
1220 * testsuite/testsuite_hooks.h: Same.
1221 * testsuite/testsuite_character.cc: Same.
1222 * testsuite/testsuite_abi.h: Same.
1223 * testsuite/testsuite_character.h: Same.
1224 * testsuite/testsuite_visualization.h: Same.
1225 * testsuite/testsuite_performance.h: Same.
1226 * testsuite/testsuite_shared.cc: Same.
1227 * testsuite/testsuite_common_types.h: Same.
1228
1229 * testsuite/lib/libstdc++.exp (v3-build_support): Adjust paths.
1230 * testsuite/libstdc++-abi/abi.exp: Same.
1231 * testsuite/libstdc++-dg/conformance.exp: Remove any files in the
1232 utilities subdirectory from the list of test cases.
1233
1234 * scripts/testsuite_flags.in (build-includes): Adjust path for
1235 testsuite includes.
1236 * scripts/create_testsuite_files (dlist): Don't let utility files
1237 creep into the testsuite_files list.
1238
1239 2006-06-06 Paolo Carlini <pcarlini@suse.de>
1240
1241 * include/tr1/random (mersenne_twister<>::operator==,
1242 operator!=, operator<<, operator>>): Implement.
1243 * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1244 operators/equal.cc: New.
1245 * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1246 operators/not_equal.cc: Likewise.
1247 * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1248 operators/serialize.cc: Likewise.
1249
1250 * include/tr1/random (subtract_with_carry<>::operator==): Fix,
1251 compare the whole state; use std::equal.
1252
1253 * include/tr1/random: Minor formatting and style changes.
1254
1255 2006-06-06 Benjamin Kosnik <bkoz@redhat.com>
1256
1257 * testsuite/tr1/5_numerical_facilies: Move to...
1258 * testsuite/tr1/5_numerical_facilities: ...this.
1259
1260 2006-06-06 Paolo Carlini <pcarlini@suse.de>
1261
1262 * include/tr1/random: Trivial uglification fixes.
1263 * include/tr1/random.tcc: Likewise.
1264
1265 * include/tr1/random (subtract_with_carry<>::
1266 subtract_with_carry(_IntType)): Fix parameter type to unsigned long.
1267 (subtract_with_carry<>::seed(_IntType)): Likewise.
1268 * include/tr1/random.tcc (subtract_with_carry<>::seed(_IntType)):
1269 Adjust.
1270
1271 2006-06-05 Paolo Carlini <pcarlini@suse.de>
1272
1273 * include/tr1/random (mersenne_twister<>::seed()): Fix per
1274 tr1/5.1.4.2, p8.
1275 * include/tr1/random.tcc (mod_w): Add.
1276 (mersenne_twister<>::seed(unsigned long)): Fix per tr1/5.1.4.2, p9.
1277 (mersenne_twister<>::seed(Gen&, false_type)): Adjust to use mod_w.
1278 * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Fix
1279 expected result per tr1/5.1.5, p2.
1280 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1281 cons/default.cc: Adjust.
1282
1283 * include/tr1/random (exponential_distribution<>::operator()()): Fix.
1284
1285 2006-06-05 Paolo Carlini <pcarlini@suse.de>
1286
1287 * include/tr1/random.tcc (Max::value()): Cast 1 to Tp(1) and
1288 adjust shift count to w; rename as Max_w.
1289 (struct Mod_w): New.
1290 (mersenne_twister<>::seed(Gen&, false_type): Use the latter.
1291 (mersenne_twister<>::operator()()): Fix ~0ul to ~_UInt().
1292 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1293 cons/default.cc: Fix ~0ul to 2^32-1.
1294 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1295 cons/gen1.cc: Likewise.
1296
1297 2006-06-05 Stephen M. Webb <stephen.webb@bregmasoft.com>
1298
1299 * include/tr1/random: New.
1300 * include/tr1/random.tcc: Likewise.
1301 * include/Makefile.am: Add.
1302 * testsuite/tr1/5_numerical_facilies/random/ranlux3.cc: New.
1303 * testsuite/tr1/5_numerical_facilies/random/ranlux4.cc: Likewise.
1304 * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Likewise.
1305 * testsuite/tr1/5_numerical_facilies/random/variate_generator/
1306 requirements/typedefs.cc: Likewise.
1307 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1308 cons/seed1.cc: Likewise.
1309 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1310 cons/seed2.cc: Likewise.
1311 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1312 cons/default.cc: Likewise.
1313 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1314 cons/gen1.cc: Likewise.
1315 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1316 requirements/typedefs.cc: Likewise.
1317 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1318 operators/equal.cc: Likewise.
1319 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1320 operators/not_equal.cc: Likewise.
1321 * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1322 operators/serialize.cc: Likewise.
1323 * testsuite/tr1/5_numerical_facilies/random/uniform_real/
1324 requirements/typedefs.cc: Likewise.
1325 * testsuite/tr1/5_numerical_facilies/random/discard_block/
1326 requirements/requirements.cc: Likewise.
1327 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1328 cons/seed1.cc: Likewise.
1329 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1330 cons/seed2.cc: Likewise.
1331 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1332 cons/default.cc: Likewise.
1333 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1334 cons/gen1.cc: Likewise.
1335 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1336 requirements/non_uint_neg.cc: Likewise.
1337 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1338 requirements/typedefs.cc: Likewise.
1339 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1340 operators/equal.cc: Likewise.
1341 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1342 operators/not_equal.cc: Likewise.
1343 * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1344 operators/serialize.cc: Likewise.
1345 * testsuite/tr1/5_numerical_facilies/random/xor_combine/
1346 requirements/typedefs.cc: Likewise.
1347 * testsuite/tr1/5_numerical_facilies/random/minstd_rand.cc: Likewise.
1348 * testsuite/tr1/5_numerical_facilies/random/minstd_rand0.cc: Likewise.
1349 * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1350 cons/range.cc: Likewise.
1351 * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1352 cons/default.cc: Likewise.
1353 * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1354 cons/range_neg.cc: Likewise.
1355 * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1356 requirements/typedefs.cc: Likewise.
1357 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1358 cons/seed1.cc: Likewise.
1359 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1360 cons/seed2.cc: Likewise.
1361 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1362 cons/default.cc: Likewise.
1363 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1364 cons/gen1.cc: Likewise.
1365 * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1366 requirements/typedefs.cc: Likewise.
1367 * include/Makefile.in: Regenerate.
1368 * testsuite/tr1/headers.cc: Update.
1369
1370 2006-06-04 Paolo Carlini <pcarlini@suse.de>
1371
1372 PR libstdc++/27867
1373 * include/bits/valarray_before.h (struct _BinClos<_Oper, _ValArray,
1374 _ValArray, _Tp, _Tp>): Fix value_type typedef.
1375 * testsuite/26_numerics/valarray/27867.cc: New.
1376
1377 2006-05-29 Paolo Carlini <pcarlini@suse.de>
1378
1379 PR libstdc++/24692
1380 * include/bits/atomicity.h (__exchange_and_add_multi,
1381 __atomic_add_multi): New, depending on _GLIBCXX_ATOMIC_BUILTINS,
1382 inline the atomic builtins.
1383 (__exchange_and_add_dispatch, __atomic_add_dispatch): Adjust.
1384 * configure.ac: Define _GLIBCXX_ATOMIC_BUILTINS when the atomic
1385 builtins are available.
1386 * configure: Regenerate.
1387 * config.h.in: Likewise.
1388
1389 2006-05-27 Paolo Carlini <pcarlini@suse.de>
1390
1391 * configure.host: If the CPU provides atomic builtins select
1392 generic/atomic_builtins/atomicity.h.
1393 * config/cpu/generic/atomic_builtins/atomicity.h: Add.
1394 * config/cpu/powerpc/atomicity.h: Remove.
1395 * config/cpu/ia64/atomicity.h: Likewise.
1396 * config/cpu/alpha/atomicity.h: Likewise.
1397 * config/cpu/s390/atomicity.h: Likewise.
1398
1399 2006-05-26 Carlos O'Donell <carlos@codesourcery.com>
1400
1401 * Makefile.am: Add install-html target. Add install-html to .PHONY
1402 * Makefile.in: Regenerate.
1403
1404 2006-05-24 Paolo Carlini <pcarlini@suse.de>
1405
1406 PR libstdc++/24704
1407 * include/bits/atomicity.h (__exchange_and_add_single,
1408 __atomic_add_single): New, single thread versions of the atomic
1409 functions.
1410 (__exchange_and_add_dispatch, __atomic_add_dispatch): New,
1411 depending on __GTHREADS and __gthread_active_p() dispatch either
1412 to the above or to the existing atomic functions.
1413 * include/ext/pool_allocator.h: Update callers.
1414 * include/ext/rc_string_base.h: Likewise.
1415 * include/bits/locale_classes.h: Likewise.
1416 * include/bits/basic_string.h: Likewise.
1417 * include/bits/ios_base.h: Likewise.
1418 * include/tr1/boost_shared_ptr.h: Likewise.
1419 * src/ios.cc: Likewise.
1420 * src/locale.cc: Likewise.
1421 * src/ios_init.cc: Likewise.
1422
1423 2006-05-23 Paolo Carlini <pcarlini@suse.de>
1424
1425 * testsuite/testsuite_shared.cc: Fix --enable-threads=single build.
1426
1427 2006-05-19 Paolo Carlini <pcarlini@suse.de>
1428
1429 * testsuite/27_io/objects/wchar_t/9661-1.cc: Avoid leaking the
1430 semaphores if a VERIFY fails.
1431 * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
1432 * testsuite/27_io/objects/char/9661-1.cc: Likewise.
1433 * testsuite/27_io/objects/char/7.cc: Likewise.
1434 * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise.
1435 * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
1436 * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
1437 * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise.
1438 * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
1439 * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
1440
1441 2006-05-17 Paolo Carlini <pcarlini@suse.de>
1442
1443 * include/tr1/hashtable (hashtable<>::m_find): Remove; update callers.
1444
1445 * include/tr1/hashtable (map_base<>::operator[]): Move out of line.
1446
1447 * include/tr1/hashtable (hashtable<>::m_insert(const value_type&,
1448 std::tr1::false_type)): Avoid memory leak risk for new_node.
1449
1450 2006-05-15 Paolo Carlini <pcarlini@suse.de>
1451
1452 * include/tr1/hashtable (hashtable<>::m_find, m_insert_bucket): Add.
1453 (hashtable<>::find, m_insert(const value_type&, std::tr1::true_type),
1454 map_base<>::operator[]): Use the above.
1455 * testsuite/performance/23_containers/insert/unordered_map_array.cc:
1456 New.
1457
1458 * include/tr1/hashtable (hashtable<>::find_node,
1459 insert(const value_type&, ...), erase_node): Rename to m_*, adjust
1460 callers.
1461 * include/tr1/hashtable: Minor cosmetic changes.
1462
1463 2006-05-13 Peter Doerfler <gcc@pdoerfler.com>
1464
1465 * include/tr1/hashtable (identity<>::operator(),
1466 extract1st<>::operator()): Return by const ref.
1467
1468 2006-05-10 Steve Ellcey <sje@cup.hp.com>
1469
1470 * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit):
1471 Move to gcc subdir.
1472 * testsuite/lib/dg-options.exp (dg-require-iconv): Remove.
1473 (dg-require-cxa-atexit): Move to gcc subdir.
1474
1475 2006-05-10 Paolo Carlini <pcarlini@suse.de>
1476 Peter Doerfler <gcc@pdoerfler.com>
1477
1478 * include/tr1/hashtable (hashtable_iterator<>::hashtable_iterator(),
1479 hashtable_const_iterator<>::hashtable_const_iterator(),
1480 node_iterator<>::node_iterator(),
1481 node_const_iterator<>::node_const_iterator()): Add.
1482 (node_iterator<>::node_iterator(hash_node<>*),
1483 node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
1484 remove default.
1485 * testsuite/tr1/6_containers/unordered/hashtable/
1486 iterators_default_constructor.c: New.
1487
1488 2006-05-10 Marc Glisse <marc.glisse@normalesup.org>
1489
1490 * include/ext/pool_allocator.h: Add missing std:: qualifications.
1491 * include/ext/mt_allocator.h: Likewise.
1492 * include/ext/pb_assoc/detail/resize_policy/
1493 hash_load_check_resize_trigger_imp.hpp: Likewise.
1494 * include/ext/pb_assoc/detail/resize_policy/
1495 hash_standard_resize_policy_imp.hpp: Likewise.
1496 * include/ext/pb_assoc/detail/lu_policy/
1497 counter_lu_metadata_imp.hpp: Likewise.
1498 * include/ext/pb_assoc/detail/map_debug_base.hpp: Likewise.
1499 * libsupc++/eh_alloc.cc: Typo: memcpy -> memset.
1500
1501 2006-05-07 Paolo Carlini <pcarlini@suse.de>
1502
1503 * include/tr1/type_traits (integral_constant<>::value): Define.
1504 * testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
1505 New.
1506
1507 2006-05-04 Douglas Gregor <dgregor@cs.indiana.edu>
1508
1509 PR libstdc++/27404
1510 * include/ext/rope (_Rope_const_iterator<>::operator*() const,
1511 _Rope_iterator<>::operator*() const): Add.
1512
1513 2006-05-01 Paolo Carlini <pcarlini@suse.de>
1514
1515 * acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the
1516 presence of wctype.h, for use in GLIBCXX_ENABLE_C99.
1517 * configure: Regenerate.
1518
1519 2006-04-29 Paolo Carlini <pcarlini@suse.de>
1520
1521 * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
1522 Special case main parsing loop for !_M_allocated (i.e., "C" locale).
1523 (num_get<>::_M_extract_int): Likewise.
1524 * include/bits/locale_facets.h (num_get<>::_M_find): New.
1525
1526 2006-04-27 Benjamin Kosnik <bkoz@redhat.com>
1527
1528 * docs/html/17_intro/TODO: Update.
1529
1530 2006-04-26 Benjamin Kosnik <bkoz@redhat.com>
1531
1532 PR libstdc++/26875
1533 * include/ext/array_allocator.h (array_allocator): _M_used, new
1534 data member.
1535 * testsuite/ext/array_allocator/26875.cc: New.
1536
1537 2006-04-26 Shantonu Sen <ssen@opendarwin.org>
1538
1539 PR libstdc++/26513
1540 * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.
1541
1542 2006-04-23 Marc Glisse <marc.glisse@normalesup.org>
1543
1544 PR libstdc++/27199
1545 * ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
1546 * ext/bitmap_allocator.h: Likewise; qualify with std::.
1547 * ext/new_allocator.h: Likewise.
1548 * ext/malloc_allocator.h: Likewise.
1549 * ext/array_allocator.h: Likewise.
1550 * ext/mt_allocator.h: Likewise.
1551 * ext/functional: Likewise for size_t.
1552 * ext/debug_allocator.h: Likewise.
1553 * bits/char_traits.h: Qualify with std:: size_t.
1554 * debug/hash_multimap.h: Likewise.
1555
1556 2006-04-23 Paolo Carlini <pcarlini@suse.de>
1557
1558 * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 42.
1559
1560 2006-04-19 Paolo Carlini <pcarlini@suse.de>
1561
1562 PR libstdc++/26424
1563 * include/tr1/hashtable (X<>::primes): Extend for 64-bit machines.
1564 (X<>::n_primes): Adjust.
1565 (prime_rehash_policy::next_bkt, bkt_for_elements, need_rehash): Adjust.
1566
1567 2006-04-18 Paolo Carlini <pcarlini@suse.de>
1568
1569 * docs/html/faq/index.html ([5.5]): Adjust to mention function
1570 objects and reference_wrapper; minor tweaks.
1571 * docs/html/faq/index.txt: Regenerate.
1572
1573 2006-04-16 Paolo Carlini <pcarlini@suse.de>
1574
1575 PR libstdc++/6702 (again)
1576 * acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
1577 wchar_t functions...
1578 (GLIBCXX_ENABLE_WCHAR_T): ... do that here.
1579 * configure.ac: Adjust order of checks.
1580 * configure: Regenerate.
1581
1582 2006-04-14 Douglas Gregor <dgregor@cs.indiana.edu>
1583
1584 PR libstdc++/27162
1585 * include/bits/stl_algo.h (__search_n(,,,, _BinaryPredicate,
1586 std::forward_iterator_tag)): Use __binary_pred, not ==.
1587
1588 2006-04-10 Matthias Klose <doko@debian.org>
1589
1590 * testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
1591 directory names containing underscores.
1592
1593 2006-04-10 Paolo Carlini <pcarlini@suse.de>
1594
1595 DR 538, [Ready]
1596 * include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
1597 output_iterator_tag), and predicated counterpart): Revert to the
1598 algorithm pre-DR 241, i.e., value_type of InputIterator is now
1599 required to be Assignable too.
1600 * testsuite/25_algorithms/unique_copy/3.cc: Remove.
1601 * docs/html/ext/howto.html: Add an entry for DR 538.
1602
1603 2006-03-29 Benjamin Kosnik <bkoz@redhat.com>
1604
1605 * testsuite/data/sgetn.txt: Correct copyright holder.
1606 * testsuite/data/wistream_extractor_other-1.tst: Same.
1607 * testsuite/data/wistream_extractor_other-2.tst: Same.
1608 * testsuite/data/istream_extractor_other-1.txt: Same.
1609 * testsuite/data/filebuf_virtuals-1.txt: Same.
1610 * testsuite/data/wostream_inserter_other-1.tst: Same.
1611 * testsuite/data/wostream_inserter_other-2.tst: Same.
1612 * testsuite/data/ostream_inserter_other-1.tst: Same.
1613 * testsuite/data/ostream_inserter_other-2.tst: Same.
1614 * testsuite/data/wistream_extractor_other-1.txt: Same.
1615 * testsuite/data/istream_extractor_other-1.tst: Same.
1616 * testsuite/data/istream_extractor_other-2.tst: Same.
1617 * testsuite/data/filebuf_virtuals-1.tst: Same.
1618 * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
1619 conditions.
1620 * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
1621 * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
1622 * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
1623
1624 2006-03-28 Paolo Carlini <pcarlini@suse.de>
1625
1626 * include/ext/vstring.h (operator[]): Allow s[s.size()] in
1627 debug mode, but not pedantic mode.
1628
1629 2006-03-24 Mark Mitchell <mark@codesourcery.com>
1630 Joseph S. Myers <joseph@codesourcery.com>
1631
1632 PR libstdc++/20448
1633 PR libstdc++/20451
1634 * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR.
1635 * testsuite/lib/libstdc++.exp (libstdc++_init): Always define
1636 LOCALEDIR to ".".
1637 (v3-build_support): Build MO files.
1638
1639 2006-03-22 Paolo Carlini <pcarlini@suse.de>
1640
1641 PR libstdc++/26777
1642 * include/bits/fstream.tcc (basic_filebuf<>::_M_seek): Check
1643 the return value of _M_file.seekoff.
1644 * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: New.
1645
1646 2006-03-21 Paolo Carlini <pcarlini@suse.de>
1647
1648 PR libstdc++/25482
1649 * include/bits/stl_algobase.h (__copy_aux(_CharT*, _CharT*,
1650 ostreambuf_iterator<_CharT>), __copy_aux(const _CharT*, const _CharT*,
1651 ostreambuf_iterator<_CharT>), __copy_aux(istreambuf_iterator<_CharT>,
1652 istreambuf_iterator<_CharT>, _CharT*), copy(istreambuf_iterator<_CharT>,
1653 istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>)): Declare.
1654 * include/bits/stl_algo.h (find(istreambuf_iterator<_CharT>,
1655 istreambuf_iterator<_CharT>, _CharT)): Likewise.
1656 * include/bits/streambuf_iterator.h (copy(istreambuf_iterator<_CharT>,
1657 istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>),
1658 __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>),
1659 __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>),
1660 __copy_aux(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
1661 _CharT*), find(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
1662 _CharT)): Define.
1663 (class istreambuf_iterator<>, class ostreambuf_iterator<>): Declare
1664 friends.
1665 * include/std/std_streambuf.h (class basic_streambuf<>): Likewise.
1666 * include/bits/cpp_type_traits.h (struct __is_char<>): Add.
1667 * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: New.
1668 * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: New.
1669 * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: New.
1670 * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: New.
1671 * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: New.
1672 * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: New.
1673 * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: New.
1674 * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: New.
1675 * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: New.
1676 * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: New.
1677 * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: New.
1678 * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: New.
1679 * testsuite/performance/25_algorithms/copy_streambuf_iterators.cc: New.
1680 * testsuite/performance/25_algorithms/find_istreambuf_iterators.cc: New.
1681
1682 006-03-13 Paolo Carlini <pcarlini@suse.de>
1683
1684 * include/bits/postypes.h (fpos<>::operator==, operator!=): Remove,
1685 exploit conversion to streamoff.
1686 * testsuite/27_io/fpos/mbstate_t/5.cc: New.
1687
1688 2006-03-12 Howard Hinnant <hhinnant@apple.com>
1689
1690 * testsuite/27_io/basic_filebuf/underflow/char/10097.cc:
1691 Fix race condition.
1692 * testsuite/27_io/objects/char/9661-1.cc: Likewise.
1693 * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
1694
1695 2006-03-10 Paolo Carlini <pcarlini@suse.de>
1696
1697 * include/tr1/cmath: Add atan2 and pow bits; add using declarations.
1698 * include/tr1/math.h: Add using declarations.
1699 * include/tr1/complex: Add using declarations.
1700 * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
1701 qualify calls.
1702 * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
1703 add atan2 and pow bits.
1704 * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
1705 * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
1706 adjust polar bits.
1707
1708 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
1709 and float_t typedefs.
1710 * include/tr1/cmath: Add double_t and float_t.
1711 * testsuite/tr1/8_c_compatibility/cmath/types.cc: New.
1712
1713 * include/tr1/ctgmath: New.
1714 * include/tr1/tgmath.h: Likewise.
1715 * include/Makefile.am: Add.
1716 * testsuite/tr1/headers.cc: Update.
1717
1718 * include/Makefile.in: Regenerate.
1719 * configure: Likewise.
1720
1721 * docs/html/ext/tr1.html: Update.
1722
1723 2006-03-08 Paolo Carlini <pcarlini@suse.de>
1724
1725 Implement the resolution of DR 455, [DR].
1726 * src/ios_init.cc (ios_base::Init::Init()): Do it.
1727 * testsuite/27_io/objects/char/dr455.cc: New.
1728 * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise.
1729 * docs/html/ext/howto.html: Add an entry for DR 455.
1730
1731 2006-03-07 Paolo Carlini <pcarlini@suse.de>
1732
1733 * include/tr1/cmath: Add C99 overloads.
1734 * include/tr1/common.h (struct __promote_3): Add.
1735 * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: New.
1736
1737 * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Tweak.
1738 * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
1739
1740 2006-03-06 Paolo Carlini <pcarlini@suse.de>
1741
1742 PR target/26532
1743 * config/io/c_io_stdio.h (struct __ios_flags): Remove.
1744 * include/bits/ios_base.h: Adjust consistently.
1745 (ios_base::_S_local_word_size): Change to an anonymous enum.
1746 * src/ios.cc: Do not define static const data of __ios_flags,
1747 likewise for ios_base::_S_local_word_size.
1748 * include/bits/locale_classes.h (locale::_S_categories_size):
1749 Change to an anonymous enum.
1750 * src/locale.cc: Don't define.
1751
1752 2006-03-03 Paolo Carlini <pcarlini@suse.de>
1753
1754 PR libstdc++/26526
1755 * config/abi/pre/gnu.ver (__copy_streambufs, 64-bit version): Add
1756 @GLIBCXX_3.4.8; move existing symbols @GLIBCXX_3.4.8 to 3.4.9.
1757 * configure.ac (libtool_VERSION): To 6:9:0.
1758 * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.9.
1759 * configure: Regenerate.
1760
1761 2006-03-02 Paolo Carlini <pcarlini@suse.de>
1762
1763 * config/abi/pre/gnu.ver: Adjust __copy_streambufs_eof export
1764 vs 64-bit arches.
1765
1766 2006-03-01 Paolo Carlini <pcarlini@suse.de>
1767
1768 * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 41.
1769
1770 2006-02-27 Jakub Jelinek <jakub@redhat.com>
1771
1772 PR other/26208
1773 * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use
1774 _Unwind_GetIPInfo instead of _Unwind_GetIP.
1775
1776 2006-02-27 Paolo Carlini <pcarlini@suse.de>
1777
1778 PR libstdc++/14866
1779 * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Redirect
1780 stderr instead.
1781
1782 2006-02-26 Paolo Carlini <pcarlini@suse.de>
1783
1784 * include/tr1/cmath: Add templates (8.16.3).
1785 * include/tr1/cstdbool: New.
1786 * include/tr1/stdbool.h: Likewise.
1787 * include/Makefile.am: Add.
1788 * testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
1789 * testsuite/tr1/headers.cc: Update.
1790 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
1791 * docs/html/ext/tr1.html: Update.
1792 * include/Makefile.in: Regenerate.
1793 * config.h.in: Likewise.
1794 * configure: Likewise.
1795
1796 2006-02-24 Paolo Carlini <pcarlini@suse.de>
1797
1798 * include/tr1/array (array<>::swap, assign): Implement.
1799 * include/tr1/array (operator==, operator!=, operator<,
1800 operator>, operator>=, operator<=, swap, get): Inline.
1801 * testsuite/tr1/6_containers/array/requirements/member_swap.cc: New.
1802 * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
1803 * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
1804 Likewise.
1805
1806 2006-02-23 Benjamin Kosnik <bkoz@redhat.com>
1807
1808 * testsuite/22_locale/codecvt/in/wchar_t/1.cc (test01): Change int
1809 to size_t. Use explicit static_cast for casts.
1810 * testsuite/22_locale/codecvt/in/wchar_t/6.cc (test06): Same.
1811 * testsuite/22_locale/codecvt/in/wchar_t/5.cc (test05): Same.
1812 * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
1813
1814 2006-02-22 Paolo Carlini <pcarlini@suse.de>
1815
1816 * docs/html/ext/pb_assoc/
1817 basic_tree_assoc_cntnr_const_node_iterator.html:Fix links
1818 * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_node_iterator.html:
1819 Likewise.
1820 * docs/html/ext/pb_assoc/hash_based_containers.html: Likewise.
1821 * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: Likewise.
1822 * docs/html/ext/pb_assoc/interface.html: Likewise..
1823 * docs/html/ext/pb_assoc/list_updates.html: Likewise.
1824 * docs/html/ext/pb_assoc/lu_based_containers.html: Likewise.
1825 * docs/html/ext/pb_assoc/resize_policies.html: Likewise.
1826 * docs/html/ext/pb_assoc/sample_probe_fn.html: Likewise.
1827 * docs/html/ext/pb_assoc/sample_range_hashing.html: Likewise.
1828 * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: Likewise.
1829 * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: Likewise.
1830 * docs/html/ext/pb_assoc/sample_resize_policy.html: Likewise.
1831 * docs/html/ext/pb_assoc/tree_assoc_cntnr_const_node_iterator.html:
1832 Likewise.
1833 * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: Likewise.
1834
1835 2006-02-22 Paolo Carlini <pcarlini@suse.de>
1836
1837 PR libstdc++/26132
1838 * include/tr1/hashtable (hashtable<>::rehash): Define.
1839 * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
1840
1841 * include/tr1/hashtable: Trivial formatting and stylistic fixes.
1842
1843 * testsuite/tr1/headers.cc: remove <tr1/hashtable>, not a tr1 header,
1844 only an implementation detail.
1845
1846 2006-02-22 Paolo Carlini <pcarlini@suse.de>
1847
1848 * include/debug/list (splice): Remove splice_alloc check, redundant
1849 after implementing the splice bits of N1599.
1850
1851 2006-02-21 Benjamin Kosnik <bkoz@redhat.com>
1852
1853 * include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
1854 _GLIBCXX_END_NAMESPACE.
1855
1856 2006-02-21 Benjamin Kosnik <bkoz@redhat.com>
1857
1858 * include/bits/c++config: Simplify debug namespaces.
1859 * include/ext/hash_set: Specialize insert_iterator after norm,
1860 debug containers have been (optionally) declared. Use nested
1861 namespaces.
1862 * include/ext/hash_map: Same.
1863 * include/debug/hash_map.h (insert): Add specialization for value
1864 pointer types.
1865 * include/debug/hash_set.h (insert): Same.
1866 * include/debug/hash_multimap.h: Change __gnu_debug_def to __debug.
1867 * include/debug/set.h: Same.
1868 * include/debug/bitset: Same.
1869 * include/debug/multiset.h: Same.
1870 * include/debug/hash_multiset.h: Same.
1871 * include/debug/vector: Same.
1872 * include/debug/map.h: Same.
1873 * include/debug/deque: Same.
1874 * include/debug/list: Same.
1875 * include/debug/multimap.h. Same.
1876 * include/debug/macros.h: Use __gnu_debug.
1877 * include/debug/debug.h: Same.
1878 * include/debug/formatter.h: Same.
1879 * include/debug/safe_sequence.h: Same.
1880 * include/debug/functions.h: Same.
1881 * include/debug/safe_base.h: Same.
1882 * include/debug/safe_iterator.h: Same.
1883 * include/debug/safe_iterator.tcc: Same.
1884 (_M_invalidate): Adjust compare order.
1885 * include/debug/string: Change std::__gnu_debug to __gnu_debug.
1886 * include/ext/hashtable.h: Formatting fixes.
1887 * include/bits/stl_map.h: Formatting fixes.
1888 * src/compatibility.cc: Adjust compatibility symbols for old debug
1889 mode model.
1890 * src/debug_list.cc: Tweak.
1891 * src/debug.cc: Adjust namespaces.
1892 * docs/html/debug_mode.html: Adjust namespace names.
1893 * testsuite/25_algorithms/heap/heap.cc: Restore _GLIBCXX_DEBUG
1894 macro guards, as count values differ when in debug mode.
1895 * testsuite/23_containers/vector/26412.cc: Move to...
1896 * testsuite/23_containers/vector/26412-1.cc: ... here.
1897 * testsuite/23_containers/vector/26412-2.cc: Add.
1898
1899 * include/ext/pb_assoc/detail/standard_policies.hpp
1900 (PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
1901 std::equal_to.
1902
1903 * configure.ac (libtool_VERSION): To 6:8:0.
1904 * configure: Regenerate.
1905 * config/abi/pre/gnu.ver: Revert to exporting __gnu_debug symbols.
1906 (GLIBCXX_3.4.8): New.
1907 * testsuite/testsuite_abi.cc: Add GLIBCXX_3.4.8 to known versions.
1908
1909 2006-02-21 Paolo Carlini <pcarlini@suse.de>
1910
1911 * include/tr1/hashtable: Trivial formatting fixes.
1912
1913 2006-02-20 Paolo Carlini <pcarlini@suse.de>
1914
1915 Revert recent commit for libstdc++/26211, now suspended waiting for
1916 DR 342 (reopened) to reach a new resolution.
1917 * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
1918 seekg(off_type, ios_base::seekdir)): Remove sentry.
1919 * testsuite/27_io/basic_istream/seekg/char/26211.cc: Remove.
1920 * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
1921 * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
1922 * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
1923 * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Revert changes.
1924 * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1925 * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
1926 * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1927 * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
1928 * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
1929
1930 2006-02-19 Paolo Carlini <pcarlini@suse.de>
1931
1932 * include/std/std_sstream.h (basic_stringbuf<>::setbuf): Simply
1933 clear the internal _M_string, adjust _M_sync call.
1934 * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
1935 consistently for calls from setbuf.
1936
1937 2006-02-17 Paolo Carlini <pcarlini@suse.de>
1938 Howard Hinnant <hhinnant@apple.com>
1939
1940 PR libstdc++/26250
1941 * include/bits/sstream.tcc (basic_stringbuf<>::overflow): Tweak
1942 to leave epgtr() just past the new write position, as per the
1943 relevant bits of 27.7.1.3/8 (not changed by DR 432).
1944 * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: New.
1945 * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Same.
1946
1947 * docs/html/ext/howto.html: Add entries for DR 169 and DR 432.
1948
1949 * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
1950 of line...
1951 * include/bits/sstream.tcc: ... here.
1952
1953 2006-02-16 Joseph S. Myers <joseph@codesourcery.com>
1954
1955 PR libstdc++/14939
1956 * config/os/uclibc/ctype_base.h, config/os/uclibc/ctype_inline.h,
1957 config/os/uclibc/ctype_noninline.h, config/os/uclibc/os_defines.h:
1958 New.
1959 * acinclude.m4 (GLIBCXX_CONFIGURE): Test whether using uClibc.
1960 * configure.host: Use os/uclibc for uClibc.
1961 * crossconfig.m4 (*-linux*): Use link tests. Don't hardcode
1962 presence of math functions.
1963 * configure: Regenerate.
1964
1965 2006-02-12 Paolo Carlini <pcarlini@suse.de>
1966
1967 PR libstdc++/26211
1968 * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
1969 seekg(off_type, ios_base::seekdir)): Construct a sentry, as per
1970 27.6.1.3/1.
1971 * testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
1972 * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
1973 * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
1974 * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
1975 * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Adjust.
1976 * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1977 * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
1978 * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1979 * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
1980 * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
1981
1982 2006-02-10 Paolo Carlini <pcarlini@suse.de>
1983
1984 PR libstdc++/26181
1985 * include/bits/streambuf.tcc (__copy_streambufs_eof): New, like
1986 the existing __copy_streambufs but reporting eof in input.
1987 (__copy_streambufs): Just use the latter.
1988 * src/streambuf.cc (__copy_streambufs_eof): Adjust specializations
1989 of __copy_streambufs.
1990 * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use
1991 __copy_streambufs_eof instead.
1992 * include/std/std_streambuf.h: Adjust.
1993 * src/streambuf-inst.cc: Adjust.
1994 * config/abi/pre/gnu.ver: Export the new symbols.
1995 * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: New.
1996 * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc:
1997 Likewise.
1998 * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Adjust.
1999 * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc:
2000 Likewise.
2001
2002 2006-02-08 Benjamin Kosnik <bkoz@redhat.com>
2003
2004 PR libstdc++/26142
2005 * include/debug/debug.h: Move debug alias inside namespace std,
2006 same with namespace __gnu_cxx. Add top-level __gnu_debug
2007 namespace.
2008 * include/debug/hash_multimap.h: Nest within __gnu_cxx, not
2009 std. Also, change nesting namespace name from __gnu_debug_def to
2010 __gnu_debug.
2011 * include/debug/hash_map.h: Same.
2012 * include/debug/hash_multiset.h: Same.
2013 * include/debug/hash_set.h: Same.
2014 * docs/html/debug.html: Same.
2015 * testsuite/23_containers/vector/26412.cc: New.
2016 * testsuite/23_containers/vector/invalidation/1.cc: Correct
2017 qualifications for debug namespace change.
2018 * testsuite/23_containers/vector/invalidation/2.cc: Same.
2019 * testsuite/23_containers/vector/invalidation/3.cc: Same.
2020 * testsuite/23_containers/vector/invalidation/4.cc: Same.
2021 * testsuite/23_containers/deque/invalidation/1.cc: Same.
2022 * testsuite/23_containers/deque/invalidation/2.cc: Same.
2023 * testsuite/23_containers/deque/invalidation/3.cc: Same.
2024 * testsuite/23_containers/deque/invalidation/4.cc: Same.
2025 * testsuite/23_containers/multiset/invalidation/1.cc: Same.
2026 * testsuite/23_containers/multiset/invalidation/2.cc: Same.
2027 * testsuite/23_containers/multimap/invalidation/1.cc: Same.
2028 * testsuite/23_containers/multimap/invalidation/2.cc: Same.
2029 * testsuite/23_containers/bitset/invalidation/1.cc: Same.
2030 * testsuite/23_containers/bitset/cons/16020.cc: Same.
2031 * testsuite/23_containers/bitset/operations/13838.cc: Same.
2032 * testsuite/23_containers/list/invalidation/1.cc: Same.
2033 * testsuite/23_containers/list/invalidation/2.cc: Same.
2034 * testsuite/23_containers/list/invalidation/3.cc: Same.
2035 * testsuite/23_containers/list/invalidation/4.cc: Same.
2036 * testsuite/23_containers/set/invalidation/1.cc: Same.
2037 * testsuite/23_containers/set/invalidation/2.cc: Same.
2038 * testsuite/23_containers/map/invalidation/1.cc: Same.
2039 * testsuite/23_containers/map/invalidation/2.cc: Same.
2040 * testsuite/23_containers/map/modifiers/insert/16813.cc: Same.
2041 * testsuite/21_strings/basic_string/2.cc: Same.
2042
2043 2006-02-08 Paolo Carlini <pcarlini@suse.de>
2044
2045 PR libstdc++/26133 (DR 241, [WP])
2046 * include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
2047 output_iterator_tag), __unique_copy(,,, input_iterator_tag,
2048 output_iterator_tag), __unique_copy(,,, input_iterator_tag,
2049 forward_iterator_tag), and predicated counterparts): Add.
2050 (__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
2051 forward_iterator_tag), and predicated counterparts): Remove.
2052 (unique_copy): Adjust, dispatch to the three helpers above.
2053 * testsuite/25_algorithms/unique_copy/2.cc: New.
2054 * testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
2055 * testsuite/25_algorithms/unique_copy/3.cc: Likewise.
2056 * docs/html/ext/howto.html: Add an entry for DR 241.
2057
2058 * testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.
2059
2060 2006-02-07 Jakub Jelinek <jakub@redhat.com>
2061 Benjamin Kosnik <bkoz@redhat.com>
2062
2063 * configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2064 If true, set also port_specific_symbol_files and create
2065 as_symver_specs.
2066 (GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
2067 * configure: Rebuilt.
2068 * config.h.in: Rebuilt.
2069 * config/os/gnu-linux/ldbl-extra.ver: New file.
2070 * config/abi/pre/gnu.ver: Make sure no __float128 symbols are
2071 exported.
2072 * include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
2073 _GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
2074 _GLIBCXX_END_LDBL_NAMESPACE): Define.
2075 * include/bits/localefwd.h: Use them to conditionally scope facets.
2076 * include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
2077 with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2078 Surround std::{money,num}_{get,put}
2079 with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2080 [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
2081 [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
2082 [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
2083 [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
2084 * include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
2085 with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2086 (std::money_get::__do_get, std::money_put::__do_put,
2087 std::num_get::__do_get, std::num_put::__do_put): New
2088 specializations.
2089 * include/Makefile.am: Conditionally define
2090 _GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
2091 * include/Makefile.in: Regenerate.
2092 * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
2093 _GLIBCXX_SYNC_ID): Define, use them.
2094 * src/compatibility-ldbl.cc: New file.
2095 * src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
2096 symbols.
2097 * src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2098 * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2099 * src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2100 * src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2101 * src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2102 * src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2103 * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2104 * src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2105 * src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2106 * config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
2107 Likewise.
2108 * config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
2109 Likewise.
2110 * src/Makefile.am (libstdc++-symbol.ver): Append instead of
2111 insert in the middle if port specific symbol file requests it.
2112 (ldbl_compat_sources): New variable.
2113 (sources): Use it.
2114 (compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
2115 * src/Makefile.in: Rebuilt.
2116 * testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
2117 GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
2118
2119 2006-02-07 Paolo Carlini <pcarlini@suse.de>
2120
2121 * include/tr1/hashtable: Trivial formatting fixes.
2122
2123 2006-02-07 Paolo Carlini <pcarlini@suse.de>
2124 Zak Kipling <zak@transversal.com>
2125
2126 PR libstdc++/26127
2127 * include/tr1/hashtable (hashtable<>::key_equal): Define.
2128 (hashtable<>::bucket, rehash_base<>::max_load_factor): Fix.
2129 * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
2130
2131 2006-02-07 Paolo Carlini <pcarlini@suse.de>
2132
2133 * include/tr1/cmath: New.
2134 * include/tr1/cstdlib: Likewise.
2135 * include/tr1/ctime: Likewise.
2136 * include/tr1/math.h: Likewise.
2137 * include/tr1/stdlib.h: Likewise.
2138 * include/Makefile.am: Add.
2139 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <math.h> checks.
2140 * testsuite/tr1/8_c_compatibility/cmath/functions.cc: New.
2141 * testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise.
2142 * testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Likewise.
2143 * testsuite/tr1/headers.cc: Update.
2144
2145 * include/tr1/cinttypes: Do not provide abs and div, conflicting
2146 with the above overloads for _Longlong types.
2147 * include/tr1/inttypes.h: Adjust.
2148 * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Adjust.
2149
2150 * docs/html/ext/tr1.html: Update.
2151
2152 * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
2153
2154 * include/Makefile.in: Regenerate.
2155 * config.h.in: Likewise.
2156 * configure: Likewise.
2157
2158 2006-02-07 Mark Mitchell <mark@codesourcery.com>
2159
2160 * testsuite/testsuite_tr1.h (test_property): New function.
2161 * testsuite/tr1/4_metaprogramming/type_properties/extent/extent.cc
2162 (test01)
2163
2164 2006-02-05 Paolo Carlini <pcarlini@suse.de>
2165
2166 * include/tr1/cstdio: New.
2167 * include/tr1/stdio.h: Likewise.
2168 * include/Makefile.am: Add.
2169 * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: New.
2170 * testsuite/tr1/headers.cc: Update.
2171 * docs/html/ext/tr1.html: Update.
2172
2173 * include/tr1/cwchar: Simplify, use _GLIBCXX_USE_C99, consistently
2174 with the facilities in std::.
2175 * include/tr1/cwctype: Likewise.
2176 * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
2177 * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
2178 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Remove <wchar.h> and
2179 <wctype.h> checks.
2180
2181 * include/Makefile.in: Regenerate.
2182 * config.h.in: Likewise.
2183 * configure: Likewise.
2184
2185 2006-02-04 Paolo Carlini <pcarlini@suse.de>
2186
2187 * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Fix.
2188
2189 2006-02-04 Paolo Carlini <pcarlini@suse.de>
2190
2191 * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: Avoid
2192 warning on string constant.
2193
2194 2006-02-03 Paolo Carlini <pcarlini@suse.de>
2195
2196 * include/tr1/cwchar: New.
2197 * include/tr1/cwctype: Likewise.
2198 * include/tr1/wchar.h: Likewise.
2199 * include/tr1/wctype.h: Likewise.
2200 * include/Makefile.am: Add.
2201 * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: New.
2202 * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
2203 * testsuite/tr1/headers.cc: Update.
2204 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <wchar.h> and
2205 <wctype.h> checks.
2206 * docs/html/ext/tr1.html: Update.
2207 * include/Makefile.in: Regenerate.
2208 * config.h.in: Likewise.
2209 * configure: Likewise.
2210
2211 * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Cosmetic tweak.
2212
2213 2006-02-02 Paolo Carlini <pcarlini@suse.de>
2214
2215 * include/tr1/cfloat: New.
2216 * include/tr1/climits: Likewise.
2217 * include/tr1/cstdarg: Likewise.
2218 * include/tr1/ctype.h: Likewise.
2219 * include/tr1/fenv.h: Likewise.
2220 * include/tr1/float.h: Likewise.
2221 * include/tr1/inttypes.h: Likewise.
2222 * include/tr1/limits.h: Likewise.
2223 * include/tr1/stdint.h: Likewise.
2224 * include/tr1/stdarg.h: Likewise.
2225 * include/Makefile.am: Add.
2226 * include/Makefile.in: Regenerate.
2227 * docs/html/ext/tr1.html: Update.
2228 * testsuite/tr1/headers.cc: New.
2229
2230 * include/tr1/cctype: Include <cctype> instead.
2231
2232 2006-01-31 Paolo Carlini <pcarlini@suse.de>
2233
2234 PR libstdc++/21554
2235 * include/tr1/array (array<>::_M_instance): Maximally align.
2236 * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
2237
2238 2006-01-31 Ed Smith-Rowland <3dw4rd@verizon.net>
2239
2240 * docs/html/faq/index.html ([1.0]): Replace references to CVS
2241 with appropriate references to SVN.
2242 ([1.3]): Likewise.
2243 ([1.4]): Likewise.
2244 ([2.3]): Likewise.
2245 * docs/html/faq/index.txt: Regenerated.
2246
2247 2006-01-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
2248
2249 * include/bits/valarray_array.h (__valarray_default_construct):
2250 Replace use __is_fundamental with __is_pod.
2251 (__valarray_fill_construct): Likewise.
2252 (__valarray_copy_construct): Likewise.
2253 (__valarray_destroy_elements): Likewise.
2254 (__valarray_copy): Likewise.
2255
2256 2006-01-30 Paolo Carlini <pcarlini@suse.de>
2257
2258 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Do the <inttypes.h>
2259 checks only if the <stdint.h> checks are successful.
2260 * configure: Regenerate.
2261
2262 2006-01-30 Paolo Carlini <pcarlini@suse.de>
2263
2264 * include/tr1/cinttypes: New.
2265 * include/Makefile.am: Add.
2266 * testsuite/tr1/8_c_compatibility/cinttypes/functions: New.
2267 * testsuite/tr1/8_c_compatibility/cinttypes/types: Likewise.
2268 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <inttypes.h> checks.
2269 * docs/html/ext/tr1.html: Update.
2270 * include/Makefile.in: Regenerate.
2271 * config.h.in: Likewise.
2272 * configure: Likewise.
2273
2274 * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: Cosmetic tweak.
2275 * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
2276
2277 * testsuite/tr1/8_c_compatibility/cstdint/types.cc: Fix, check in
2278 std::tr1.
2279
2280 2006-01-29 Paolo Carlini <pcarlini@suse.de>
2281
2282 * include/tr1/cstdint: New.
2283 * include/Makefile.am: Add.
2284 * testsuite/tr1/8_c_compatibility/cstdint/types: New.
2285 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdint.h> checks.
2286 * docs/html/ext/tr1.html: Update.
2287 * include/Makefile.in: Regenerate.
2288 * config.h.in: Likewise.
2289 * configure: Likewise.
2290
2291 * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Cosmetic tweak.
2292
2293 2006-01-29 Paolo Carlini <pcarlini@suse.de>
2294
2295 PR libstdc++/26006
2296 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Tighten <ctype.h> and
2297 <fenv.h> checks.
2298 * configure: Regenerate.
2299
2300 2006-01-26 Paolo Carlini <pcarlini@suse.de>
2301
2302 * include/std/std_bitset.h (bitset<>::_M_copy_to_string):
2303 Call the internal _Unchecked_set(size_t) instead of set.
2304
2305 2006-01-26 Paolo Carlini <pcarlini@suse.de>
2306
2307 * docs/html/install.html ([Tools you will need beforehand]):
2308 Clarify that the de_DE locale is used by configure; clarify
2309 that missing localedata leads to skipped tests, not fails.
2310
2311 2006-01-26 Paolo Carlini <pcarlini@suse.de>
2312
2313 * include/tr1/cfenv: New.
2314 * include/Makefile.am: Add.
2315 * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: New.
2316 * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
2317 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <fenv.h> checks.
2318 * docs/html/ext/tr1.html: Update; add note.
2319 * include/Makefile.in: Regenerate.
2320 * config.h.in: Likewise.
2321 * configure: Likewise.
2322
2323 * testsuite/tr1/8_c_compatibility/complex/functions.cc: Tweak.
2324 * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Likewise.
2325
2326 * docs/html/faq/index.html: Fix link to tr1.html text; fix
2327 formatting.
2328
2329 2006-01-25 Paolo Carlini <pcarlini@suse.de>
2330
2331 * include/tr1/cctype: New.
2332 * include/Makefile.am: Add.
2333 * testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
2334 * include/Makefile.in: Regenerate.
2335
2336 * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
2337 support to TR1, Chapter 8.
2338 * configure.ac: Use it.
2339 * include/tr1/complex: Adjust.
2340 * config.h.in: Regenerate.
2341 * configure: Likewise.
2342
2343 2006-01-25 Benjamin Kosnik <bkoz@redhat.com>
2344
2345 * docs/html/configopts.html: Tweak docs.
2346
2347 * libsupc++/eh_personality.cc: Fix typos.
2348
2349 2006-01-24 Paolo Carlini <pcarlini@suse.de>
2350
2351 PR libstdc++/25649
2352 * include/std/std_istream.h (operator>>(short&), operator>>(int&)):
2353 Move out of line...
2354 * include/bits/istream.tcc: ... here.
2355 * include/std/std_ostream.h (operator<<(short), operator<<(int)):
2356 Move out of line...
2357 * include/bits/ostream.tcc: ... here.
2358
2359 2006-01-24 Ed Smith-Rowland <3dw4rd@verizon.net>
2360
2361 * docs/html/faq/index.html ([5.2]): Mention TR1 and point to
2362 paragraph [5.5], describing it.
2363 ([5.5]): New.
2364 * docs/html/ext/tr1.html: New.
2365
2366 2006-01-20 Benjamin Kosnik <bkoz@redhat.com>
2367
2368 * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version
2369 reporting. Disable --gc-sections for old binutils, by version.
2370 * configure: Regenerate.
2371
2372 2006-01-20 Joseph S. Myers <joseph@codesourcery.com>
2373
2374 PR libstdc++/25524
2375 * include/Makefile.am: Install host-specific headers in multilib
2376 subdirectory.
2377 * include/Makefile.in: Regenerate.
2378
2379 2006-01-19 Paolo Carlini <pcarlini@suse.de>
2380
2381 Implement list::splice (and merge) bits of N1599
2382 * include/bits/stl_list.h (list<>::_M_check_equal_allocators): New.
2383 (list<>::splice(iterator, list&), splice(iterator, list&, iterator),
2384 splice(iterator, list&, iterator, iterator)): Use it.
2385 * include/bits/list.tcc (list<>::merge(list&), merge(list&,
2386 _StrictWeakOrdering)): Likewise.
2387 * testsuite/23_containers/list/operators/5.cc: New.
2388
2389 2006-01-19 H.J. Lu <hongjiu.lu@intel.com>
2390
2391 PR libstdc++/25797
2392 * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Remove -Werror
2393 from CFLAGS. Check if linker really supports --gc-sections.
2394 * configure: Regenerated.
2395
2396 2006-01-18 Paul Brook <paul@codesourcery.com>
2397
2398 * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.
2399
2400 2006-01-18 Paolo Carlini <pcarlini@suse.de>
2401
2402 * include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
2403
2404 2006-01-18 Perry Smith <pedz@easesoftware.net>
2405
2406 PR libstdc++/25823
2407 PR libstdc++/25824
2408 * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
2409 * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.
2410
2411 2006-01-18 Paolo Carlini <pcarlini@suse.de>
2412
2413 * include/ext/pb_assoc/detail/value_type_adapter/
2414 value_type_adapter.hpp: Include <tr1/type_traits>.
2415 * include/ext/pb_assoc/detail/value_type_adapter/
2416 it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
2417 Use tr1::aligned_storage and tr1::alignment_of.
2418 (it_value_type_traits_<>::buf_t): Remove.
2419 (it_value_type_traits_<>::make_valid, recast): Adjust.
2420
2421 2006-01-16 Benjamin Kosnik <bkoz@redhat.com>
2422
2423 PR libstdc++/25797
2424 * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Add -Werror to
2425 CFLAGS for --gc-sections test. Correct compile test.
2426 * configure: Regenerated.
2427
2428 2006-01-15 Paolo Carlini <pcarlini@suse.de>
2429 Gabriel Dos Reis <gdr@integrable-solutions.net>
2430
2431 PR libstdc++/25626
2432 * include/std/std_valarray.h (valarray(const slice_array<>&),
2433 valarray(const gslice_array<>&), valarray(const mask_array<>&),
2434 valarray(const indirect_array<>&), valarray(const _Expr<>&)):
2435 Forward to __valarray_copy_construct, not __valarray_copy.
2436 * include/bits/valarray_array.h
2437 (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
2438 __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
2439 New.
2440
2441 2006-01-15 Paolo Carlini <pcarlini@suse.de>
2442
2443 * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
2444 Fix norm test, use casts everywhere.
2445
2446 2006-01-14 Paolo Carlini <pcarlini@suse.de>
2447
2448 * testsuite/testsuite_tr1.h: Add missing include; use std::__are_same.
2449
2450 2006-01-14 Paolo Carlini <pcarlini@suse.de>
2451
2452 * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
2453 Fix wrong test (don't pick by mistake the (const complex<>&, int)
2454 overload); add some.
2455
2456 2006-01-13 Paolo Carlini <pcarlini@suse.de>
2457 Howard Hinnant <hhinnant@apple.com>
2458
2459 * include/tr1/complex (arg, conj, imag, norm, polar, pow, real):
2460 Add, implementing TR1, 8.1.9.
2461 (__promote_2): New.
2462 * include/tr1/common.h: New, provides __promote, __promote_2.
2463 * include/Makefile.am: Add.
2464 * include/Makefile.in: Regenerate.
2465 * testsuite/testsuite_tr1.h (check_ret_type): New.
2466 * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: New.
2467 * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: New.
2468
2469 2006-01-12 Benjamin Kosnik <bkoz@redhat.com>
2470
2471 * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Enable
2472 --gc-sections in more cases.
2473 * configure: Regenerate.
2474 * scripts/testsuite_flags.in: Remove SECTION_LDFLAGS.
2475 * scripts/testsuite_flags.in (cxxldflags): New.
2476 * testsuite/lib/libstdc++.exp (v3_target_compile): Add cxxldflags.
2477 (libstdc++_init ): Same.
2478
2479 2006-01-12 Jan Beulich <jbeulich@novell.com>
2480
2481 * crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and
2482 HAVE_ISNAN for *-*-netware*.
2483 * configure: Refresh.
2484
2485 2006-01-11 Benjamin Kosnik <bkoz@redhat.com>
2486
2487 * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Use -Wl,-z,relro if
2488 possible.
2489 * configure: Regenerate.
2490
2491 2006-01-10 Paolo Carlini <pcarlini@suse.de>
2492
2493 * include/tr1/complex: New file, hosts the additions to header
2494 <complex> described in TR1, Chapter 8 [tr.c99].
2495 * include/Makefile.am: Add.
2496 * include/Makefile.in: Regenerate.
2497 * testsuite/tr1/8_c_compatibility/complex/functions.cc: New.
2498
2499 2006-01-09 Paolo Carlini <pcarlini@suse.de>
2500
2501 PR libstdc++/25658
2502 * testsuite/23_containers/deque/cons/assign/1.cc: Divide
2503 sizes by 10.
2504
2505 2006-01-08 Paolo Carlini <pcarlini@suse.de>
2506
2507 PR libstdc++/22102 (insert as close to hint as possible)
2508 * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_lower,
2509 _M_insert_equal_lower): New.
2510 (_M_insert_equal(iterator, const _Val&),
2511 _M_insert_equal(const_iterator, const _Val&)): Use the above.
2512 * docs/html/ext/howto.html: Add an entry for DR 233.
2513 * testsuite/23_containers/multiset/modifiers/insert/22102.cc: New.
2514 * testsuite/23_containers/multimap/modifiers/insert/22102.cc: New.
2515
2516 * testsuite/23_containers/set/insert/: Move...
2517 * testsuite/23_containers/set/modifiers/insert/: ...here.
2518 * testsuite/23_containers/map/insert/: Move...
2519 * testsuite/23_containers/map/modifiers/insert/: ...here.
2520 * testsuite/23_containers/multiset/insert/: Move...
2521 * testsuite/23_containers/multiset/modifiers/insert/: ...here.
2522
2523 2006-01-06 Paolo Carlini <pcarlini@suse.de>
2524
2525 * include/bits/stl_tree.h (_Rb_tree<>::insert_unique): Rename
2526 to _M_insert_unique.
2527 (_Rb_tree<>::insert_equal): Rename to _M_insert_equal.
2528 * include/bits/stl_map.h (class map<>): Update callers.
2529 * include/bits/stl_set.h (class set<>): Likewise.
2530 * include/bits/stl_multimap.h (class multimap<>): Likewise.
2531 * include/bits/stl_multiset.h (class multiset<>): Likewise.
2532
2533 2006-01-06 Paolo Carlini <pcarlini@suse.de>
2534
2535 * include/bits/stl_bvector.h (vector<bool>::erase(iterator,
2536 iterator)): Just use _M_erase_at_end.
2537
2538 2006-01-06 Paolo Carlini <pcarlini@suse.de>
2539
2540 * include/bits/stl_bvector.h (class vector<bool>): Move all the
2541 helpers under protected access mode, consistently with the primary
2542 vector template.
2543 (vector<bool>::_M_erase_at_end): Add.
2544 (erase(iterator, iterator), clear, resize, _M_fill_assign,
2545 _M_assign_aux): Use it.
2546 * testsuite/23_containers/vector/bool/modifiers/erase/1.cc: New.
2547
2548 2006-01-06 Paolo Carlini <pcarlini@suse.de>
2549
2550 Implement Option 3 of DR 431 for vector<bool>.
2551 * include/bits/stl_bvector.h (class _Bvector_base): Change to
2552 a struct, consistently with the primary vector template.
2553 (class vector<bool>): Adjust to protected inheritance, tidy
2554 typedefs.
2555 (_Bvector_base<>::_M_get_Bit_allocator): Add.
2556 (vector<bool>::vector(const vector&)): Use it.
2557 (_Bvector_base<>::get_allocator): Tidy.
2558 (vector<bool>::swap): Use __alloc_swap.
2559 * testsuite/23_containers/vector/bool/modifiers/swap/1.cc: New.
2560 * testsuite/23_containers/vector/bool/modifiers/swap/2.cc: New.
2561
2562 2006-01-05 Paolo Carlini <pcarlini@suse.de>
2563
2564 * testsuite/testsuite_hooks.h (test_tm(unsigned)): Change to
2565 take all the tm members.
2566 * testsuite/testsuite_hooks.cc (test_tm): Adjust.
2567 * testsuite/22_locale/time_put/put/wchar_t/10.cc: Update.
2568 * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
2569 * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
2570 * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
2571 * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
2572 * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
2573 * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
2574 * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
2575 * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
2576 * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
2577 * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
2578 * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
2579 * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
2580 * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
2581 * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
2582 * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
2583 * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
2584 * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
2585 * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
2586 * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
2587 * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
2588 * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
2589 * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
2590 * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
2591 * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
2592 * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
2593 * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
2594 * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
2595 * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
2596 * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
2597 * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
2598 * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
2599 * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
2600 * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
2601 * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
2602 * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
2603 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2604 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2605 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
2606 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
2607 * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
2608 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2609 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2610 * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
2611 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
2612 * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
2613 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
2614 * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
2615 * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
2616 * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
2617 * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
2618 * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
2619 * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
2620 * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
2621
2622 2006-01-05 Paolo Carlini <pcarlini@suse.de>
2623
2624 * testsuite/testsuite_hooks.h (test_tm(unsigned)): New.
2625 * testsuite/testsuite_hooks.cc (test_tm(unsigned)): Define.
2626 * testsuite/22_locale/time_put/put/wchar_t/10.cc: Use it.
2627 * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
2628 * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
2629 * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
2630 * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
2631 * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
2632 * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
2633 * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
2634 * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
2635 * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
2636 * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
2637 * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
2638 * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
2639 * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
2640 * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
2641 * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
2642 * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
2643 * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
2644 * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
2645 * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
2646 * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
2647 * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
2648 * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
2649 * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
2650 * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
2651 * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
2652 * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
2653 * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
2654 * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
2655 * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
2656 * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
2657 * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
2658 * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
2659 * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
2660 * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
2661 * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
2662 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2663 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2664 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
2665 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
2666 * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
2667 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2668 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2669 * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
2670 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
2671 * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
2672 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
2673 * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
2674 * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
2675 * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
2676 * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
2677 * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
2678 * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
2679 * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
2680
2681 2006-01-04 Paolo Carlini <pcarlini@suse.de>
2682
2683 * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus):
2684 Use _CharT_alloc_type as base class.
2685 (_M_get_allocator, _M_swap, _M_create, _M_destroy): Adjust.
2686 * include/ext/vstring.h (get_allocator): Tidy.
2687
2688 2006-01-04 Paolo Carlini <pcarlini@suse.de>
2689
2690 Implement Option 3 of DR 431 for all the containers.
2691 * include/bits/allocator.h (struct __alloc_swap): Add, swaps
2692 allocators, optimized to nothing in case they are empty.
2693 * include/bits/stl_deque.h (deque<>::swap): Use it.
2694 * include/bits/stl_list.h (list<>::swap): Likewise.
2695 * include/bits/stl_tree.h (_Rb_tree<>::swap): Likewise.
2696 * include/bits/stl_vector.h (vector<>::swap): Likewise.
2697 * include/tr1/hashtable (hashtable<>::swap): Likewise.
2698 * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
2699 Likewise.
2700 * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
2701 Likewise.
2702 * include/ext/vstring_util.h (__vstring_utility<>::_Alloc_hider):
2703 Clean-up (now vstring uses the generic __alloc_swap facility).
2704 * include/tr1/unordered_map: Adjust includes.
2705 * include/tr1/unordered_set: Likewise.
2706 * docs/html/ext/howto.html: Add an entry for DR 431.
2707 * testsuite/23_containers/deque/modifiers/swap.cc: Move to...
2708 * testsuite/23_containers/deque/modifiers/swap/1.cc: ... here.
2709 * testsuite/23_containers/deque/modifiers/swap/2.cc: New.
2710 * testsuite/23_containers/deque/modifiers/swap/3.cc: New.
2711 * testsuite/23_containers/list/modifiers/swap.cc: Move to...
2712 * testsuite/23_containers/list/modifiers/swap/1.cc: ... here.
2713 * testsuite/23_containers/list/modifiers/swap/2.cc: New.
2714 * testsuite/23_containers/list/modifiers/swap/3.cc: New.
2715 * testsuite/23_containers/vector/modifiers/swap.cc: Move to...
2716 * testsuite/23_containers/vector/modifiers/swap/1.cc: ... here.
2717 * testsuite/23_containers/vector/modifiers/swap/2.cc: New.
2718 * testsuite/23_containers/vector/modifiers/swap/3.cc: New.
2719 * testsuite/23_containers/set/modifiers/swap.cc: Move to...
2720 * testsuite/23_containers/set/modifiers/swap/1.cc: ... here.
2721 * testsuite/23_containers/set/modifiers/swap/2.cc: New.
2722 * testsuite/23_containers/set/modifiers/swap/3.cc: New.
2723 * testsuite/23_containers/map/modifiers/swap.cc: Move to...
2724 * testsuite/23_containers/map/modifiers/swap/1.cc: ... here.
2725 * testsuite/23_containers/map/modifiers/swap/2.cc: New.
2726 * testsuite/23_containers/map/modifiers/swap/3.cc: New.
2727 * testsuite/23_containers/multiset/modifiers/swap.cc: Move to...
2728 * testsuite/23_containers/multiset/modifiers/swap/1.cc: ... here.
2729 * testsuite/23_containers/multiset/modifiers/swap/2.cc: New.
2730 * testsuite/23_containers/multiset/modifiers/swap/3.cc: New.
2731 * testsuite/23_containers/multimap/modifiers/swap.cc: Move to...
2732 * testsuite/23_containers/multimap/modifiers/swap/1.cc: ... here.
2733 * testsuite/23_containers/multimap/modifiers/swap/2.cc: New.
2734 * testsuite/23_containers/multimap/modifiers/swap/3.cc: New.
2735 * testsuite/tr1/6_containers/unordered/swap/unordered_set/1.cc: New.
2736 * testsuite/tr1/6_containers/unordered/swap/unordered_set/2.cc: New.
2737 * testsuite/tr1/6_containers/unordered/swap/unordered_map/1.cc: New.
2738 * testsuite/tr1/6_containers/unordered/swap/unordered_map/2.cc: New.
2739 * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/1.cc: New.
2740 * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/2.cc: New.
2741 * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/1.cc: New.
2742 * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/2.cc: New.
2743
2744 2006-01-03 Paolo Carlini <pcarlini@suse.de>
2745
2746 * include/bits/stl_list.h (_List_base<>::_M_get_Node_allocator): Add.
2747 (_M_get_Tp_allocator, get_allocator): Tidy.
2748 (list<>::list(const list&), insert(iterator, size_type, const
2749 value_type&), insert(iterator, _InputIterator, _InputIterator)):
2750 Use _M_get_Node_allocator.
2751 * include/bits/stl_tree.h (_Rb_tree<>::_M_get_Node_allocator()): Add.
2752 (_Rb_tree(const _Rb_tree<>&): Use it.
2753 * include/bits/stl_deque.h (_Deque_base<>::_M_get_map_allocator,
2754 get_allocator): Tidy.
2755 * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
2756 * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
2757 line numbers.
2758 * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
2759
2760 * testsuite/testsuite_allocator.h (uneq_allocator<>::swap): Fix.
2761
2762 * testsuite/testsuite_allocator.h (class uneq_allocator): A simple
2763 non-empty testing allocator which can be endowed of a "personality"
2764 at construction time.
2765
2766 2006-01-03 Paolo Carlini <pcarlini@suse.de>
2767
2768 * testsuite/27_io/basic_stringstream/str/char/1.cc: Initialize vars.
2769 * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise.
2770 * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise, tidy.
2771 * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise.
2772
2773 2006-01-02 Mark Mitchell <mark@codesourcery.com>
2774
2775 * src/Makefile.am (LTLDFLAGS): New variable.
2776 (CXXLINK): Use LTLDFLAGS.
2777 * src/Makefile.in: Regenerated.
2778 * libsupc++/Makefile.am (LTLDFLAGS): New variable.
2779 (CXXLINK): Use LTLDFLAGS.
2780 * libsupc++/Makefile.in: Regenerated.
2781
2782 2006-01-02 Paolo Carlini <pcarlini@suse.de>
2783
2784 PR libstdc++/24645
2785 * include/std/std_istream.h (basic_istream<>::_M_extract): New.
2786 (operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
2787 operator>>(int&), operator>>(unsigned int&), operator>>(long&),
2788 operator>>(unsigned long&), operator>>(long long&), operator>>
2789 (unsigned long long&), operator>>(float&), operator>>(double&),
2790 operator>>(long double&), operator>>(void*&)): Use it.
2791 * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
2792 * include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
2793 (operator<<(long), operator<<(unsigned long), operator<<(bool),
2794 operator<<(short), operator<<(unsigned short), operator<<(int),
2795 operator<<(unsigned int), operator<<(long long), operator<<
2796 (unsigned long long), operator<<(double), operator<<(float),
2797 operator<<(long double), operator<<(const void*): Use it.
2798 * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
2799 * src/istream-inst.cc: Add _M_extract instantiations.
2800 * src/ostream-inst.cc: Add _M_insert instantiations.
2801 * config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
2802 detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
2803 money_put, etc., symbols to avoid exporting _M_insert symbols
2804 @GLIBCXX_3.4.