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