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