OSDN Git Service

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