OSDN Git Service

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