OSDN Git Service

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