OSDN Git Service

a41049a7ff11492b07c024b3675933528fa17bb7
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2006-11-18  Joseph Myers  <joseph@codesourcery.com>
2
3         * config/cpu/powerpc/atomic_word.h (_GLIBCXX_WRITE_MEM_BARRIER):
4         Use plain sync if __NO_LWSYNC__.
5
6 2006-11-14  Joseph Myers  <joseph@codesourcery.com>
7
8         * testsuite/26_numerics/complex/13450.cc: Do not test long double
9         in IBM long double case.
10
11 2006-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
12
13         * configure: Regenerated.
14
15 2006-11-13  Joseph Myers  <joseph@codesourcery.com>
16
17         * libsupc++/eh_globals.cc (__cxxabiv1::__cxa_get_globals):
18         Initialize propagatingExceptions if __ARM_EABI_UNWINDER__.
19         * libsupc++/eh_personality.cc (empty_exception_spec): Define
20         separately in __ARM_EABI_UNWINDER__ case.
21
22 2006-11-13  Joseph Myers  <joseph@codesourcery.com>
23
24         * libsupc++/typeinfo (__GXX_TYPEINFO_EQUALITY_INLINE): Define.
25         Use instead of __GXX_MERGED_TYPEINFO_NAMES to condition inline
26         definitions.
27         * libsupc++/tinfo.cc (operator==): Condition on
28         __GXX_TYPEINFO_EQUALITY_INLINE; check __GXX_MERGED_TYPEINFO_NAMES
29         to determine algorithm.
30         * libsupc++/tinfo2.cc (type_info::before): Likewise.
31
32 2006-11-12  Paolo Carlini  <pcarlini@suse.de>
33
34         * include/ext/bitmap_allocator.h: Uglify some names.
35         * include/ext/concurrence.h: Likewise.
36         * src/bitmap_allocator.cc: Likewise.
37
38 2006-11-11  Paolo Carlini  <pcarlini@suse.de>
39
40         PR libstdc++/29496
41         * include/debug/safe_base.h (_Safe_sequence_base::_M_get_mutex,
42         _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
43         New.
44         * src/debug.cc: Define the latter.
45         (_Safe_sequence_base::_M_detach_all, _M_detach_singular,
46         _M_revalidate_singular, _M_swap): Use the mutex.
47         (_Safe_iterator_base::_M_attach, _M_detach): Adjust, forward to the
48         *_single version.
49         * include/debug/safe_iterator.h (_Safe_iterator<>::_M_attach_single,
50         _M_invalidate_single): New.
51         * include/debug/safe_iterator.tcc: Define.
52         (_Safe_iterator<>::_M_invalidate): Adjust, forward to
53         _M_invalidate_single.
54         * include/debug/safe_sequence.h (_Safe_sequence<>::_M_invalidate_if,
55         _M_transfer_iter): Use the mutex, adjust, forward to the *_single
56         versions of _M_invalidate and _M_attach.
57         * config/abi/pre/gnu.ver (_Safe_sequence_base::_M_get_mutex,
58         _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
59         Add @GLIBCXX_3.4.10; adjust.
60         * configure.ac (libtool_VERSION): To 6:10:0.
61         * testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.10.
62         * configure: Regenerate.
63
64 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
65
66         * config/locale/gnu/c_locale.cc (__convert_to_v): Prefer
67         strtold_l over __strtold_l if available.
68
69 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
70
71         PR libstdc++/29722
72         * include/ext/concurrence.h (concurrence_lock_error): New.
73         (concurrence_unlock_error): New.
74         (__throw_concurrence_lock_error): New.
75         (__throw_concurrence_unlock_error): New.
76         (__mutex): Use functions.
77         (__recursive_mutex): Same.
78         * testsuite/abi/cxx_runtime_only_linkage.cc: New.
79
80         * include/ext/pb_ds/exception.hpp: Keep exception classes defined
81         even when -fno-exceptions is passed, consistent with other usage.
82         
83 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
84
85         * include/ext/pb_ds/exception.hpp (pb_ds): Modify for -fno-exceptions.
86         (__throw_container_error): New. Conditionalize based on __EXCEPTIONS.
87         (__throw_insert_error): New.
88         (__throw_join_error): New.
89         (__throw_resize_error): New.
90         * include/ext/pb_ds/detail/resize_policy/
91         hash_prime_size_policy_imp.hpp: Use them.
92         * include/ext/pb_ds/detail/resize_policy/
93         hash_exponential_size_policy_imp.hpp: Same.
94         * include/ext/pb_ds/detail/resize_policy/
95         hash_load_check_resize_trigger_imp.hpp: Same.
96         * include/ext/pb_ds/detail/resize_policy/
97         hash_standard_resize_policy_imp.hpp: Same.
98         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
99         * include/ext/pb_ds/detail/cc_hash_table_map_/
100         constructor_destructor_fn_imps.hpp: Same.
101         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
102         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
103         * include/ext/pb_ds/detail/pat_trie_/
104         constructors_destructor_fn_imps.hpp: Same.
105         * include/ext/pb_ds/detail/bin_search_tree_/
106         constructors_destructor_fn_imps.hpp: Same.
107         * include/ext/pb_ds/detail/bin_search_tree_/
108         split_join_fn_imps.hpp: Same.
109         * include/ext/pb_ds/detail/gp_hash_table_map_/
110         insert_no_store_hash_fn_imps.hpp: Same.
111         * include/ext/pb_ds/detail/gp_hash_table_map_/
112         resize_store_hash_fn_imps.hpp: Same.
113         * include/ext/pb_ds/detail/gp_hash_table_map_/
114         insert_store_hash_fn_imps.hpp: Same.
115         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
116         * include/ext/pb_ds/detail/gp_hash_table_map_/
117         constructor_destructor_fn_imps.hpp: Same.
118         * include/ext/pb_ds/detail/gp_hash_table_map_/
119         resize_no_store_hash_fn_imps.hpp: Same.
120         * include/ext/pb_ds/detail/binary_heap_/
121         constructors_destructor_fn_imps.hpp: Same.
122         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
123         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
124         constructors_destructor_fn_imps.hpp: Same.
125         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
126         * include/ext/pb_ds/detail/list_update_map_/
127         constructor_destructor_fn_imps.hpp: Same.
128         * include/ext/pb_ds/exception.hpp: Same.        
129         * src/functexcept.cc: Qualify abort with std.
130
131 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
132
133         * include/ext/pb_ds/exception.hpp: Add translation support to
134         exception strings.
135         * include/ext/concurrence.h: Same.
136         * include/tr1/array: Same.
137
138 2006-11-05  Paolo Carlini  <pcarlini@suse.de>
139
140         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 45.
141         * docs/html/ext/lwg-closed.html: Add.
142         * docs/html/ext/howto.html: Adjust.
143
144 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
145
146         * include/tr1/utility (tuple_size<std::pair<> >::value): Provide
147         definition.
148
149 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
150
151         * include/tr1/tuple_iterate.h (tuple_size<tuple<> >::value): Provide
152         definition.
153         * include/tr1/functional (is_bind_expression<>::value,
154         is_placeholder<>::value, + various partial specializations): Likewise.
155         * include/tr1/array (tuple_size<array<> >::value): Likewise.
156
157 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
158
159         * testsuite/tr1/6_containers/array/capacity/max_size.cc: Actually
160         do test max_size().
161
162 2006-10-30  Joseph Myers  <joseph@codesourcery.com>
163
164         * testsuite/config/default.exp (${tool}_target_compile): Use
165         v3_target_compile.
166
167 2006-10-29  Paolo Carlini  <pcarlini@suse.de>
168
169         * src/debug.cc (_Safe_sequence_base::_M_revalidate_singular): Fix
170         pasto, advance __iter only once per iteration.
171
172 2006-10-29  Paolo Carlini  <pcarlini@suse.de>
173         
174         PR libstdc++/29520
175         * include/tr1/random (geometric_distribution<>::
176         operator()(_UniformRandomNumberGenerator&)): Only declare.
177         * include/tr1/random.tcc (geometric_distribution<>::
178         operator()(_UniformRandomNumberGenerator&),
179         poisson_distribution<>::operator()(_UniformRandomNumberGenerator&),
180         binomial_distribution<>::operator()(_UniformRandomNumberGenerator&)):
181         Reject candidate floating point values not convertible to the
182         result_type.
183
184 2006-10-28  Paolo Carlini  <pcarlini@suse.de>
185         
186         * include/tr1/array (array<>::_M_at): New.
187         (array<>::at): Fix off-by-one bug, use the above.
188         * testsuite/tr1/6_containers/array/element_access/
189         at_out_of_range.cc: Adjust.
190
191         * include/tr1/array (class array<>): Remove non-conforming default
192         for the second parameter.
193         * include/ext/array_allocator.h: Adjust.
194
195         * include/tr1/array (array<>::front, array<>::back): Do not return
196         a reference to memory not belonging to the array when _Nm == 0.
197
198 2006-10-17  Paolo Carlini  <pcarlini@suse.de>
199
200         * include/bits/locale_facets.tcc (money_get<>::__do_get(iter_type,
201         iter_type, bool, ios_base&, ios_base::iostate&, double&),
202         money_get<>::do_get(iter_type, iter_type, bool, ios_base&,
203         ios_base::iostate&, long double&), money_get<>::do_get(iter_type,
204         iter_type, bool, ios_base&, ios_base::iostate&, string_type&)): Tidy.
205
206 2006-10-17  Paolo Carlini  <pcarlini@suse.de>
207
208         PR libstdc++/26020
209         * include/bits/stl_iterator_base_funcs.h (advance): Convert
210         distance parameter to iterator_traits<>::difference_type.
211         * testsuite/24_iterators/26020.cc: New.
212
213 2006-10-17  Benjamin Kosnik  <bkoz@redhat.com>
214
215         * include/tr1/random.tcc: Fixup long line.
216
217 2006-10-17  Benjamin Kosnik  <bkoz@redhat.com>
218
219         PR libstdc++/28514 
220         * include/bits/cpp_type_traits.h (__detail): Uglify namespace.
221         * include/ext/rope: Remove global-scope anonymous namespace, use
222         nested __detail. Fixup resulting formatting issues.
223         * include/ext/ropeimpl.h: Same.
224         * include/tr1/hashtable_policy.h: Remove anonymous namespace
225         nesting for __detail.
226         * include/tr1/random: Revert anonymous namespace to nested
227         __detail namespace.
228         * include/tr1/random.tcc: Same.
229         * src/ext-inst.cc: Fixups for above.
230
231 2006-10-16  Douglas Gregor  <doug.gregor@gmail.com>
232
233         * include/Makefile.am (tr1_headers): Add new tuple_defs.h.
234         * include/Makefile.in (tr1_headers): Regenerate.
235         * include/tr1/tuple (tuple): Move declaration to tuple_defs.h.
236         (get): Ditto.
237         (operator==): Ditto.
238         (operator<): Ditto.
239         (operator!=): Ditto.
240         (operator>): Ditto.
241         (operator<=): Ditto.
242         (operator>=): Ditto.
243         (__stripped_tuple_type): Ditto.
244         Include tuple.defs.h
245         * include/tr1/tuple_iterate.h (tuple): Use
246         _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED macro instead of 10
247         "typename"s.
248         (tuple_element): Use _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS and
249         _GLIBCXX_TYPLE_ALL_TEMPLATE_ARGS instead of 10
250         parameters/arguments.
251         * include/tr1/tuple_defs.h: New header, contains declarations and
252         definitions for the tuple template with all arguments.
253         * include/tr1/repeat.h (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS): New.
254         (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED): New.
255         (_GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS): New.
256         (_GLIBCXX_TEMPLATE_PARAMS_NULL_CLASS): New.
257         (_GLIBCXX_TEMPLATE_ARGS_STRIPPED): New.
258         * scripts/gen_includers.pl: Update.
259         * scripts/gen_includers2.pl: New.       
260
261 2006-10-16  Benjamin Kosnik  <bkoz@redhat.com>
262
263         PR libstdc++/29095 continued
264         * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Additions
265         so that testing not in the build directory works for the "C"
266         target language.
267
268 2006-10-16  Jakub Jelinek  <jakub@redhat.com>
269
270         * include/bits/basic_string.tcc (_Rep::_S_create): Call
271         _M_set_sharable() for backwards compatibility.
272
273 2006-10-15  Paolo Carlini  <pcarlini@suse.de>
274
275         * include/bits/istream.tcc (getline(basic_istream<>&,
276         basic_string<>&)): Move...
277         * include/bits/basic_string.h: ... here.
278         (operator<<(basic_ostream<>&, const basic_string<>&)): Mark inline.
279
280 2006-10-15  Geoffrey Keating  <geoffk@apple.com>
281
282         * scripts/make_exports.pl: Use -_ rather than --strip-underscores
283         or --strip-underscore.
284
285 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
286
287         * aclocal.m4: Regenerate.
288         * configure: Regenerate with released autoconf-2.59.
289
290 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
291
292         * docs/html/faq/index.html: Update.
293         * docs/html/faq/index.txt: Regenerate.
294
295 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
296
297         * include/bits/ostream.tcc (operator<<(basic_ostream<>&,
298         const char*)): Further fix for throwing widen.
299
300 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
301
302         * include/bits/ostream.tcc (operator<<(basic_ostream<>&,
303         const char*)): Fix thinko in change for libstdc++/28277,
304         avoid memory leaks.
305
306 2006-10-13  Paolo Carlini  <pcarlini@suse.de>
307
308         * include/bits/istream.tcc (operator>>(__istream_type&
309         (*)(__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)),
310         operator>>(ios_base& (*)(ios_base&))): Move...
311         * include/std/std_istream.h: ... here.
312         (operator>>(basic_istream<char,>&, unsigned char&),
313         operator>>(basic_istream<char,>&, signed char&),
314         operator>>(basic_istream<char,>&, unsigned char*),
315         operator>>(basic_istream<char,>&, signed char*)): Mark inline.
316         * include/bits/ostream.tcc (operator<<(__ostream_type&
317         (*)(__ostream_type&)), operator<<(__ios_type& (*)(__ios_type&)),
318         operator<<(ios_base& (*)(ios_base&))): Move...
319         * include/std/std_ostream.h: ... here.
320         (operator<<(basic_ostream<>&, _CharT),
321         operator<<(basic_ostream<>&, char),
322         operator<<(basic_ostream<char,>&, char),
323         operator<<(basic_ostream<char,>&, signed char),
324         operator<<(basic_ostream<char,>&, unsigned char),
325         operator<<(basic_ostream<>&, const _CharT*),
326         operator<<(basic_ostream<char,>&, const char*),
327         operator<<(basic_ostream<char,>&, const signed char*),
328         operator<<(basic_ostream<char,>&, const unsigned char*),
329         endl(basic_ostream<>&), ends(basic_ostream<>&),
330         flush(basic_ostream<>&)): Mark inline.
331
332 2006-10-13  Paolo Carlini  <pcarlini@suse.de>
333
334         PR libstdc++/28277 (partial: ostream bits 2)
335         * include/std/std_ostream.h (basic_ostream<>::_M_insert(const
336         char_type*, streamsize)): New.
337         (basic_ostream<>::_M_write(char_type, streamsize)): Likewise.
338         (operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
339         char), operator<<(basic_ostream<>&, const _CharT*),
340         operator<<(basic_ostream<>&, const char*)): Use the latter.
341         * include/bits/ostream.tcc (basic_ostream<>::_M_insert(const
342         char_type*, streamsize)): Define.
343         (operator<<(basic_ostream<>&, const char*)): Use the latter.
344         (operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
345         char), operator<<(basic_ostream<>&, const _CharT*),
346         operator<<(basic_ostream<>&, const char*),
347         operator<<(basic_ostream<>&, const basic_string<>&)): Remove.
348         * include/bits/basic_string.h (operator<<(basic_ostream<>&,
349         const basic_string<>&)): Use the latter, implement DR 586.
350         * config/abi/pre/gnu.ver: Adjust, export the new _M_insert.
351         * docs/html/ext/howto.html: Add an entry for DR 586.
352         * testsuite/21_strings/basic_string/inserters_extractors/char/
353         28277.cc: New.
354         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
355         28277.cc: Likewise.
356         * testsuite/27_io/basic_ostream/inserters_character/char/
357         28277-3.cc: Likewise.
358         * testsuite/27_io/basic_ostream/inserters_character/char/
359         28277-4.cc: Likewise.
360         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
361         28277-2.cc: Likewise.
362         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
363         28277-3.cc: Likewise.
364         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
365         28277-4.cc: Likewise.
366
367 2006-10-11  Paolo Carlini  <pcarlini@suse.de>
368
369         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 44.
370
371 2006-10-11  Benjamin Kosnik  <bkoz@redhat.com>
372
373         PR libstdc++/29426
374         * libsupc++/guard.cc (get_static_mutex): New. 
375         (mutex_wrapper::mutex_wrapper): Use it to get properly initialized
376         recursive mutex without ordering issues.
377
378         * src/locale_init.cc (__get_locale_mutex): No need to
379         uglify. Change to get_locale_mutex.
380         
381 2006-10-11  Paolo Carlini  <pcarlini@suse.de>
382
383         * testsuite/22_locale/num_put/put/char/11.cc: New.
384         * testsuite/22_locale/num_put/put/wchar_t/11.cc: Likewise.
385
386 2006-10-10  Benjamin Kosnik  <bkoz@redhat.com>
387
388         * testsuite/lib/libstdc++.exp (v3-build_support): Link
389         libtestc++.a, not a bunch of object files.
390
391 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
392
393         PR libstdc++/29118
394         * src/locale_init.cc (__get_locale_mutex): New. 
395         (locale::locale): Use it.
396         (locale::global): Use it.       
397
398 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
399
400         PR libstdc++/29095
401         * libsupc++/cxxabi.h (__cxa_cdtor_type): Explicit "C" linkage.
402         * config/cpu/arm/cxxabi_tweaks.h: Same.
403         * config/cpu/generic/cxxabi_tweaks.h: Same.
404         * testsuite/abi: Add.
405         * testsuite/abi/header_cxxabi.cc: New.
406         * testsuite/demangle: Move...
407         * testsuite/abi/demangle: ...here.
408         * testsuite/libstdc++-dg/conformance.exp: Adjust testsuite file
409         calculation.
410         * scripts/create_testsuite_files: Same.
411         * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): New.
412         (libstdc++-dg-test): Use it.
413         
414 2006-10-09  Paolo Carlini  <pcarlini@suse.de>
415
416         PR libstdc++/28277 (partial: __add_grouping)
417         * include/bits/locale_facets.tcc (__add_grouping<>(_CharT*, _CharT,
418         const char*, size_t, const _CharT*, const _CharT*)): Rewrite in
419         non-recursive form.
420
421 2006-10-09  Paolo Carlini  <pcarlini@suse.de>
422
423         PR libstdc++/28277 (partial: money_put bits)
424         * include/bits/locale_facets.tcc (money_put<>::_M_insert(iter_type,
425         ios_base&, char_type, const string_type&)): Avoid __builtin_alloca
426         with no limit, do the work in place.
427
428         * include/bits/locale_facets.tcc (money_put<>::do_put(iter_type,
429         bool, ios_base&, char_type, long double)): Avoid unnecessary
430         __builtin_alloca, do the work in place.
431
432 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
433
434         * src/globals_io.cc (_GLIBCXX_once): Remove, unused.
435         (_GLIBCXX_mutex): Same.
436         (_GLIBCXX_mutex_addres): Same.
437         (_GLIBCXX_mutex_init): Same.
438         (_GLIBCXX_mutex_address_init): Same.
439
440 2006-10-07  Paolo Carlini  <pcarlini@suse.de>
441
442         PR libstdc++/28277 (partial: money_get bits)
443         * include/bits/locale_facets.tcc (money_get<>::do_get(iter_type,
444         iter_type, bool, ios_base&, ios_base::iostate&, string_type&)):
445         Avoid __builtin_alloca with no limit, do the work in place.
446
447 2006-10-07  Ion Gaztanaga  <igaztanaga@gmail.com>
448             Paolo Carlini  <pcarlini@suse.de>
449
450         * include/bits/stl_tree.h (_Rb_tree<>::erase(const _Key&)): Don't
451         call std::distance unnecessarily.
452
453 2006-10-06  Paolo Carlini  <pcarlini@suse.de>
454
455         PR libstdc++/29368
456         * include/bits/basic_string.h: Adjust rfind documentation.
457         * include/ext/vstring.h: Likewise.
458
459 2006-10-06  Paolo Carlini  <pcarlini@suse.de>
460
461         PR libstdc++/29354
462         * include/bits/sstream.tcc (basic_stringbuf<>::seekpos(pos_type,
463         ios_base::openmode)): Allow for seek to pos_type(off_type(0))
464         when the stream is empty.
465         * testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc: New.
466         * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc: New.
467
468 2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
469             Mike Stump  <mrs@apple.com>
470         
471         * testsuite/27_io/ios_base/storage/2.cc: Fail on Darwin 8.[0-4].* only.
472         * testsuite/23_containers/vector/resize/1.cc: Same.
473
474 2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
475
476         * testsuite/util/performance/priority_queue/mem_usage/
477         pop_test.hpp: Correct typo.
478         * testsuite/util/performance/assoc/mem_usage/
479         multimap_insert_test.hpp: Same.
480         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
481
482 2006-10-03  Benjamin Kosnik  <bkoz@redhat.com>
483
484         * testsuite/util/testsuite_allocator.h (allocation_tracker): To
485         tracker_allocator_counter.
486         (allocation_tracker::allocationTotal): To get_allocation_count.
487         (allocation_tracker::deallocationTotal): To get_deallocation_count.
488         (allocation_tracker::constructCount): To get_construct_count.
489         (allocation_tracker::destructCount): To get_destruct_count.     
490         (allocation_tracker::resetCounts): To reset.
491         (tracker_alloc): To tracker_allocator.
492         * testsuite/util/performance/mem: Remove.
493         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Remove.
494         * testsuite/util/performance/mem/mem_track_allocator.hpp: Remove.
495         * testsuite/27_io/basic_stringbuf/4.cc: Adjust for new names
496         or includes.
497         * testsuite/ext/hash_set/check_construct_destroy.cc: Same.
498         * testsuite/ext/slist/check_construct_destroy.cc: Same.
499         * testsuite/performance/ext/pb_ds/
500         hash_random_int_erase_mem_usage.cc: Same.
501         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp
502         * testsuite/performance/ext/pb_ds/
503         priority_queue_text_pop_mem_usage.cc: Same.
504         * testsuite/23_containers/vector/capacity/2.cc: Same.
505         * testsuite/23_containers/vector/cons/4.cc: Same.
506         * testsuite/23_containers/vector/check_construct_destroy.cc: Same.
507         * testsuite/23_containers/deque/cons/2.cc: Same.
508         * testsuite/23_containers/deque/check_construct_destroy.cc: Same.
509         * testsuite/23_containers/list/check_construct_destroy.cc: Same.
510         * testsuite/23_containers/set/check_construct_destroy.cc: Same.
511         * testsuite/util/testsuite_allocator.h
512         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp
513         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp
514         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp
515         * testsuite/util/testsuite_allocator.cc: Same.
516         
517 2006-10-03  Benjamin Kosnik  <bkoz@redhat.com>
518
519         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Remove.
520         * testsuite/util/statistic/sample_var.hpp: Rename to...
521         * testsuite/util/statistic/sample_variance.hpp: ... this.
522         * testsuite/util/statistic/res_recorder.hpp: Rename to...
523         * testsuite/util/statistic/result_recorder.hpp: ... this.
524         * testsuite/util/statistic/sample_mean.hpp: Format.
525         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
526         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
527         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
528         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
529         * testsuite/util/native_type/priority_queue/
530         native_priority_queue.hpp: Same.
531         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
532         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
533         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
534         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
535         * testsuite/util/performance/priority_queue/timing/
536         modify_test.hpp: Same.
537         * testsuite/util/performance/assoc/timing/
538         subscript_insert_test.hpp: Same.
539         * testsuite/util/performance/time/timing_test_base.hpp: Same.
540
541 2006-10-02  Paolo Carlini  <pcarlini@suse.de>
542
543         * include/ext/rc_string_base.h (_M_compare<wchar_t>):
544         Protect with _GLIBCXX_USE_WCHAR_T.
545         * include/ext/sso_string_base.h (_M_compare<wchar_t>):
546         Likewise.
547         (__sso_string_base<>::_M_destroy): Inline.
548
549 2006-10-02  Benjamin Kosnik  <bkoz@redhat.com>
550
551         * include/ext/pb_ds/detail/basic_types.hpp (comp_hash_): Remove,
552         format. 
553         * include/ext/pb_ds/detail/types_traits.hpp
554         (types_traits::comp_hash): Use pair typedef.    
555         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
556         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
557
558 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
559
560         * include/tr1/random (xor_combine<>::_M_initialize_max_aux): New.
561         (xor_combine<>::operator()()): Tweak per N2079.
562         * include/tr1/random.tcc (xor_combine<>::_M_initialize_max_aux):
563         Define.
564         (xor_combine<>::_M_initialize_max): Use it.
565         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
566         cons/default.cc: Adjust.
567         * docs/html/ext/tr1.html: Adjust.
568
569 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
570
571         * include/ext/type_traits.h: Avoid _T, badname for some targets;
572         also avoid plain T.
573
574 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
575
576         * config/io/basic_file_stdio.cc: As an extension, and
577         consistently with C facilities, allow for in|out|app and
578         in|out|app|binary openmodes.
579         * testsuite/27_io/basic_filebuf/open/char/4.cc: New.
580
581 2006-09-30  Benjamin Kosnik  <bkoz@redhat.com>
582
583         * include/ext/pb_ds/detail/types_traits.hpp (store_extra_false_type):
584         To false_type.
585         (store_extra_true_type): To true_type.
586         (no_throw_copies_true_type): To true_type.
587         (no_throw_copies_false_type): To false_type.
588         * include/ext/pb_ds/detail/cc_hash_table_map_/
589         insert_no_store_hash_fn_imps.hpp: Same.
590         * include/ext/pb_ds/detail/cc_hash_table_map_/
591         resize_store_hash_fn_imps.hpp: Same.
592         * include/ext/pb_ds/detail/cc_hash_table_map_/
593         insert_store_hash_fn_imps.hpp: Same.
594         * include/ext/pb_ds/detail/cc_hash_table_map_/
595         entry_list_fn_imps.hpp: Same.
596         * include/ext/pb_ds/detail/cc_hash_table_map_/
597         debug_no_store_hash_fn_imps.hpp: Same.
598         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
599         * include/ext/pb_ds/detail/cc_hash_table_map_/
600         debug_store_hash_fn_imps.hpp: Same.
601         * include/ext/pb_ds/detail/cc_hash_table_map_/
602         resize_no_store_hash_fn_imps.hpp: Same.
603         * include/ext/pb_ds/detail/gp_hash_table_map_/
604         insert_no_store_hash_fn_imps.hpp: Same.
605         * include/ext/pb_ds/detail/gp_hash_table_map_/
606         resize_store_hash_fn_imps.hpp: Same.
607         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
608         * include/ext/pb_ds/detail/gp_hash_table_map_/
609         insert_store_hash_fn_imps.hpp: Same.
610         * include/ext/pb_ds/detail/gp_hash_table_map_/
611         find_no_store_hash_fn_imps.hpp: Same.
612         * include/ext/pb_ds/detail/gp_hash_table_map_/
613         debug_no_store_hash_fn_imps.hpp: Same.
614         * include/ext/pb_ds/detail/gp_hash_table_map_/
615         debug_store_hash_fn_imps.hpp: Same.
616         * include/ext/pb_ds/detail/gp_hash_table_map_/
617         resize_no_store_hash_fn_imps.hpp: Same.
618         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
619
620 2006-09-29  Benjamin Kosnik  <bkoz@redhat.com>
621
622         * include/ext/pb_ds/detail/cc_hash_table_map_/
623         constructor_destructor_no_store_hash_fn_imps.hpp: Formating fixes.
624         * include/ext/pb_ds/detail/basic_tree_policy/
625         null_node_metadata.hpp: Same.
626         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
627         * include/ext/pb_ds/detail/basic_types.hpp: Same.
628         * include/ext/pb_ds/detail/list_update_policy/
629         mtf_lu_policy_imp.hpp: Same.
630         * include/ext/pb_ds/detail/list_update_policy/
631         counter_lu_metadata.hpp: Same.
632         * include/ext/pb_ds/detail/list_update_policy/
633         sample_update_policy.hpp: Same.
634         * include/ext/pb_ds/detail/list_update_policy/
635         counter_lu_policy_imp.hpp: Same.
636         * include/ext/pb_ds/list_update_policy.hpp: Same.       
637
638 2006-09-29  Benjamin Kosnik  <bkoz@redhat.com>
639             Howard Hinnant  <hhinnant@apple.com>
640             Paolo Carlini  <pcarlini@suse.de>
641
642         * include/ext/type_traits.h (__remove_unsigned): Fix up for signed
643         char, bool, wchar_t, and floating point types.
644         (__add_unsigned): Same. 
645         * testsuite/ext/type_traits: New.
646         * testsuite/ext/type_traits.cc: Move...
647         * testsuite/ext/type_traits/numeric_traits.cc: ...here. 
648         * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: New.
649         * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: New.
650         * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: New.
651         * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: New.
652         * testsuite/ext/type_traits/add_unsigned.cc: New.
653         * testsuite/ext/type_traits/remove_unsigned.cc: New.
654         
655 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
656
657         * acinclude.m4 (enable_symvers): Default to no if unable to link.
658         * configure: Regenerate.
659
660 2006-09-28  Paolo Carlini  <pcarlini@suse.de>
661
662         * include/bits/stl_uninitialized.h
663         (__uninitialized_fill_n_a(_ForwardIterator, _Size, const _Tp&,
664         allocator<>)): Inline.
665
666 2006-09-28  Benjamin Kosnik  <bkoz@redhat.com>
667
668         * include/ext/pb_ds/detail/cc_hash_table_map_/
669         erase_store_hash_fn_imps.hpp: Formatting fixes.
670         * include/ext/pb_ds/detail/cc_hash_table_map_/
671         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
672         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
673         * include/ext/pb_ds/detail/cc_hash_table_map_/
674         insert_no_store_hash_fn_imps.hpp: Same.
675         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
676         * include/ext/pb_ds/detail/cc_hash_table_map_/
677         policy_access_fn_imps.hpp: Same.
678         * include/ext/pb_ds/detail/cc_hash_table_map_/
679         resize_store_hash_fn_imps.hpp: Same.
680         * include/ext/pb_ds/detail/cc_hash_table_map_/
681         constructor_destructor_store_hash_fn_imps.hpp: Same.
682         * include/ext/pb_ds/detail/cc_hash_table_map_/
683         insert_store_hash_fn_imps.hpp: Same.
684         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
685         * include/ext/pb_ds/detail/cc_hash_table_map_/
686         entry_list_fn_imps.hpp: Same.
687         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
688         * include/ext/pb_ds/detail/cc_hash_table_map_/
689         find_store_hash_fn_imps.hpp: Same.
690         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
691         * include/ext/pb_ds/detail/cc_hash_table_map_/
692         debug_no_store_hash_fn_imps.hpp: Same.
693         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
694         * include/ext/pb_ds/detail/cc_hash_table_map_/
695         constructor_destructor_fn_imps.hpp: Same.
696         * include/ext/pb_ds/detail/cc_hash_table_map_/
697         cond_key_dtor_entry_dealtor.hpp: Same.
698         * include/ext/pb_ds/detail/cc_hash_table_map_/
699         debug_store_hash_fn_imps.hpp: Same.
700         * include/ext/pb_ds/detail/cc_hash_table_map_/
701         erase_no_store_hash_fn_imps.hpp: Same.
702         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
703         * include/ext/pb_ds/detail/cc_hash_table_map_/
704         iterators_fn_imps.hpp: Same.
705         * include/ext/pb_ds/detail/cc_hash_table_map_/
706         resize_no_store_hash_fn_imps.hpp: Same.
707         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
708         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
709         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
710         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
711         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
712         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
713         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
714         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
715         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
716         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
717         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
718         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
719         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
720         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
721         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
722         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
723         * include/ext/pb_ds/detail/gp_hash_table_map_/
724         erase_store_hash_fn_imps.hpp: Same.
725         * include/ext/pb_ds/detail/gp_hash_table_map_/
726         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
727         * include/ext/pb_ds/detail/gp_hash_table_map_/
728         insert_no_store_hash_fn_imps.hpp: Same.
729         * include/ext/pb_ds/detail/gp_hash_table_map_/
730         policy_access_fn_imps.hpp: Same.
731         * include/ext/pb_ds/detail/gp_hash_table_map_/
732         resize_store_hash_fn_imps.hpp: Same.
733         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
734         * include/ext/pb_ds/detail/gp_hash_table_map_/
735         constructor_destructor_store_hash_fn_imps.hpp: Same.
736         * include/ext/pb_ds/detail/gp_hash_table_map_/
737         insert_store_hash_fn_imps.hpp: Same.
738         * include/ext/pb_ds/detail/gp_hash_table_map_/
739         iterator_fn_imps.hpp: Same.
740         * include/ext/pb_ds/detail/gp_hash_table_map_/
741         info_fn_imps.hpp: Same.
742         * include/ext/pb_ds/detail/gp_hash_table_map_/
743         find_no_store_hash_fn_imps.hpp: Same.
744         * include/ext/pb_ds/detail/gp_hash_table_map_/
745         find_store_hash_fn_imps.hpp: Same.
746         * include/ext/pb_ds/detail/gp_hash_table_map_/
747         debug_no_store_hash_fn_imps.hpp: Same.
748         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
749         * include/ext/pb_ds/detail/gp_hash_table_map_/
750         constructor_destructor_fn_imps.hpp: Same.
751         * include/ext/pb_ds/detail/gp_hash_table_map_/
752         erase_no_store_hash_fn_imps.hpp: Same.
753         * include/ext/pb_ds/detail/gp_hash_table_map_/
754         resize_no_store_hash_fn_imps.hpp: Same.
755         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
756         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
757         * include/ext/pb_ds/detail/ov_tree_map_/
758         policy_access_fn_imps.hpp: Same.
759         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
760         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
761         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
762         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
763         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
764         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
765         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
766         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
767         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
768         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
769         * include/ext/pb_ds/detail/splay_tree_/
770         constructors_destructor_fn_imps.hpp: Same.
771         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
772         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
773         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
774         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
775         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
776         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
777         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
778         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
779         * include/ext/pb_ds/detail/list_update_map_/
780         entry_metadata_base.hpp: Same.
781         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
782         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
783         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
784         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
785         * include/ext/pb_ds/detail/list_update_map_/
786         iterators_fn_imps.hpp: Same.
787         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
788         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
789         * include/ext/pb_ds/detail/rb_tree_map_/
790         constructors_destructor_fn_imps.hpp: Same.
791         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
792         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
793         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
794         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
795         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
796         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
797
798 2006-09-28  Paolo Carlini  <pcarlini@suse.de>
799
800         * include/tr1/boost_shared_ptr.h: Use __atomic_add_dispatch and
801         __exchange_and_add_dispatch everywhere.
802
803 2006-09-27  Benjamin Kosnik  <bkoz@redhat.com>
804
805         * include/ext/typelist.h (type_to_type): Remove.
806         * include/ext/throw_allocator.h (assert_allocatod): Remove.
807         (check_allocated(label)): New.
808         (print_to_string): Print numerical output correctly.
809
810         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Adjust line numbers.
811
812         * testsuite/util/regression/rand/priority_queue/detail/
813         operator_fn_imps.hpp: Set and clear label, throw
814         probability. Check only allocations of the marked label.
815         * testsuite/util/regression/rand/assoc/detail/
816         operator_fn_imps.hpp: Same.
817
818         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Adjustments for
819         removal of type_to_type.
820         * testsuite/performance/ext/pb_ds/
821         hash_random_int_erase_mem_usage.cc: Same.
822         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
823         * testsuite/performance/ext/pb_ds/
824         priority_queue_text_push_timing.cc: Same.
825         * testsuite/performance/ext/pb_ds/
826         random_int_subscript_find_timing.cc: Same.
827         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
828         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
829         * testsuite/performance/ext/pb_ds/
830         multimap_text_insert_mem_usage.hpp: Same.
831         * testsuite/performance/ext/pb_ds/
832         priority_queue_random_int_push_timing.cc: Same.
833         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
834         * testsuite/performance/ext/pb_ds/
835         priority_queue_text_modify_timing.hpp: Same.
836         * testsuite/performance/ext/pb_ds/
837         tree_order_statistics_timing.cc: Same.
838         * testsuite/performance/ext/pb_ds/
839         priority_queue_text_push_pop_timing.cc: Same.
840         * testsuite/performance/ext/pb_ds/
841         priority_queue_text_join_timing.cc: Same.
842         * testsuite/performance/ext/pb_ds/
843         priority_queue_random_int_push_pop_timing.cc: Same.
844         * testsuite/performance/ext/pb_ds/
845         random_int_subscript_insert_timing.cc: Same.
846         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
847         * testsuite/performance/ext/pb_ds/
848         multimap_text_insert_timing.hpp: Same.
849         * testsuite/performance/ext/pb_ds/
850         priority_queue_text_pop_mem_usage.cc: Same.
851         * testsuite/performance/ext/pb_ds/
852         hash_zlob_random_int_find_timing.cc: Same. 
853         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
854         * testsuite/util/regression/rand/priority_queue/
855         rand_regression_test.hpp: Same.
856         * testsuite/util/regression/rand/assoc/detail/
857         constructor_destructor_fn_imps.hpp: Same.
858         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
859         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
860         * testsuite/util/regression/rand/assoc/
861         container_rand_regression_test.hpp: Same.
862         * testsuite/util/regression/assoc/common_type.hpp: Same.
863         * testsuite/util/regression/basic_type.hpp: Same.
864         * testsuite/util/common_type/assoc/common_type.hpp: Same.
865         * testsuite/util/common_type/assoc/string_form.hpp: Same.
866         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
867         * testsuite/util/common_type/assoc/native_set.hpp: Same.
868         * testsuite/util/performance/priority_queue/mem_usage/
869         pop_test.hpp: Same.
870         * testsuite/util/performance/priority_queue/timing/
871         push_pop_test.hpp: Same.
872         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
873         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
874         * testsuite/util/performance/priority_queue/timing/
875         modify_test.hpp: Same.
876         * testsuite/util/performance/assoc/mem_usage/
877         multimap_insert_test.hpp: Same.
878         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
879         * testsuite/util/performance/assoc/timing/
880         multimap_insert_test.hpp: Same.
881         * testsuite/util/performance/assoc/timing/
882         subscript_find_test.hpp: Same.
883         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
884         * testsuite/util/performance/assoc/timing/
885         subscript_insert_test.hpp: Same.
886         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
887         * testsuite/util/performance/assoc/timing/
888         tree_order_statistics_test.hpp: Same.
889         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
890         * testsuite/util/performance/assoc/timing/
891         tree_split_join_test.hpp: Same.
892         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
893         * testsuite/util/testsuite_common_types.h: Same.
894
895         * include/ext/pb_ds/detail/cc_hash_table_map_/
896         constructor_destructor_no_store_hash_fn_imps.hpp: Typedef
897         normalization, consistency in member names between cc and gp hash
898         tables, formatting fixes.
899         * include/ext/pb_ds/detail/cc_hash_table_map_/
900         erase_store_hash_fn_imps.hpp: Same.
901         * include/ext/pb_ds/detail/cc_hash_table_map_/
902         insert_no_store_hash_fn_imps.hpp: Same.
903         * include/ext/pb_ds/detail/cc_hash_table_map_/
904         constructor_destructor_store_hash_fn_imps.hpp: Same.
905         * include/ext/pb_ds/detail/cc_hash_table_map_/
906         insert_store_hash_fn_imps.hpp: Same.
907         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
908         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
909         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
910         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
911         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
912         * include/ext/pb_ds/detail/cc_hash_table_map_/
913         constructor_destructor_fn_imps.hpp: Same.
914         * include/ext/pb_ds/detail/cc_hash_table_map_/
915         erase_no_store_hash_fn_imps.hpp: Same.
916         * include/ext/pb_ds/detail/gp_hash_table_map_/
917         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
918         * include/ext/pb_ds/detail/gp_hash_table_map_/
919         erase_store_hash_fn_imps.hpp: Same.
920         * include/ext/pb_ds/detail/gp_hash_table_map_/
921         insert_no_store_hash_fn_imps.hpp: Same.
922         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
923         * include/ext/pb_ds/detail/gp_hash_table_map_/
924         constructor_destructor_store_hash_fn_imps.hpp: Same.
925         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
926         * include/ext/pb_ds/detail/gp_hash_table_map_/
927         insert_store_hash_fn_imps.hpp: Same.
928         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
929         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
930         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
931         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
932         * include/ext/pb_ds/detail/gp_hash_table_map_/
933         constructor_destructor_fn_imps.hpp: Same.
934         * include/ext/pb_ds/detail/gp_hash_table_map_/
935         erase_no_store_hash_fn_imps.hpp: Same.
936
937         * include/ext/pb_ds/assoc_container.hpp: Formatting fixes.
938         * include/ext/pb_ds/detail/resize_policy/
939         hash_prime_size_policy_imp.hpp: Same.
940         * include/ext/pb_ds/detail/resize_policy/
941         hash_standard_resize_policy_imp.hpp: Same.
942         * include/ext/pb_ds/detail/types_traits.hpp: Same.
943         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
944         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
945         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
946         * include/ext/pb_ds/detail/hash_fn/
947         direct_mod_range_hashing_imp.hpp: Same.
948         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
949         * include/ext/pb_ds/detail/hash_fn/
950         direct_mask_range_hashing_imp.hpp: Same.
951         
952 2006-09-27  Paolo Carlini  <pcarlini@suse.de>
953
954         PR libstdc++/29217
955         * src/localename.cc (locale::_Impl::_M_replace_categories)):
956         Compensate for the inconsistent numerical encodings of the
957         collate and time categories vs the corresponding names.
958         * testsuite/22_locale/locale/cons/29217.cc: New.
959
960         * testsuite/22_locale/locale/cons/2.cc: Enable and split
961         out the few ENC_TRAITS bits to...
962         * testsuite/22_locale/locale/cons/unicode/1.cc... here.
963
964 2006-09-25  Howard Hinnant  <hhinnant@apple.com>
965
966         PR libstdc++/29224
967         * include/tr1/functional_iterate.h: Avoid -Wshadow warnings.
968
969 2006-09-25  Paolo Carlini  <pcarlini@suse.de>
970
971         PR libstdc++/29179
972         * include/ext/mt_allocator.h (__pool_base): Adjust/extend
973         documentation in comments.
974
975 2006-09-24  Paolo Carlini  <pcarlini@suse.de>
976
977         * include/tr1/boost_shared_ptr.h (shared_ptr<>::shared_ptr(const
978         __shared_ptr<>&), shared_ptr(const __weak_ptr<>&),
979         shared_ptr(const __shared_ptr<>&, __static_cast_tag),
980         shared_ptr(const __shared_ptr<>&, __const_cast_tag),
981         shared_ptr(const __shared_ptr<>&, __dynamic_cast_tag),
982         weak_ptr<>::weak_ptr(const __shared_ptr<>&), weak_ptr(const
983         __weak_ptr<>&)): Remove.
984         (shared_ptr<>::shared_ptr(const shared_ptr<>&),
985         shared_ptr(const weak_ptr<>&), shared_ptr(const shared_ptr<>&,
986         __static_cast_tag), shared_ptr(const shared_ptr<>&,
987         __const_cast_tag), shared_ptr(const shared_ptr<>&,
988         __dynamic_cast_tag), static_pointer_cast(const shared_ptr<>&),
989         const_pointer_cast(const shared_ptr<>&), dynamic_pointer_cast(const
990         shared_ptr<>&), weak_ptr<>::weak_ptr(const shared_ptr<>&),
991         weak_ptr(const weak_ptr<>&), weak_ptr<>::lock(), 
992         __enable_shared_from_this_helper(const __shared_count<>&, const
993         enable_shared_from_this<>*, const _Tp2*)): Add. 
994         (class enable_shared_from_this): Add.
995         * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
996         1.cc: New.
997         * testsuite/tr1/2_general_utilities/memory/shared_ptr/casts/1.cc:
998         Likewise.
999         * testsuite/tr1/2_general_utilities/memory/weak_ptr/lock/1.cc:
1000         Likewise.
1001
1002         * include/tr1/boost_shared_ptr.h: Further formatting and
1003         uglification fixes.
1004
1005 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1006
1007         PR libstdc++/29134 (vector<bool> bits)
1008         * include/bits/stl_bvector.h (vector<bool>::max_size):
1009         Use allocator' max_size.
1010         * testsuite/23_containers/vector/bool/capacity/29134.cc: New.
1011
1012         * testsuite/23_containers/deque/capacity/29134-2.cc: Minor tweak.
1013         * testsuite/23_containers/vector/capacity/29134-2.cc: Likewise.
1014
1015 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1016
1017         * include/tr1/type_traits (add_reference): Robustify vs
1018         reference to void.
1019         * testsuite/tr1/4_metaprogramming/reference_modifications/
1020         add_reference.cc: Add test.
1021
1022         * include/tr1/memory: include <tr1/type_traits>.
1023         * include/tr1/boost_shared_ptr.h (__shared_ptr<>::operator*):
1024         Use add_reference instead.
1025         * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
1026         explicit_instantiation/1.cc: New.
1027         * testsuite/tr1/2_general_utilities/memory/shared_ptr/
1028         explicit_instantiation/1.cc: Likewise.
1029         * testsuite/tr1/2_general_utilities/memory/weak_ptr/
1030         explicit_instantiation/1.cc: Likewise.
1031
1032         * testsuite/util/testsuite_tr1.h: Tweak; avoid empty enum.
1033
1034         * include/tr1/type_traits_fwd.h: Spelling fix.
1035
1036         * include/tr1/boost_shared_ptr.h: Obvious stylistic fixes.
1037
1038 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1039
1040         * include/tr1/boost_shared_ptr.h: Trivial formatting fixes.
1041
1042 2006-09-21  Benjamin Kosnik  <bkoz@redhat.com>
1043
1044         * include/ext/type_traits.h (__numeric_traits_integer): New.
1045         (__numeric_traits_floating): New.
1046         (__numeric_traits): Use them.
1047         * testsuite/ext/type_traits.cc: New.
1048         
1049 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1050
1051         * include/ext/hash_map: Remove forward declaration of equality
1052         operator, not needed for friendship of all its instances.
1053         * include/ext/hash_set: Likewise.
1054         * include/bits/stl_set.h: Likewise for equality operator and
1055         operator less.
1056         * include/bits/stl_multiset.h: Likewise.
1057         * include/bits/stl_multimap.h: Likewise.
1058         * include/bits/stl_queue.h: Likewise.
1059         * include/bits/stl_stack.h: Likewise.
1060         * include/bits/streambuf_iterator.h: Likewise for copy.
1061         * include/std/std_streambuf.h: Likewise for __copy_aux and find.
1062         * include/tr1/boost_shared_ptr.h: Likewise for get_deleter.
1063         * include/tr1/random: Likewise, remove all forward declarations
1064         of inserters and extractors.
1065
1066 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1067
1068         * include/ext/sso_string_base.h (__sso_string_base<>::_M_max_size(),
1069         _M_destroy, _M_create): Use _M_get_allocator.
1070
1071 2006-09-21  Ben Elliston  <bje@au.ibm.com>
1072
1073         * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Remove invocations of
1074         GLIBCXX_CHECK_COMPILER_FEATURES.
1075         * configure.ac: Always invoke GLIBCXX_CHECK_COMPILER_FEATURES.
1076         Remove invocations elsewhere.
1077         * configure: Regenerate.
1078
1079 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1080
1081         PR libstdc++/29134 (ext/vstring bits)
1082         * include/ext/sso_string_base.h (__sso_string_base<>::_S_max_size):
1083         Remove.
1084         (__sso_string_base<>::_M_max_size): Use allocator' max_size.
1085         (__sso_string_base<>::_M_create): Adjust.
1086         * include/ext/vstring.h: Minor comment tweak.
1087         * testsuite/ext/vstring/capacity/29134.cc: New.
1088
1089 2006-09-20  Paolo Carlini  <pcarlini@suse.de>
1090
1091         PR libstdc++/29134
1092         * include/bits/stl_list.h (list<>::max_size): Forward to allocator'
1093         max_size.
1094         * include/bits/stl_vector.h (vector<>::max_size): Likewise.
1095         * include/bits/stl_deque.h (deque<>::max_size): Likewise.
1096         * include/bits/stl_tree.h (_Rb_tree<>::max_size): Likewise.
1097         * include/tr1/hashtable (_Hashtable<>::max_size): Likewise.
1098         * testsuite/23_containers/vector/capacity/29134.cc: Add.
1099         * testsuite/23_containers/deque/capacity/29134.cc: Likewise.
1100         * testsuite/23_containers/list/capacity/29134.cc: Likewise.
1101         * testsuite/23_containers/set/capacity/29134.cc: Likewise.
1102         * testsuite/23_containers/map/capacity/29134.cc: Likewise.
1103         * testsuite/23_containers/multiset/capacity/29134.cc: Likewise.
1104         * testsuite/23_containers/multimap/capacity/29134.cc: Likewise. 
1105         * testsuite/tr1/6_containers/unordered/capacity/29134-set.cc: Likewise.
1106         * testsuite/tr1/6_containers/unordered/capacity/29134-map.cc: Likewise.
1107         * testsuite/tr1/6_containers/unordered/capacity/29134-multiset.cc:
1108         Likewise.
1109         * testsuite/tr1/6_containers/unordered/capacity/29134-multimap.cc:
1110         Likewise.
1111
1112         * include/bits/deque.tcc (deque<>::_M_new_elements_at_front,
1113         deque<>::_M_new_elements_at_back): Check for length errors.
1114         * testsuite/23_containers/deque/capacity/29134-2.cc: New.
1115         * testsuite/23_containers/vector/capacity/29134-2.cc: Likewise.
1116
1117         * include/tr1/hashtable (_Hashtable<>::_M_get_Value_allocator): Add.
1118         (_Hashtable<>::_M_allocate_node, _M_deallocate_node): Use it.
1119         * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Add test.
1120         * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
1121         * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
1122         Likewise.
1123         * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
1124         Likewise.
1125
1126 2006-09-20  Benjamin Kosnik  <bkoz@redhat.com>
1127
1128         * include/ext/pb_ds/detail/
1129         typelist_assoc_container.hpp: Remove, unused.
1130         * include/ext/pb_ds/detail/typelist/
1131         typelist_assoc_container_find.hpp: Same.
1132         * include/ext/pb_ds/detail/typelist: Remove.    
1133         * include/ext/pb_ds/detail/typelist.hpp: Merge...
1134         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
1135         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
1136         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
1137         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
1138         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
1139         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
1140         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
1141         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
1142         * include/ext/typelist.h: ... into this.
1143         * include/Makefile.am: Subtractions.
1144         * include/Makefile.in: Regenerate.
1145
1146         * include/ext/pb_ds/assoc_container.hpp: Fixups for new includes,
1147         namespaces, and names.  
1148         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
1149         * include/ext/pb_ds/detail/resize_policy/
1150         hash_prime_size_policy_imp.hpp: Same.
1151         * include/ext/pb_ds/detail/resize_policy/
1152         cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
1153         * include/ext/pb_ds/detail/resize_policy/
1154         sample_resize_policy.hpp: Same.
1155         * include/ext/pb_ds/detail/resize_policy/
1156         sample_resize_trigger.hpp: Same.
1157         * include/ext/pb_ds/detail/resize_policy/
1158         hash_exponential_size_policy_imp.hpp: Same.
1159         * include/ext/pb_ds/detail/resize_policy/
1160         hash_load_check_resize_trigger_size_base.hpp: Same.
1161         * include/ext/pb_ds/detail/resize_policy/
1162         hash_load_check_resize_trigger_imp.hpp: Same.
1163         * include/ext/pb_ds/detail/resize_policy/
1164         hash_standard_resize_policy_imp.hpp: Same.
1165         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
1166         * testsuite/performance/ext/pb_ds/text_find_timing.cc
1167         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
1168         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc
1169         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc
1170         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc
1171         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc
1172         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc
1173         * testsuite/performance/ext/pb_ds/
1174         multimap_text_insert_mem_usage.hpp: Same.
1175         * testsuite/performance/ext/pb_ds/
1176         priority_queue_random_int_push_timing.cc
1177         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
1178         * testsuite/performance/ext/pb_ds/
1179         priority_queue_text_modify_timing.hpp: Same.
1180         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc
1181         * testsuite/performance/ext/pb_ds/
1182         priority_queue_text_push_pop_timing.cc
1183         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc
1184         * testsuite/performance/ext/pb_ds/
1185         priority_queue_random_int_push_pop_timing.cc
1186         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc
1187         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc
1188         * testsuite/performance/ext/pb_ds/
1189         multimap_text_insert_timing.hpp: Same.
1190         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
1191         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc
1192         * testsuite/performance/23_containers/find/map.cc
1193         * testsuite/performance/23_containers/create/map.cc
1194         * testsuite/performance/23_containers/insert_erase/associative.cc
1195         * testsuite/performance/23_containers/insert/sequence.cc
1196         * testsuite/performance/23_containers/insert/associative.cc
1197         * testsuite/performance/23_containers/create_from_sorted/set.cc
1198         * testsuite/performance/23_containers/index/map.cc
1199         * testsuite/performance/23_containers/insert_from_sorted/set.cc
1200         * testsuite/performance/23_containers/create_sort/list.cc
1201         * testsuite/performance/23_containers/sort_search/list.cc
1202         * testsuite/performance/23_containers/producer_consumer/sequence.cc
1203         * testsuite/performance/23_containers/producer_consumer/associative.cc
1204         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1205         * testsuite/util/regression/rand/priority_queue/
1206         rand_regression_test.hpp: Same.
1207         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1208         * testsuite/util/regression/assoc/common_type.hpp: Same.
1209         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1210         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
1211         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1212         * testsuite/util/native_type/assoc/native_set.hpp: Same.
1213         * testsuite/util/native_type/assoc/native_map.hpp: Same.
1214         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
1215         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
1216         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
1217         * testsuite/util/common_type/assoc/common_type.hpp: Same.
1218         * testsuite/util/common_type/assoc/string_form.hpp: Same.
1219         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1220         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: 
1221         Same.
1222         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: 
1223         Same.
1224         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1225         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
1226         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: 
1227         Same.
1228         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: 
1229         Same.
1230         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1231         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
1232         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: 
1233         Same.
1234         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: 
1235         Same.
1236         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
1237         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: 
1238         Same.
1239         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
1240         * testsuite/util/performance/assoc/timing/
1241         tree_order_statistics_test.hpp: Same.
1242         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1243         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: 
1244         Same.
1245         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1246
1247         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Fixup line numbers.
1248         
1249 2006-09-19  Paolo Carlini  <pcarlini@suse.de>
1250
1251         * include/tr1/hashtable_policy.h: Uglify all the names.
1252         * include/tr1/hashtable: Likewise.
1253         * include/tr1/unordered_map: Likewise.
1254         * include/tr1/unordered_set: Likewise.
1255         * include/tr1/functional: Uglify struct hash names.
1256         * include/tr1/cmath: Uglify namespace detail to __detail.
1257
1258 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1259
1260         * testsuite/util/regression/res_mng: Remove.
1261         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Merge..
1262         * testsuite/util/regression/res_mng/forced_exception.hpp: Merge...
1263         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Merge..
1264         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Merge..
1265         * testsuite/util/testsuite_allocator.h (throw_allocator): Merge...
1266         * include/ext/throw_allocator.h (throw_allocator): ... into this.
1267         * src/throw_allocator.cc: ...and this.
1268         * include/Makefile.am (ext_headers): Add.
1269         * include/Makefile.in: Regenerate.      
1270         * src/Makefile.am (sources): New.
1271         * src/Makefile.in: Regenerate.
1272         * testsuite/lib/libstdc++.exp: Subtract dbg_ex_allocator_base.cc.
1273
1274         * include/ext/pb_ds/detail/map_debug_base.hpp: Adjust
1275         includes, names, and namespaces.
1276         * testsuite/23_containers/list/modifiers/insert/25288.cc: Same.
1277         * testsuite/util/regression/rand/priority_queue/detail/
1278         erase_fn_imps.hpp: Same.
1279         * testsuite/util/regression/rand/priority_queue/detail/
1280         constructor_destructor_fn_imps.hpp: Same.
1281         * testsuite/util/regression/rand/priority_queue/detail/
1282         insert_fn_imps.hpp: Same.
1283         * testsuite/util/regression/rand/priority_queue/detail/
1284         modify_fn_imps.hpp: Same.
1285         * testsuite/util/regression/rand/priority_queue/detail/
1286         split_join_fn_imps.hpp: Same.
1287         * testsuite/util/regression/rand/priority_queue/detail/
1288         operator_fn_imps.hpp: Same.
1289         * testsuite/util/regression/rand/priority_queue/
1290         container_rand_regression_test.hpp: Same.
1291         * testsuite/util/regression/rand/assoc/detail/
1292         subscript_fn_imps.hpp: Same.
1293         * testsuite/util/regression/rand/assoc/detail/
1294         operator_fn_imps.hpp: Same.
1295         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
1296         * testsuite/util/regression/rand/assoc/detail/
1297         constructor_destructor_fn_imps.hpp
1298         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
1299         * testsuite/util/regression/rand/assoc/detail/
1300         split_join_fn_imps.hpp: Same.
1301         * testsuite/util/regression/rand/assoc/
1302         container_rand_regression_test.hpp: Same.
1303         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
1304         * testsuite/util/regression/assoc/common_type.hpp: Same.
1305         * testsuite/util/regression/basic_type.hpp: Same.
1306         * testsuite/util/rng/twister_rand_gen.cc: Tweak.
1307         
1308 2006-09-18  Tom Tromey  <tromey@redhat.com>
1309
1310         * configure: Rebuilt.
1311
1312 2006-09-18  Paolo Carlini  <pcarlini@suse.de>
1313
1314         * include/bits/locale_facets.tcc (_M_group_int): Remove
1315         redundant using-declaration.
1316
1317 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1318
1319         * include/ext/typelist.h (cond_type): Remove, use __conditional_type.
1320
1321 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1322             Peter Doerfler  <gcc@pdoerfler.com>
1323             Paolo Carlini  <pcarlini@suse.de>
1324         
1325         * include/ext/type_traits.h: New. 
1326         (__conditional_type): New.
1327         (__numeric_traits): New.
1328         (__add_unsigned): New.
1329         (__remove_unsigned): New.
1330         (__enable_if): New.
1331         * include/Makefile.am: Add.
1332         * include/Makefile.in: Regenerate.
1333         * include/ext/pb_ds/detail/type_utils.hpp: Use ext include,
1334         remove duplicates.
1335         * include/tr1/hashtable_policy.h (IF): Use __conditional_type.
1336         (_Max_digits10): Same.
1337         (identity): Use _Identity.
1338         (extract1st): Use _Select1st.
1339         * include/tr1/random (_Select): Use __conditional_type.
1340         (_To_Unsigned_Type): Use __add_unsigned. Linebreak fixups.
1341         * include/bits/locale_facets.tcc (__to_unsigned_type): Remove, use
1342         __add_unsigned.
1343         * include/tr1/random.tcc: Fixups as above.
1344         * include/tr1/unordered_map: Same.
1345         * include/tr1/hashtable: Same.
1346         * include/tr1/unordered_set: Same.
1347         * include/ext/pb_ds/detail/gp_hash_table_map_/
1348         standard_policies.hpp: Same.
1349         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
1350         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
1351         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
1352         * include/ext/pb_ds/detail/type_utils.hpp: Same.
1353         * include/ext/pb_ds/trie_policy.hpp: Same.
1354         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
1355         
1356         * include/bits/cpp_type_traits.h (__enable_if): Move to ext, make
1357         boolean argument first. 
1358         * include/bits/locale_facets.h: Fixups for __enable_if argument
1359         and namespace switch.
1360         * include/bits/stl_algobase.h: Same.
1361         * include/bits/stl_algo.h: Same.
1362         * include/bits/stl_iterator.h: Same.
1363         * include/bits/streambuf_iterator.h: Same.
1364         * include/debug/safe_iterator.h: Same.
1365         * include/tr1/hashtable_policy.h: Same.
1366         * include/tr1/cmath: Same.
1367         * include/tr1/functional: Same.
1368         * include/tr1/functional_iterate.h: Same.
1369         * include/std/std_streambuf.h: Same.
1370         * include/c_std/std_cmath.h: Same.
1371         * testsuite/util/testsuite_tr1.h: Same.
1372         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1373         
1374 2006-09-18  Paolo Carlini  <pcarlini@suse.de>
1375
1376         PR libstdc++/29063
1377         * include/bits/valarray_array.h: Fix typo, undefine
1378         _DEFINE_ARRAY_FUNCTION.
1379         * include/std/std_valarray.h: Undefine _DEFINE_BINARY_OPERATOR.
1380
1381 2006-09-14  Benjamin Kosnik  <bkoz@redhat.com>
1382
1383         * include/bits/concurrence.h (__mutex::__mutex): Pass address of
1384         mutex to *_MUTEX_INIT_FUNCTION.
1385         
1386 2006-09-13  Benjamin Kosnik  <bkoz@redhat.com>  
1387
1388         * include/bits/atomicity.h: Move to...
1389         * include/ext/atomicity.h: ...here.     
1390         * include/bits/concurrence.h: Move to...
1391         * include/ext/concurrence.h: ...here.
1392         * include/Makefile.am (ext_headers): Additions.
1393         (bits_headers): Subtractions.
1394         * include/Makefile.in: Regenerate.
1395
1396         * include/ext/bitmap_allocator.h (_Mutex), __threads_enabled,
1397         _Lock, _Auto_Lock): Subsume into...
1398         * include/bits/concurrence.h (__mutex): ..this. Error check
1399         locking and unlocking.  
1400         (lock): Uglify to...
1401         (__scoped_lock): Use __mutex. 
1402         (__glibcxx_mutex_define_initialized): Remove.
1403         (__glibcxx_mutex_type): Remove.
1404
1405         * include/tr1/boost_shared_ptr.h: Formating tweaks, adjustments.
1406         (_Lock_policy): Move from here...
1407         * include/ext/concurrence.h: ... to here.
1408         (__shared_ptr_default_lock_mode): To __default_lock_policy.
1409         (_S_lockfree): To _S_atomic.
1410         Document.
1411
1412         * libsupc++/guard.cc (static_mutex): Subsume into and fixup for...
1413         * include/ext/concurrence.h (__recursive_mutex): ...this. Error
1414         check locking and unlocking.
1415         * libsupc++/eh_alloc.cc: Use __scoped_lock.
1416
1417         * config/os/aix/atomicity.h: Fixups for include paths, mutex to
1418         __scoped_mutex change, removal of locking defines.
1419         * config/os/irix/atomicity.h: Same.
1420         * config/cpu/cris/atomicity.h: Same.
1421         * config/cpu/m68k/atomicity.h: Same.
1422         * config/cpu/hppa/atomicity.h: Same.
1423         * config/cpu/mips/atomicity.h: Same.
1424         * config/cpu/sparc/atomicity.h: Same.
1425         * config/cpu/i386/atomicity.h: Same.
1426         * config/cpu/i486/atomicity.h: Same.
1427         * config/cpu/sh/atomicity.h: Same.
1428         * config/cpu/generic/atomicity_mutex/atomicity.h: Same.
1429         * include/ext/pool_allocator.h: Same.
1430         * include/ext/bitmap_allocator.h: Same.
1431         * include/ext/rc_string_base.h: Same.
1432         * include/ext/mt_allocator.h: Same.
1433         * include/bits/locale_classes.h: Same.
1434         * include/bits/basic_string.h: Same.
1435         * include/bits/ios_base.h: Same.
1436         * include/tr1/memory: Same.
1437         * src/pool_allocator.cc: Same.
1438         * src/mt_allocator.cc: Same.
1439         * src/locale_init.cc: Same.
1440         * src/ios.cc: Same.
1441         * src/locale.cc: Same.
1442         * src/bitmap_allocator.cc: Same.
1443         * src/ios_init.cc: Same.
1444         * src/debug.cc: Same.
1445         
1446 2006-09-12  Benjamin Kosnik  <bkoz@redhat.com>
1447
1448         * libsupc++/eh_globals.cc: Remove __gnu_internal.
1449         * config/io/basic_file_stdio.cc: Same.
1450         * config/abi/compatibility.h: Same.
1451         * config/cpu/generic/atomicity_mutex/atomicity.h: Same.
1452         * config/cpu/sh/atomicity.h: Same.
1453         
1454 2006-09-10  Paolo Carlini  <pcarlini@suse.de>
1455
1456         * include/bits/stl_heap.h (sort_heap): Iterator post-decrement is
1457         only required to be convertible to the iterator type.
1458
1459 2006-09-08  Paolo Carlini  <pcarlini@suse.de>
1460
1461         * include/tr1/random.tcc (poisson_distribution<>::operator()):
1462         Avoid potential warnings when _IntType is unsigned.
1463
1464 2006-09-08  Benjamin Kosnik  <bkoz@redhat.com>
1465
1466         * include/debug/debug.h (_GLIBCXX_DEBUG_ONLY): New.
1467         * include/ext/bitmap_allocator.h (_BALLOC_SANITY_CHECK,
1468         _BALLOC_ASSERT): Remove. Use _GLIBCXX_DEBUG,
1469         _GLIBCXX_DEBUG_ASSERT.
1470         * include/ext/pb_ds/hash_policy.hpp (PB_DS_DBG_ASSERT): Convert to
1471         _GLIBCXX_DEBUG_ASSERT. Formatting corrections.
1472         (PB_DS_DBG_VERIFY): Remove, unused.
1473         (PB_DS_DBG_ONLY): Convert to _GLIBCXX_DEBUG blocks.
1474         * include/ext/pb_ds/detail/resize_policy/
1475         hash_load_check_resize_trigger_imp.hpp: Same.
1476         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
1477         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
1478         * include/ext/pb_ds/detail/binomial_heap_base_/
1479         insert_fn_imps.hpp: Same.
1480         * include/ext/pb_ds/detail/binomial_heap_base_/
1481         binomial_heap_base_.hpp: Same.
1482         * include/ext/pb_ds/detail/binomial_heap_base_/
1483         constructors_destructor_fn_imps.hpp: Same.
1484         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
1485         * include/ext/pb_ds/detail/binomial_heap_base_/
1486         split_join_fn_imps.hpp: Same.
1487         * include/ext/pb_ds/detail/cc_hash_table_map_/
1488         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1489         * include/ext/pb_ds/detail/cc_hash_table_map_/
1490         erase_store_hash_fn_imps.hpp: Same.
1491         * include/ext/pb_ds/detail/cc_hash_table_map_/
1492         insert_no_store_hash_fn_imps.hpp: Same.
1493         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
1494         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
1495         * include/ext/pb_ds/detail/cc_hash_table_map_/
1496         constructor_destructor_store_hash_fn_imps.hpp: Same.
1497         * include/ext/pb_ds/detail/cc_hash_table_map_/
1498         insert_store_hash_fn_imps.hpp: Same.    
1499         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
1500         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
1501         * include/ext/pb_ds/detail/cc_hash_table_map_/
1502         debug_no_store_hash_fn_imps.hpp: Same.
1503         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
1504         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
1505         * include/ext/pb_ds/detail/cc_hash_table_map_/
1506         constructor_destructor_fn_imps.hpp: Same.
1507         * include/ext/pb_ds/detail/cc_hash_table_map_/
1508         debug_store_hash_fn_imps.hpp: Same.
1509         * include/ext/pb_ds/detail/cc_hash_table_map_/
1510         erase_no_store_hash_fn_imps.hpp: Same.
1511         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
1512         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
1513         * include/ext/pb_ds/detail/unordered_iterator/
1514         const_point_iterator.hpp: Same.
1515         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
1516         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
1517         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
1518         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
1519         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
1520         * include/ext/pb_ds/detail/pat_trie_/
1521         constructors_destructor_fn_imps.hpp: Same.
1522         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
1523         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
1524         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
1525         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
1526         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
1527         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
1528         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
1529         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
1530         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
1531         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
1532         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
1533         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
1534         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
1535         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
1536         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
1537         * include/ext/pb_ds/detail/bin_search_tree_/
1538         constructors_destructor_fn_imps.hpp: Same.
1539         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
1540         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
1541         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
1542         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
1543         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
1544         * include/ext/pb_ds/detail/bin_search_tree_/
1545         split_join_fn_imps.hpp: Same.
1546         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
1547         * include/ext/pb_ds/detail/gp_hash_table_map_/
1548         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1549         * include/ext/pb_ds/detail/gp_hash_table_map_/
1550         erase_store_hash_fn_imps.hpp: Same.
1551         * include/ext/pb_ds/detail/gp_hash_table_map_/
1552         insert_no_store_hash_fn_imps.hpp: Same.
1553         * include/ext/pb_ds/detail/gp_hash_table_map_/
1554         resize_store_hash_fn_imps.hpp: Same.    
1555         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
1556         * include/ext/pb_ds/detail/gp_hash_table_map_/
1557         constructor_destructor_store_hash_fn_imps.hpp: Same.
1558         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
1559         * include/ext/pb_ds/detail/gp_hash_table_map_/
1560         insert_store_hash_fn_imps.hpp: Same.    
1561         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
1562         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
1563         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
1564         * include/ext/pb_ds/detail/gp_hash_table_map_/
1565         debug_no_store_hash_fn_imps.hpp: Same.
1566         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
1567         * include/ext/pb_ds/detail/gp_hash_table_map_/
1568         constructor_destructor_fn_imps.hpp: Same.
1569         * include/ext/pb_ds/detail/gp_hash_table_map_/
1570         debug_store_hash_fn_imps.hpp: Same.
1571         * include/ext/pb_ds/detail/gp_hash_table_map_/
1572         erase_no_store_hash_fn_imps.hpp: Same.
1573         * include/ext/pb_ds/detail/gp_hash_table_map_/
1574         resize_no_store_hash_fn_imps.hpp: Same.
1575         * include/ext/pb_ds/detail/types_traits.hpp: Same.
1576         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
1577         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
1578         * include/ext/pb_ds/detail/binary_heap_/
1579         constructors_destructor_fn_imps.hpp: Same.      
1580         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
1581         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
1582         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
1583         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
1584         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
1585         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
1586         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
1587         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
1588         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
1589         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
1590         * include/ext/pb_ds/detail/pairing_heap_/
1591         constructors_destructor_fn_imps.hpp: Same.
1592         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
1593         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
1594         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
1595         * include/ext/pb_ds/detail/binomial_heap_/
1596         constructors_destructor_fn_imps.hpp: Same.
1597         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
1598         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
1599         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
1600         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1601         erase_fn_imps.hpp: Same.
1602         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1603         left_child_next_sibling_heap_.hpp: Same.
1604         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1605         const_iterator.hpp: Same.       
1606         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1607         insert_fn_imps.hpp: Same.       
1608         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1609         constructors_destructor_fn_imps.hpp: Same.
1610         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1611         debug_fn_imps.hpp: Same.
1612         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1613         const_point_iterator.hpp: Same.
1614         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
1615         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
1616         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
1617         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
1618         * include/ext/pb_ds/detail/thin_heap_/
1619         constructors_destructor_fn_imps.hpp: Same.
1620         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
1621         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
1622         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
1623         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
1624         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
1625         * include/ext/pb_ds/detail/ov_tree_map_/
1626         constructors_destructor_fn_imps.hpp: Same.      
1627         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
1628         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
1629         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
1630         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
1631         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
1632         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
1633         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
1634         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
1635         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
1636         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
1637         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
1638         * include/ext/pb_ds/detail/splay_tree_/
1639         constructors_destructor_fn_imps.hpp: Same.
1640         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
1641         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
1642         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
1643         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
1644         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
1645         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
1646         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
1647         * include/ext/pb_ds/detail/list_update_map_/
1648         constructor_destructor_fn_imps.hpp: Same.
1649         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
1650         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
1651         * include/ext/pb_ds/detail/list_update_map_/
1652         iterators_fn_imps.hpp: Same.
1653         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
1654         * include/ext/pb_ds/detail/rc_binomial_heap_/
1655         rc_binomial_heap_.hpp: Same.
1656         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
1657         * include/ext/pb_ds/detail/rc_binomial_heap_/
1658         constructors_destructor_fn_imps.hpp: Same.
1659         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
1660         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
1661         * include/ext/pb_ds/detail/rc_binomial_heap_/
1662         split_join_fn_imps.hpp: Same.
1663         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
1664         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
1665         * include/ext/pb_ds/detail/rb_tree_map_/
1666         constructors_destructor_fn_imps.hpp: Same.      
1667         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
1668         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
1669         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
1670         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
1671         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
1672         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
1673         * testsuite/util/rng/twister_rand_gen.cc
1674         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1675         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1676
1677 2006-09-05  Paolo Carlini  <pcarlini@suse.de>
1678
1679         * include/bits/basic_string.tcc (find(const _CharT*, size_type,
1680         size_type)): Robustify.
1681         * include/ext/vstring.tcc (find(const _CharT*, size_type,
1682         size_type)): Likewise.
1683
1684 2006-09-05  Paolo Carlini  <pcarlini@suse.de>
1685
1686         * include/bits/basic_string.tcc (find(const _CharT*, size_type,
1687         size_type)): Reimplement in terms of traits::eq and traits::compare.
1688         * include/ext/vstring.tcc (find(const _CharT*, size_type,
1689         size_type)): Likewise.
1690         * src/string-inst.cc: Remove unneded std::search instantiation.
1691
1692 2006-09-04  Benjamin Kosnik  <bkoz@redhat.com>
1693
1694         PR c++/28871
1695         * include/ext/bitmap_allocator.h: Add comment for end of anonymous
1696         namespace.
1697         * include/ext/rope: Same.
1698         * include/bits/cpp_type_traits.h: Same.
1699         * include/tr1/tuple: Same.
1700         * include/tr1/functional_iterate.h: Same.
1701
1702         * include/bits/cpp_type_traits.h: Revert anonymous namespace
1703         change, use nested detail instead.
1704
1705         * testsuite/lib/libstdc++.exp (libstdc++_init): PCHFLAGS revert to
1706         stdc++.h.
1707         
1708 2006-09-04  Paolo Carlini  <pcarlini@suse.de>
1709
1710         * src/mt_allocator.cc (__pool<true>::_M_reclaim_block): Do
1711         not name a variable __used, badname on BSD.
1712
1713 2006-09-02  Paolo Carlini  <pcarlini@suse.de>
1714             Richard Guenther  <rguenther@suse.de>
1715
1716         PR libstdc++/24469
1717         * src/mt_allocator.cc (__pool<true>::_M_reserve_block,
1718         __pool<true>::_M_reclaim_block): Fix the logic to avoid
1719         races, exploit atomic counters stored in second part of
1720         the memory pointed by _M_used.
1721         (__pool<true>::_M_initialize): Adjust _M_used allocation.
1722         * include/ext/mt_allocator.h (__pool<true>::_Bin_record):
1723         Update comment.
1724
1725 2006-08-31  Benjamin Kosnik  <bkoz@redhat.com>
1726
1727         PR libstdc++/28671 continued
1728         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Don't use
1729         CXXFLAGS when checking for atomic builtins.
1730         * configure: Regenerate.
1731         * include/bits/atomicity.h: Revert.
1732         
1733 2006-08-31  Richard Guenther  <rguenther@suse.de>
1734
1735         * include/ext/mt_allocator.h: Remove volatile qualifiers
1736         from data members and corresponding locals and function
1737         signatures.
1738
1739 2006-08-31  Paolo Carlini  <pcarlini@suse.de>
1740
1741         * config/abi/pre/gnu.ver: Correct atomic helper function signature
1742         for case where _Atomic_word is long.
1743
1744 2006-08-31  Benjamin Kosnik  <bkoz@redhat.com>
1745
1746         PR libstdc++/28671
1747         * include/bits/atomicity.h (__exchange_and_add): Declare only.
1748         (__atomic_add): Same.
1749         * config/cpu/generic/atomicity_builtins/atomicity.h: Remove comment.
1750         
1751 2006-08-30  Benjamin Kosnik  <bkoz@redhat.com>
1752             Richard Guenther  <rguenther@suse.de>
1753         
1754         * config/abi/pre/gnu.ver: Spell out exact signatures for atomic
1755         access functions.
1756
1757         * include/bits/atomicity.h (__atomic_add_dispatch): Remove
1758         volatile qualification for _Atomic_word argument.
1759         (__atomic_add_single): Same.
1760         (__exchange_and_add_dispatch): Same.
1761         (__exchange_and_add_single): Same.
1762         
1763 2006-08-29  Paolo Carlini  <pcarlini@suse.de>
1764
1765         * include/tr1/random (subtract_with_carry_01<>::_M_initialize_npows):
1766         New.
1767         (subtract_with_carry_01<>::subtract_with_carry_01(),
1768         subtract_with_carry_01<>::subtract_with_carry_01(unsigned long),
1769         subtract_with_carry_01<>::subtract_with_carry_01(_Gen&)): Use it.
1770         * include/tr1/random.tcc: Define.
1771
1772         * include/tr1/random (xor_combine<>::_M_initialize_max()): New.
1773         (xor_combine<>::xor_combine(), xor_combine<>::xor_combine(const
1774         base1_type&, const base2_type&), xor_combine<>::xor_combine(unsigned
1775         long), xor_combine<>::xor_combine(_Gen&)): Use it.
1776         (xor_combine<>::min, xor_combine<>::max): Adjust.
1777         * include/tr1/random.tcc: Define.
1778
1779 2006-08-29  Benjamin Kosnik  <bkoz@redhat.com>
1780
1781         * acinclude.m4(glibcxx_PCHFLAGS): Set to stdtr1c++.h.
1782         * configure: Regenerate.
1783         
1784         * scripts/check_compile: Output current compile line.
1785         
1786 2006-08-28  Benjamin Kosnik  <bkoz@redhat.com>
1787
1788         PR libstdc++/23773 partial
1789         * docs/html/abi.html: Update.
1790
1791 2006-08-28  Roger Sayle  <roger@eyesopen.com>
1792             Paolo Carlini  <pcarlini@suse.de>
1793
1794         * include/bits/stl_algo.h (__heap_select, __introselect): New.
1795         (nth_element): New implementation.
1796         (partial_copy): Use __heap_select.
1797         * testsuite/performance/25_algorithms/nth_element_worst_case.cc: New.
1798
1799 2006-08-28  Paolo Carlini  <pcarlini@suse.de>
1800             Roger Sayle  <roger@eyesopen.com>
1801
1802         * testsuite/25_algorithms/nth_element/2.cc: New.
1803
1804 2006-08-27  Paolo Carlini  <pcarlini@suse.de>
1805
1806         PR libstdc++/28830
1807         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1808         lockfree_weaktoshared.cc: Rename to...
1809         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1810         default_weaktoshared.cc: ... this; test the default base class.
1811         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1812         mutex_weaktoshared.cc: Run like the other thread tests.
1813
1814 2006-08-25  Paolo Carlini  <pcarlini@suse.de>
1815
1816         * docs/html/ext/tr1.html: Update.
1817
1818 2006-08-25  Paolo Carlini  <pcarlini@suse.de>
1819
1820         * include/tr1/random (bernoulli_distribution::operator()): Fix
1821         wrt generators returning integers.
1822         (uniform_int<>::_M_call): Add.
1823         (uniform_int<>::operator()): Use it.
1824
1825         * include/tr1/random (_Adaptor<>::min, _Adaptor<>::max): Add.
1826         (_Adaptor<>::operator()): Allow for nonzero _M_g.min().
1827
1828         * include/tr1/random.tcc (linear_congruential<>::min, max):
1829         Move inline...
1830         (__mod): Move ...
1831         * include/tr1/random: ... here.
1832         (struct _Mod): Declare.
1833
1834         * include/tr1/random (struct _To_Unsigned_Type): Only declare,
1835         move...
1836         * include/tr1/random.tcc: ... here.
1837
1838 2006-08-22  Phillip Jordan  <phillip.m.jordan@gmail.com>
1839
1840         *include/tr1/boost_shared_ptr.h: Added locking policy to
1841         tr1::shared_ptr<> and related classes.
1842         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread: New.
1843         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1844         lockfree_weaktoshared.cc: New.
1845         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
1846         mutex_weaktoshared.cc: New.
1847         *testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
1848         shared_ptr_neg.cc: Modify.
1849         
1850 2006-08-22  Paolo Carlini  <pcarlini@suse.de>
1851
1852         * include/tr1/random.tcc (subtract_with_carry_01<>::
1853         seed(_Gen&, false_type)): Fix _M_carry initialization.
1854         
1855         * testsuite/tr1/5_numerical_facilities/random/
1856         subtract_with_carry/cons/default.cc: Qualify 1 as 1UL.
1857         * testsuite/tr1/5_numerical_facilities/random/
1858         subtract_with_carry/cons/gen1.cc: Likewise.
1859
1860 2006-08-22  Paolo Carlini  <pcarlini@suse.de>
1861
1862         * include/tr1/random (class subtract_with_carry_01<>): Add.
1863         * include/tr1/random.tcc (subtract_with_carry_01<>::
1864         seed(unsigned long), subtract_with_carry_01<>::
1865         seed(_Gen&, false_type), subtract_with_carry_01<>::
1866         operator(), operator<<(std::basic_ostream<>&, const
1867         subtract_with_carry_01<>&), operator>>(std::basic_istream<>&,
1868         subtract_with_carry_01<>&)): Define.
1869         * testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc:
1870         New.
1871         * testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc:
1872         Likewise.
1873         * testsuite/tr1/5_numerical_facilities/random/
1874         subtract_with_carry_01/cons/seed1.cc: Likewise.
1875         * testsuite/tr1/5_numerical_facilities/random/
1876         subtract_with_carry_01/cons/seed2.cc: Likewise.
1877         * testsuite/tr1/5_numerical_facilities/random/
1878         subtract_with_carry_01/cons/default.cc: Likewise.
1879         * testsuite/tr1/5_numerical_facilities/random/
1880         subtract_with_carry_01/cons/gen1.cc: Likewise.
1881         * testsuite/tr1/5_numerical_facilities/random/
1882         subtract_with_carry_01/requirements/typedefs.cc: Likewise.
1883         * testsuite/tr1/5_numerical_facilities/random/
1884         subtract_with_carry_01/operators/equal.cc: Likewise.
1885         * testsuite/tr1/5_numerical_facilities/random/
1886         subtract_with_carry_01/operators/not_equal.cc: Likewise.
1887         * testsuite/tr1/5_numerical_facilities/random/
1888         subtract_with_carry_01/operators/serialize.cc: Likewise.
1889
1890         * docs/html/ext/howto.html: Add two implemented TR1 issues.
1891
1892         * include/tr1/random.tcc (struct _To_Unsigned_Type<>): Move...
1893         * include/tr1/random: ... here.
1894         (class subtract_with_carry<>): Use it everywhere.
1895
1896         * testsuite/tr1/5_numerical_facilities/random/
1897         subtract_with_carry/cons/seed1.cc: Qualify 1 as 1UL.
1898         * testsuite/tr1/5_numerical_facilities/random/
1899         subtract_with_carry/cons/seed2.cc: Likewise.
1900         * testsuite/tr1/5_numerical_facilities/random/
1901         subtract_with_carry/cons/default.cc: Likewise.
1902         * testsuite/tr1/5_numerical_facilities/random/
1903         subtract_with_carry/cons/gen1.cc: Likewise.
1904         * testsuite/tr1/5_numerical_facilities/random/
1905         subtract_with_carry/requirements/typedefs.cc: Likewise.
1906         * testsuite/tr1/5_numerical_facilities/random/
1907         subtract_with_carry/operators/equal.cc: Likewise.
1908         * testsuite/tr1/5_numerical_facilities/random/
1909         subtract_with_carry/operators/not_equal.cc: Likewise.
1910         * testsuite/tr1/5_numerical_facilities/random/
1911         subtract_with_carry/operators/serialize.cc: Likewise.
1912
1913         * include/tr1/random (class binomial_distribution<>): Reorder the
1914         data members to save space.
1915
1916 2006-08-20  Paolo Carlini  <pcarlini@suse.de>
1917
1918         * include/tr1/random (gamma_distribution<>::_M_initialize,
1919         gamma_distribution<>::_M_l_d): Add.
1920         (gamma_distribution<>::gamma_distribution(const result_type&),
1921         operator>>(std::basic_istream<>&, gamma_distribution&)): Use it.
1922         include/tr1/random.tcc (gamma_distribution<>::_M_initialize):
1923         Define.
1924         (gamma_distribution<>::operator()): Adjust.
1925
1926         * include/tr1/random (geometric_distribution<>::_M_initialize): Add.
1927         (geometric_distribution<>::geometric_distribution(const _RealType&),
1928         operator>>(std::basic_istream<>&, geometric_distribution&)): Use it.
1929
1930 2006-08-18  Paolo Carlini  <pcarlini@suse.de>
1931
1932         * include/tr1/random (class binomial_distribution<>): Add.
1933         * include/tr1/random.tcc (binomial_distribution<>::operator(),
1934         operator<<(std::basic_ostream<>&, const binomial_distribution<>&),
1935         operator>>(std::basic_istream<>&, binomial_distribution<>&,
1936         binomial_distribution<>::_M_waiting(), binomial_distribution<>::
1937         _M_initialize()): Define.
1938         * testsuite/tr1/5_numerical_facilities/random/binomial_distribution/
1939         requirements/typedefs.cc: New.
1940
1941         * include/tr1/random (geometric_distribution<>::
1942         geometric_distribution(const _RealType&)): Fix DEBUG_ASSERT
1943         limits.
1944
1945         * include/tr1/random (poisson_distribution): Add normal_distribution
1946         member, adjust consistently; minor tweaks and rearrangements of the
1947         arithmetic.
1948         (operator>>(std::basic_istream<>&, poisson_distribution<>&)): Move
1949         out of line.
1950         * include/tr1/random.tcc: Adjust.
1951
1952         * include/tr1/random.tcc (normal_distribution<>::operator()): Minor
1953         tweaks.
1954
1955 2006-08-18  Paolo Carlini  <pcarlini@suse.de>
1956
1957         PR libstdc++/28765
1958         * include/ext/rc_string_base.h (_M_clear): New.
1959         * include/ext/sso_string_base.h (_M_clear): Likewise.
1960         * include/ext/vstring.h (clear): Use it.
1961
1962 2006-08-15  Paolo Carlini  <pcarlini@suse.de>
1963
1964         * include/tr1/random (poisson_distribution<>::_M_initialize): Add.
1965         (poisson_distribution<>::poisson_distribution(const _RealType&):
1966         Use it.
1967         (operator>>(std::basic_istream<>&, poisson_distribution<>&)):
1968         Likewise.
1969         (poisson_distribution<>::_M_large): Remove.
1970         * include/tr1/random.tcc (poisson_distribution<>::_M_initialize):
1971         Define.
1972         (operator<<(std::basic_ostream<>&, const poisson_distribution<>&)):
1973         Do not output the constants.
1974
1975         * include/tr1/random (operator>>(std::basic_istream<>&,
1976         gamma_distribution&)): Minor tweak.
1977         
1978         * include/tr1/random.tcc (poisson_distribution<>::operator()):
1979         Minor tweak.
1980
1981         * include/tr1/random: Consistently, all data members private.
1982
1983 2006-08-15  Paolo Carlini  <pcarlini@suse.de>
1984
1985         * include/tr1/random.tcc (mersenne_twister<>::operator()): Revert
1986         last change (per gcc-patches/2006-08/msg00484.html).
1987
1988 2006-08-14  Paolo Carlini  <pcarlini@suse.de>
1989
1990         * include/tr1/random (class poisson_distribution<>): Add.
1991         * include/tr1/random.tcc (poisson_distribution<>::operator(),
1992         operator<<(std::basic_ostream<>&, const poisson_distribution<>&),
1993         operator>>(std::basic_istream<>&, poisson_distribution<>&,
1994         poisson_distribution<>::poisson_distribution(const _RealType&)):
1995         Define.
1996         * testsuite/tr1/5_numerical_facilities/random/poisson_distribution/
1997         requirements/typedefs.cc: New.
1998
1999         * include/tr1/random.tcc (mersenne_twister<>::operator()): Tweak
2000         a bit for efficiency.
2001         
2002         * include/tr1/random.tcc (operator<<(std::basic_ostream<>&,
2003         const normal_distribution<>&), operator>>(std::basic_istream<>&,
2004         normal_distribution<>&)): Do not output _M_saved unnecessarily.
2005
2006         * include/tr1/random: Trivial formatting fixes.
2007         * include/tr1/cmath: Likewise.
2008
2009 2006-08-11  Paolo Carlini  <pcarlini@suse.de>
2010
2011         * include/bits/stl_bvector.h (__fill_bvector(_Bit_iterator,
2012         _Bit_iterator, bool)): New.
2013         (fill(_Bit_iterator, _Bit_iterator, const bool&)): Use it.
2014
2015 2006-08-10  Paolo Carlini  <pcarlini@suse.de>
2016
2017         * include/tr1/random.tcc (gamma_distribution<>::operator()): Fixes
2018         from the Errata of Devroye's book.
2019
2020 2006-08-10  Paolo Carlini  <pcarlini@suse.de>
2021
2022         * include/bits/stl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)):
2023         Tidy a bit, thus reducing generated code size.
2024
2025 2006-08-09  Paolo Carlini  <pcarlini@suse.de>
2026
2027         * include/bits/stl_bvector.h (vector<bool>::_M_copy_aligned): New.
2028         (vector<bool>::vector(const vector&), operator=(const vector&),
2029         reserve(size_type), _M_fill_insert(iterator, size_type, bool),
2030         _M_insert_range(iterator, _ForwardIterator, _ForwardIterator,
2031         std::forward_iterator_tag), _M_insert_aux(iterator, bool)): Use it.
2032         * testsuite/performance/23_containers/copy_construct/
2033         vector_bool.cc: New.
2034
2035         * testsuite/23_containers/vector/bool/cons/1.cc: New.
2036         * testsuite/23_containers/vector/bool/cons/2.cc: Likewise.
2037
2038         * include/bits/stl_bvector.h (vector<bool>::_M_fill): Remove.
2039         (fill(_Bit_iterator, _Bit_iterator, const bool&)): New.
2040         (vector<bool>::_M_fill_insert(iterator, size_type, bool)): Adjust.
2041
2042         * include/bits/stl_bvector.h (_M_initialize_range(_InputIterator,
2043         _InputIterator, std::input_iterator_tag)): Remove redundant
2044         assignments.
2045
2046         * include/bits/stl_algo.h (find(istreambuf_iterator<>,
2047         istreambuf_iterator<>, _CharT)): Adjust signature.
2048         * include/bits/streambuf_iterator.h: Likewise.
2049         * include/std/std_streambuf.h: Likewise.        
2050
2051 2006-08-09  Paolo Carlini  <pcarlini@suse.de>
2052
2053         * include/bits/stl_algobase.h (fill(const _Deque_iterator<>&,
2054         const _Deque_iterator<>&, const _Tp&)): Move...
2055         * include/bits/deque.tcc: ... here.
2056         * include/bits/stl_deque.h: Declare.
2057
2058 2006-08-06  Paolo Carlini  <pcarlini@suse.de>
2059
2060         PR libstdc++/16611
2061         * include/bits/stl_bvector.h (vector<bool>::operator[],
2062         vector<bool>::operator[] const): Do not use iterator::operator+,
2063         hand code.
2064
2065 2006-08-05  Paolo Carlini  <pcarlini@suse.de>
2066
2067         PR libstdc++/28587
2068         * include/bits/stl_bvector.h (vector<bool>::_M_fill): New.
2069         (vector<bool>::_M_fill_insert): Use it.
2070         * testsuite/performance/23_containers/resize/vector_bool.cc: New.
2071         
2072         * testsuite/23_containers/vector/bool/modifiers/insert/1.cc: New.
2073         * testsuite/23_containers/vector/bool/capacity/1.cc: Likewise.
2074
2075 2006-08-04  Paolo Carlini  <pcarlini@suse.de>
2076
2077         * include/bits/stl_queue.h (priority_queue<>::push,
2078         priority_queue<>::pop): Remove try/catch, just follow the
2079         letter of the Standard.
2080
2081 2006-08-03  Paolo Carlini  <pcarlini@suse.de>
2082
2083         * include/bits/stl_queue.h: Trivial formatting fixes.
2084         * include/bits/stl_stack.h: Likewise.
2085
2086 2006-08-01  Ed Smith-Rowland  <3dw4rd@verizon.net>
2087
2088         * docs/html/ext/tr1.html: Update.
2089
2090 2006-07-31  Paolo Carlini  <pcarlini@suse.de>
2091
2092         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
2093         Find the decimal point in cs, instead of ws; tidy.
2094
2095 2006-07-30  Roger Sayle  <roger@eyesopen.com>
2096
2097         * include/ext/codevt_specializations.h (__iconv_adaptor): Use
2098         identifier _Tp instead of _T in template argument to avoid conflict.
2099
2100 2006-07-30  Paolo Carlini  <pcarlini@suse.de>
2101
2102         * include/bits/stl_algo.h (stable_sort): Uglify the buf variable.
2103         * include/bits/stl_tempbuf.h (_Temporary_buffer<>::
2104         _M_initialize_buffer): Uglify the val parameter.
2105
2106 2006-07-27  Benjamin Kosnik  <bkoz@wells.artheist.org>
2107
2108         PR libstdc++/19664 round 3      
2109         * include/Makefile.am (tr1_headers): Add hashtable_policy.h.
2110         * include/Makefile.in: Regenerate.
2111         * include/tr1/hashtable: Move policy classes into...
2112         * include/tr1/hashtable_policy.h: ... this. New.
2113         
2114         * src/globals_locale.cc: Move contents....
2115         * src/locale_init.cc: ... to here, put in anonymous namespace.
2116         * src/Makefile.am: Remove globals_locale.cc.
2117         * src/Makefile.in: Regenerate.
2118
2119         * src/locale.cc: Convert __gnu_internal to anonymous namespace.
2120         * src/debug.cc: Same.
2121         * src/ext-inst.cc: Same.
2122         * src/mt_allocator.cc: Same.
2123         * src/pool_allocator.cc: Same.
2124         
2125         * include/tr1/random: Convert std::tr1::_Private to anonymous
2126         namespace.
2127         * include/tr1/random.tcc: Same.
2128
2129         * include/tr1/hashtable: Move ::Internal to std::tr1::detail and
2130         enclose bits that can actually be internal in in anonymous
2131         namespace.
2132         * include/tr1/unordered_set: Adjust explicit qualifications for
2133         namespace changes.
2134         * include/tr1/unordered_map: Same.
2135
2136         * include/tr1/cmath: Convert __gnu_internal to nested detail namespace.
2137
2138         * include/bits/cpp_type_traits.h: Move __type_type into anonymous
2139         namespace.
2140         
2141         * include/ext/rope: Change _Rope_constants to anonymous namespace.
2142         * include/ext/ropeimpl.h: Same.
2143         * src/ext-inst.cc: Same.
2144
2145 2006-07-24  Paolo Carlini  <pcarlini@suse.de>
2146
2147         * include/tr1/cinttypes: Simply protect everything with
2148         _GLIBCXX_USE_C99_INTTYPES_TR1.
2149         * include/tr1/cfenv: Likewise with _GLIBCXX_USE_C99_FENV_TR1.
2150         * include/tr1/cstdint: Likewise with _GLIBCXX_USE_C99_STDINT_TR1.
2151
2152 2006-07-21  Benjamin Kosnik  <bkoz@redhat.com>
2153
2154         * include/tr1/random: Make include guards consistent.
2155         * include/tr1/unordered_map: Same.
2156         * include/tr1/hashtable: Same.
2157         * include/tr1/unordered_set: Same.
2158
2159 2006-07-21  Steve Ellcey  <sje@cup.hp.com>
2160
2161         PR target/26792
2162         * configure.ac: Use GCC_CHECK_UNWIND_GETIPINFO to
2163         define HAVE_GETIPINFO.
2164         * aclocal.m4: Add include of ../config/unwind_ipinfo.m4.
2165         * config.h.in: Regenerate.
2166         * configure: Regenerate.
2167         * Makefile.in: Regenerate.
2168         * libmath/Makefile.in: Regenerate.
2169         * include/Makefile.in: Regenerate.
2170         * src/Makefile.in: Regenerate.
2171         * libsupc++/Makefile.in: Regenerate.
2172         * testsuite/Makefile.in: Regenerate.
2173         * po/Makefile.in: Regenerate.
2174         * libsupc++/eh_personality.cc: Check HAVE_GETIPINFO.
2175
2176 2006-07-21  Jason Merrill  <jason@redhat.com>
2177
2178         PR libstdc++/19664 round 2      
2179         * libsupc++/eh_personality.cc: Wrap extern "C" function
2180         definitions in namespace __cxxabiv1.
2181
2182 2006-07-21  David Daney  <ddaney@avtrex.com>
2183
2184         PR libgcj/28426
2185         * acinclude.m4: Added a comment.
2186
2187 2006-07-20  Benjamin Kosnik  <bkoz@redhat.com>
2188             Jakub Jelinek  <jakub@redhat.com>
2189         
2190         PR libstdc++/19664 round 1
2191         * acinclude.m4 (GLIBCXX_ENABLE_VISIBILITY): Check it.
2192         * configure.ac: Use it.
2193         * configure: Regenerate.
2194         * docs/html/configopts.html: Document it.
2195         * include/Makefile.am: Slip in to c++config.
2196         * include/Makefile.in: Regenerate.
2197         * include/bits/c++config (_GLIBCXX_VISIBILITY): New.
2198         (_GLIBCXX_BEGIN_NAMESPACE): Use it.
2199         (_GLIBCXX_END_NAMESPACE): Use it.
2200         (_GLIBCXX_BEGIN_NESTED_NAMESPACE): Use it.
2201         (_GLIBCXX_END_NESTED_NAMESPACE): Use it.                
2202         * src/debug.cc: Mark __gnu_internal namespace with hidden
2203         visibility attribute.
2204         * src/ext-inst.cc: Same.
2205         * src/globals_io.cc: Same.
2206         * src/globals_locale.cc: Same.
2207         * src/ios_init.cc: Same.
2208         * src/locale.cc: Same.
2209         * src/mt_allocator.cc: Same.
2210         * src/pool_allocator.cc: Same.
2211
2212 2006-07-16  Paolo Carlini  <pcarlini@suse.de>
2213
2214         PR libstdc++/28277 (partial: valarray bits)
2215         * include/std/std_valarray.h (valarray<>::shift(int),
2216         valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
2217         do the work in place.
2218         * testsuite/26_numerics/valarray/28277.cc: New.
2219
2220 2006-07-15  Paolo Carlini  <pcarlini@suse.de>
2221
2222         PR libstdc++/28277 (partial: ostream bits 1)
2223         * include/bits/ostream.tcc (operator<<(basic_ostream<_CharT>&,
2224         const char*)): Avoid __builtin_alloca with no limit in the
2225         widening.
2226         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
2227         28277-1.cc: New.
2228
2229 2006-07-14  Benjamin Kosnik  <bkoz@redhat.com>
2230
2231         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.
2232         * configure.ac: Use it.
2233         * configure: Regenerated.
2234         * config.h.in: Regenerated.
2235         * configure.host: Simplify.
2236         * include/bits/atomicity.h: Adjust macros.
2237         * config/cpu/generic/atomicity.h: Move...
2238         * config/cpu/generic/atomicity_mutex: New.
2239         * config/cpu/generic/atomicity_mutex/atomicity.h: ...here.
2240         * config/cpu/generic/atomic_builtins: Rename...
2241         * config/cpu/generic/atomicity_builtins: ...to this.
2242         * config/cpu/generic/atomicity_builtins/atomicity.h: Moved.
2243         * config/cpu/mips/atomicity.h: Comment MIPS II requirement.
2244
2245         * scripts/testsuite_flags.in: Make --cxxflags reflect CXXFLAGS.
2246         
2247 2006-07-14  Paolo Carlini  <pcarlini@suse.de>
2248
2249         * include/tr1/random (minstd_rand0, minstd_rand, ranlux3, ranlux4):
2250         Use unsigned long as implementation-defined type.
2251
2252 2006-07-14  Paolo Carlini  <pcarlini@suse.de>
2253
2254         * include/tr1/random.tcc (struct _To_Unsigned_Type): Add.
2255         (subtract_with_carry<>::seed(_Gen&, false_type)): Use an
2256         unsigned type in the loop, fix factor multiplier, take g
2257         invocations modulo 2^32.
2258
2259         * include/tr1/random.tcc (subtract_with_carry<>::
2260         seed(unsigned long)): Fix value == 0 special case.
2261
2262         * include/tr1/random (struct _Shift): Fix for large shifts.
2263
2264 2006-07-13  Paolo Carlini  <pcarlini@suse.de>
2265
2266         * testsuite/performance/21_strings/string_copy_cons_and_dest.cc: New.
2267
2268 2006-07-13  Benjamin Kosnik  <bkoz@redhat.com>
2269
2270         * include/Makefile.am (pch*_output_anchor): Add.
2271         (pch*_output): Use.
2272         (CLEANFILES): Use.
2273         * include/Makefile.in: Regenerate.
2274         
2275         * scripts/check_performance: Be verbose on compile error.
2276
2277 2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>
2278
2279         * include/Makefile.am: Revert last change.
2280         * include/Makefile.in: Same.
2281
2282 2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>
2283
2284         * include/Makefile.am (pch_output): Don't precompile extc++.h.
2285         (pch_output_dirs): Same.
2286         * include/Makefile.in: Regenerate.
2287
2288         * testsuite/lib/libstdc++.exp: Test PCH with stdtr1c++.h.
2289         
2290 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2291
2292         * include/ext/codecvt_specializations.h: Fix typo in commit
2293         for libstdc++/28290.
2294
2295 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2296
2297         * include/bits/locale_facets.tcc (collate<>::do_transform(
2298         const _CharT*, const _CharT*)): Simplify previous fix for
2299         libstdc++/28277, always allocate memory dynamically.
2300
2301 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2302
2303         PR libstdc++/28344
2304         * include/tr1/random (gamma_distribution<>::
2305         gamma_distribution(const result_type&)): Don't use __alpha as
2306         parameter name, a predefined macro on Alpha systems.
2307
2308 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2309
2310         PR libstdc++/28290
2311         * include/ext/codecvt_specializations.h: Fix, adding missing
2312         includes and guards.
2313
2314 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2315
2316         PR libstdc++/28277 (partial: collate bits)
2317         * include/bits/locale_facets.tcc (collate<>::do_transform(
2318         const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
2319         limit; also avoid multiple calls (in a loop).
2320         * testsuite/22_locale/collate/transform/char/28277.cc: New.
2321         * testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise.
2322
2323 2006-07-10  Mike Stump  <mrs@apple.com>
2324
2325         * libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.
2326
2327 2006-07-10  Benjamin Kosnik  <bkoz@redhat.com>
2328
2329         PR libstdc++/15448
2330         * include/Makefile.am: Clean up pch rules.
2331         * include/Makefile.in: Regenerate.
2332
2333 2006-07-09  Paolo Carlini  <pcarlini@suse.de>
2334
2335         * include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
2336         long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
2337         unsigned long, const _CharT*, ios_base::fmtflags),
2338         __int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
2339         __int_to_char<>(_CharT*, unsigned long long, const _CharT*,
2340         ios_base::fmtflags)): Remove.
2341         (__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
2342         bool)): Adjust.
2343         (num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
2344         Likewise.
2345
2346 2006-07-06  Paolo Carlini  <pcarlini@suse.de>
2347
2348         * include/tr1/random (class gamma_distribution<>): Add.
2349         * include/tr1/random.tcc (gamma_distribution<>::operator(),
2350         operator<<(std::basic_ostream<>&, const gamma_distribution<>&)):
2351         Define.
2352         * testsuite/tr1/5_numerical_facilities/random/gamma_distribution/
2353         requirements/typedefs.cc: New.
2354
2355 2006-07-06  Benjamin Kosnik  <bkoz@redhat.com>
2356
2357         * testsuite/util/regression/trait/assoc/trait.hpp: Format.
2358         * testsuite/util/regression/rand/priority_queue/
2359         rand_regression_test.hpp: Same.
2360         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
2361         * testsuite/util/regression/rand/
2362         assoc/container_rand_regression_test.hpp: Same.
2363         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
2364         * testsuite/util/regression/assoc/common_type.hpp: Same.
2365         * testsuite/util/regression/basic_type.hpp: Same.
2366
2367 2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>  
2368
2369         * include/Makefile.am (pch_output): New.
2370         (clean-local): Use it.
2371         * include/Makefile.in: Regenerate.
2372
2373 2006-07-04  Paolo Carlini  <pcarlini@suse.de>
2374
2375         * include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
2376         result_type.
2377         (variate_generator<>::operator()(),
2378         variate_generator<>::operator()(_Tp)): Inline.
2379
2380         * include/tr1/random: Minor cosmetic changes.
2381
2382 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
2383
2384         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
2385         Adjust, take into account rounding in _M_create.
2386         (__rc_string_base::_M_create): Add early _S_max_size check.
2387
2388 2006-07-03  Ian Lance Taylor  <ian@airs.com>
2389             Paolo Carlini  <pcarlini@suse.de>
2390
2391         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
2392         Increase by a factor of two.
2393         * include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
2394         Likewise.
2395
2396 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
2397
2398         * include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
2399         allocate a string bigger than _S_max_size.
2400
2401 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
2402
2403         * include/Makefile.am (pch1_input, pch1_output_builddir,
2404         pch1_outputj_installdir, pch1_source): Move from pch_*.
2405         (pch2_input, pch2_output_builddir,
2406         pch2_output_installdir, pch2_source): Clone for ext.
2407         (pch3_input, pch3_output_builddir,
2408         pch3_output_installdir, pch3_source): Clone for tr1.
2409         (install-pch): Same.
2410         * include/Makefile.in: Regenerate.
2411
2412         * include/precompiled: New directory.
2413         * include/stdc++.h: Move...
2414         * include/precompiled/stdc++.h: ... here.               
2415         * include/precompiled/stdtr1c++.h: New.
2416         * include/precompiled/extc++.h: New.
2417
2418         * testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
2419         to -include bits/stdtr1c++.h.
2420
2421 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
2422
2423         * testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
2424         600.
2425
2426 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
2427
2428         * testsuite/util/regression/rand/priority_queue/
2429         rand_regression_test.hpp: Revert.
2430
2431 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
2432
2433         * include/ext/typelist.h (typelist_append): To append_typelist. 
2434         (typelist): To node.
2435         Enclose in namespace typelist.
2436         * testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
2437         * testsuite/performance/23_containers/find/map.cc: Same.
2438         * testsuite/performance/23_containers/create/map.cc: Same.
2439         * testsuite/performance/23_containers/insert_erase/associative.cc: 
2440         Same.
2441         * testsuite/performance/23_containers/insert/sequence.cc: Same.
2442         * testsuite/performance/23_containers/insert/associative.cc: Same.
2443         * testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
2444         * testsuite/performance/23_containers/index/map.cc: Same.
2445         * testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
2446         * testsuite/performance/23_containers/create_sort/list.cc: Same.
2447         * testsuite/performance/23_containers/sort_search/list.cc: Same.
2448         * testsuite/performance/23_containers/producer_consumer/sequence.cc: 
2449         Same.
2450         * testsuite/performance/23_containers/producer_consumer/associative.cc:
2451         Same.
2452
2453 2006-06-26  Benjamin Kosnik  <bkoz@redhat.com>
2454
2455         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
2456         Reduce iterations by half.
2457         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
2458         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
2459         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
2460         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
2461         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
2462         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
2463         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
2464         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
2465
2466         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
2467         Set probability of compare from 1 to 0.25.
2468         * testsuite/util/regression/rand/priority_queue/
2469         rand_regression_test.hpp: Same.
2470
2471 2006-06-25  Paolo Carlini  <pcarlini@suse.de>
2472
2473         * include/tr1/random (operator<<(std::basic_ostream<>&,
2474         const linear_congruential<>&), operator>>(std::basic_istream<>&,
2475         linear_congruential<>&), operator<<(std::basic_ostream<>&,
2476         const mersenne_twister<>&), operator>>(std::basic_istream<>&,
2477         mersenne_twister<>&), operator<<(std::basic_ostream<>&,
2478         const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
2479         subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
2480         const discard_block<>&), operator>>(std::basic_istream<>&,
2481         discard_block<>&), operator<<(std::basic_ostream<>&,
2482         const xor_combine<>&), operator>>(std::basic_istream<>&,
2483         xor_combine<>&), operator<<(std::basic_ostream<>&,
2484         const uniform_int<>&), operator>>(std::basic_istream<>&,
2485         uniform_int<>&), operator<<(std::basic_ostream<>&,
2486         const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
2487         const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
2488         const uniform_real<>&), operator>>(std::basic_istream<>&,
2489         uniform_real<>&), operator<<(std::basic_ostream<>&,
2490         const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
2491         const normal_distribution<>&), operator>>(std::basic_istream<>&,
2492         normal_distribution<>&)): Redo per TR1 specs; move out of line...
2493         * include/tr1/random.tcc: ... here.
2494
2495 2006-06-24  Paolo Carlini  <pcarlini@suse.de>
2496
2497         * include/tr1/random (class normal_distribution<>): Add.
2498         * include/tr1/random.tcc (normal_distribution<>::operator()): Define.
2499         
2500         * include/tr1/random.tcc (struct _Max): Remove, "inline" in the
2501         only user, mersenne_twister<>::max().
2502
2503         * include/tr1/random.tcc (struct _Shift): Move...
2504         * include/tr1/random: ... here.
2505
2506         * include/tr1/random.tcc (linear_congruential<>::
2507         linear_congruential(unsigned long), linear_congruential<>::
2508         linear_congruential(_Gen&), mersenne_twister<>::max())): Move inline...
2509         * include/tr1/random: ... here.
2510
2511         * include/tr1/random (exponential_distribution<>::
2512         exponential_distribution(const result_type&)): Add missing
2513         _GLIBCXX_DEBUG_ASSERT.
2514
2515         * testsuite/tr1/5_numerical_facilities/random/
2516         exponential_distribution/requirements/typedefs.cc: New.
2517         * testsuite/tr1/5_numerical_facilities/random/
2518         normal_distribution/requirements/typedefs.cc: Likewise.
2519         * testsuite/tr1/5_numerical_facilities/random/
2520         bernoulli_distribution/requirements/typedefs.cc: Likewise.
2521         * testsuite/tr1/5_numerical_facilities/random/
2522         geometric_distribution/requirements/typedefs.cc: Likewise.
2523
2524 2006-06-23  Benjamin Kosnik  <bkoz@redhat.com>
2525
2526         PR libstdc++/27984
2527         * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust
2528         testing includes.
2529         * docs/html/test.html: Adjust for testsuite changes.
2530         
2531 2006-06-22  Jonathan Lennox  <lennox@cs.columbia.edu>
2532             Paolo Carlini  <pcarlini@suse.de>
2533
2534         * include/ext/pb_ds/detail/resize_policy/
2535         hash_prime_size_policy_imp.hpp: Cast to size_t instead.
2536
2537 2006-06-22  Ami Tavory  <atavory@gmail.com>
2538
2539         * include/ext/pb_ds/detail/resize_policy/
2540         hash_prime_size_policy_imp.hpp: Fix for 64-bit machines.
2541
2542 2006-06-21  Paolo Carlini  <pcarlini@suse.de>
2543
2544         * include/bits/postypes.h (operator==(const fpos<>&, const fpos<>&),
2545         operator!=(const fpos<>&, const fpos<>&)): Add.
2546         * testsuite/27_io/fpos/mbstate_t/6.cc: New.
2547
2548 2006-06-21  Mark Mitchell  <mark@codesourcery.com>
2549
2550         * acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When
2551         cross-compiling, put headers in $prefix/$target/include/c++.
2552         * configure: Regenerated.
2553
2554 2006-06-20  Paolo Carlini  <pcarlini@suse.de>
2555
2556         * include/tr1/random.tcc (struct _Private::_Mod_w<>,
2557         _Private::__mod_w<>): Remove.
2558         (struct _Private::_Shift<>): New.
2559         (struct _Private::_Max_w<>): Rename to _Max, use the latter.
2560         (mersenne_twister<>::seed(unsigned long), seed(_Gen&, false_type),
2561         max()): Adjust.
2562
2563 2006-06-20  Vladimir Prus  <vladimir@codesourcery.com>
2564
2565         * libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.
2566
2567 2006-06-19  Paolo Carlini  <pcarlini@suse.de>
2568
2569         * include/tr1/random (xor_combine<>::operator<<): Fix typo.
2570         
2571         * include/tr1/random (bernoulli_distribution::min(),
2572         bernoulli_distribution::max(), geometric_distribution<>::min(),
2573         geometric_distribution<>::max()): Remove.
2574
2575         * include/tr1/random (geometric_distribution<>::operator()):
2576         Simplify formula.
2577
2578         * include/tr1/random: Minor cosmetic changes.
2579
2580         * testsuite/tr1/5_numerical_facilities/random/discard_block/
2581         operators/equal.cc: New.
2582         * testsuite/tr1/5_numerical_facilities/random/discard_block/
2583         operators/not_equal.cc: Likewise.
2584         * testsuite/tr1/5_numerical_facilities/random/discard_block/
2585         operators/serialize.cc: Likewise.
2586         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2587         operators/equal.cc: Likewise.
2588         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2589         operators/not_equal.cc: Likewise.
2590         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2591         operators/serialize.cc: Likewise.
2592
2593 2006-06-17  Ami Tavory  <atavory@gmail.com>
2594             Paolo Carlini  <pcarlini@suse.de>
2595
2596         * testsuite/util/rng/twister_rand_gen.cc: Adapt to simply use
2597         tr1::mt19937.
2598         * testsuite/util/rng/twister_rand_gen.hpp: Likewise.
2599
2600 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
2601
2602         * include/tr1/random (uniform_real<>::uniform_real(_RealType,
2603         _RealType)): Implement.
2604         (uniform_real<>::min()): Likewise.
2605         (uniform_real<>::max()): Likewise.
2606         (uniform_real<>::reset()): Likewise.
2607
2608         * include/tr1/random (class uniform_real<>): Minor cosmetic tweaks.
2609
2610 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
2611
2612         * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
2613         Ignore the value of the __err argument.
2614         (time_get<>::do_get_weekday): Likewise.
2615         (time_get<>::do_get_monthname): Likewise.
2616         * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
2617         * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
2618         * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
2619         * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
2620         * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
2621         * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
2622         * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
2623         * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise.
2624         * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise.
2625         * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise.
2626
2627 2006-06-15  Benjamin Kosnik  <bkoz@redhat.com>
2628
2629         * include/ext/pb_ds/detail/type_utils.hpp (numeric_traits): Add,
2630         const expression interface to std::numeric_limits::min and max
2631         functions.
2632         * include/ext/pb_ds/trie_policy.hpp (string_trie_e_access_traits):
2633         Use it.
2634
2635         * include/ext/pb_ds/detail/resize_policy/
2636         hash_load_check_resize_trigger_imp.hpp: Format.
2637         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
2638
2639 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
2640
2641         * include/tr1/random.tcc (mersenne_twister<>::operator()()):
2642         Reload the last position of the _M_x vector too.
2643
2644 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
2645
2646         * include/tr1/random (class xor_combine): Fix result_type typedef.
2647         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2648         cons/default.cc: New.
2649         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
2650         requirements/typedefs.cc: Tweak.
2651
2652         * include/tr1/random: Minor cosmetic changes.
2653
2654 2006-06-14  Ami Tavory  <atavory@gmail.com>
2655             Benjamin Kosnik  <bkoz@redhat.com>
2656
2657         * include/ext/pb_assoc: Delete.
2658         * include/ext/pb_ds: Add.
2659         * docs/html/ext/pb_assoc: Delete.
2660         * docs/html/ext/pb_ds: Add.
2661         * testsuite/ext/pb_assoc: Delete.
2662         * testsuite/ext/pb_ds: Add.
2663         * testsuite/performance/ext: Add.
2664         * testsuite/performance/ext/pb_ds: Add. 
2665
2666         * testsuite/util/regression: New.
2667         * testsuite/util/rng: New.
2668         * testsuite/util/native_type: New.
2669         * testsuite/util/common_type: New.
2670         * testsuite/util/performance: New.
2671         * testsuite/util/hash_fn: New.
2672         * testsuite/util/io: New.
2673         * testsuite/util/statistic: New.
2674
2675         * scripts/make_graph.py: New.
2676         * scripts/make_graphs.py: New.
2677         * testsuite/data/thirty_years_among_the_dead_preproc.txt: Add.
2678         * testsuite/data/make_graph_htmls.xml: Add.
2679         * testsuite/data/make_graph_test_infos.xml: Add.        
2680
2681         * testsuite/lib/libstdc++.exp (v3-build_support): Add in new
2682         object files for regression testing.
2683         * docs/html/documentation.html: Adjust links.
2684         * include/Makefile.am (install-headers): Update for new sources,
2685         directories.
2686         * include/Makefine.in: Regenerate.
2687         * scripts/testsuite_flags.in: Adjust to testsuite/util path.
2688         * scripts/check_performance: Simplify, adjust for new testsuite output.
2689         * testsuite/Makefile.am (check-performance): Adjust.
2690         (doc-performance): New.
2691         * testsuite/Makefile.in: Regenerate.
2692
2693         * include/ext/pb_ds: New.
2694         * include/ext/pb_ds/assoc_container.hpp: Same.
2695         * include/ext/pb_ds/detail: New.
2696         * include/ext/pb_ds/detail/binomial_heap_base_: New.
2697         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
2698         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
2699         * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
2700         * include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: Same.
2701         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
2702         * include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp: Same.
2703         * include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp: Same.
2704         * include/ext/pb_ds/detail/resize_policy: New.
2705         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
2706         * include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp: Same.
2707         * include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
2708         * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
2709         * include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp: Same.
2710         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp: Same.
2711         * include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp: Same.
2712         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: Same.
2713         * include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp: Same.
2714         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
2715         * include/ext/pb_ds/detail/cc_hash_table_map_: New.
2716         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
2717         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
2718         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
2719         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
2720         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
2721         * include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp: Same.
2722         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
2723         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
2724         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
2725         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
2726         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
2727         * include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp: Same.
2728         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
2729         * include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
2730         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
2731         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
2732         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
2733         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
2734         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
2735         * include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp: Same.
2736         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
2737         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
2738         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
2739         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
2740         * include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp: Same.
2741         * include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp: Same.
2742         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
2743         * include/ext/pb_ds/detail/typelist_assoc_container.hpp: Same.
2744         * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
2745         * include/ext/pb_ds/detail/unordered_iterator: New.
2746         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
2747         * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
2748         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
2749         * include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp: Same.
2750         * include/ext/pb_ds/detail/typelist.hpp: Same.
2751         * include/ext/pb_ds/detail/pat_trie_: New.
2752         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
2753         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
2754         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
2755         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
2756         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
2757         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
2758         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
2759         * include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp: Same.
2760         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
2761         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
2762         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
2763         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
2764         * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
2765         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
2766         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
2767         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
2768         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
2769         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
2770         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
2771         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
2772         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
2773         * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Same.
2774         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
2775         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
2776         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
2777         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
2778         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
2779         * include/ext/pb_ds/detail/bin_search_tree_: New.
2780         * include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp: Same.
2781         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
2782         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
2783         * include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: Same.
2784         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
2785         * include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp: Same.
2786         * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
2787         * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
2788         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
2789         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
2790         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
2791         * include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp: Same.
2792         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
2793         * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
2794         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
2795         * include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp: Same.
2796         * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
2797         * include/ext/pb_ds/detail/gp_hash_table_map_: New.
2798         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
2799         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
2800         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
2801         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
2802         * include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp: Same.
2803         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
2804         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
2805         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
2806         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
2807         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
2808         * include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp: Same.
2809         * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
2810         * include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp: Same.
2811         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
2812         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
2813         * include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
2814         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
2815         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
2816         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
2817         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
2818         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
2819         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
2820         * include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp: Same.
2821         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
2822         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
2823         * include/ext/pb_ds/detail/typelist: New.
2824         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
2825         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
2826         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
2827         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
2828         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
2829         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
2830         * include/ext/pb_ds/detail/typelist/typelist_assoc_container_find.hpp: Same.
2831         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
2832         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
2833         * include/ext/pb_ds/detail/tree_policy: New.
2834         * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
2835         * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
2836         * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Same.
2837         * include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp: Same.
2838         * include/ext/pb_ds/detail/basic_tree_policy: New.
2839         * include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp: Same.
2840         * include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp: Same.
2841         * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: Same.
2842         * include/ext/pb_ds/detail/types_traits.hpp: Same.
2843         * include/ext/pb_ds/detail/binary_heap_: New.
2844         * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
2845         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
2846         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
2847         * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
2848         * include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp: Same.
2849         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
2850         * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
2851         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
2852         * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
2853         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
2854         * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
2855         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
2856         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
2857         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
2858         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
2859         * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
2860         * include/ext/pb_ds/detail/trie_policy: New.
2861         * include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp: Same.
2862         * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
2863         * include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp: Same.
2864         * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
2865         * include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp: Same.
2866         * include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp: Same.
2867         * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
2868         * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Same.
2869         * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
2870         * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
2871         * include/ext/pb_ds/detail/pairing_heap_: Name.
2872         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
2873         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
2874         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
2875         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
2876         * include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp: Same.
2877         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
2878         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
2879         * include/ext/pb_ds/detail/binomial_heap_: New.
2880         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
2881         * include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
2882         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
2883         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
2884         * include/ext/pb_ds/detail/type_utils.hpp: Same.
2885         * include/ext/pb_ds/detail/eq_fn: New.
2886         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
2887         * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
2888         * include/ext/pb_ds/detail/basic_types.hpp: Same.
2889         * include/ext/pb_ds/detail/list_update_policy: New.
2890         * include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp: Same.
2891         * include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp: Same.
2892         * include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp: Same.
2893         * include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp: Same.
2894         * include/ext/pb_ds/detail/thin_heap_: New.
2895         * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
2896         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
2897         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
2898         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
2899         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
2900         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
2901         * include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp: Same.
2902         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
2903         * include/ext/pb_ds/detail/left_child_next_sibling_heap_: New.
2904         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp: Same.
2905         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp: Same.
2906         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp: Same.
2907         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp: Same.
2908         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp: Same.
2909         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp: Same.
2910         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp: Same.
2911         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp: Same.
2912         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp: Same.
2913         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp: Same.
2914         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp: Same.
2915         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp: Same.
2916         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp: Same.
2917         * include/ext/pb_ds/detail/ov_tree_map_: New.
2918         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
2919         * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
2920         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
2921         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
2922         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
2923         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
2924         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
2925         * include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp: Same.
2926         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
2927         * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
2928         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
2929         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
2930         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
2931         * include/ext/pb_ds/detail/hash_fn: New.
2932         * include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: Same.
2933         * include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp: Same.
2934         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
2935         * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
2936         * include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp: Same.
2937         * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
2938         * include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: Same.
2939         * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
2940         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
2941         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
2942         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
2943         * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
2944         * include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp: Same.
2945         * include/ext/pb_ds/detail/splay_tree_: New.
2946         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
2947         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
2948         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
2949         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
2950         * include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp: Same.
2951         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
2952         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
2953         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
2954         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
2955         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
2956         * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
2957         * include/ext/pb_ds/detail/list_update_map_: New.
2958         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
2959         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
2960         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
2961         * include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp: Same.
2962         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
2963         * include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp: Same.
2964         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
2965         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
2966         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
2967         * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
2968         * include/ext/pb_ds/detail/rc_binomial_heap_: New.
2969         * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
2970         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
2971         * include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp: Same.
2972         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
2973         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
2974         * include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
2975         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
2976         * include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp: Same.
2977         * include/ext/pb_ds/detail/rb_tree_map_: New.
2978         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
2979         * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
2980         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
2981         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
2982         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
2983         * include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp: Same.
2984         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
2985         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
2986         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
2987         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
2988         * include/ext/pb_ds/list_update_policy.hpp: Same.
2989         * include/ext/pb_ds/exception.hpp: Same.
2990         * include/ext/pb_ds/tree_policy.hpp: Same.
2991         * include/ext/pb_ds/tag_and_trait.hpp: Same.
2992         * include/ext/pb_ds/hash_policy.hpp: Same.
2993         * include/ext/pb_ds/trie_policy.hpp: Same.
2994         * include/ext/pb_ds/priority_queue.hpp: Same.
2995
2996         * docs/html/ext/pb_ds: New.
2997         * docs/html/ext/pb_ds/container_tag.html: Same.
2998         * docs/html/ext/pb_ds/trivial_iterator_tag.html: Same.
2999         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
3000         * docs/html/ext/pb_ds/sample_trie_e_access_traits.html: Same.
3001         * docs/html/ext/pb_ds/gp_hash_table.html: Same.
3002         * docs/html/ext/pb_ds/priority_queue_tag_cd.svg
3003         * docs/html/ext/pb_ds/container_cd.svg
3004         * docs/html/ext/pb_ds/linear_probe_fn.html: Same.
3005         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
3006         * docs/html/ext/pb_ds/quadratic_probe_fn.html: Same.
3007         * docs/html/ext/pb_ds/assoc_regression_tests.html: Same.
3008         * docs/html/ext/pb_ds/tree_tag.html: Same.
3009         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test.html: Same.
3010         * docs/html/ext/pb_ds/interface.html: Same.
3011         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_msvc.png
3012         * docs/html/ext/pb_ds/hash_random_int_subscript_find_timing_test.html: Same.
3013         * docs/html/ext/pb_ds/lu_based_containers.html: Same.
3014         * docs/html/ext/pb_ds/embedded_lists_3.png
3015         * docs/html/ext/pb_ds/tree_text_find_find_timing_test.html: Same.
3016         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
3017         * docs/html/ext/pb_ds/assoc_performance_tests.html: Same.
3018         * docs/html/ext/pb_ds/list_update.html: Same.
3019         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_gcc.png
3020         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
3021         * docs/html/ext/pb_ds/point_iterators_range_ops_1.png
3022         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_msvc.png
3023         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_gcc.png
3024         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_msvc.png
3025         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
3026         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
3027         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_msvc.png
3028         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test.html: Same.
3029         * docs/html/ext/pb_ds/move_to_front_lu_policy.html: Same.
3030         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_gcc.png
3031         * docs/html/ext/pb_ds/hash_random_int_find_find_timing_test.html: Same.
3032         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
3033         * docs/html/ext/pb_ds/prerequisites.html: Same.
3034         * docs/html/ext/pb_ds/gp_hash_tag.html: Same.
3035         * docs/html/ext/pb_ds/priority_queue_tag_cd.png
3036         * docs/html/ext/pb_ds/container_cd.png
3037         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_gcc.png
3038         * docs/html/ext/pb_ds/container_base.html: Same.
3039         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_msvc.png
3040         * docs/html/ext/pb_ds/tree_random_int_find_find_timing_test.html: Same.
3041         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_msvc.png
3042         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
3043         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_gcc.png
3044         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_msvc.png
3045         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_msvc.png
3046         * docs/html/ext/pb_ds/text_find_timing_test_hash_local.png
3047         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_msvc.png
3048         * docs/html/ext/pb_ds/ov_tree_tag.html: Same.
3049         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
3050         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_msvc.png
3051         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_msvc.png
3052         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_msvc.png
3053         * docs/html/ext/pb_ds/list_update_tag.html: Same.
3054         * docs/html/ext/pb_ds/balls_and_bins.png
3055         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
3056         * docs/html/ext/pb_ds/disclaimer.html: Same.
3057         * docs/html/ext/pb_ds/insert_error.html: Same.
3058         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_gcc.png
3059         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_gcc.png
3060         * docs/html/ext/pb_ds/examples.html: Same.
3061         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html: Same.
3062         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_gcc.png
3063         * docs/html/ext/pb_ds/sample_probe_fn.html: Same.
3064         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
3065         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test.html: Same.
3066         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_gcc.png
3067         * docs/html/ext/pb_ds/null_mapped_type.html: Same.
3068         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_gcc.png
3069         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_gcc.png
3070         * docs/html/ext/pb_ds/associative_container_tag.html: Same.
3071         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
3072         * docs/html/ext/pb_ds/design.html: Same.
3073         * docs/html/ext/pb_ds/cc_hash_max_collision_check_resize_trigger.html: Same.
3074         * docs/html/ext/pb_ds/pairing_heap_tag.html: Same.
3075         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_gcc.png
3076         * docs/html/ext/pb_ds/references.html: Same.
3077         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_msvc.png
3078         * docs/html/ext/pb_ds/hash_load_check_resize_trigger.html: Same.
3079         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_gcc.png
3080         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_gcc.png
3081         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_gcc.png
3082         * docs/html/ext/pb_ds/pq_different_underlying_dss.png
3083         * docs/html/ext/pb_ds/insert_resize_sequence_diagram1.png
3084         * docs/html/ext/pb_ds/pq_regression_tests.html: Same.
3085         * docs/html/ext/pb_ds/sample_tree_node_update.html: Same.
3086         * docs/html/ext/pb_ds/invalidation_guarantee_erase.png
3087         * docs/html/ext/pb_ds/basic_invalidation_guarantee.html: Same.
3088         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
3089         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_gcc.png
3090         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
3091         * docs/html/ext/pb_ds/point_iterators_range_ops_2.png
3092         * docs/html/ext/pb_ds/null_probe_fn.html: Same.
3093         * docs/html/ext/pb_ds/hash_prime_size_policy.html: Same.
3094         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_msvc.png
3095         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_gcc.png
3096         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
3097         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
3098         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_msvc.png
3099         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_gcc.png
3100         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html: Same.
3101         * docs/html/ext/pb_ds/sample_resize_policy.html: Same.
3102         * docs/html/ext/pb_ds/binomial_heap_tag.html: Same.
3103         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
3104         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
3105         * docs/html/ext/pb_ds/tree_text_lor_find_find_timing_test.html: Same.
3106         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_msvc.png
3107         * docs/html/ext/pb_ds/trie_based_containers.html: Same.
3108         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_gcc.png
3109         * docs/html/ext/pb_ds/tree_split_join_timing_test_local.png
3110         * docs/html/ext/pb_ds/text_find_timing_test_hash_gcc.png
3111         * docs/html/ext/pb_ds/motivation.html: Same.
3112         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_msvc.png
3113         * docs/html/ext/pb_ds/tree_split_join_timing_test_gcc.png
3114         * docs/html/ext/pb_ds/tree.html: Same.
3115         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_gcc.png
3116         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_msvc.png
3117         * docs/html/ext/pb_ds/invalidation_guarantee_cd.png
3118         * docs/html/ext/pb_ds/tutorial.html: Same.
3119         * docs/html/ext/pb_ds/null_trie_node_update.html: Same.
3120         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_gcc.png
3121         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_msvc.png
3122         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
3123         * docs/html/ext/pb_ds/point_iterators_cd.png
3124         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
3125         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
3126         * docs/html/ext/pb_ds/rb_tree_tag.html: Same.
3127         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_msvc.png
3128         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_msvc.png
3129         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_gcc.png
3130         * docs/html/ext/pb_ds/exceptions.html: Same.
3131         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_msvc.png
3132         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
3133         * docs/html/ext/pb_ds/hash_policy_cd.png
3134         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_gcc.png
3135         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html: Same.
3136         * docs/html/ext/pb_ds/ds_gen.html: Same.
3137         * docs/html/ext/pb_ds/hash_exponential_size_policy.html: Same.
3138         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
3139         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_msvc.png
3140         * docs/html/ext/pb_ds/index.html: Same.
3141         * docs/html/ext/pb_ds/binary_heap_tag.html: Same.
3142         * docs/html/ext/pb_ds/basic_hash_tag.html: Same.
3143         * docs/html/ext/pb_ds/trie_order_statistics_node_update.html: Same.
3144         * docs/html/ext/pb_ds/sample_resize_trigger.html: Same.
3145         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
3146         * docs/html/ext/pb_ds/hash_text_find_find_timing_test.html: Same.
3147         * docs/html/ext/pb_ds/tree_text_insert_timing_test.html: Same.
3148         * docs/html/ext/pb_ds/trie_tag.html: Same.
3149         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
3150         * docs/html/ext/pb_ds/pq_tests.html: Same.
3151         * docs/html/ext/pb_ds/insert_resize_sequence_diagram2.png
3152         * docs/html/ext/pb_ds/node_invariant_invalidations.png
3153         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_msvc.png
3154         * docs/html/ext/pb_ds/resize_policy_cd.png
3155         * docs/html/ext/pb_ds/embedded_lists_1.png
3156         * docs/html/ext/pb_ds/hash_ranged_hash_range_hashing_fns.png
3157         * docs/html/ext/pb_ds/null_lu_metadata.html: Same.
3158         * docs/html/ext/pb_ds/tree_order_statistics_timing_test.html: Same.
3159         * docs/html/ext/pb_ds/trie_prefix_search_node_update.html: Same.
3160         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram.png
3161         * docs/html/ext/pb_ds/point_invalidation_guarantee.html: Same.
3162         * docs/html/ext/pb_ds/direct_mod_range_hashing.html: Same.
3163         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
3164         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_msvc.png
3165         * docs/html/ext/pb_ds/misc.html: Same.
3166         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
3167         * docs/html/ext/pb_ds/counter_lu_policy.html: Same.
3168         * docs/html/ext/pb_ds/different_underlying_dss.png
3169         * docs/html/ext/pb_ds/restoring_node_invariants.png
3170         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html: Same.
3171         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
3172         * docs/html/ext/pb_ds/sample_update_policy.html: Same.
3173         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_gcc.png
3174         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
3175         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_msvc.png
3176         * docs/html/ext/pb_ds/simple_list.png
3177         * docs/html/ext/pb_ds/text_find_timing_test_hash_msvc.png
3178         * docs/html/ext/pb_ds/assoc_examples.html: Same.
3179         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
3180         * docs/html/ext/pb_ds/hash_based_containers.html: Same.
3181         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
3182         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
3183         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_gcc.png
3184         * docs/html/ext/pb_ds/tree_node_iterator.html: Same.
3185         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_msvc.png
3186         * docs/html/ext/pb_ds/trie_node_iterator.html: Same.
3187         * docs/html/ext/pb_ds/tree_based_containers.html: Same.
3188         * docs/html/ext/pb_ds/hash_random_int_subscript_insert_timing_test.html: Same.
3189         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_msvc.png
3190         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_msvc.png
3191         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_msvc.png
3192         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_gcc.png
3193         * docs/html/ext/pb_ds/rationale_null_node_updator.png
3194         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
3195         * docs/html/ext/pb_ds/lu.png
3196         * docs/html/ext/pb_ds/assoc_container_traits.html: Same.
3197         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_msvc.png
3198         * docs/html/ext/pb_ds/assoc_design.html: Same.
3199         * docs/html/ext/pb_ds/splay_tree_tag.html: Same.
3200         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_gcc.png
3201         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test.html: Same.
3202         * docs/html/ext/pb_ds/assoc_container_tag_cd.svg
3203         * docs/html/ext/pb_ds/resize_error.html: Same.
3204         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_msvc.png
3205         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_gcc.png
3206         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test.html: Same.
3207         * docs/html/ext/pb_ds/basic_tree_assoc_container_const_node_iterator.html: Same.
3208         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_gcc.png
3209         * docs/html/ext/pb_ds/trie_const_node_iterator.html: Same.
3210         * docs/html/ext/pb_ds/hash_zlob_random_int_find_find_timing_test.html: Same.
3211         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_gcc.png
3212         * docs/html/ext/pb_ds/sample_size_policy.html: Same.
3213         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_gcc.png
3214         * docs/html/ext/pb_ds/cc_hash_table.html: Same.
3215         * docs/html/ext/pb_ds/node_invariants.png
3216         * docs/html/ext/pb_ds/tree_split_join_timing_test_msvc.png
3217         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test.html: Same.
3218         * docs/html/ext/pb_ds/tree_order_statistics_node_update.html: Same.
3219         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_msvc.png
3220         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
3221         * docs/html/ext/pb_ds/priority_queue.html: Same.
3222         * docs/html/ext/pb_ds/assoc_tests.html: Same.
3223         * docs/html/ext/pb_ds/assoc_container_tag_cd.png
3224         * docs/html/ext/pb_ds/basic_hash_table.html: Same.
3225         * docs/html/ext/pb_ds/basic_tree_tag.html: Same.
3226         * docs/html/ext/pb_ds/tree_split_join_timing_test.html: Same.
3227         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
3228         * docs/html/ext/pb_ds/insert_resize_sequence_diagram3.png
3229         * docs/html/ext/pb_ds/embedded_lists_2.png
3230         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
3231         * docs/html/ext/pb_ds/sample_ranged_probe_fn.html: Same.
3232         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_gcc.png
3233         * docs/html/ext/pb_ds/sample_trie_node_update.html: Same.
3234         * docs/html/ext/pb_ds/introduction.html: Same.
3235         * docs/html/ext/pb_ds/pq_performance_tests.html: Same.
3236         * docs/html/ext/pb_ds/pat_trie.png
3237         * docs/html/ext/pb_ds/range_invalidation_guarantee.html: Same.
3238         * docs/html/ext/pb_ds/contact.html: Same.
3239         * docs/html/ext/pb_ds/sample_range_hashing.html: Same.
3240         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
3241         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_gcc.png
3242         * docs/html/ext/pb_ds/update_seq_diagram.png
3243         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_gcc.png
3244         * docs/html/ext/pb_ds/direct_mask_range_hashing.html: Same.
3245         * docs/html/ext/pb_ds/tests.html: Same.
3246         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_gcc.png
3247         * docs/html/ext/pb_ds/tree_node_updator_policy_cd.png
3248         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_gcc.png
3249         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html: Same.
3250         * docs/html/ext/pb_ds/trie_node_updator_policy_cd.png
3251         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_msvc.png
3252         * docs/html/ext/pb_ds/concepts.html: Same.
3253         * docs/html/ext/pb_ds/pq_examples.html: Same.
3254         * docs/html/ext/pb_ds/priority_queue_tag.html: Same.
3255         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test.html: Same.
3256         * docs/html/ext/pb_ds/update_policy_cd.png
3257         * docs/html/ext/pb_ds/thin_heap_tag.html: Same.
3258         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_msvc.png
3259         * docs/html/ext/pb_ds/basic_tree.html: Same.
3260         * docs/html/ext/pb_ds/null_hash_fn.html: Same.
3261         * docs/html/ext/pb_ds/null_tree_node_update.html: Same.
3262         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_gcc.png
3263         * docs/html/ext/pb_ds/trie.html: Same.
3264         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_msvc.png
3265         * docs/html/ext/pb_ds/rc_binomial_heap_tag.html: Same.
3266         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_msvc.png
3267         * docs/html/ext/pb_ds/pq_container_traits.html: Same.
3268         * docs/html/ext/pb_ds/pq_design.html: Same.
3269         * docs/html/ext/pb_ds/checked_by_tidy.gif
3270         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
3271         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_gcc.png
3272         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test.html: Same.
3273         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_gcc.png
3274         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
3275         * docs/html/ext/pb_ds/acks.html: Same.
3276         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
3277         * docs/html/ext/pb_ds/cc_hash_tag.html: Same.
3278         * docs/html/ext/pb_ds/sample_ranged_hash_fn.html: Same.
3279         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_msvc.png
3280         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test.html: Same.
3281         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html: Same.
3282         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_msvc.png
3283         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram2.png
3284         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_msvc.png
3285         * docs/html/ext/pb_ds/PythonPoweredSmall.gif
3286         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
3287         * docs/html/ext/pb_ds/pat_trie_tag.html: Same.
3288         * docs/html/ext/pb_ds/hash_standard_resize_policy.html: Same.
3289         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_msvc.png
3290         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_gcc.png
3291         * docs/html/ext/pb_ds/join_error.html: Same.
3292         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_gcc.png
3293         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
3294
3295         * testsuite/ext/pb_ds: New.
3296         * testsuite/ext/pb_ds/regression: New.
3297         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
3298         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
3299         * testsuite/ext/pb_ds/regression/associative_containers.cc: Same.
3300         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
3301         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
3302         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
3303         * testsuite/ext/pb_ds/regression/priority_queues.cc: Same.
3304         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
3305         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
3306         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
3307         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
3308         * testsuite/ext/pb_ds/example: New.
3309         * testsuite/ext/pb_ds/example/hash_shift_mask.cc: Same.
3310         * testsuite/ext/pb_ds/example/basic_set.cc: Same.
3311         * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Same.
3312         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Same.
3313         * testsuite/ext/pb_ds/example/store_hash.cc: Same.
3314         * testsuite/ext/pb_ds/example/assoc_container_traits.cc: Same.
3315         * testsuite/ext/pb_ds/example/hash_load_set_change.cc: Same.
3316         * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
3317         * testsuite/ext/pb_ds/example/hash_resize.cc: Same.
3318         * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
3319         * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
3320         * testsuite/ext/pb_ds/example/basic_multiset.cc: Same.
3321         * testsuite/ext/pb_ds/example/priority_queue_xref.cc: Same.
3322         * testsuite/ext/pb_ds/example/hash_find_neg.cc: Same.
3323         * testsuite/ext/pb_ds/example/erase_if.cc: Same.
3324         * testsuite/ext/pb_ds/example/priority_queue_container_traits.cc: Same.
3325         * testsuite/ext/pb_ds/example/tree_join.cc: Same.
3326         * testsuite/ext/pb_ds/example/basic_map.cc: Same.
3327         * testsuite/ext/pb_ds/example/trie_split.cc: Same.
3328         * testsuite/ext/pb_ds/example/priority_queue_split_join.cc: Same.
3329         * testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc: Same.
3330         * testsuite/ext/pb_ds/example/priority_queue_erase_if.cc: Same.
3331         * testsuite/ext/pb_ds/example/hash_mod.cc: Same.
3332         * testsuite/ext/pb_ds/example/tree_order_statistics_join.cc: Same.
3333         * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
3334         * testsuite/ext/pb_ds/example/hash_initial_size.cc: Same.
3335         * testsuite/ext/pb_ds/example/basic_priority_queue.cc: Same.
3336         * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
3337         * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
3338         * testsuite/performance/ext: New.
3339         * testsuite/performance/ext/pb_ds: New.
3340         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_small.cc: Same.
3341         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Same.
3342         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc: Same.
3343         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
3344         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_down_timing.cc: Same.
3345         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc: Same.
3346         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc: Same.
3347         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
3348         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
3349         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_large.cc: Same.
3350         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp: Same.
3351         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_timing.cc: Same.
3352         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
3353         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_timing.hpp: Same.
3354         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
3355         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_up_timing.cc: Same.
3356         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_large.cc: Same.
3357         * testsuite/performance/ext/pb_ds/priority_queue_text_push_pop_timing.cc: Same.
3358         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc: Same.
3359         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc: Same.
3360         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_small.cc: Same.
3361         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_pop_timing.cc: Same.
3362         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc: Same.
3363         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
3364         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc: Same.
3365         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing.hpp: Same.
3366         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc: Same.
3367         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_small.cc: Same.
3368         * testsuite/data/make_graph_test_infos.xml: Same.
3369         * testsuite/data/thirty_years_among_the_dead_preproc.txt: New.
3370         * testsuite/data/make_graph_htmls.xml: Same.
3371         * testsuite/util/regression: New.
3372         * testsuite/util/regression/trait: New.
3373         * testsuite/util/regression/trait/priority_queue: New.
3374         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
3375         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
3376         * testsuite/util/regression/trait/assoc: New.
3377         * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
3378         * testsuite/util/regression/trait/assoc/node_update_trait.hpp: Same.
3379         * testsuite/util/regression/trait/assoc/get_set_load_trait.hpp: Same.
3380         * testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp: Same.
3381         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
3382         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
3383         * testsuite/util/regression/trait/assoc/resize_trait.hpp: Same.
3384         * testsuite/util/regression/trait/assoc/to_string.hpp: Same.
3385         * testsuite/util/regression/rand: New.
3386         * testsuite/util/regression/rand/priority_queue: New.
3387         * testsuite/util/regression/rand/priority_queue/detail: New.
3388         * testsuite/util/regression/rand/priority_queue/detail/erase_fn_imps.hpp: Same.
3389         * testsuite/util/regression/rand/priority_queue/detail/cmp_fn_imps.hpp: Same.
3390         * testsuite/util/regression/rand/priority_queue/detail/policy_access_fn_imps.hpp: Same.
3391         * testsuite/util/regression/rand/priority_queue/detail/defs_fn_imps.hpp: Same.
3392         * testsuite/util/regression/rand/priority_queue/detail/it_conversion_fn_imps.hpp: Same.
3393         * testsuite/util/regression/rand/priority_queue/detail/constructor_destructor_fn_imps.hpp: Same.
3394         * testsuite/util/regression/rand/priority_queue/detail/diagnostic_fn_imps.hpp: Same.
3395         * testsuite/util/regression/rand/priority_queue/detail/insert_fn_imps.hpp: Same.
3396         * testsuite/util/regression/rand/priority_queue/detail/clear_fn_imps.hpp: Same.
3397         * testsuite/util/regression/rand/priority_queue/detail/modify_fn_imps.hpp: Same.
3398         * testsuite/util/regression/rand/priority_queue/detail/split_join_fn_imps.hpp: Same.
3399         * testsuite/util/regression/rand/priority_queue/detail/operator_fn_imps.hpp: Same.
3400         * testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp: Same.
3401         * testsuite/util/regression/rand/priority_queue/container_rand_regression_test.hpp: Same.
3402         * testsuite/util/regression/rand/io: New.
3403         * testsuite/util/regression/rand/io/priority_queue: New.
3404         * testsuite/util/regression/rand/io/priority_queue/xml_formatter.hpp: Same.
3405         * testsuite/util/regression/rand/io/assoc: New.
3406         * testsuite/util/regression/rand/io/assoc/xml_formatter.hpp: Same.
3407         * testsuite/util/regression/rand/io/xml_formatter.hpp: Same.
3408         * testsuite/util/regression/rand/assoc: New.
3409         * testsuite/util/regression/rand/assoc/detail: New.
3410         * testsuite/util/regression/rand/assoc/detail/subscript_fn_imps.hpp: Same.
3411         * testsuite/util/regression/rand/assoc/detail/cmp_fn_imps.hpp: Same.
3412         * testsuite/util/regression/rand/assoc/detail/policy_access_fn_imps.hpp: Same.
3413         * testsuite/util/regression/rand/assoc/detail/defs_fn_imps.hpp: Same.
3414         * testsuite/util/regression/rand/assoc/detail/it_conversion_fn_imps.hpp: Same.
3415         * testsuite/util/regression/rand/assoc/detail/diagnostic_fn_imps.hpp: Same.
3416         * testsuite/util/regression/rand/assoc/detail/clear_fn_imps.hpp: Same.
3417         * testsuite/util/regression/rand/assoc/detail/get_set_load_fn_imps.hpp: Same.
3418         * testsuite/util/regression/rand/assoc/detail/operator_fn_imps.hpp: Same.
3419         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
3420         * testsuite/util/regression/rand/assoc/detail/resize_fn_imps.hpp: Same.
3421         * testsuite/util/regression/rand/assoc/detail/constructor_destructor_fn_imps.hpp: Same.
3422         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
3423         * testsuite/util/regression/rand/assoc/detail/split_join_fn_imps.hpp: Same.
3424         * testsuite/util/regression/rand/assoc/detail/get_set_loads_fn_imps.hpp: Same.
3425         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
3426         * testsuite/util/regression/rand/assoc/container_rand_regression_test.hpp: Same.
3427         * testsuite/util/regression/priority_queue: New.
3428         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
3429         * testsuite/util/regression/basic_type.hpp: Same.
3430         * testsuite/util/regression/assoc: New.
3431         * testsuite/util/regression/assoc/common_type.hpp: Same.
3432         * testsuite/util/regression/res_mng: New.
3433         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
3434         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Same.
3435         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
3436         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
3437         * testsuite/util/rng: New.
3438         * testsuite/util/rng/twister_rand_gen.cc: Same.
3439         * testsuite/util/rng/twister_rand_gen.hpp: Same.
3440         * testsuite/util/native_type: New.
3441         * testsuite/util/native_type/priority_queue: New.
3442         * testsuite/util/native_type/priority_queue/native_priority_queue.hpp: Same.
3443         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Same.
3444         * testsuite/util/native_type/assoc: New.
3445         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
3446         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
3447         * testsuite/util/native_type/assoc/native_set.hpp: Same.
3448         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
3449         * testsuite/util/native_type/assoc/native_map.hpp: Same.
3450         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
3451         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
3452         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
3453         * testsuite/util/common_type: New.
3454         * testsuite/util/common_type/priority_queue
3455         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
3456         * testsuite/util/common_type/priority_queue/string_form.hpp: Same.
3457         * testsuite/util/common_type/priority_queue/detail
3458         * testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp: Same.
3459         * testsuite/util/common_type/assoc: New.
3460         * testsuite/util/common_type/assoc/common_type.hpp: Same.
3461         * testsuite/util/common_type/assoc/string_form.hpp: Same.
3462         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
3463         * testsuite/util/common_type/assoc/detail: New.
3464         * testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp: Same.
3465         * testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp: Same.
3466         * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
3467         * testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp: Same.
3468         * testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp: Same.
3469         * testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp: Same.
3470         * testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp: Same.
3471         * testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp: Same.
3472         * testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp: Same.
3473         * testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp: Same.
3474         * testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp: Same.
3475         * testsuite/util/common_type/assoc/native_set.hpp: Same.
3476         * testsuite/util/performance: New.
3477         * testsuite/util/performance/priority_queue: New.
3478         * testsuite/util/performance/priority_queue/mem_usage: New.
3479         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: Same.
3480         * testsuite/util/performance/priority_queue/timing: New.
3481         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: Same.
3482         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
3483         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
3484         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: Same.
3485         * testsuite/util/performance/io: New.
3486         * testsuite/util/performance/io/xml_formatter.hpp: Same.
3487         * testsuite/util/performance/assoc: New.
3488         * testsuite/util/performance/assoc/mem_usage: New.
3489         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: Same.
3490         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
3491         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
3492         * testsuite/util/performance/assoc/timing: New.
3493         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
3494         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: Same.
3495         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: Same.
3496         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
3497         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: Same.
3498         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
3499         * testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp: Same.
3500         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
3501         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: Same.
3502         * testsuite/util/performance/time: New.
3503         * testsuite/util/performance/time/elapsed_timer.cc: Same.
3504         * testsuite/util/performance/time/elapsed_timer.hpp: Same.
3505         * testsuite/util/performance/time/timing_test_base.hpp: Same.
3506         * testsuite/util/performance/mem: New.
3507         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Same.
3508         * testsuite/util/performance/mem/mem_track_allocator.hpp: Same.
3509         * testsuite/util/hash_fn: New.
3510         * testsuite/util/hash_fn/limit_string_hash_fn.hpp: Same.
3511         * testsuite/util/hash_fn/string_ranged_hash_fn.hpp: Same.
3512         * testsuite/util/hash_fn/string_hash_fn.hpp: Same.
3513         * testsuite/util/hash_fn/string_ranged_probe_fn.hpp: Same.
3514         * testsuite/util/hash_fn/dna_str_limit.hpp: Same.
3515         * testsuite/util/io: New.
3516         * testsuite/util/io/prog_bar.cc: Same.
3517         * testsuite/util/io/prog_bar.hpp: Same.
3518         * testsuite/util/io/text_populate.hpp: Same.
3519         * testsuite/util/io/xml.hpp: Same.
3520         * testsuite/util/io/illegal_input_error.hpp: Same.
3521         * testsuite/util/io/xml_test_formatter.hpp: Same.
3522         * testsuite/util/io/verified_cmd_line_input.cc: Same.
3523         * testsuite/util/io/verified_cmd_line_input.hpp: Same.
3524         * testsuite/util/statistic: New.
3525         * testsuite/util/statistic/sample_var.hpp: Same.
3526         * testsuite/util/statistic/res_recorder.hpp: Same.
3527         * testsuite/util/statistic/sample_mean.hpp: Same.
3528         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
3529         
3530 2006-06-12  Paolo Carlini  <pcarlini@suse.de>
3531
3532         PR libstdc++/26970
3533         * config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
3534         variadic function, instead of template function.
3535         * config/locale/generic/c_locale.h (__convert_from_v<>): Likewise.
3536         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
3537         Adjust.
3538         (money_put<>::do_put(long double)): Likewise.
3539         * src/locale-misc-inst.cc: Remove.
3540         * src/Makefile.am: Adjust.
3541         * src/Makefile.in: Regenerate.
3542
3543 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
3544
3545         * include/tr1/random (random_device::random_device(const
3546         std::string& = "/dev/urandom")): Open in binary mode.
3547
3548         * include/tr1/random (random_device::random_device(const
3549         std::string& = "rand")): Use mersenne_twister.
3550         (random_device::_M_strtoul): New.
3551         (random_device::operator()()): Update.
3552
3553         * include/tr1/random: Minor stylistic changes, consistently
3554         qualify with std::.
3555
3556 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
3557
3558         * acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
3559         the availability of "/dev/random" and "/dev/urandom".
3560         * configure.ac: Use it.
3561         * include/tr1/random (random_device): Implement, a fall-back for
3562         systems not providing "/dev/random" and "/dev/urandom" included.
3563         * testsuite/tr1/5_numerical_facilities/random/random_device/
3564         cons/default.cc: New.
3565         * testsuite/tr1/5_numerical_facilities/random/random_device/
3566         cons/token.cc: Likewise.
3567         * testsuite/tr1/5_numerical_facilities/random/random_device/
3568         requirements/typedefs.cc: Likewise.
3569         * config.h.in: Regenerate.
3570         * configure: Likewise.
3571
3572         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3573         cons/gen1.cc: Minor tweak, add bool test.
3574
3575 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
3576
3577         * testsuite/util: New directory.
3578         * testsuite/testsuite_hooks.cc: Move to util sub-directory.
3579         * testsuite/testsuite_abi_check.cc: Same.
3580         * testsuite/testsuite_abi.cc: Same.
3581         * testsuite/testsuite_tr1.h: Same.
3582         * testsuite/testsuite_io.h: Same.
3583         * testsuite/testsuite_iterators.h: Same.
3584         * testsuite/testsuite_allocator.cc: Same.
3585         * testsuite/testsuite_allocator.h: Same.
3586         * testsuite/testsuite_hooks.h: Same.
3587         * testsuite/testsuite_character.cc: Same.
3588         * testsuite/testsuite_abi.h: Same.
3589         * testsuite/testsuite_character.h: Same.
3590         * testsuite/testsuite_visualization.h: Same.
3591         * testsuite/testsuite_performance.h: Same.
3592         * testsuite/testsuite_shared.cc: Same.
3593         * testsuite/testsuite_common_types.h: Same.
3594
3595         * testsuite/lib/libstdc++.exp (v3-build_support): Adjust paths.
3596         * testsuite/libstdc++-abi/abi.exp: Same.
3597         * testsuite/libstdc++-dg/conformance.exp: Remove any files in the
3598         utilities subdirectory from the list of test cases.
3599         
3600         * scripts/testsuite_flags.in (build-includes): Adjust path for
3601         testsuite includes.
3602         * scripts/create_testsuite_files (dlist): Don't let utility files
3603         creep into the testsuite_files list.
3604         
3605 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
3606
3607         * include/tr1/random (mersenne_twister<>::operator==,
3608         operator!=, operator<<, operator>>): Implement.
3609         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3610         operators/equal.cc: New.        
3611         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3612         operators/not_equal.cc: Likewise.
3613         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
3614         operators/serialize.cc: Likewise.
3615
3616         * include/tr1/random (subtract_with_carry<>::operator==): Fix,
3617         compare the whole state; use std::equal.
3618
3619         * include/tr1/random: Minor formatting and style changes.
3620
3621 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
3622
3623         * testsuite/tr1/5_numerical_facilies: Move to...
3624         * testsuite/tr1/5_numerical_facilities: ...this.        
3625
3626 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
3627
3628         * include/tr1/random: Trivial uglification fixes.
3629         * include/tr1/random.tcc: Likewise.
3630
3631         * include/tr1/random (subtract_with_carry<>::
3632         subtract_with_carry(_IntType)): Fix parameter type to unsigned long.
3633         (subtract_with_carry<>::seed(_IntType)): Likewise.
3634         * include/tr1/random.tcc (subtract_with_carry<>::seed(_IntType)):
3635         Adjust.
3636
3637 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
3638
3639         * include/tr1/random (mersenne_twister<>::seed()): Fix per
3640         tr1/5.1.4.2, p8.
3641         * include/tr1/random.tcc (mod_w): Add.
3642         (mersenne_twister<>::seed(unsigned long)): Fix per tr1/5.1.4.2, p9.
3643         (mersenne_twister<>::seed(Gen&, false_type)): Adjust to use mod_w.
3644         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Fix
3645         expected result per tr1/5.1.5, p2.
3646         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3647         cons/default.cc: Adjust.
3648
3649         * include/tr1/random (exponential_distribution<>::operator()()): Fix.
3650
3651 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
3652
3653         * include/tr1/random.tcc (Max::value()): Cast 1 to Tp(1) and
3654         adjust shift count to w; rename as Max_w.
3655         (struct Mod_w): New.
3656         (mersenne_twister<>::seed(Gen&, false_type): Use the latter.
3657         (mersenne_twister<>::operator()()): Fix ~0ul to ~_UInt().
3658         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3659         cons/default.cc: Fix ~0ul to 2^32-1.
3660         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3661         cons/gen1.cc: Likewise.
3662
3663 2006-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3664
3665         * include/tr1/random: New.
3666         * include/tr1/random.tcc: Likewise.
3667         * include/Makefile.am: Add.
3668         * testsuite/tr1/5_numerical_facilies/random/ranlux3.cc: New.
3669         * testsuite/tr1/5_numerical_facilies/random/ranlux4.cc: Likewise.
3670         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Likewise.
3671         * testsuite/tr1/5_numerical_facilies/random/variate_generator/
3672         requirements/typedefs.cc: Likewise.
3673         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3674         cons/seed1.cc: Likewise.
3675         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3676         cons/seed2.cc: Likewise.
3677         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3678         cons/default.cc: Likewise.
3679         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3680         cons/gen1.cc: Likewise.
3681         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3682         requirements/typedefs.cc: Likewise.
3683         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3684         operators/equal.cc: Likewise.
3685         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3686         operators/not_equal.cc: Likewise.
3687         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
3688         operators/serialize.cc: Likewise.
3689         * testsuite/tr1/5_numerical_facilies/random/uniform_real/
3690         requirements/typedefs.cc: Likewise.
3691         * testsuite/tr1/5_numerical_facilies/random/discard_block/
3692         requirements/requirements.cc: Likewise.
3693         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3694         cons/seed1.cc: Likewise.
3695         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3696         cons/seed2.cc: Likewise.
3697         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3698         cons/default.cc: Likewise.
3699         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3700         cons/gen1.cc: Likewise.
3701         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3702         requirements/non_uint_neg.cc: Likewise.
3703         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3704         requirements/typedefs.cc: Likewise.
3705         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3706         operators/equal.cc: Likewise.
3707         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3708         operators/not_equal.cc: Likewise.
3709         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
3710         operators/serialize.cc: Likewise.
3711         * testsuite/tr1/5_numerical_facilies/random/xor_combine/
3712         requirements/typedefs.cc: Likewise.
3713         * testsuite/tr1/5_numerical_facilies/random/minstd_rand.cc: Likewise.
3714         * testsuite/tr1/5_numerical_facilies/random/minstd_rand0.cc: Likewise.
3715         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3716         cons/range.cc: Likewise.
3717         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3718         cons/default.cc: Likewise.
3719         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3720         cons/range_neg.cc: Likewise.
3721         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
3722         requirements/typedefs.cc: Likewise.
3723         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3724         cons/seed1.cc: Likewise.
3725         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3726         cons/seed2.cc: Likewise.
3727         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3728         cons/default.cc: Likewise.
3729         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3730         cons/gen1.cc: Likewise.
3731         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
3732         requirements/typedefs.cc: Likewise.
3733         * include/Makefile.in: Regenerate.
3734         * testsuite/tr1/headers.cc: Update.
3735
3736 2006-06-04  Paolo Carlini  <pcarlini@suse.de>
3737
3738         PR libstdc++/27867
3739         * include/bits/valarray_before.h (struct _BinClos<_Oper, _ValArray,
3740         _ValArray, _Tp, _Tp>): Fix value_type typedef.
3741         * testsuite/26_numerics/valarray/27867.cc: New.
3742
3743 2006-05-29  Paolo Carlini  <pcarlini@suse.de>
3744
3745         PR libstdc++/24692
3746         * include/bits/atomicity.h (__exchange_and_add_multi,
3747         __atomic_add_multi): New, depending on _GLIBCXX_ATOMIC_BUILTINS,
3748         inline the atomic builtins.
3749         (__exchange_and_add_dispatch, __atomic_add_dispatch): Adjust.
3750         * configure.ac: Define _GLIBCXX_ATOMIC_BUILTINS when the atomic
3751         builtins are available.
3752         * configure: Regenerate.
3753         * config.h.in: Likewise.
3754
3755 2006-05-27  Paolo Carlini  <pcarlini@suse.de>
3756
3757         * configure.host: If the CPU provides atomic builtins select
3758         generic/atomic_builtins/atomicity.h.
3759         * config/cpu/generic/atomic_builtins/atomicity.h: Add.
3760         * config/cpu/powerpc/atomicity.h: Remove.
3761         * config/cpu/ia64/atomicity.h: Likewise.
3762         * config/cpu/alpha/atomicity.h: Likewise.
3763         * config/cpu/s390/atomicity.h: Likewise.
3764
3765 2006-05-26  Carlos O'Donell  <carlos@codesourcery.com>
3766
3767         * Makefile.am: Add install-html target. Add install-html to .PHONY
3768         * Makefile.in: Regenerate.
3769
3770 2006-05-24  Paolo Carlini  <pcarlini@suse.de>
3771
3772         PR libstdc++/24704
3773         * include/bits/atomicity.h (__exchange_and_add_single,
3774         __atomic_add_single): New, single thread versions of the atomic
3775         functions.
3776         (__exchange_and_add_dispatch, __atomic_add_dispatch): New,
3777         depending on __GTHREADS and __gthread_active_p() dispatch either
3778         to the above or to the existing atomic functions.
3779         * include/ext/pool_allocator.h: Update callers.
3780         * include/ext/rc_string_base.h: Likewise.
3781         * include/bits/locale_classes.h: Likewise.
3782         * include/bits/basic_string.h: Likewise.
3783         * include/bits/ios_base.h: Likewise.
3784         * include/tr1/boost_shared_ptr.h: Likewise.
3785         * src/ios.cc: Likewise.
3786         * src/locale.cc: Likewise.
3787         * src/ios_init.cc: Likewise.
3788
3789 2006-05-23  Paolo Carlini  <pcarlini@suse.de>
3790
3791         * testsuite/testsuite_shared.cc: Fix --enable-threads=single build.
3792
3793 2006-05-19  Paolo Carlini  <pcarlini@suse.de>
3794
3795         * testsuite/27_io/objects/wchar_t/9661-1.cc: Avoid leaking the
3796         semaphores if a VERIFY fails.
3797         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
3798         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
3799         * testsuite/27_io/objects/char/7.cc: Likewise.
3800         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise.
3801         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
3802         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3803         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise.
3804         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
3805         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
3806
3807 2006-05-17  Paolo Carlini  <pcarlini@suse.de>
3808
3809         * include/tr1/hashtable (hashtable<>::m_find): Remove; update callers.
3810
3811         * include/tr1/hashtable (map_base<>::operator[]): Move out of line.
3812
3813         * include/tr1/hashtable (hashtable<>::m_insert(const value_type&,
3814         std::tr1::false_type)): Avoid memory leak risk for new_node.
3815
3816 2006-05-15  Paolo Carlini  <pcarlini@suse.de>
3817
3818         * include/tr1/hashtable (hashtable<>::m_find, m_insert_bucket): Add.
3819         (hashtable<>::find, m_insert(const value_type&, std::tr1::true_type),
3820         map_base<>::operator[]): Use the above.
3821         * testsuite/performance/23_containers/insert/unordered_map_array.cc:
3822         New.    
3823
3824         * include/tr1/hashtable (hashtable<>::find_node,
3825         insert(const value_type&, ...), erase_node): Rename to m_*, adjust
3826         callers.
3827         * include/tr1/hashtable: Minor cosmetic changes.
3828
3829 2006-05-13  Peter Doerfler  <gcc@pdoerfler.com>
3830
3831         * include/tr1/hashtable (identity<>::operator(),
3832         extract1st<>::operator()): Return by const ref.
3833
3834 2006-05-10  Steve Ellcey  <sje@cup.hp.com>
3835
3836         * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit):
3837         Move to gcc subdir.
3838         * testsuite/lib/dg-options.exp (dg-require-iconv): Remove.
3839         (dg-require-cxa-atexit): Move to gcc subdir.
3840
3841 2006-05-10  Paolo Carlini  <pcarlini@suse.de>
3842             Peter Doerfler  <gcc@pdoerfler.com>
3843
3844         * include/tr1/hashtable (hashtable_iterator<>::hashtable_iterator(),
3845         hashtable_const_iterator<>::hashtable_const_iterator(),
3846         node_iterator<>::node_iterator(),
3847         node_const_iterator<>::node_const_iterator()): Add.
3848         (node_iterator<>::node_iterator(hash_node<>*),
3849         node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
3850         remove default.
3851         * testsuite/tr1/6_containers/unordered/hashtable/
3852         iterators_default_constructor.c: New.
3853
3854 2006-05-10  Marc Glisse  <marc.glisse@normalesup.org>
3855
3856         * include/ext/pool_allocator.h: Add missing std:: qualifications.
3857         * include/ext/mt_allocator.h: Likewise.
3858         * include/ext/pb_assoc/detail/resize_policy/
3859         hash_load_check_resize_trigger_imp.hpp: Likewise.
3860         * include/ext/pb_assoc/detail/resize_policy/
3861         hash_standard_resize_policy_imp.hpp: Likewise.
3862         * include/ext/pb_assoc/detail/lu_policy/
3863         counter_lu_metadata_imp.hpp: Likewise.
3864         * include/ext/pb_assoc/detail/map_debug_base.hpp: Likewise.
3865         * libsupc++/eh_alloc.cc: Typo: memcpy -> memset.
3866
3867 2006-05-07  Paolo Carlini  <pcarlini@suse.de>
3868
3869         * include/tr1/type_traits (integral_constant<>::value): Define.
3870         * testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
3871         New.
3872
3873 2006-05-04  Douglas Gregor  <dgregor@cs.indiana.edu>
3874
3875         PR libstdc++/27404
3876         * include/ext/rope (_Rope_const_iterator<>::operator*() const,
3877         _Rope_iterator<>::operator*() const): Add.
3878
3879 2006-05-01  Paolo Carlini  <pcarlini@suse.de>
3880
3881         * acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the
3882         presence of wctype.h, for use in GLIBCXX_ENABLE_C99.
3883         * configure: Regenerate.
3884
3885 2006-04-29  Paolo Carlini  <pcarlini@suse.de>
3886
3887         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
3888         Special case main parsing loop for !_M_allocated (i.e., "C" locale).
3889         (num_get<>::_M_extract_int): Likewise.
3890         * include/bits/locale_facets.h (num_get<>::_M_find): New.
3891
3892 2006-04-27  Benjamin Kosnik  <bkoz@redhat.com>
3893
3894         * docs/html/17_intro/TODO: Update.
3895         
3896 2006-04-26  Benjamin Kosnik  <bkoz@redhat.com>
3897
3898         PR libstdc++/26875
3899         * include/ext/array_allocator.h (array_allocator): _M_used, new
3900         data member.  
3901         * testsuite/ext/array_allocator/26875.cc: New.
3902         
3903 2006-04-26  Shantonu Sen  <ssen@opendarwin.org>
3904
3905         PR libstdc++/26513
3906         * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.
3907
3908 2006-04-23  Marc Glisse  <marc.glisse@normalesup.org>
3909
3910         PR libstdc++/27199
3911         * ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
3912         * ext/bitmap_allocator.h: Likewise; qualify with std::.
3913         * ext/new_allocator.h: Likewise.
3914         * ext/malloc_allocator.h: Likewise.
3915         * ext/array_allocator.h: Likewise.
3916         * ext/mt_allocator.h: Likewise.
3917         * ext/functional: Likewise for size_t.
3918         * ext/debug_allocator.h: Likewise.
3919         * bits/char_traits.h: Qualify with std:: size_t.
3920         * debug/hash_multimap.h: Likewise.
3921
3922 2006-04-23  Paolo Carlini  <pcarlini@suse.de>
3923
3924         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 42.
3925
3926 2006-04-19  Paolo Carlini  <pcarlini@suse.de>
3927
3928         PR libstdc++/26424
3929         * include/tr1/hashtable (X<>::primes): Extend for 64-bit machines.
3930         (X<>::n_primes): Adjust.
3931         (prime_rehash_policy::next_bkt, bkt_for_elements, need_rehash): Adjust.
3932
3933 2006-04-18  Paolo Carlini  <pcarlini@suse.de>
3934
3935         * docs/html/faq/index.html ([5.5]): Adjust to mention function
3936         objects and reference_wrapper; minor tweaks.
3937         * docs/html/faq/index.txt: Regenerate.
3938
3939 2006-04-16  Paolo Carlini  <pcarlini@suse.de>
3940
3941         PR libstdc++/6702 (again)
3942         * acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
3943         wchar_t functions...
3944         (GLIBCXX_ENABLE_WCHAR_T): ... do that here.
3945         * configure.ac: Adjust order of checks.
3946         * configure: Regenerate.
3947
3948 2006-04-14  Douglas Gregor  <dgregor@cs.indiana.edu>
3949
3950         PR libstdc++/27162
3951         * include/bits/stl_algo.h (__search_n(,,,, _BinaryPredicate,
3952         std::forward_iterator_tag)): Use __binary_pred, not ==.
3953
3954 2006-04-10  Matthias Klose  <doko@debian.org>
3955
3956         * testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
3957         directory names containing underscores.
3958
3959 2006-04-10  Paolo Carlini  <pcarlini@suse.de>
3960
3961         DR 538, [Ready]
3962         * include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
3963         output_iterator_tag), and predicated counterpart): Revert to the
3964         algorithm pre-DR 241, i.e., value_type of InputIterator is now
3965         required to be Assignable too.
3966         * testsuite/25_algorithms/unique_copy/3.cc: Remove.
3967         * docs/html/ext/howto.html: Add an entry for DR 538.
3968
3969 2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>
3970
3971         * testsuite/data/sgetn.txt: Correct copyright holder.
3972         * testsuite/data/wistream_extractor_other-1.tst: Same.
3973         * testsuite/data/wistream_extractor_other-2.tst: Same.
3974         * testsuite/data/istream_extractor_other-1.txt: Same.
3975         * testsuite/data/filebuf_virtuals-1.txt: Same.
3976         * testsuite/data/wostream_inserter_other-1.tst: Same.
3977         * testsuite/data/wostream_inserter_other-2.tst: Same.
3978         * testsuite/data/ostream_inserter_other-1.tst: Same.
3979         * testsuite/data/ostream_inserter_other-2.tst: Same.
3980         * testsuite/data/wistream_extractor_other-1.txt: Same.
3981         * testsuite/data/istream_extractor_other-1.tst: Same.
3982         * testsuite/data/istream_extractor_other-2.tst: Same.
3983         * testsuite/data/filebuf_virtuals-1.tst: Same.
3984         * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
3985         conditions.
3986         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
3987         * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
3988         * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
3989
3990 2006-03-28  Paolo Carlini  <pcarlini@suse.de>
3991
3992         * include/ext/vstring.h (operator[]): Allow s[s.size()] in
3993         debug mode, but not pedantic mode.
3994
3995 2006-03-24  Mark Mitchell  <mark@codesourcery.com>
3996             Joseph S. Myers  <joseph@codesourcery.com>
3997
3998         PR libstdc++/20448
3999         PR libstdc++/20451
4000         * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR.
4001         * testsuite/lib/libstdc++.exp (libstdc++_init): Always define
4002         LOCALEDIR to ".".
4003         (v3-build_support): Build MO files.
4004
4005 2006-03-22  Paolo Carlini  <pcarlini@suse.de>
4006
4007         PR libstdc++/26777
4008         * include/bits/fstream.tcc (basic_filebuf<>::_M_seek): Check
4009         the return value of _M_file.seekoff.
4010         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: New.
4011
4012 2006-03-21  Paolo Carlini  <pcarlini@suse.de>
4013
4014         PR libstdc++/25482
4015         * include/bits/stl_algobase.h (__copy_aux(_CharT*, _CharT*,
4016         ostreambuf_iterator<_CharT>), __copy_aux(const _CharT*, const _CharT*,
4017         ostreambuf_iterator<_CharT>), __copy_aux(istreambuf_iterator<_CharT>,
4018         istreambuf_iterator<_CharT>, _CharT*), copy(istreambuf_iterator<_CharT>,
4019         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>)): Declare.
4020         * include/bits/stl_algo.h (find(istreambuf_iterator<_CharT>,
4021         istreambuf_iterator<_CharT>, _CharT)): Likewise.
4022         * include/bits/streambuf_iterator.h (copy(istreambuf_iterator<_CharT>,
4023         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>),
4024         __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>),
4025         __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>),
4026         __copy_aux(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
4027         _CharT*), find(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
4028         _CharT)): Define.
4029         (class istreambuf_iterator<>, class ostreambuf_iterator<>): Declare
4030         friends.
4031         * include/std/std_streambuf.h (class basic_streambuf<>): Likewise.
4032         * include/bits/cpp_type_traits.h (struct __is_char<>): Add.
4033         * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: New.
4034         * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: New.
4035         * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: New.
4036         * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: New.
4037         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: New.
4038         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: New.
4039         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: New.
4040         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: New.
4041         * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: New.
4042         * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: New.
4043         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: New.
4044         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: New.
4045         * testsuite/performance/25_algorithms/copy_streambuf_iterators.cc: New.
4046         * testsuite/performance/25_algorithms/find_istreambuf_iterators.cc: New.
4047
4048 006-03-13  Paolo Carlini  <pcarlini@suse.de>
4049
4050         * include/bits/postypes.h (fpos<>::operator==, operator!=): Remove,
4051         exploit conversion to streamoff.
4052         * testsuite/27_io/fpos/mbstate_t/5.cc: New.
4053
4054 2006-03-12  Howard Hinnant  <hhinnant@apple.com>
4055
4056         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc:
4057         Fix race condition.
4058         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
4059         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
4060
4061 2006-03-10  Paolo Carlini  <pcarlini@suse.de>
4062
4063         * include/tr1/cmath: Add atan2 and pow bits; add using declarations.    
4064         * include/tr1/math.h: Add using declarations.
4065         * include/tr1/complex: Add using declarations.
4066         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
4067         qualify calls.
4068         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
4069         add atan2 and pow bits.
4070         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
4071         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
4072         adjust polar bits.
4073
4074         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
4075         and float_t typedefs.
4076         * include/tr1/cmath: Add double_t and float_t.
4077         * testsuite/tr1/8_c_compatibility/cmath/types.cc: New.
4078
4079         * include/tr1/ctgmath: New.
4080         * include/tr1/tgmath.h: Likewise.
4081         * include/Makefile.am: Add.
4082         * testsuite/tr1/headers.cc: Update.
4083
4084         * include/Makefile.in: Regenerate.
4085         * configure: Likewise.
4086
4087         * docs/html/ext/tr1.html: Update.
4088
4089 2006-03-08  Paolo Carlini  <pcarlini@suse.de>
4090
4091         Implement the resolution of DR 455, [DR].
4092         * src/ios_init.cc (ios_base::Init::Init()): Do it.
4093         * testsuite/27_io/objects/char/dr455.cc: New.
4094         * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise.
4095         * docs/html/ext/howto.html: Add an entry for DR 455.
4096
4097 2006-03-07  Paolo Carlini  <pcarlini@suse.de>
4098
4099         * include/tr1/cmath: Add C99 overloads.
4100         * include/tr1/common.h (struct __promote_3): Add.
4101         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: New.
4102
4103         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Tweak.
4104         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
4105
4106 2006-03-06  Paolo Carlini  <pcarlini@suse.de>
4107
4108         PR target/26532
4109         * config/io/c_io_stdio.h (struct __ios_flags): Remove.
4110         * include/bits/ios_base.h: Adjust consistently.
4111         (ios_base::_S_local_word_size): Change to an anonymous enum.
4112         * src/ios.cc: Do not define static const data of __ios_flags,
4113         likewise for ios_base::_S_local_word_size.      
4114         * include/bits/locale_classes.h (locale::_S_categories_size):
4115         Change to an anonymous enum.
4116         * src/locale.cc: Don't define.
4117
4118 2006-03-03  Paolo Carlini  <pcarlini@suse.de>
4119
4120         PR libstdc++/26526
4121         * config/abi/pre/gnu.ver (__copy_streambufs, 64-bit version): Add
4122         @GLIBCXX_3.4.8; move existing symbols @GLIBCXX_3.4.8 to 3.4.9.
4123         * configure.ac (libtool_VERSION): To 6:9:0.
4124         * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.9.
4125         * configure: Regenerate.
4126
4127 2006-03-02  Paolo Carlini  <pcarlini@suse.de>
4128
4129         * config/abi/pre/gnu.ver: Adjust __copy_streambufs_eof export
4130         vs 64-bit arches.
4131
4132 2006-03-01  Paolo Carlini  <pcarlini@suse.de>
4133
4134         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 41.
4135
4136 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
4137
4138         PR other/26208
4139         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use
4140         _Unwind_GetIPInfo instead of _Unwind_GetIP.
4141
4142 2006-02-27  Paolo Carlini  <pcarlini@suse.de>
4143
4144         PR libstdc++/14866
4145         * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Redirect
4146         stderr instead.
4147
4148 2006-02-26  Paolo Carlini  <pcarlini@suse.de>
4149
4150         * include/tr1/cmath: Add templates (8.16.3).    
4151         * include/tr1/cstdbool: New.
4152         * include/tr1/stdbool.h: Likewise.
4153         * include/Makefile.am: Add.
4154         * testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
4155         * testsuite/tr1/headers.cc: Update.
4156         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
4157         * docs/html/ext/tr1.html: Update.
4158         * include/Makefile.in: Regenerate.
4159         * config.h.in: Likewise.
4160         * configure: Likewise.
4161
4162 2006-02-24  Paolo Carlini  <pcarlini@suse.de>
4163
4164         * include/tr1/array (array<>::swap, assign): Implement.
4165         * include/tr1/array (operator==, operator!=, operator<,
4166         operator>, operator>=, operator<=, swap, get): Inline.
4167         * testsuite/tr1/6_containers/array/requirements/member_swap.cc: New.
4168         * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
4169         * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
4170         Likewise.
4171
4172 2006-02-23  Benjamin Kosnik  <bkoz@redhat.com>
4173
4174         * testsuite/22_locale/codecvt/in/wchar_t/1.cc (test01): Change int
4175         to size_t. Use explicit static_cast for casts.
4176         * testsuite/22_locale/codecvt/in/wchar_t/6.cc (test06): Same.
4177         * testsuite/22_locale/codecvt/in/wchar_t/5.cc (test05): Same.
4178         * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
4179         
4180 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4181
4182         * docs/html/ext/pb_assoc/
4183         basic_tree_assoc_cntnr_const_node_iterator.html:Fix links
4184         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_node_iterator.html:
4185         Likewise.
4186         * docs/html/ext/pb_assoc/hash_based_containers.html: Likewise.
4187         * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: Likewise.
4188         * docs/html/ext/pb_assoc/interface.html: Likewise..
4189         * docs/html/ext/pb_assoc/list_updates.html: Likewise.
4190         * docs/html/ext/pb_assoc/lu_based_containers.html: Likewise.
4191         * docs/html/ext/pb_assoc/resize_policies.html: Likewise.
4192         * docs/html/ext/pb_assoc/sample_probe_fn.html: Likewise.
4193         * docs/html/ext/pb_assoc/sample_range_hashing.html: Likewise.
4194         * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: Likewise.
4195         * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: Likewise.
4196         * docs/html/ext/pb_assoc/sample_resize_policy.html: Likewise.
4197         * docs/html/ext/pb_assoc/tree_assoc_cntnr_const_node_iterator.html:
4198         Likewise.
4199         * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: Likewise.
4200
4201 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4202
4203         PR libstdc++/26132
4204         * include/tr1/hashtable (hashtable<>::rehash): Define.
4205         * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
4206
4207         * include/tr1/hashtable: Trivial formatting and stylistic fixes.
4208
4209         * testsuite/tr1/headers.cc: remove <tr1/hashtable>, not a tr1 header,
4210         only an implementation detail.
4211
4212 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4213
4214         * include/debug/list (splice): Remove splice_alloc check, redundant
4215         after implementing the splice bits of N1599.
4216
4217 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
4218
4219         * include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
4220         _GLIBCXX_END_NAMESPACE.
4221
4222 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
4223
4224         * include/bits/c++config: Simplify debug namespaces.
4225         * include/ext/hash_set: Specialize insert_iterator after norm,
4226         debug containers have been (optionally) declared. Use nested
4227         namespaces.     
4228         * include/ext/hash_map: Same.
4229         * include/debug/hash_map.h (insert): Add specialization for value
4230         pointer types.
4231         * include/debug/hash_set.h (insert): Same.
4232         * include/debug/hash_multimap.h: Change __gnu_debug_def to __debug.
4233         * include/debug/set.h: Same.
4234         * include/debug/bitset: Same.
4235         * include/debug/multiset.h: Same.
4236         * include/debug/hash_multiset.h: Same.
4237         * include/debug/vector: Same.
4238         * include/debug/map.h: Same.
4239         * include/debug/deque: Same.
4240         * include/debug/list: Same.
4241         * include/debug/multimap.h. Same.
4242         * include/debug/macros.h: Use __gnu_debug.
4243         * include/debug/debug.h: Same.
4244         * include/debug/formatter.h: Same.
4245         * include/debug/safe_sequence.h: Same.
4246         * include/debug/functions.h: Same.
4247         * include/debug/safe_base.h: Same.
4248         * include/debug/safe_iterator.h: Same.
4249         * include/debug/safe_iterator.tcc: Same.
4250         (_M_invalidate): Adjust compare order.
4251         * include/debug/string: Change std::__gnu_debug to __gnu_debug.
4252         * include/ext/hashtable.h: Formatting fixes.
4253         * include/bits/stl_map.h: Formatting fixes.             
4254         * src/compatibility.cc: Adjust compatibility symbols for old debug
4255         mode model.     
4256         * src/debug_list.cc: Tweak.
4257         * src/debug.cc: Adjust namespaces.
4258         * docs/html/debug_mode.html: Adjust namespace names.
4259         * testsuite/25_algorithms/heap/heap.cc: Restore _GLIBCXX_DEBUG
4260         macro guards, as count values differ when in debug mode.        
4261         * testsuite/23_containers/vector/26412.cc: Move to...
4262         * testsuite/23_containers/vector/26412-1.cc: ... here.
4263         * testsuite/23_containers/vector/26412-2.cc: Add.
4264
4265         * include/ext/pb_assoc/detail/standard_policies.hpp
4266         (PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
4267         std::equal_to.
4268
4269         * configure.ac (libtool_VERSION): To 6:8:0.
4270         * configure: Regenerate.
4271         * config/abi/pre/gnu.ver: Revert to exporting __gnu_debug symbols.
4272         (GLIBCXX_3.4.8): New.
4273         * testsuite/testsuite_abi.cc: Add GLIBCXX_3.4.8 to known versions.
4274         
4275 2006-02-21  Paolo Carlini  <pcarlini@suse.de>
4276
4277         * include/tr1/hashtable: Trivial formatting fixes.
4278
4279 2006-02-20  Paolo Carlini  <pcarlini@suse.de>
4280
4281         Revert recent commit for libstdc++/26211, now suspended waiting for
4282         DR 342 (reopened) to reach a new resolution.
4283         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
4284         seekg(off_type, ios_base::seekdir)): Remove sentry.
4285         * testsuite/27_io/basic_istream/seekg/char/26211.cc: Remove.
4286         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
4287         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
4288         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
4289         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Revert changes.
4290         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4291         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
4292         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4293         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
4294         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
4295
4296 2006-02-19  Paolo Carlini  <pcarlini@suse.de>
4297
4298         * include/std/std_sstream.h (basic_stringbuf<>::setbuf): Simply
4299         clear the internal _M_string, adjust _M_sync call.
4300         * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
4301         consistently for calls from setbuf.
4302
4303 2006-02-17  Paolo Carlini  <pcarlini@suse.de>
4304             Howard Hinnant  <hhinnant@apple.com>
4305
4306         PR libstdc++/26250
4307         * include/bits/sstream.tcc (basic_stringbuf<>::overflow): Tweak
4308         to leave epgtr() just past the new write position, as per the
4309         relevant bits of 27.7.1.3/8 (not changed by DR 432).
4310         * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: New.
4311         * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Same.
4312
4313         * docs/html/ext/howto.html: Add entries for DR 169 and DR 432.
4314
4315         * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
4316         of line...
4317         * include/bits/sstream.tcc: ... here.
4318
4319 2006-02-16  Joseph S. Myers  <joseph@codesourcery.com>
4320
4321         PR libstdc++/14939
4322         * config/os/uclibc/ctype_base.h, config/os/uclibc/ctype_inline.h,
4323         config/os/uclibc/ctype_noninline.h, config/os/uclibc/os_defines.h:
4324         New.
4325         * acinclude.m4 (GLIBCXX_CONFIGURE): Test whether using uClibc.
4326         * configure.host: Use os/uclibc for uClibc.
4327         * crossconfig.m4 (*-linux*): Use link tests.  Don't hardcode
4328         presence of math functions.
4329         * configure: Regenerate.
4330
4331 2006-02-12  Paolo Carlini  <pcarlini@suse.de>
4332
4333         PR libstdc++/26211
4334         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
4335         seekg(off_type, ios_base::seekdir)): Construct a sentry, as per
4336         27.6.1.3/1.
4337         * testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
4338         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
4339         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
4340         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
4341         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Adjust.
4342         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4343         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
4344         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4345         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
4346         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
4347
4348 2006-02-10  Paolo Carlini  <pcarlini@suse.de>
4349
4350         PR libstdc++/26181
4351         * include/bits/streambuf.tcc (__copy_streambufs_eof): New, like
4352         the existing __copy_streambufs but reporting eof in input.
4353         (__copy_streambufs): Just use the latter.
4354         * src/streambuf.cc (__copy_streambufs_eof): Adjust specializations
4355         of __copy_streambufs.
4356         * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use
4357         __copy_streambufs_eof instead.
4358         * include/std/std_streambuf.h: Adjust.
4359         * src/streambuf-inst.cc: Adjust.
4360         * config/abi/pre/gnu.ver: Export the new symbols.
4361         * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: New.
4362         * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc:
4363         Likewise.
4364         * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Adjust.
4365         * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc:
4366         Likewise.
4367
4368 2006-02-08  Benjamin Kosnik  <bkoz@redhat.com>
4369
4370         PR libstdc++/26142
4371         * include/debug/debug.h: Move debug alias inside namespace std,
4372         same with namespace __gnu_cxx. Add top-level __gnu_debug
4373         namespace.      
4374         * include/debug/hash_multimap.h: Nest within __gnu_cxx, not
4375         std. Also, change nesting namespace name from __gnu_debug_def to
4376         __gnu_debug.    
4377         * include/debug/hash_map.h: Same.
4378         * include/debug/hash_multiset.h: Same.
4379         * include/debug/hash_set.h: Same.
4380         * docs/html/debug.html: Same.
4381         * testsuite/23_containers/vector/26412.cc: New.
4382         * testsuite/23_containers/vector/invalidation/1.cc:  Correct
4383         qualifications for debug namespace change.
4384         * testsuite/23_containers/vector/invalidation/2.cc: Same.
4385         * testsuite/23_containers/vector/invalidation/3.cc: Same.
4386         * testsuite/23_containers/vector/invalidation/4.cc: Same.
4387         * testsuite/23_containers/deque/invalidation/1.cc: Same.
4388         * testsuite/23_containers/deque/invalidation/2.cc: Same.
4389         * testsuite/23_containers/deque/invalidation/3.cc: Same.
4390         * testsuite/23_containers/deque/invalidation/4.cc: Same.
4391         * testsuite/23_containers/multiset/invalidation/1.cc: Same.
4392         * testsuite/23_containers/multiset/invalidation/2.cc: Same.
4393         * testsuite/23_containers/multimap/invalidation/1.cc: Same.
4394         * testsuite/23_containers/multimap/invalidation/2.cc: Same.
4395         * testsuite/23_containers/bitset/invalidation/1.cc: Same.
4396         * testsuite/23_containers/bitset/cons/16020.cc: Same.
4397         * testsuite/23_containers/bitset/operations/13838.cc: Same.
4398         * testsuite/23_containers/list/invalidation/1.cc: Same.
4399         * testsuite/23_containers/list/invalidation/2.cc: Same.
4400         * testsuite/23_containers/list/invalidation/3.cc: Same.
4401         * testsuite/23_containers/list/invalidation/4.cc: Same.
4402         * testsuite/23_containers/set/invalidation/1.cc: Same.
4403         * testsuite/23_containers/set/invalidation/2.cc: Same.
4404         * testsuite/23_containers/map/invalidation/1.cc: Same.
4405         * testsuite/23_containers/map/invalidation/2.cc: Same.
4406         * testsuite/23_containers/map/modifiers/insert/16813.cc: Same.
4407         * testsuite/21_strings/basic_string/2.cc: Same.
4408
4409 2006-02-08  Paolo Carlini  <pcarlini@suse.de>
4410
4411         PR libstdc++/26133  (DR 241, [WP])
4412         * include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
4413         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
4414         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
4415         forward_iterator_tag), and predicated counterparts): Add.
4416         (__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
4417         forward_iterator_tag), and predicated counterparts): Remove.
4418         (unique_copy): Adjust, dispatch to the three helpers above.
4419         * testsuite/25_algorithms/unique_copy/2.cc: New.
4420         * testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
4421         * testsuite/25_algorithms/unique_copy/3.cc: Likewise.   
4422         * docs/html/ext/howto.html: Add an entry for DR 241.
4423
4424         * testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.
4425
4426 2006-02-07  Jakub Jelinek  <jakub@redhat.com>
4427             Benjamin Kosnik  <bkoz@redhat.com>
4428
4429         * configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
4430         If true, set also port_specific_symbol_files and create
4431         as_symver_specs.
4432         (GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
4433         * configure: Rebuilt.
4434         * config.h.in: Rebuilt.
4435         * config/os/gnu-linux/ldbl-extra.ver: New file.
4436         * config/abi/pre/gnu.ver: Make sure no __float128 symbols are
4437         exported.
4438         * include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
4439         _GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
4440         _GLIBCXX_END_LDBL_NAMESPACE): Define.
4441         * include/bits/localefwd.h: Use them to conditionally scope facets.
4442         * include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
4443         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
4444         Surround std::{money,num}_{get,put}
4445         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
4446         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
4447         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
4448         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
4449         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
4450         * include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
4451         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
4452         (std::money_get::__do_get, std::money_put::__do_put,
4453         std::num_get::__do_get, std::num_put::__do_put): New
4454         specializations.
4455         * include/Makefile.am: Conditionally define
4456         _GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
4457         * include/Makefile.in: Regenerate.
4458         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
4459         _GLIBCXX_SYNC_ID): Define, use them.
4460         * src/compatibility-ldbl.cc: New file.
4461         * src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
4462         symbols.
4463         * src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4464         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4465         * src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.   
4466         * src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4467         * src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4468         * src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4469         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4470         * src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4471         * src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
4472         * config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
4473         Likewise.
4474         * config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
4475         Likewise.
4476         * src/Makefile.am (libstdc++-symbol.ver): Append instead of
4477         insert in the middle if port specific symbol file requests it.
4478         (ldbl_compat_sources): New variable.
4479         (sources): Use it.
4480         (compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
4481         * src/Makefile.in: Rebuilt.
4482         * testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
4483         GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.    
4484
4485 2006-02-07  Paolo Carlini  <pcarlini@suse.de>   
4486
4487         * include/tr1/hashtable: Trivial formatting fixes.
4488
4489 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
4490             Zak Kipling  <zak@transversal.com>
4491
4492         PR libstdc++/26127
4493         * include/tr1/hashtable (hashtable<>::key_equal): Define.
4494         (hashtable<>::bucket, rehash_base<>::max_load_factor): Fix.
4495         * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
4496
4497 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
4498
4499         * include/tr1/cmath: New.
4500         * include/tr1/cstdlib: Likewise.
4501         * include/tr1/ctime: Likewise.
4502         * include/tr1/math.h: Likewise. 
4503         * include/tr1/stdlib.h: Likewise.
4504         * include/Makefile.am: Add.
4505         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <math.h> checks.
4506         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: New.
4507         * testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise.
4508         * testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Likewise.
4509         * testsuite/tr1/headers.cc: Update.     
4510
4511         * include/tr1/cinttypes: Do not provide abs and div, conflicting
4512         with the above overloads for _Longlong types.
4513         * include/tr1/inttypes.h: Adjust.
4514         * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Adjust.
4515
4516         * docs/html/ext/tr1.html: Update.
4517         
4518         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
4519
4520         * include/Makefile.in: Regenerate.
4521         * config.h.in: Likewise.
4522         * configure: Likewise.
4523
4524 2006-02-07  Mark Mitchell  <mark@codesourcery.com>
4525
4526         * testsuite/testsuite_tr1.h (test_property): New function.
4527         * testsuite/tr1/4_metaprogramming/type_properties/extent/extent.cc 
4528         (test01) 
4529
4530 2006-02-05  Paolo Carlini  <pcarlini@suse.de>
4531
4532         * include/tr1/cstdio: New.
4533         * include/tr1/stdio.h: Likewise.
4534         * include/Makefile.am: Add.
4535         * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: New.
4536         * testsuite/tr1/headers.cc: Update.     
4537         * docs/html/ext/tr1.html: Update.
4538
4539         * include/tr1/cwchar: Simplify, use _GLIBCXX_USE_C99, consistently
4540         with the facilities in std::.
4541         * include/tr1/cwctype: Likewise.
4542         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
4543         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
4544         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Remove <wchar.h> and
4545         <wctype.h> checks.
4546
4547         * include/Makefile.in: Regenerate.
4548         * config.h.in: Likewise.
4549         * configure: Likewise.
4550
4551 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
4552
4553         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Fix.
4554
4555 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
4556
4557         * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: Avoid
4558         warning on string constant.
4559
4560 2006-02-03  Paolo Carlini  <pcarlini@suse.de>
4561
4562         * include/tr1/cwchar: New.
4563         * include/tr1/cwctype: Likewise.
4564         * include/tr1/wchar.h: Likewise.
4565         * include/tr1/wctype.h: Likewise.
4566         * include/Makefile.am: Add.
4567         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: New.
4568         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
4569         * testsuite/tr1/headers.cc: Update.
4570         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <wchar.h> and
4571         <wctype.h> checks.
4572         * docs/html/ext/tr1.html: Update.
4573         * include/Makefile.in: Regenerate.
4574         * config.h.in: Likewise.
4575         * configure: Likewise.
4576
4577         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Cosmetic tweak.
4578
4579 2006-02-02  Paolo Carlini  <pcarlini@suse.de>
4580
4581         * include/tr1/cfloat: New.
4582         * include/tr1/climits: Likewise.                
4583         * include/tr1/cstdarg: Likewise.
4584         * include/tr1/ctype.h: Likewise.
4585         * include/tr1/fenv.h: Likewise.
4586         * include/tr1/float.h: Likewise.
4587         * include/tr1/inttypes.h: Likewise.
4588         * include/tr1/limits.h: Likewise.
4589         * include/tr1/stdint.h: Likewise.
4590         * include/tr1/stdarg.h: Likewise.
4591         * include/Makefile.am: Add.
4592         * include/Makefile.in: Regenerate.
4593         * docs/html/ext/tr1.html: Update.
4594         * testsuite/tr1/headers.cc: New.
4595
4596         * include/tr1/cctype: Include <cctype> instead.
4597
4598 2006-01-31  Paolo Carlini  <pcarlini@suse.de>
4599
4600         PR libstdc++/21554
4601         * include/tr1/array (array<>::_M_instance): Maximally align.
4602         * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
4603
4604 2006-01-31  Ed Smith-Rowland  <3dw4rd@verizon.net>
4605
4606         * docs/html/faq/index.html ([1.0]): Replace references to CVS
4607         with appropriate references to SVN.
4608         ([1.3]): Likewise.
4609         ([1.4]): Likewise.
4610         ([2.3]): Likewise.
4611         * docs/html/faq/index.txt: Regenerated.
4612
4613 2006-01-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4614
4615         * include/bits/valarray_array.h (__valarray_default_construct):
4616         Replace use __is_fundamental with __is_pod.
4617         (__valarray_fill_construct): Likewise.
4618         (__valarray_copy_construct): Likewise.
4619         (__valarray_destroy_elements): Likewise.
4620         (__valarray_copy): Likewise.
4621
4622 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
4623
4624         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Do the <inttypes.h>
4625         checks only if the <stdint.h> checks are successful.
4626         * configure: Regenerate.
4627
4628 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
4629
4630         * include/tr1/cinttypes: New.
4631         * include/Makefile.am: Add.
4632         * testsuite/tr1/8_c_compatibility/cinttypes/functions: New.     
4633         * testsuite/tr1/8_c_compatibility/cinttypes/types: Likewise.
4634         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <inttypes.h> checks.
4635         * docs/html/ext/tr1.html: Update.
4636         * include/Makefile.in: Regenerate.
4637         * config.h.in: Likewise.
4638         * configure: Likewise.
4639
4640         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: Cosmetic tweak.
4641         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
4642
4643         * testsuite/tr1/8_c_compatibility/cstdint/types.cc: Fix, check in
4644         std::tr1.
4645
4646 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
4647
4648         * include/tr1/cstdint: New.
4649         * include/Makefile.am: Add.
4650         * testsuite/tr1/8_c_compatibility/cstdint/types: New.
4651         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdint.h> checks.
4652         * docs/html/ext/tr1.html: Update.
4653         * include/Makefile.in: Regenerate.
4654         * config.h.in: Likewise.
4655         * configure: Likewise.
4656
4657         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Cosmetic tweak.
4658
4659 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
4660
4661         PR libstdc++/26006
4662         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Tighten <ctype.h> and
4663         <fenv.h> checks.
4664         * configure: Regenerate.
4665
4666 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
4667
4668         * include/std/std_bitset.h (bitset<>::_M_copy_to_string):
4669         Call the internal _Unchecked_set(size_t) instead of set.
4670
4671 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
4672
4673         * docs/html/install.html ([Tools you will need beforehand]):
4674         Clarify that the de_DE locale is used by configure; clarify
4675         that missing localedata leads to skipped tests, not fails.
4676
4677 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
4678
4679         * include/tr1/cfenv: New.
4680         * include/Makefile.am: Add.
4681         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: New.
4682         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
4683         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <fenv.h> checks.
4684         * docs/html/ext/tr1.html: Update; add note.
4685         * include/Makefile.in: Regenerate.
4686         * config.h.in: Likewise.
4687         * configure: Likewise.  
4688
4689         * testsuite/tr1/8_c_compatibility/complex/functions.cc: Tweak.
4690         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Likewise.
4691
4692         * docs/html/faq/index.html: Fix link to tr1.html text; fix
4693         formatting.
4694
4695 2006-01-25  Paolo Carlini  <pcarlini@suse.de>
4696
4697         * include/tr1/cctype: New.
4698         * include/Makefile.am: Add.
4699         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
4700         * include/Makefile.in: Regenerate.
4701
4702         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
4703         support to TR1, Chapter 8.
4704         * configure.ac: Use it.
4705         * include/tr1/complex: Adjust.
4706         * config.h.in: Regenerate.
4707         * configure: Likewise.
4708
4709 2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>
4710
4711         * docs/html/configopts.html: Tweak docs.
4712
4713         * libsupc++/eh_personality.cc: Fix typos.
4714
4715 2006-01-24  Paolo Carlini  <pcarlini@suse.de>
4716
4717         PR libstdc++/25649
4718         * include/std/std_istream.h (operator>>(short&), operator>>(int&)):
4719         Move out of line...
4720         * include/bits/istream.tcc: ... here.
4721         * include/std/std_ostream.h (operator<<(short), operator<<(int)):
4722         Move out of line...
4723         * include/bits/ostream.tcc: ... here.
4724
4725 2006-01-24  Ed Smith-Rowland  <3dw4rd@verizon.net>
4726
4727         * docs/html/faq/index.html ([5.2]): Mention TR1 and point to
4728         paragraph [5.5], describing it.
4729         ([5.5]): New.
4730         * docs/html/ext/tr1.html: New.
4731
4732 2006-01-20  Benjamin Kosnik  <bkoz@redhat.com>
4733
4734         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version
4735         reporting.  Disable --gc-sections for old binutils, by version.
4736         * configure: Regenerate.
4737
4738 2006-01-20  Joseph S. Myers  <joseph@codesourcery.com>
4739
4740         PR libstdc++/25524
4741         * include/Makefile.am: Install host-specific headers in multilib
4742         subdirectory.
4743         * include/Makefile.in: Regenerate.
4744
4745 2006-01-19  Paolo Carlini  <pcarlini@suse.de>
4746
4747         Implement list::splice (and merge) bits of N1599
4748         * include/bits/stl_list.h (list<>::_M_check_equal_allocators): New.
4749         (list<>::splice(iterator, list&), splice(iterator, list&, iterator),
4750         splice(iterator, list&, iterator, iterator)): Use it.
4751         * include/bits/list.tcc (list<>::merge(list&), merge(list&,
4752         _StrictWeakOrdering)): Likewise.
4753         * testsuite/23_containers/list/operators/5.cc: New.
4754
4755 2006-01-19  H.J. Lu  <hongjiu.lu@intel.com>
4756
4757         PR libstdc++/25797
4758         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Remove -Werror
4759         from CFLAGS.  Check if linker really supports --gc-sections.
4760         * configure: Regenerated.
4761
4762 2006-01-18  Paul Brook  <paul@codesourcery.com>
4763
4764         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.
4765
4766 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
4767
4768         * include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
4769
4770 2006-01-18  Perry Smith  <pedz@easesoftware.net>
4771
4772         PR libstdc++/25823
4773         PR libstdc++/25824
4774         * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
4775         * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.
4776
4777 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
4778
4779         * include/ext/pb_assoc/detail/value_type_adapter/
4780         value_type_adapter.hpp: Include <tr1/type_traits>.
4781         * include/ext/pb_assoc/detail/value_type_adapter/
4782         it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
4783         Use tr1::aligned_storage and tr1::alignment_of.
4784         (it_value_type_traits_<>::buf_t): Remove.
4785         (it_value_type_traits_<>::make_valid, recast): Adjust.
4786
4787 2006-01-16  Benjamin Kosnik  <bkoz@redhat.com>
4788
4789         PR libstdc++/25797
4790         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Add -Werror to
4791         CFLAGS for --gc-sections test.  Correct compile test.
4792         * configure: Regenerated.
4793         
4794 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
4795             Gabriel Dos Reis  <gdr@integrable-solutions.net>
4796
4797         PR libstdc++/25626
4798         * include/std/std_valarray.h (valarray(const slice_array<>&),
4799         valarray(const gslice_array<>&), valarray(const mask_array<>&),
4800         valarray(const indirect_array<>&), valarray(const _Expr<>&)):
4801         Forward to __valarray_copy_construct, not __valarray_copy.
4802         * include/bits/valarray_array.h
4803         (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
4804         __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
4805         New.
4806
4807 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
4808
4809         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
4810         Fix norm test, use casts everywhere.
4811
4812 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
4813
4814         * testsuite/testsuite_tr1.h: Add missing include; use std::__are_same.
4815
4816 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
4817
4818         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
4819         Fix wrong test (don't pick by mistake the (const complex<>&, int)
4820         overload); add some.
4821
4822 2006-01-13  Paolo Carlini  <pcarlini@suse.de>
4823             Howard Hinnant  <hhinnant@apple.com>
4824
4825         * include/tr1/complex (arg, conj, imag, norm, polar, pow, real):
4826         Add, implementing TR1, 8.1.9.
4827         (__promote_2): New.
4828         * include/tr1/common.h: New, provides __promote, __promote_2.
4829         * include/Makefile.am: Add.
4830         * include/Makefile.in: Regenerate.
4831         * testsuite/testsuite_tr1.h (check_ret_type): New.
4832         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: New.
4833         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: New.
4834
4835 2006-01-12  Benjamin Kosnik  <bkoz@redhat.com>
4836
4837         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Enable
4838         --gc-sections in more cases.    
4839         * configure: Regenerate.
4840         * scripts/testsuite_flags.in: Remove SECTION_LDFLAGS.
4841         * scripts/testsuite_flags.in (cxxldflags): New.
4842         * testsuite/lib/libstdc++.exp (v3_target_compile): Add cxxldflags.
4843         (libstdc++_init ): Same.
4844                 
4845 2006-01-12  Jan Beulich  <jbeulich@novell.com>
4846
4847         * crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and
4848         HAVE_ISNAN for *-*-netware*.
4849         * configure: Refresh.
4850
4851 2006-01-11  Benjamin Kosnik  <bkoz@redhat.com>
4852
4853         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Use -Wl,-z,relro if
4854         possible.  
4855         * configure: Regenerate.
4856
4857 2006-01-10  Paolo Carlini  <pcarlini@suse.de>
4858
4859         * include/tr1/complex: New file, hosts the additions to header
4860         <complex> described in TR1, Chapter 8 [tr.c99].
4861         * include/Makefile.am: Add.
4862         * include/Makefile.in: Regenerate.
4863         * testsuite/tr1/8_c_compatibility/complex/functions.cc: New.
4864
4865 2006-01-09  Paolo Carlini  <pcarlini@suse.de>
4866
4867         PR libstdc++/25658
4868         * testsuite/23_containers/deque/cons/assign/1.cc: Divide
4869         sizes by 10.
4870
4871 2006-01-08  Paolo Carlini  <pcarlini@suse.de>
4872
4873         PR libstdc++/22102 (insert as close to hint as possible)
4874         * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_lower,
4875         _M_insert_equal_lower): New.
4876         (_M_insert_equal(iterator, const _Val&),
4877         _M_insert_equal(const_iterator, const _Val&)): Use the above.
4878         * docs/html/ext/howto.html: Add an entry for DR 233.
4879         * testsuite/23_containers/multiset/modifiers/insert/22102.cc: New.
4880         * testsuite/23_containers/multimap/modifiers/insert/22102.cc: New.
4881
4882         * testsuite/23_containers/set/insert/: Move...
4883         * testsuite/23_containers/set/modifiers/insert/: ...here.
4884         * testsuite/23_containers/map/insert/: Move...
4885         * testsuite/23_containers/map/modifiers/insert/: ...here.
4886         * testsuite/23_containers/multiset/insert/: Move...
4887         * testsuite/23_containers/multiset/modifiers/insert/: ...here.
4888
4889 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4890
4891         * include/bits/stl_tree.h (_Rb_tree<>::insert_unique): Rename
4892         to _M_insert_unique.
4893         (_Rb_tree<>::insert_equal): Rename to _M_insert_equal.
4894         * include/bits/stl_map.h (class map<>): Update callers.
4895         * include/bits/stl_set.h (class set<>): Likewise.
4896         * include/bits/stl_multimap.h (class multimap<>): Likewise.
4897         * include/bits/stl_multiset.h (class multiset<>): Likewise.
4898
4899 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4900
4901         * include/bits/stl_bvector.h (vector<bool>::erase(iterator,
4902         iterator)): Just use _M_erase_at_end.
4903
4904 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4905
4906         * include/bits/stl_bvector.h (class vector<bool>): Move all the
4907         helpers under protected access mode, consistently with the primary
4908         vector template.
4909         (vector<bool>::_M_erase_at_end): Add.
4910         (erase(iterator, iterator), clear, resize, _M_fill_assign,
4911         _M_assign_aux): Use it.
4912         * testsuite/23_containers/vector/bool/modifiers/erase/1.cc: New.
4913
4914 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
4915
4916         Implement Option 3 of DR 431 for vector<bool>.
4917         * include/bits/stl_bvector.h (class _Bvector_base): Change to
4918         a struct, consistently with the primary vector template.
4919         (class vector<bool>): Adjust to protected inheritance, tidy
4920         typedefs.
4921         (_Bvector_base<>::_M_get_Bit_allocator): Add.
4922         (vector<bool>::vector(const vector&)): Use it.
4923         (_Bvector_base<>::get_allocator): Tidy.
4924         (vector<bool>::swap): Use __alloc_swap.
4925         * testsuite/23_containers/vector/bool/modifiers/swap/1.cc: New.
4926         * testsuite/23_containers/vector/bool/modifiers/swap/2.cc: New.
4927
4928 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
4929         
4930         * testsuite/testsuite_hooks.h (test_tm(unsigned)): Change to
4931         take all the tm members.
4932         * testsuite/testsuite_hooks.cc (test_tm): Adjust.
4933         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Update.
4934         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
4935         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
4936         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
4937         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
4938         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
4939         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
4940         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
4941         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
4942         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
4943         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
4944         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
4945         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
4946         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
4947         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
4948         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
4949         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
4950         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
4951         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
4952         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
4953         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
4954         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
4955         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
4956         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
4957         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
4958         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
4959         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
4960         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
4961         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
4962         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
4963         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
4964         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
4965         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
4966         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
4967         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
4968         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
4969         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
4970         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
4971         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
4972         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
4973         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
4974         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
4975         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
4976         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
4977         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
4978         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
4979         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
4980         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
4981         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
4982         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
4983         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
4984         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
4985         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
4986         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
4987
4988 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
4989         
4990         * testsuite/testsuite_hooks.h (test_tm(unsigned)): New.
4991         * testsuite/testsuite_hooks.cc (test_tm(unsigned)): Define.
4992         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Use it.
4993         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
4994         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
4995         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
4996         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
4997         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
4998         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
4999         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
5000         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
5001         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
5002         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
5003         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
5004         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
5005         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
5006         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
5007         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
5008         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
5009         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
5010         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
5011         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
5012         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
5013         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
5014         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
5015         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
5016         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
5017         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
5018         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
5019         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
5020         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
5021         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
5022         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
5023         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
5024         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
5025         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
5026         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
5027         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
5028         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5029         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5030         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
5031         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
5032         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
5033         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5034         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5035         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
5036         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
5037         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
5038         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
5039         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
5040         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
5041         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
5042         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
5043         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
5044         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
5045         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
5046
5047 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
5048
5049         * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus):
5050         Use _CharT_alloc_type as base class.
5051         (_M_get_allocator, _M_swap, _M_create, _M_destroy): Adjust.
5052         * include/ext/vstring.h (get_allocator): Tidy.
5053
5054 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
5055
5056         Implement Option 3 of DR 431 for all the containers.
5057         * include/bits/allocator.h (struct __alloc_swap): Add, swaps
5058         allocators, optimized to nothing in case they are empty.
5059         * include/bits/stl_deque.h (deque<>::swap): Use it.
5060         * include/bits/stl_list.h (list<>::swap): Likewise.
5061         * include/bits/stl_tree.h (_Rb_tree<>::swap): Likewise.
5062         * include/bits/stl_vector.h (vector<>::swap): Likewise.
5063         * include/tr1/hashtable (hashtable<>::swap): Likewise.
5064         * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
5065         Likewise.
5066         * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
5067         Likewise.
5068         * include/ext/vstring_util.h (__vstring_utility<>::_Alloc_hider):
5069         Clean-up (now vstring uses the generic __alloc_swap facility).
5070         * include/tr1/unordered_map: Adjust includes.
5071         * include/tr1/unordered_set: Likewise.
5072         * docs/html/ext/howto.html: Add an entry for DR 431.
5073         * testsuite/23_containers/deque/modifiers/swap.cc: Move to...
5074         * testsuite/23_containers/deque/modifiers/swap/1.cc: ... here.          
5075         * testsuite/23_containers/deque/modifiers/swap/2.cc: New.
5076         * testsuite/23_containers/deque/modifiers/swap/3.cc: New.
5077         * testsuite/23_containers/list/modifiers/swap.cc: Move to...
5078         * testsuite/23_containers/list/modifiers/swap/1.cc: ... here.           
5079         * testsuite/23_containers/list/modifiers/swap/2.cc: New.
5080         * testsuite/23_containers/list/modifiers/swap/3.cc: New.
5081         * testsuite/23_containers/vector/modifiers/swap.cc: Move to...
5082         * testsuite/23_containers/vector/modifiers/swap/1.cc: ... here.         
5083         * testsuite/23_containers/vector/modifiers/swap/2.cc: New.
5084         * testsuite/23_containers/vector/modifiers/swap/3.cc: New.
5085         * testsuite/23_containers/set/modifiers/swap.cc: Move to...
5086         * testsuite/23_containers/set/modifiers/swap/1.cc: ... here.            
5087         * testsuite/23_containers/set/modifiers/swap/2.cc: New.
5088         * testsuite/23_containers/set/modifiers/swap/3.cc: New.
5089         * testsuite/23_containers/map/modifiers/swap.cc: Move to...
5090         * testsuite/23_containers/map/modifiers/swap/1.cc: ... here.            
5091         * testsuite/23_containers/map/modifiers/swap/2.cc: New.
5092         * testsuite/23_containers/map/modifiers/swap/3.cc: New.
5093         * testsuite/23_containers/multiset/modifiers/swap.cc: Move to...
5094         * testsuite/23_containers/multiset/modifiers/swap/1.cc: ... here.               
5095         * testsuite/23_containers/multiset/modifiers/swap/2.cc: New.
5096         * testsuite/23_containers/multiset/modifiers/swap/3.cc: New.
5097         * testsuite/23_containers/multimap/modifiers/swap.cc: Move to...
5098         * testsuite/23_containers/multimap/modifiers/swap/1.cc: ... here.               
5099         * testsuite/23_containers/multimap/modifiers/swap/2.cc: New.
5100         * testsuite/23_containers/multimap/modifiers/swap/3.cc: New.
5101         * testsuite/tr1/6_containers/unordered/swap/unordered_set/1.cc: New.    
5102         * testsuite/tr1/6_containers/unordered/swap/unordered_set/2.cc: New.
5103         * testsuite/tr1/6_containers/unordered/swap/unordered_map/1.cc: New.    
5104         * testsuite/tr1/6_containers/unordered/swap/unordered_map/2.cc: New.
5105         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/1.cc: New.       
5106         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/2.cc: New.
5107         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/1.cc: New.       
5108         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/2.cc: New.
5109
5110 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
5111
5112         * include/bits/stl_list.h (_List_base<>::_M_get_Node_allocator): Add.
5113         (_M_get_Tp_allocator, get_allocator): Tidy.
5114         (list<>::list(const list&), insert(iterator, size_type, const
5115         value_type&), insert(iterator, _InputIterator, _InputIterator)):
5116         Use _M_get_Node_allocator.
5117         * include/bits/stl_tree.h (_Rb_tree<>::_M_get_Node_allocator()): Add.
5118         (_Rb_tree(const _Rb_tree<>&): Use it.
5119         * include/bits/stl_deque.h (_Deque_base<>::_M_get_map_allocator,
5120         get_allocator): Tidy.
5121         * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
5122         * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
5123         line numbers.
5124         * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
5125         
5126         * testsuite/testsuite_allocator.h (uneq_allocator<>::swap): Fix.
5127
5128         * testsuite/testsuite_allocator.h (class uneq_allocator): A simple
5129         non-empty testing allocator which can be endowed of a "personality"
5130         at construction time.
5131
5132 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
5133
5134         * testsuite/27_io/basic_stringstream/str/char/1.cc: Initialize vars.
5135         * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise.
5136         * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise, tidy.
5137         * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise.
5138
5139 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5140
5141         * src/Makefile.am (LTLDFLAGS): New variable. 
5142         (CXXLINK): Use LTLDFLAGS.
5143         * src/Makefile.in: Regenerated.
5144         * libsupc++/Makefile.am (LTLDFLAGS): New variable. 
5145         (CXXLINK): Use LTLDFLAGS.
5146         * libsupc++/Makefile.in: Regenerated.
5147
5148 2006-01-02  Paolo Carlini  <pcarlini@suse.de>
5149
5150         PR libstdc++/24645
5151         * include/std/std_istream.h (basic_istream<>::_M_extract): New.
5152         (operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
5153         operator>>(int&), operator>>(unsigned int&), operator>>(long&),
5154         operator>>(unsigned long&), operator>>(long long&), operator>>
5155         (unsigned long long&), operator>>(float&), operator>>(double&),
5156         operator>>(long double&), operator>>(void*&)): Use it.
5157         * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
5158         * include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
5159         (operator<<(long), operator<<(unsigned long), operator<<(bool),
5160         operator<<(short), operator<<(unsigned short), operator<<(int),
5161         operator<<(unsigned int), operator<<(long long), operator<<
5162         (unsigned long long), operator<<(double), operator<<(float),
5163         operator<<(long double), operator<<(const void*): Use it.
5164         * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
5165         * src/istream-inst.cc: Add _M_extract instantiations.
5166         * src/ostream-inst.cc: Add _M_insert instantiations.
5167         * config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
5168         detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
5169         money_put, etc., symbols to avoid exporting _M_insert symbols
5170         @GLIBCXX_3.4.