OSDN Git Service

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