OSDN Git Service

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