OSDN Git Service

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