OSDN Git Service

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