OSDN Git Service

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