OSDN Git Service

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