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