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