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