OSDN Git Service

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