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