* gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c,
[official-gcc.git] / libstdc++-v3 / ChangeLog
blob5e391f2eb887ea67c8ea7ceae12005e73440fb5b
1 2005-09-02  Paolo Carlini  <pcarlini@suse.de>
3         * testsuite/tr1/6_containers/unordered/hashtable/23465.cc:
4         Reduce maximum size and lf.
6 2005-09-01  Benjamin Kosnik  <bkoz@redhat.com>
8         * include/c_std/std_cmath.h: Declare C99 functions and helper
9         functions as inline.
11 2005-09-01  Benjamin Kosnik  <bkoz@redhat.com>
12             Paolo Carlini  <pcarlini@suse.de>
13         
14         * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix
15         comment.
17 2005-09-01  Benjamin Kosnik  <bkoz@redhat.com>
19         * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New.
20         * testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New.
21         * testsuite/ext/mt_allocator/deallocate_local-6.cc: New.
22         * testsuite/ext/mt_allocator/deallocate_local-8.cc: New.
23         * testsuite/ext/mt_allocator/deallocate_local_thread-5.cc: New.
24         * testsuite/ext/mt_allocator/deallocate_local_thread-7.cc: New.
25         * docs/html/ext/mt_allocator.html: Add link to examples.
26         * testsuite/testsuite_allocator.h: Tweak.
27         * testsuite/ext/mt_allocator/deallocate_global-2.cc: Same.
28         * testsuite/ext/mt_allocator/deallocate_global-4.cc: Same.
29         * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same.
30         * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same.
31         * testsuite/ext/mt_allocator/deallocate_local-2.cc: Same.
32         * testsuite/ext/mt_allocator/deallocate_local-4.cc: Same.
33         * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same.
34         * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same.
35         * testsuite/ext/new_allocator/deallocate_global.cc: Same.
36         * testsuite/ext/new_allocator/deallocate_local.cc: Same.
38 2005-08-31  Paolo Carlini  <pcarlini@suse.de>
39             Kaspar Fischer <fischerk@inf.ethz.ch> 
41         PR libstdc++/23632
42         * include/bits/stl_bvector.h (_Bit_iterator::operator[],
43         _Bit_const_iterator::operator[]): Const-ify.
44         * testsuite/23_containers/vector/bool/23632.cc: New.
46 2005-08-30  Paolo Carlini  <pcarlini@suse.de>
48         PR libstdc++/23578 (cont)
49         * include/bits/stl_bvector.h (class vector<bool>): Add
50         a dummy data() to avoid problems in debug-mode.
52 2005-08-30  Paolo Carlini  <pcarlini@suse.de>
54         * testsuite/ext/hash_map/23528.cc: New.
56 2005-08-29  Paolo Carlini  <pcarlini@suse.de>
58         * include/bits/stl_map.h (class map): ... and a missing @a.
60 2005-08-29  Paolo Carlini  <pcarlini@suse.de>
62         * include/bits/stl_map.h (class map): Add missing % in comment.
64 2005-08-29  Paolo Carlini  <pcarlini@suse.de>
66         PR libstdc++/23578 (DR 464 [Ready])
67         * include/bits/stl_map.h (class map): Add at(const key_type&)
68         member functions.
69         * include/bits/stl_vector.h (class vector): Add data() member
70         functions.
71         * include/debug/map.h (class map): Adjust consistently.
72         * include/debug/vector (class vector): Likewise.
73         * testsuite/23_containers/map/element_access/1.cc: New.
74         * testsuite/23_containers/vector/data_access/1.cc: Likewise.
75         * docs/html/ext/howto.html: Add an entry for DR 464.
77 2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>
79         PR libstdc++/20534 (contd)
80         * src/debug.cc (__gnu_debug): Remove __fancy_abort definition.
81         Remove cstdio and cstdlib includes.
82         * include/debug/debug.h: Define inline here. Remove
83         _GLIBCXX_DEBUG_ABORT.
84         * include/debug/macros.h: Remove __fancy_abort declaration,
85         _GLIBXX_DEBUG_ABORT definition.
86         * config/linker-map.gnu: Remove export.
87         
88 2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>
90         * scripts/check_compile (UNIQUE_ID): New. Use to name output files.
92 2005-08-26  Paolo Carlini  <pcarlini@suse.de>
94         PR libstdc++/23081
95         * include/tr1/array: Implement members back(), front(), data(),
96         and the tuple interface; tidy.
97         * testsuite/tr1/6_containers/array/element_access/back.cc: New.
98         * testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
99         * testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
100         * testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
101         * testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
102         Likewise.
103         * testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
104         Likewise.
106 2005-08-25  Paolo Carlini  <pcarlini@suse.de>
108         * include/tr1/hashtable: Use __throw_exception_again,
109         not naked throw, in the catch clauses.
111 2005-08-24  Lawrence Lim  <llim@redhat.com>
112             Jakub Jelinek  <jakub@redhat.com>
113             Benjamin Kosnik  <bkoz@redhat.com>
115         PR libstdc++/23550
116         * testsuite/21_strings/char_traits/requirements/char/1.cc
117         (test01): Simplify counting.
118         * testsuite/21_strings/char_traits/requirements/wchar_t/1.cc
119         (test02): Same.
121 2005-08-24  Paolo Carlini  <pcarlini@suse.de>
122             Chris Jefferson  <chris@bubblescope.net>
124         PR libstdc++/23465
125         * include/tr1/hashtable (hash_code_base::m_swap): Use
126         std::swap.
127         (hashtable<>::hashtable(const hashtable&)): Use copy_code;
128         fix m_allocate_node call.
129         * testsuite/tr1/6_containers/unordered/hashtable/23465.cc: New.
131 2005-08-23  Kelley Cook  <kcook@gcc.gnu.org>
133         PR libstdc++/23462
134         * testsuite/data/sgetn.txt: Revert to previous FSF address.
136 2005-08-23  Thomas Kho  <tkho@ucla.edu>
138         PR libstdc++/23358
139         * include/bits/stl_construct.h (_Destroy(_ForwardIterator,
140         _ForwardIterator, allocator<_Tp>)): Removed unused template parameter.
142 2005-08-22  Geoffrey Keating  <geoffk@apple.com>
144         * testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
145         * testsuite/27_io/ios_base/storage/2.cc: Likewise.
147 2005-08-19  J"orn Rennecke <joern.rennecke@st.com>
149         * config/cpu/sh/atomicity.h: Replace broken generic code with current
150         copy of generic/atomicity.h .
152 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
154         * All files: Update FSF address.
156 2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
158         * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
159         xfail on *-*-darwin*.
161 2005-08-03  Geoffrey Keating  <geoffk@apple.com>
163         * configure.ac: Don't use GCC_NO_EXECUTABLES or clear
164         GLIBCXX_IS_NATIVE on Darwin crosses.
165         * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Don't skip configuring
166         the testsuite just because there's no symbol versioning.
167         * configure: Regenerate.
169         * acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print
170         status messages.
171         (GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Likewise.
172         (GLIBCXX_CHECK_POLL): Likewise.
173         (GLIBCXX_CHECK_WRITEV): Likewise.
174         (GLIBCXX_CHECK_INT64_T): Likewise.
175         (GLIBCXX_CHECK_LFS): Likewise.
176         * configure: Regenerate.
178 2005-07-30  Andrew Pinski  <pinskia@physics.uc.edu>
180         * scripts/make_exports.pl: Pass --strip-underscores to c++filt.
182 2005-07-29  H.J. Lu  <hongjiu.lu@intel.com>
184         PR libstdc++/22284
185         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Revert
186         the change to info.ttype_base.
187         
188 2005-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
190         * include/std/std_valarray.h: Fix grammar in comments.
192 2005-07-25  Geoffrey Keating  <geoffk@apple.com>
194         * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Handle darwin-export,
195         and make it the default for Darwin.
196         * scripts/make-exports.pl: New.
197         * src/Makefile.am: Update for changes to GLIBCXX_ENABLE_SYMVERS.
198         Handle darwin-export.
199         * configure: Regenerate.
200         * include/Makefile.in: Regenerate.
201         * libmath/Makefile.in: Regenerate.
202         * libsupc++/Makefile.in: Regenerate.
203         * po/Makefile.in: Regenerate.
204         * src/Makefile.in: Regenerate.
205         * testsuite/Makefile.in: Regenerate.
207 2005-07-25  Dave Odell  <evilalias@hotmail.com>
209         PR libstdc++/23053
210         * include/tr1/hashtable (hashtable<>::find_node): Const-ify.
211         * testsuite/tr1/6_containers/unordered/hashtable/23053.cc: New.
213 2005-07-25  Paolo Carlini  <pcarlini@suse.de>
215         PR libstdc++/22515
216         * include/bits/basic_string.h: Declare the specialization
217         operator>>(basic_istream<char>&, basic_string<char>&).
218         * include/std/std_istream.h: Declate the specialization
219         operator>>(basic_istream<char>&, char*).
220         * include/std/std_streambuf.h (basic_streambuf): Add friend
221         declarations for the above.
222         * src/istream.cc: Define the above.
223         * testsuite/27_io/basic_istream/extractors_character/char/4.cc: New.
224         * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc:
225         Likewise.
226         * testsuite/performance/27_io/ifstream_extract_chars.cc: Likewise.
228 2005-07-20  Paolo Carlini  <pcarlini@suse.de>
230         * include/bits/streambuf.tcc (xsgetn, xsputn): Use streamsize
231         instead of size_t.
232         * src/streambuf.cc (__copy_streambufs): Likewise.
234 2005-07-18  Paolo Carlini  <pcarlini@suse.de>
236         * config/locale/gnu/ctype_members.cc (do_is(mask, wchar_t)):
237         Speed-up for the common case of mask == ctype_base::space;
238         otherwise, exit the loop earlier if the mask is one of the
239         elementary ones.
241 2005-07-14  Paolo Carlini  <pcarlini@suse.de>
243         PR libstdc++/21193 (float, double, long double)
244         * include/tr1/functional (hash<float>, hash<double>):
245         Reimplement exploiting the Fnv_hash<>::hash helper.
246         (hash<long double>): Reimplement using frexp (in this
247         case, due to random padding bits, the former approach
248         is not generally viable).
250 2005-07-13  Paolo Carlini  <pcarlini@suse.de>
252         PR libstdc++/21193 (string & wstring)
253         * include/tr1/functional (hash<string>, hash<wstring>):
254         Reimplement using the FNV hash.
256         * include/tr1/functional: Trivial formatting fixes.
258 2005-07-11  Paolo Carlini  <pcarlini@suse.de>
260         * include/bits/ostream.tcc (basic_ostream<>::operator<<(long),
261         basic_ostream<>::operator<<(long long)): Don't deal with oct
262         and hex and casts to unsigned here...
263         * include/bits/locale_facets.tcc (__int_to_char(_CharT*, long,
264         const _CharT*, ios_base::fmtflags), __int_to_char(_CharT*, long
265         long, const _CharT*, ios_base::fmtflags)): ... do that here,
266         instead, as per Table 57.
267         (num_put<>::_M_insert_int): Tidy treatment of numeric base and
268         sign.
269         * include/std/std_ostream.h (operator<<(short), operator<<(int)):
270         Adjust logic, as per the letter of the resolution of DR117 [WP].
271         * testsuite/22_locale/num_put/put/char/10.cc: New.
272         * testsuite/22_locale/num_put/put/wchar_t/10.cc: Likewise.
273         * testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc:
274         Likewise.
275         * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc:
276         Likewise.
278 2005-07-07  David Edelsohn  <edelsohn@gnu.org>
280         * testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc:
281         Change map_t to map_type.
283 2005-07-05  Paolo Carlini  <pcarlini@suse.de>
285         Add class __versa_string, a versatile "basic_string-type" class:
286         an additional, non-standard, template parameter allows to specify
287         the preferred base class. Two are provided: __rc_string_base,
288         which implements a behavior very similar to our standard string,
289         and __sso_string_base, not reference-counted and optimized for
290         short strings. 
291         * include/ext/rc_string_base.h: New.
292         * include/ext/sso_string_base.h: Likewise.
293         * include/ext/vstring.h: Likewise.
294         * include/ext/vstring.tcc: Likewise.
295         * include/ext/vstring_fwd.h: Likewise.
296         * include/ext/vstring_util.h: Likewise.
297         * include/Makefile.am: Add.
298         * include/Makefile.in: Regenerate.
299         * testsuite/ext/vstring/explicit_instantiation/1.cc: New.
300         * testsuite/ext/vstring/explicit_instantiation/2.cc: Likewise.
301         * testsuite/ext/vstring/explicit_instantiation/char/1.cc: Likewise.
302         * testsuite/ext/vstring/explicit_instantiation/wchar_t/1.cc: Likewise.
304         * Makefile.in: Regenerate with autotools 1.9.3 (to date, the version
305         officially used by v3).
306         * aclocal.m4: Likewise.
307         * libmath/Makefile.in: Likewise.
308         * libsupc++/Makefile.in: Likewise.
309         * po/Makefile.in: Likewise.
310         * src/Makefile.in: Likewise.
311         * testsuite/Makefile.in: Likewise.
313 2005-07-01  Paolo Carlini  <pcarlini@suse.de>
315         Port from libstdcxx_so_7-branch:
316         2004-10-28  Chris Jefferson  <chris@bubblescope.net>
318         PR libstdc++/17441
319         * include/bit/stl_algo.h (find(,,,input_iterator_tag),
320         find(,,,random_access_interator_tag),
321         find_if(,,,input_iterator_tag),
322         find_if(,,,random_access_iterator_tag)): Uglify function name.
323         (find, find_if): Use new uglified specialisation names.
324         * testsuite/25_algorithms/find/17441.cc: New.
326 2005-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
328         * include/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hpp
329         (PB_ASSOC_CLASS_C_DEC::s_highest_bit_1): Cast constant 1 to target
330         type before shifting.
332 2005-06-29  Paolo Carlini  <pcarlini@suse.de>
333             
334         PR libstdc++/21244 (cont^2)
335         * include/ext/bitmap_allocator.h: Convert everywhere
336         bits_per_block to size_t.       
338 2005-06-29  Jonathan Wakely  <redi@gcc.gnu.org>
340         * include/bits/basic_string.h, include/bits/locale_facets.h: Fix
341         Doxygen comments that use wrong parameter and function names.
343 2005-06-29  Paolo Carlini  <pcarlini@suse.de>
345         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 37.
346         * docs/html/ext/howto.html: Adjust.
348 2005-06-29  Paolo Carlini  <pcarlini@suse.de>
350         PR libstdc++/22131
351         * include/bits/locale_facets.tcc (num_get<>::_M_extract_int,
352         num_get<>::_M_extract_float, money_get<>::_M_extract):
353         Adjust to assign the result also when digit grouping is
354         wrong (but the grammar is correct), as per 22.2.2.1.2, p11-12
355         (NB: consistently for money_get too).
356         * config/locale/generic/c_locale.cc (__convert_to_v): Do
357         not check ios_base::failbit at the outset.
358         * config/locale/gnu/c_locale.cc: Likewise.
359         * testsuite/22_locale/money_get/get/char/22131.cc: New.
360         * testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise.
361         * testsuite/22_locale/num_get/get/char/22131.cc: Likewise.
362         * testsuite/22_locale/num_get/get/wchar_t/22131.cc: Likewise.
363         * testsuite/22_locale/num_get/get/char/12.cc: Adjust.
364         * testsuite/22_locale/num_get/get/wchar_t/12.cc: Likewise.
365         * testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc:
366         Likewise.
367         * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc:
368         Likewise.
370 2005-06-28  Paul Brook  <paul@codesourcery.com>
372         * acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Check for
373         __cxa_end_cleanup.
374         * libsupc++/Makefile.am (sources): Add eh_call.c and eh_arm.c.
375         * libsupc++/eh_arm.cc: New file.
376         * libsupc++/eh_call.cc: New file.
377         * libsupc++/eh_catch.cc (__cxa_get_exception_ptr): Use
378         __gxx_caught_object.
379         (__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call
380         _Unwind_Complete when using the ARM EABI.
381         (__cxa_end_catch): Use __is_gxx_exception_class.
382         * libsupc++/eh_personality.cc: Define NO_SIZE_OF_ENCODED_VALUE when
383         using the ARM EABI.
384         (save_caught_exception, restore_caught_exception): New functions.
385         (_throw_typet): New typedef.
386         (get_ttype_entry, get_adjusted_ptr, check_exception_spec): Add ARM
387         EABI implementations.
388         (PERSONALITY_FUNCTION): Use new functions.  Addd support for ARM EABI
389         unwinding libary.
390         (__cxa_unexpected): Disable when using the ARM EABI.
391         * libsupc++/eh_throw.cc (__cxa_throw): Use __GXX_INIT_EXCEPTION_CLASS.
392         (__cxa_rethrow): Use __is_gxx_exception_class.  Call
393         _Unwind_RaiseException when using the ARM EABI.
394         * libsupc++/unwind-cxx.h (struct __cxa_exception): Add fields for ARM
395         EABI semantics.
396         (struct __cxa_eh_globals): Ditto.
397         (__cxa_call_terminate): Add prototype.
398         (__cxa_type_match, __cxa_begin_cleanup, __cxa_end_cleanup): Add
399         prototypes.
400         (__get_exception_header_from_obj, __get_exception_header_from_ue):
401         Move earlier in file.
402         (__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,
403         __gxx_caught_object): New functions.
404         * aclocal.m4: Regenerate.
405         * configure: Regenerate.
406         * Makefile.in: Regenerate.
407         * include/Makefile.in: Regenerate.
408         * libmath/Makefile.in: Regenerate.
409         * libsupc++/Makefile.in: Regenerate.
410         * po/Makefile.in: Regenerate.
411         * src/Makefie.in: Regenerate.
412         * testsuite/makefile.in: Regenerate.
414 2005-06-27  Paolo Carlini  <pcarlini@suse.de>
416         PR libstdc++/22102
417         * include/bits/stl_tree.h (insert_unique(iterator, const _Val&),
418         insert_equal((iterator, const _Val&)): Reimplement to check both
419         before and after, as per the algorithm "ignore hint if wrong" of
420         ISO paper N1780.
422 2005-06-27  Benjamin Kosnik  <bkoz@redhat.com>
423             Ami Tavory  <pbassoc@gmail.com>
424         
425         * docs/html/documentation.html: Add link for policy based
426         associative containers docs.
427         * docs/html/ext/pb_assoc/Std_hash_set_impl.jpg: New.
428         * docs/html/ext/pb_assoc/acks.html: New.
429         * docs/html/ext/pb_assoc/balls_and_bins.jpg: New.
430         * docs/html/ext/pb_assoc/basic_assoc_cntnr.html: New.
431         * docs/html/ext/pb_assoc/basic_assoc_cntnr_compound_data.html: New.
432         * docs/html/ext/pb_assoc/basic_assoc_cntnr_no_data.html: New.
433         * docs/html/ext/pb_assoc/basic_ds_tag.html: New.
434         * docs/html/ext/pb_assoc/basic_hash_assoc_cntnr.html: New.
435         * docs/html/ext/pb_assoc/basic_hash_ds_tag.html: New.
436         * docs/html/ext/pb_assoc/basic_invalidation_guarantee.html: New.
437         * docs/html/ext/pb_assoc/basic_ms_tag.html: New.
438         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr.html: New.
439         * docs/html/ext/pb_assoc/
440           basic_tree_assoc_cntnr_const_node_iterator.html: New.
441         * docs/html/ext/pb_assoc/
442           basic_tree_assoc_cntnr_node_iterator.html: New.
443         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev.html: New.
444         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev_it.html: New.
445         * docs/html/ext/pb_assoc/basic_tree_ds_tag.html: New.
446         * docs/html/ext/pb_assoc/cc_hash_assoc_cntnr.html: New.
447         * docs/html/ext/pb_assoc/cc_hash_ds_tag.html: New.
448         * docs/html/ext/pb_assoc/
449           cc_hash_max_collision_check_resize_trigger.html: New.
450         * docs/html/ext/pb_assoc/cc_hash_policy_cd.jpg: New.
451         * docs/html/ext/pb_assoc/cd.jpg: New.
452         * docs/html/ext/pb_assoc/component_requirements.html: New.
453         * docs/html/ext/pb_assoc/compound_data_enabled_ms_tag.html: New.
454         * docs/html/ext/pb_assoc/compound_data_type.html: New.
455         * docs/html/ext/pb_assoc/compound_ds_tag.html: New.
456         * docs/html/ext/pb_assoc/concepts.html: New.
457         * docs/html/ext/pb_assoc/contact.html: New.
458         * docs/html/ext/pb_assoc/counter_update_metadata.html: New.
459         * docs/html/ext/pb_assoc/counter_update_policy.html: New.
460         * docs/html/ext/pb_assoc/data_enabled_ms_tag.html: New.
461         * docs/html/ext/pb_assoc/design.html: New.
462         * docs/html/ext/pb_assoc/different_underlying_dss.jpg: New.
463         * docs/html/ext/pb_assoc/direct_mask_range_hashing.html: New.
464         * docs/html/ext/pb_assoc/direct_mod_range_hashing.html: New.
465         * docs/html/ext/pb_assoc/disclaimer.html: New.
466         * docs/html/ext/pb_assoc/ds_gen.html: New.
467         * docs/html/ext/pb_assoc/ds_tag_cd.jpg: New.
468         * docs/html/ext/pb_assoc/ds_traits.html: New.
469         * docs/html/ext/pb_assoc/embedded_lists_1.jpg: New.
470         * docs/html/ext/pb_assoc/embedded_lists_2.jpg: New.
471         * docs/html/ext/pb_assoc/examples.html: New.
472         * docs/html/ext/pb_assoc/exception_guarantees_specifics.html: New.
473         * docs/html/ext/pb_assoc/find_invalidation_guarantee.html: New.
474         * docs/html/ext/pb_assoc/find_iterators_cd.jpg: New.
475         * docs/html/ext/pb_assoc/find_iterators_range_ops_1.jpg: New.
476         * docs/html/ext/pb_assoc/find_iterators_range_ops_2.jpg: New.
477         * docs/html/ext/pb_assoc/generics.html: New.
478         * docs/html/ext/pb_assoc/gp_hash_assoc_cntnr.html: New.
479         * docs/html/ext/pb_assoc/gp_hash_ds_tag.html: New.
480         * docs/html/ext/pb_assoc/gp_hash_policy_cd.jpg: New.
481         * docs/html/ext/pb_assoc/hash_and_probe_general.html: New.
482         * docs/html/ext/pb_assoc/hash_based_containers.html: New.
483         * docs/html/ext/pb_assoc/hash_cd.jpg: New.
484         * docs/html/ext/pb_assoc/hash_exponential_size_policy.html: New.
485         * docs/html/ext/pb_assoc/hash_fn.html: New.
486         * docs/html/ext/pb_assoc/hash_load_check_resize_trigger.html: New.
487         * docs/html/ext/pb_assoc/hash_policies.html: New.
488         * docs/html/ext/pb_assoc/hash_policy_cd.jpg: New.
489         * docs/html/ext/pb_assoc/hash_prime_size_policy.html: New.
490         * docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram.jpg: New.
491         * docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram2.jpg: New.
492         * docs/html/ext/pb_assoc/hash_ranged_hash_range_hashing_fns.jpg: New.
493         * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: New.
494         * docs/html/ext/pb_assoc/home.html: New.
495         * docs/html/ext/pb_assoc/index.html: New.
496         * docs/html/ext/pb_assoc/insert_resize_sequence_diagram1.jpg: New.
497         * docs/html/ext/pb_assoc/insert_resize_sequence_diagram2.jpg: New.
498         * docs/html/ext/pb_assoc/insert_resize_sequence_diagram3.jpg: New.
499         * docs/html/ext/pb_assoc/insert_type_methods.html: New.
500         * docs/html/ext/pb_assoc/interface.html: New.
501         * docs/html/ext/pb_assoc/interval_node_invariants.jpg: New.
502         * docs/html/ext/pb_assoc/introduction.html: New.
503         * docs/html/ext/pb_assoc/invalidation_guarantee_cd.jpg: New.
504         * docs/html/ext/pb_assoc/invalidation_guarantee_erase.jpg: New.
505         * docs/html/ext/pb_assoc/lib_download.html: New.
506         * docs/html/ext/pb_assoc/linear_probe_fn.html: New.
507         * docs/html/ext/pb_assoc/list_updates.html: New.
508         * docs/html/ext/pb_assoc/lu_assoc_cntnr.html: New.
509         * docs/html/ext/pb_assoc/lu_based_containers.html: New.
510         * docs/html/ext/pb_assoc/lu_cd.jpg: New.
511         * docs/html/ext/pb_assoc/lu_ds_tag.html: New.
512         * docs/html/ext/pb_assoc/lu_ops.jpg: New.
513         * docs/html/ext/pb_assoc/mmap_value_utils.html: New.
514         * docs/html/ext/pb_assoc/motivation.html: New.
515         * docs/html/ext/pb_assoc/move_to_front_update_metadata.html: New.
516         * docs/html/ext/pb_assoc/move_to_front_update_policy.html: New.
517         * docs/html/ext/pb_assoc/ms_cd.jpg: New.
518         * docs/html/ext/pb_assoc/ms_gen.html: New.
519         * docs/html/ext/pb_assoc/ms_tag_cd.jpg: New.
520         * docs/html/ext/pb_assoc/ms_traits.html: New.
521         * docs/html/ext/pb_assoc/node_invariant_invalidations.jpg: New.
522         * docs/html/ext/pb_assoc/node_invariants.html: New.
523         * docs/html/ext/pb_assoc/node_invariants.jpg: New.
524         * docs/html/ext/pb_assoc/non_unique_mapping.html: New.
525         * docs/html/ext/pb_assoc/non_unique_mapping_containers.jpg: New.
526         * docs/html/ext/pb_assoc/null_data_type.html: New.
527         * docs/html/ext/pb_assoc/null_hash_fn.html: New.
528         * docs/html/ext/pb_assoc/null_probe_fn.html: New.
529         * docs/html/ext/pb_assoc/order_by_key.html: New.
530         * docs/html/ext/pb_assoc/order_statistics_key.html: New.
531         * docs/html/ext/pb_assoc/order_statistics_key_cmp.html: New.
532         * docs/html/ext/pb_assoc/order_statistics_node_updator.html: New.
533         * docs/html/ext/pb_assoc/ov_tree_ds_tag.html: New.
534         * docs/html/ext/pb_assoc/overview.html: New.
535         * docs/html/ext/pb_assoc/pb_assoc_ex.html: New.
536         * docs/html/ext/pb_assoc/portability.html: New.
537         * docs/html/ext/pb_assoc/quadratic_probe_fn.html: New.
538         * docs/html/ext/pb_assoc/range_invalidation_guarantee.html: New.
539         * docs/html/ext/pb_assoc/rank_node_invariants.jpg: New.
540         * docs/html/ext/pb_assoc/rationale_null_node_updator.jpg: New.
541         * docs/html/ext/pb_assoc/rb_tree_ds_tag.html: New.
542         * docs/html/ext/pb_assoc/reference_iterator.jpg: New.
543         * docs/html/ext/pb_assoc/references.html: New.
544         * docs/html/ext/pb_assoc/regression_tests.html: New.
545         * docs/html/ext/pb_assoc/resize_general.html: New.
546         * docs/html/ext/pb_assoc/resize_policies.html: New.
547         * docs/html/ext/pb_assoc/resize_policy_cd.jpg: New.
548         * docs/html/ext/pb_assoc/restoring_node_invariants.jpg: New.
549         * docs/html/ext/pb_assoc/sample_node_updator.hpp: New.
550         * docs/html/ext/pb_assoc/sample_probe_fn.hpp: New.
551         * docs/html/ext/pb_assoc/sample_probe_fn.html: New.
552         * docs/html/ext/pb_assoc/sample_range_hashing.hpp: New.
553         * docs/html/ext/pb_assoc/sample_range_hashing.html: New.
554         * docs/html/ext/pb_assoc/sample_ranged_hash_fn.hpp: New.
555         * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: New.
556         * docs/html/ext/pb_assoc/sample_ranged_probe_fn.hpp: New.
557         * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: New.
558         * docs/html/ext/pb_assoc/sample_resize_policy.hpp: New.
559         * docs/html/ext/pb_assoc/sample_resize_policy.html: New.
560         * docs/html/ext/pb_assoc/sample_resize_trigger.hpp: New.
561         * docs/html/ext/pb_assoc/sample_size_policy.hpp: New.
562         * docs/html/ext/pb_assoc/sample_update_policy.hpp: New.
563         * docs/html/ext/pb_assoc/size_policies_general.html: New.
564         * docs/html/ext/pb_assoc/splay_tree_ds_tag.html: New.
565         * docs/html/ext/pb_assoc/timing_tests.html: New.
566         * docs/html/ext/pb_assoc/toc.html: New.
567         * docs/html/ext/pb_assoc/tree_assoc_cntnr.html: New.
568         * docs/html/ext/pb_assoc/
569           tree_assoc_cntnr_const_node_iterator.html: New.
570         * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: New.
571         * docs/html/ext/pb_assoc/tree_based_containers.html: New.
572         * docs/html/ext/pb_assoc/tree_cd.jpg: New.
573         * docs/html/ext/pb_assoc/trigger_policies_general.html: New.
574         * docs/html/ext/pb_assoc/tutorial.html: New.
575         * docs/html/ext/pb_assoc/update_seq_diagram.jpg: New.
576         * include/Makefile.am: Add assoc_srcdir, assoc_builddir, assoc_subdir,
577         assoc_headers.
578         * include/Makefile.in: Regenerate.
579         * include/ext/typelist.h: New.
580         * include/ext/pb_assoc/assoc_cntnr.hpp: New.
581         * include/ext/pb_assoc/data_type.hpp: New.
582         * include/ext/pb_assoc/ds_trait.hpp: New.
583         * include/ext/pb_assoc/exception.hpp: New.
584         * include/ext/pb_assoc/hash_policy.hpp: New.
585         * include/ext/pb_assoc/lu_policy.hpp: New.
586         * include/ext/pb_assoc/ms_trait.hpp: New.
587         * include/ext/pb_assoc/tree_policy.hpp: New.
588         * include/ext/pb_assoc/trivial_iterator_def.hpp: New.
589         * include/ext/pb_assoc/detail/assoc_cntnr_base.hpp: New.
590         * include/ext/pb_assoc/detail/cond_dealtor.hpp: New.
591         * include/ext/pb_assoc/detail/constructors_destructor_fn_imps.hpp: New.
592         * include/ext/pb_assoc/detail/ds_trait_imp.hpp: New.
593         * include/ext/pb_assoc/detail/hash_types_traits.hpp: New.
594         * include/ext/pb_assoc/detail/map_debug_base.hpp: New.
595         * include/ext/pb_assoc/detail/mapping_level_imp.hpp: New.
596         * include/ext/pb_assoc/detail/ms_category_imp.hpp: New.
597         * include/ext/pb_assoc/detail/ms_trait_imp.hpp: New.
598         * include/ext/pb_assoc/detail/order_statistics_imp.hpp: New.
599         * include/ext/pb_assoc/detail/standard_policies.hpp: New.
600         * include/ext/pb_assoc/detail/standard_sizes.hpp: New.
601         * include/ext/pb_assoc/detail/type_utils.hpp: New.
602         * include/ext/pb_assoc/detail/typelist.hpp: New.
603         * include/ext/pb_assoc/detail/types_traits.hpp: New.
604         * include/ext/pb_assoc/detail/basic_assoc_cntnr/
605           constructor_destructor_fn_imps.hpp: New.
606         * include/ext/pb_assoc/detail/basic_assoc_cntnr/
607           constructors_destructor_fn_imps.hpp: New.
608         * include/ext/pb_assoc/detail/basic_assoc_cntnr/d_extract_key.hpp: New.
609         * include/ext/pb_assoc/detail/basic_assoc_cntnr/
610           d_find_fn_imps.hpp: New.
611         * include/ext/pb_assoc/detail/basic_assoc_cntnr/
612           d_insert_fn_imps.hpp: New.
613         * include/ext/pb_assoc/detail/basic_assoc_cntnr/erase_fn_imps.hpp: New.
614         * include/ext/pb_assoc/detail/basic_assoc_cntnr/extract_key.hpp: New.
615         * include/ext/pb_assoc/detail/basic_assoc_cntnr/info_fn_imps.hpp: New.
616         * include/ext/pb_assoc/detail/basic_assoc_cntnr/
617           insert_fn_imps.hpp: New.
618         * include/ext/pb_assoc/detail/basic_assoc_cntnr/
619           iterators_fn_imps.hpp: New.
620         * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
621           constructor_destructor_fn_imps.hpp: New.
622         * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
623           constructors_destructor_fn_imps.hpp: New.
624         * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
625           resize_fn_imps.hpp: New.
626         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
627           constructor_destructor_fn_imps.hpp: New.
628         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
629           constructors_destructor_fn_imps.hpp: New.
630         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
631           erase_fn_imps.hpp: New.
632         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
633           node_iteration_fn_imps.hpp: New.
634         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
635           policy_access_fn_imps.hpp: New.
636         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
637           r_erase_fn_imps.hpp: New.
638         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
639           r_range_iteration_fn_imps.hpp: New.
640         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
641           range_iteration_fn_imps.hpp: New.     
642         * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
643           split_join_fn_imps.hpp: New.
644         * include/ext/pb_assoc/detail/bin_search_tree_/
645           bin_search_tree_.hpp: New.
646         * include/ext/pb_assoc/detail/bin_search_tree_/
647           cond_dtor_entry_dealtor.hpp: New.
648         * include/ext/pb_assoc/detail/bin_search_tree_/
649           cond_key_dtor_entry_dealtor.hpp: New.
650         * include/ext/pb_assoc/detail/bin_search_tree_/
651           constructors_destructor_fn_imps.hpp: New.
652         * include/ext/pb_assoc/detail/bin_search_tree_/debug_fn_imps.hpp: New.
653         * include/ext/pb_assoc/detail/bin_search_tree_/erase_fn_imps.hpp: New.
654         * include/ext/pb_assoc/detail/bin_search_tree_/find_fn_imps.hpp: New.
655         * include/ext/pb_assoc/detail/bin_search_tree_/find_iterators.hpp: New.
656         * include/ext/pb_assoc/detail/bin_search_tree_/info_fn_imps.hpp: New.
657         * include/ext/pb_assoc/detail/bin_search_tree_/insert_fn_imps.hpp: New.
658         * include/ext/pb_assoc/detail/bin_search_tree_/
659           iterators_fn_imps.hpp: New.
660         * include/ext/pb_assoc/detail/bin_search_tree_/node_iterators.hpp: New.
661         * include/ext/pb_assoc/detail/bin_search_tree_/
662           r_erase_fn_imps.hpp: New.
663         * include/ext/pb_assoc/detail/bin_search_tree_/rotate_fn_imps.hpp: New.
664         * include/ext/pb_assoc/detail/bin_search_tree_/
665           split_join_fn_imps.hpp: New.
666         * include/ext/pb_assoc/detail/cc_hash_assoc_cntnr/
667           constructor_destructor_fn_imps.hpp: New.
668         * include/ext/pb_assoc/detail/cc_ht_map_/cc_ht_map_.hpp: New.
669         * include/ext/pb_assoc/detail/cc_ht_map_/cmp_fn_imps.hpp: New.
670         * include/ext/pb_assoc/detail/cc_ht_map_/
671           cond_key_dtor_entry_dealtor.hpp: New.
672         * include/ext/pb_assoc/detail/cc_ht_map_/
673           constructor_destructor_fn_imps.hpp: New.
674         * include/ext/pb_assoc/detail/cc_ht_map_/
675           constructor_destructor_no_store_hash_fn_imps.hpp: New.
676         * include/ext/pb_assoc/detail/cc_ht_map_/
677           constructor_destructor_store_hash_fn_imps.hpp: New.
678         * include/ext/pb_assoc/detail/cc_ht_map_/debug_fn_imps.hpp: New.
679         * include/ext/pb_assoc/detail/cc_ht_map_/
680           debug_no_store_hash_fn_imps.hpp: New.
681         * include/ext/pb_assoc/detail/cc_ht_map_/
682           debug_store_hash_fn_imps.hpp: New.
683         * include/ext/pb_assoc/detail/cc_ht_map_/entry_list_fn_imps.hpp: New.
684         * include/ext/pb_assoc/detail/cc_ht_map_/erase_fn_imps.hpp: New.
685         * include/ext/pb_assoc/detail/cc_ht_map_/
686           erase_no_store_hash_fn_imps.hpp: New.
687         * include/ext/pb_assoc/detail/cc_ht_map_/
688           erase_store_hash_fn_imps.hpp: New.
689         * include/ext/pb_assoc/detail/cc_ht_map_/
690           find_fn_imps.hpp: New.
691         * include/ext/pb_assoc/detail/cc_ht_map_/
692           find_no_store_hash_fn_imps.hpp: New.
693         * include/ext/pb_assoc/detail/cc_ht_map_/
694           find_store_hash_fn_imps.hpp: New.
695         * include/ext/pb_assoc/detail/cc_ht_map_/info_fn_imps.hpp: New.
696         * include/ext/pb_assoc/detail/cc_ht_map_/insert_fn_imps.hpp: New.
697         * include/ext/pb_assoc/detail/cc_ht_map_/
698           insert_no_store_hash_fn_imps.hpp: New.
699         * include/ext/pb_assoc/detail/cc_ht_map_/
700           insert_store_hash_fn_imps.hpp: New.
701         * include/ext/pb_assoc/detail/cc_ht_map_/iterators_fn_imps.hpp: New.
702         * include/ext/pb_assoc/detail/cc_ht_map_/
703           policy_access_fn_imps.hpp: New.
704         * include/ext/pb_assoc/detail/cc_ht_map_/resize_fn_imps.hpp: New.
705         * include/ext/pb_assoc/detail/cc_ht_map_/
706           resize_no_store_hash_fn_imps.hpp: New.
707         * include/ext/pb_assoc/detail/cc_ht_map_/
708           resize_store_hash_fn_imps.hpp: New.
709         * include/ext/pb_assoc/detail/cc_ht_map_/size_fn_imps.hpp: New.
710         * include/ext/pb_assoc/detail/cc_ht_map_/standard_policies.hpp: New.
711         * include/ext/pb_assoc/detail/eq_fn/eq_by_less.hpp: New.
712         * include/ext/pb_assoc/detail/eq_fn/hash_eq_fn.hpp: New.
713         * include/ext/pb_assoc/detail/gp_hash_assoc_cntnr/
714           constructor_destructor_fn_imps.hpp: New.
715         * include/ext/pb_assoc/detail/gp_ht_map_/
716           constructor_destructor_fn_imps.hpp: New.
717         * include/ext/pb_assoc/detail/gp_ht_map_/
718           constructor_destructor_no_store_hash_fn_imps.hpp: New.
719         * include/ext/pb_assoc/detail/gp_ht_map_/
720           constructor_destructor_store_hash_fn_imps.hpp: New.
721         * include/ext/pb_assoc/detail/gp_ht_map_/debug_fn_imps.hpp: New.
722         * include/ext/pb_assoc/detail/gp_ht_map_/
723           debug_no_store_hash_fn_imps.hpp: New.
724         * include/ext/pb_assoc/detail/gp_ht_map_/
725           debug_store_hash_fn_imps.hpp: New.
726         * include/ext/pb_assoc/detail/gp_ht_map_/erase_fn_imps.hpp: New.
727         * include/ext/pb_assoc/detail/gp_ht_map_/
728           erase_no_store_hash_fn_imps.hpp: New.
729         * include/ext/pb_assoc/detail/gp_ht_map_/
730           erase_store_hash_fn_imps.hpp: New.
731         * include/ext/pb_assoc/detail/gp_ht_map_/find_fn_imps.hpp: New.
732         * include/ext/pb_assoc/detail/gp_ht_map_/
733           find_no_store_hash_fn_imps.hpp: New.
734         * include/ext/pb_assoc/detail/gp_ht_map_/
735           find_store_hash_fn_imps.hpp: New.
736         * include/ext/pb_assoc/detail/gp_ht_map_/gp_ht_map_.hpp: New.
737         * include/ext/pb_assoc/detail/gp_ht_map_/info_fn_imps.hpp: New.
738         * include/ext/pb_assoc/detail/gp_ht_map_/insert_fn_imps.hpp: New.
739         * include/ext/pb_assoc/detail/gp_ht_map_/
740           insert_no_store_hash_fn_imps.hpp: New.
741         * include/ext/pb_assoc/detail/gp_ht_map_/
742           insert_store_hash_fn_imps.hpp: New.
743         * include/ext/pb_assoc/detail/gp_ht_map_/iterator_fn_imps.hpp: New.
744         * include/ext/pb_assoc/detail/gp_ht_map_/
745           policy_access_fn_imps.hpp: New.
746         * include/ext/pb_assoc/detail/gp_ht_map_/resize_fn_imps.hpp: New.
747         * include/ext/pb_assoc/detail/gp_ht_map_/
748           resize_no_store_hash_fn_imps.hpp: New.
749         * include/ext/pb_assoc/detail/gp_ht_map_/
750           resize_store_hash_fn_imps.hpp: New.
751         * include/ext/pb_assoc/detail/hash_fn/
752           direct_mask_range_hashing_imp.hpp: New.
753         * include/ext/pb_assoc/detail/hash_fn/
754           direct_mod_range_hashing_imp.hpp: New.
755         * include/ext/pb_assoc/detail/hash_fn/linear_probe_fn_imp.hpp: New.
756         * include/ext/pb_assoc/detail/hash_fn/
757           mask_based_range_hashing.hpp: New.
758         * include/ext/pb_assoc/detail/hash_fn/mod_based_range_hashing.hpp: New.
759         * include/ext/pb_assoc/detail/hash_fn/probe_fn_base.hpp: New.
760         * include/ext/pb_assoc/detail/hash_fn/quadratic_probe_fn_imp.hpp: New.
761         * include/ext/pb_assoc/detail/hash_fn/ranged_hash_fn.hpp: New.
762         * include/ext/pb_assoc/detail/hash_fn/ranged_probe_fn.hpp: New.
763         * include/ext/pb_assoc/detail/lu_assoc_cntnr/
764           constructor_destructor_fn_imps.hpp: New.
765         * include/ext/pb_assoc/detail/lu_assoc_cntnr/
766           policy_access_fn_imps.hpp: New.
767         * include/ext/pb_assoc/detail/lu_map_/
768           constructor_destructor_fn_imps.hpp: New.
769         * include/ext/pb_assoc/detail/lu_map_/debug_fn_imps.hpp: New.
770         * include/ext/pb_assoc/detail/lu_map_/erase_fn_imps.hpp: New.
771         * include/ext/pb_assoc/detail/lu_map_/find_fn_imps.hpp: New.
772         * include/ext/pb_assoc/detail/lu_map_/info_fn_imps.hpp: New.
773         * include/ext/pb_assoc/detail/lu_map_/insert_fn_imps.hpp: New.
774         * include/ext/pb_assoc/detail/lu_map_/iterators_fn_imps.hpp: New.
775         * include/ext/pb_assoc/detail/lu_map_/lu_map_.hpp: New.
776         * include/ext/pb_assoc/detail/lu_map_/policy_access_fn_imps.hpp: New.
777         * include/ext/pb_assoc/detail/lu_policy/
778           counter_lu_metadata_imp.hpp: New.
779         * include/ext/pb_assoc/detail/lu_policy/counter_lu_policy_imp.hpp: New.
780         * include/ext/pb_assoc/detail/lu_policy/mtf_lu_policy_imp.hpp: New.
781         * include/ext/pb_assoc/detail/ov_tree_map_/cond_dtor.hpp: New.
782         * include/ext/pb_assoc/detail/ov_tree_map_/
783           constructors_destructor_fn_imps.hpp: New.
784         * include/ext/pb_assoc/detail/ov_tree_map_/debug_fn_imps.hpp: New.
785         * include/ext/pb_assoc/detail/ov_tree_map_/erase_fn_imps.hpp: New.
786         * include/ext/pb_assoc/detail/ov_tree_map_/find_fn_imps.hpp: New.
787         * include/ext/pb_assoc/detail/ov_tree_map_/info_fn_imps.hpp: New.
788         * include/ext/pb_assoc/detail/ov_tree_map_/insert_fn_imps.hpp: New.
789         * include/ext/pb_assoc/detail/ov_tree_map_/iterators_fn_imps.hpp: New.
790         * include/ext/pb_assoc/detail/ov_tree_map_/node_iterators.hpp: New.
791         * include/ext/pb_assoc/detail/ov_tree_map_/ov_tree_map_.hpp: New.
792         * include/ext/pb_assoc/detail/ov_tree_map_/split_join_fn_imps.hpp: New.
793         * include/ext/pb_assoc/detail/rb_tree_map_/
794           constructors_destructor_fn_imps.hpp: New.
795         * include/ext/pb_assoc/detail/rb_tree_map_/debug_fn_imps.hpp: New.
796         * include/ext/pb_assoc/detail/rb_tree_map_/erase_fn_imps.hpp: New.
797         * include/ext/pb_assoc/detail/rb_tree_map_/find_fn_imps.hpp: New.
798         * include/ext/pb_assoc/detail/rb_tree_map_/info_fn_imps.hpp: New.
799         * include/ext/pb_assoc/detail/rb_tree_map_/insert_fn_imps.hpp: New.
800         * include/ext/pb_assoc/detail/rb_tree_map_/node.hpp: New.
801         * include/ext/pb_assoc/detail/rb_tree_map_/rb_tree_.hpp: New.
802         * include/ext/pb_assoc/detail/rb_tree_map_/split_join_fn_imps.hpp: New.
803         * include/ext/pb_assoc/detail/resize_policy/
804           cc_hash_max_collision_resize_trigger_imp.hpp: New.
805         * include/ext/pb_assoc/detail/resize_policy/
806           hash_exponential_size_policy_imp.hpp: New.
807         * include/ext/pb_assoc/detail/resize_policy/
808           hash_load_check_resize_trigger_imp.hpp: New.
809         * include/ext/pb_assoc/detail/resize_policy/
810           hash_prime_size_policy_imp.hpp: New.
811         * include/ext/pb_assoc/detail/resize_policy/
812           hash_standard_resize_policy_imp.hpp: New.
813         * include/ext/pb_assoc/detail/resize_policy/
814           ht_prime_size_policy_imp.hpp: New.
815         * include/ext/pb_assoc/detail/resize_policy/size_base.hpp: New.
816         * include/ext/pb_assoc/detail/splay_tree_/
817           constructors_destructor_fn_imps.hpp: New.
818         * include/ext/pb_assoc/detail/splay_tree_/debug_fn_imps.hpp: New.
819         * include/ext/pb_assoc/detail/splay_tree_/erase_fn_imps.hpp: New.
820         * include/ext/pb_assoc/detail/splay_tree_/find_fn_imps.hpp: New.
821         * include/ext/pb_assoc/detail/splay_tree_/info_fn_imps.hpp: New.
822         * include/ext/pb_assoc/detail/splay_tree_/insert_fn_imps.hpp: New.
823         * include/ext/pb_assoc/detail/splay_tree_/node.hpp: New.
824         * include/ext/pb_assoc/detail/splay_tree_/splay_fn_imps.hpp: New.
825         * include/ext/pb_assoc/detail/splay_tree_/splay_tree_.hpp: New.
826         * include/ext/pb_assoc/detail/splay_tree_/split_join_fn_imps.hpp: New.
827         * include/ext/pb_assoc/detail/tree_assoc_cntnr/
828           constructor_destructor_fn_imps.hpp: New.
829         * include/ext/pb_assoc/detail/tree_policy/
830           null_node_updator_imp.hpp: New.
831         * include/ext/pb_assoc/detail/tree_policy/
832           order_statistics_imp.hpp: New.
833         * include/ext/pb_assoc/detail/typelist/typelist_append.hpp: New.
834         * include/ext/pb_assoc/detail/typelist/typelist_apply.hpp: New.
835         * include/ext/pb_assoc/detail/typelist/typelist_at_index.hpp: New.
836         * include/ext/pb_assoc/detail/typelist/typelist_contains.hpp: New.
837         * include/ext/pb_assoc/detail/typelist/typelist_filter.hpp: New.
838         * include/ext/pb_assoc/detail/typelist/typelist_transform.hpp: New.
839         * include/ext/pb_assoc/detail/typelist/
840           typelist_typelist_append.hpp: New.
841         * include/ext/pb_assoc/detail/unordered_iterator/
842           const_find_iterator.hpp: New.
843         * include/ext/pb_assoc/detail/unordered_iterator/
844           const_iterator.hpp: New.
845         * include/ext/pb_assoc/detail/unordered_iterator/
846           find_iterator.hpp: New.
847         * include/ext/pb_assoc/detail/unordered_iterator/iterator.hpp: New.
848         * include/ext/pb_assoc/detail/value_type_adapter/
849           constructor_destructor_and_related.hpp: New.
850         * include/ext/pb_assoc/detail/value_type_adapter/
851           erase_fn_imps.hpp: New.
852         * include/ext/pb_assoc/detail/value_type_adapter/
853           erase_if_pred.hpp: New.
854         * include/ext/pb_assoc/detail/value_type_adapter/find_fn_imps.hpp: New.
855         * include/ext/pb_assoc/detail/value_type_adapter/info_fn_imps.hpp: New.
856         * include/ext/pb_assoc/detail/value_type_adapter/
857         insert_fn_imps.hpp: New.
858         * include/ext/pb_assoc/detail/value_type_adapter/
859         invalidation_guarantee_selector.hpp: New.
860         * include/ext/pb_assoc/detail/value_type_adapter/
861         it_value_type_traits.hpp: New.
862         * include/ext/pb_assoc/detail/value_type_adapter/iterator.hpp: New.
863         * include/ext/pb_assoc/detail/value_type_adapter/
864         iterator_fn_imps.hpp: New.
865         * include/ext/pb_assoc/detail/value_type_adapter/ref_pair.hpp: New.
866         * include/ext/pb_assoc/detail/value_type_adapter/
867         value_type_adapter.hpp: New.
868         * include/ext/pb_assoc/detail/value_type_adapter/
869         value_type_traits.hpp: New.
870         * testsuite/Makefile.am (CLEANFILES): Add .o, .dat, .cc.
871         * testsuite/Makefile.in: Regenerate.
872         * testsuite/testsuite_common_types.h: New.
873         * testsuite/testsuite_visualization.h: New.
874         * testsuite/ext/pb_assoc/example/basic_map.cc: New.
875         * testsuite/ext/pb_assoc/example/basic_multimap.cc: New.
876         * testsuite/ext/pb_assoc/example/basic_set.cc: New.
877         * testsuite/ext/pb_assoc/example/ds_traits.cc: New.
878         * testsuite/ext/pb_assoc/example/erase_if.cc: New.
879         * testsuite/ext/pb_assoc/example/extract_key.cc: New.
880         * testsuite/ext/pb_assoc/example/hash_find_neg.cc: New.
881         * testsuite/ext/pb_assoc/example/hash_illegal_resize.cc: New.
882         * testsuite/ext/pb_assoc/example/hash_initial_size.cc: New.
883         * testsuite/ext/pb_assoc/example/hash_load_set_change.cc: New.
884         * testsuite/ext/pb_assoc/example/hash_mod.cc: New.
885         * testsuite/ext/pb_assoc/example/hash_resize.cc: New.
886         * testsuite/ext/pb_assoc/example/hash_resize_neg.cc: New.
887         * testsuite/ext/pb_assoc/example/hash_shift_mask.cc: New.
888         * testsuite/ext/pb_assoc/example/mapping_level.cc: New.
889         * testsuite/ext/pb_assoc/example/mapping_level_neg.cc: New.
890         * testsuite/ext/pb_assoc/example/ms_traits.cc: New.
891         * testsuite/ext/pb_assoc/example/ranged_hash.cc: New.
892         * testsuite/ext/pb_assoc/example/store_hash.cc: New.
893         * testsuite/ext/pb_assoc/example/tree_intervals.cc: New.
894         * testsuite/ext/pb_assoc/example/tree_join.cc: New.
895         * testsuite/ext/pb_assoc/example/tree_order_statistics.cc: New.
896         * testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc: New.
897         * testsuite/ext/pb_assoc/example/tree_split.cc: New.
898         * testsuite/performance/20_util/allocator/(insert.cc,
899           insert_insert.cc, list_sort_search.cc, map_mt_find.cc, map_thread.cc,
900           producer_consumer.cc): Recast to use typelists and move to...
901         * testsuite/performance/23_containers/find/map.cc: New.
902         * testsuite/performance/23_containers/index/map.cc: New.
903         * testsuite/performance/23_containers/insert/associative.cc: New.
904         * testsuite/performance/23_containers/insert/sequence.cc: New.
905         * testsuite/performance/23_containers/insert_erase/associative.cc: New.
906         * testsuite/performance/23_containers/producer_consumer/
907         (associative.cc, sequence.cc): New.
908         * testsuite/performance/23_containers/sort_search/list.cc: New.
909         * testsuite/performance/23_containers/container_benchmark.cc: Remove.
910         * testsuite/performance/23_containers/map_create_fill.cc: Move...
911         * testsuite/performance/23_containers/create/map.cc: ...here.
912         * testsuite/performance/23_containers/set_create_from_sorted.cc: Move.
913         * testsuite/performance/23_containers/create_from_sorted/set.cc: here.
914         * testsuite/performance/23_containers/list_create_fill_sort.cc: Move...
915         * testsuite/performance/23_containers/create_sort/list.cc: ...here.
916         * testsuite/performance/23_containers/set_insert_from_sorted.cc: Move.
917         * testsuite/performance/23_containers/insert_from_sorted/set.cc: here.
918         
919 2005-06-23  Jakub Jelinek  <jakub@redhat.com>
921         PR libstdc++/22109
922         * src/compatibility.cc (_GLIBCXX_SYMVER_COMPATIBILITY): Remove.
923         (istreambuf_iterator, basic_fstream, basic_ifstream, basic_ofstream,
924         _M_copy, _M_move, _M_assign, _M_disjunct, _M_check_length,
925         _M_set_length_and_sharable, ignore, eq): Define to XX suffixed
926         variants.
927         (ignore (streamsize)): Remove _W prefixed aliases.
928         (_GLIBCXX_3_4_SYMVER_SPECIAL, _GLIBCXX_3_4_5_SYMVER_SPECIAL,
929         _GLIBCXX_APPLY_SYMVER_SPECIAL): Remove.
930         (_GLIBCXX_3_4_SYMVER, _GLIBCXX_3_4_5_SYMVER): Add XXname argument.
931         Use #XXname instead of #name as the alias argument.
932         * config/abi/compatibility.h: Replace uses of
933         _GLIBCXX_APPLY_SYMVER_SPECIAL with _GLIBCXX_APPLY_SYMVER.  Always
934         pass 2 arguments to the _GLIBCXX_APPLY_SYMVER macro.
935         * include/bits/char_traits.h (char_traits::eq): Revert 2005-06-15
936         change.
937         * acinclude.m4: Decrease glibcxx_min_gnu_ld_version back to 21400.
938         * configure: Rebuilt.
940 2005-06-19  Benjamin Kosnik  <bkoz@redhat.com>
942         PR libstdc++/22111
943         * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Remove
944         GLIBCXX_TEST_ABI. Remove duplicate _GLIBCXX_ASM_SYMVER define.
945         Don't enable abi testing unless versioned.
946         * configure: Regenerate.
947         * testsuite/Makefile.am (check-abi): Remove conditional.
948         * testsuite/Makefile.in: Regenerate.
949         * testsuite/libstdc++-abi/abi.exp: Call build_support, then check
950         v3-symver before proceeding.
951         * testsuite/lib/libstdc++.exp (libstdc++-dg-test): Set v3-symvers
952         if _GLIBCXX_SYMVER.
953         
954 2005-06-17  Paolo Carlini  <pcarlini@suse.de>
956         Port from libstdcxx_so_7-branch:
957         2005-01-12  Christopher Jefferson <chris@bubblescope.net>
959         * include/bits/stl_function.h (mem_fun_t, const_mem_fun_t,
960         mem_fun_ref_t, const_mem_fun_ref_t, mem_fun1_t, const_mem_fun1_t,
961         mem_fun1_ref_t, const_mem_fun1_ref_t): Remove overloads for void
962         return type, just an old HP/SGI workaround.
963         * testsuite/20_util/functional/binders.cc: Move to...
964         * testsuite/20_util/functional/binders/3113.cc: ...here.
965         * testsuite/20_util/functional/binders/1.cc: New.
967 2005-06-17  Jonathan Wakely  <redi@gcc.gnu.org>
969         * docs/html/21_strings/gotw29a.txt: Update code to corrected version.
971 2005-06-17  Jakub Jelinek  <jakub@redhat.com>
972             Benjamin Kosnik  <bkoz@redhat.com>
974         * config/abi/alpha-linux-gnu/baseline_symbols.txt: Update.
975         * config/abi/hppa-linux-gnu/baseline_symbols.txt: Same.
976         * config/abi/mips-linux-gnu/baseline_symbols.txt: Same.
977         * config/abi/sparc-linux-gnu/baseline_symbols.txt: Same.
979         * config/abi/alpha-freebsd5/baseline_symbols.txt: Remove.
980         * config/abi/i386-freebsd4/baseline_symbols.txt: Same.
981         * config/abi/i386-freebsd5/baseline_symbols.txt: Same.
982         * config/abi/sparc-freebsd5/baseline_symbols.txt: Same.
984         * config/abi/arm-linux-gnu/baseline_symbols.txt: Remove.
985         * config/abi/m68k-linux-gnu/baseline_symbols.txt: Same.
987 2005-06-17  Jakub Jelinek  <jakub@redhat.com>
989         * config/abi/ia64-linux-gnu/baseline_symbols.txt: Update.
990         * config/abi/s390x-linux-gnu/baseline_symbols.txt: Update.
991         * config/abi/s390-linux-gnu/baseline_symbols.txt: Update.
992         * config/abi/x86_64-linux-gnu/baseline_symbols.txt: Update.
993         * config/abi/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
994         * config/abi/powerpc-linux-gnu/baseline_symbols.txt: Update.
995         * config/abi/i486-linux-gnu/baseline_symbols.txt: Update.
996         * config/abi/i386-linux-gnu/baseline_symbols.txt: Update.
997         * config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New file.
998         * config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New file.
1000 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
1002         * src/compatibility.cc: Include bits/c++config.h first.
1003         (_GLIBCXX_SYMVER_COMPATIBILITY): Define if _GLIBCXX_SYMVER
1004         and PIC are both defined.
1005         * include/bits/char_traits.h (char_traits::eq): Rename
1006         only if _GLIBCXX_SYMVER_COMPATIBILITY is defined.
1008 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
1010         * acinclude.m4 ((GLIBCXX_ENABLE_SYMVERS): Rename _GLIBCXX_SIZE_T_IS_INT
1011         to _GLIBCXX_SIZE_T_IS_UINT.  Define _GLIBCXX_PTRDIFF_T_IS_INT.
1012         * configure: Regenerate.
1013         * config.h.in: Regenerate.
1014         * src/compatibility.cc (istream:ignore(streamsize)): Use
1015         _GLIBCXX_PTRDIFF_T_IS_INT instead of _GLIBCXX_SIZE_T_IS_INT.
1016         * config/abi/compatibility.h: Rename _GLIBCXX_SIZE_T_IS_INT
1017         to _GLIBCXX_SIZE_T_IS_UINT.  Use _GLIBCXX_PTRDIFF_T_IS_INT
1018         instead for symbols with streamsize arguments.
1020 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
1022         * config/linker-map.gnu: Also export
1023         _ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[il][il].
1025 2005-06-15  Benjamin Kosnik  <bkoz@redhat.com>
1027         * configure.ac (libtool_VERSION): To 6:6:0.
1028         * configure: Regenerate.
1029         * config/linker-map.gnu: Edit.
1030         * src/istream.cc: Move istream::ignore(streamsize) specializations...
1031         * src/compatibility.cc: ...here. New.
1032         * include/bits/char_traits.h (char_traits::eq): Rename when
1033         appropriate.
1034         * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_SIZE_T_IS_INT.
1035         Bump glibcxx_min_gnu_ld_version to 21590.
1036         * configure: Regenerate.
1037         * acconfig.h: Remove _GLIBCXX_ASM_SYMVER.
1038         * config.h.in: Regenerate.
1039         * src/Makefile.am (sources): Add compatibility.cc.
1040         * src/Makefile.in: Regenerate.
1041         * include/Makefile.am (host_headers_noinst): Add compatibility.h.
1042         * include/Makefile.in: Regenerate.
1043         * testsuite/testsuite_abi.h (symbol): Add data members.
1044         * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5,
1045         GLIBCXX_3.4.6.  Remove deprecated versions. Do a better job
1046         version checking.
1048 2005-06-15  Paolo Carlini  <pcarlini@suse.de>
1050         * include/tr1/hashtable: Trivial formatting fixes.
1051         * include/tr1/unordered_map: Likewise.
1052         * include/tr1/unordered_set: Likewise.
1054 2005-06-14  Tom Tromey  <tromey@redhat.com>
1056         PR libgcj/19877:
1057         * configure, aclocal.m4: Rebuilt.
1058         * Makefile.in, include/Makefile.in, libmath/Makefile.in,
1059         libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
1060         testsuite/Makefile.in: Likewise.
1062 2005-06-08  Benjamin Kosnik  <bkoz@redhat.com>
1064         PR libstdc++/21955
1065         * include/std/std_sstream.h (basic_stringbuf::showmanyc): Add.
1066         Remove unnecessary this->_M_mode decoration.
1067         * include/bits/fstream.tcc: Adjust line spacing.        
1068         * testsuite/27_io/basic_streambuf/in_avail/char/1.cc: New, test
1069         base class behavior.
1070         * testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc: Same.
1071         * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: New.
1072         * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Match
1073         filebuf behavior.
1074         * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Same.
1075         * testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc: Same.
1076         * testsuite/27_io/basic_stringbuf/str/char/1.cc: Same.
1077         * testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Move...
1078         * testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc: ...here.
1079         
1080 2005-06-07  Benjamin Kosnik  <bkoz@redhat.com>
1082         * acinclude.m4 (GLIBCXX_ENABLE_C99): Use C++ compiler for complex
1083         tests.
1084         * configure: Regenerated.
1086 2005-06-07  Adrian Straetling  <straetling@de.ibm.com>
1088         * config/cpu/s390/atomicity.h: (__exchange_and_add, 
1089         __atomic_add): Use the builtins for atomic memory operations.
1091 2005-06-06  Paolo Carlini  <pcarlini@suse.de>
1093         PR libstdc++/21770 (cont: __gnu_debug::string)
1094         * include/debug/string: Use _Base typedefs for pointer, const_pointer,
1095         reference, const_reference, size_type, difference_type.
1096         * testsuite/21_strings/basic_string/2.cc: New.
1098 2005-06-06  Paolo Carlini  <pcarlini@suse.de>
1100         PR libstdc++/21770 (cont: debug-mode)
1101         * include/debug/deque: Use _Base typedefs for pointer, const_pointer,
1102         reference, const_reference.
1103         * include/debug/list: Likewise.
1104         * include/debug/map.h: Likewise.
1105         * include/debug/multimap.h: Likewise.
1106         * include/debug/multiset.h: Likewise.
1107         * include/debug/set.h: Likewise.
1108         * include/debug/vector: Likewise.
1110 2005-06-06  Paolo Carlini  <pcarlini@suse.de>
1112         Port from libstdcxx_so_7-branch:
1113         2004-09-24  Paolo Carlini  <pcarlini@suse.de>
1114                     Jonathan Wakely  <redi@gcc.gnu.org>
1116         * include/bits/stl_list.h (list::list(size_type, value_type,
1117         const allocator_type&): Implement according to the letter of the
1118         standard, i.e., don't use two overloads, not equivalent in case
1119         of non default constructible T.
1120         (list::resize(size_type, const value_type&)): Fix the signature:
1121         according to the standard the second argument is by value; also,
1122         don't use two overloads.
1123         * include/bits/list.tcc (list::resize(size_type, const value_type&)):
1124         Adjust consistently the signature.
1125         * include/bits/stl_deque.h (deque::deque(size_type, value_type,
1126         const allocator_type&)): Likewise.
1127         (deque::resize(size_type, const value_type&)): Likewise.
1128         * include/bits/stl_vector.h (vector::vector(size_type, value_type,
1129         const allocator_type&)): Likewise.
1130         (vector::resize(size_type, const value_type&)): Likewise.
1131         * testsuite/testsuite_hooks.h: Add NonDefaultConstructible test type.
1132         * testsuite/23_containers/deque/explicit_instantiation/2.cc: New.
1133         * testsuite/23_containers/list/explicit_instantiation/2.cc: New.
1134         * testsuite/23_containers/map/explicit_instantiation/2.cc: New.
1135         * testsuite/23_containers/multimap/explicit_instantiation/2.cc: New.
1136         * testsuite/23_containers/multiset/explicit_instantiation/2.cc: New.
1137         * testsuite/23_containers/set/explicit_instantiation/2.cc: New.
1138         * testsuite/23_containers/vector/explicit_instantiation/2.cc: New.
1140         * include/bits/deque.tcc: Minor formatting fix.
1142 2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>
1144         * include/bits/stl_function.h: ... and another one.
1146 2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>
1148         * include/bits/stl_function.h: Fix typo in comment.
1150 2005-06-05  Paolo Carlini  <pcarlini@suse.de>
1152         * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl
1153         too for ac_c99_complex.
1154         * configure: Regenerate.
1156 2005-06-03  Paolo Carlini  <pcarlini@suse.de>
1158         PR libstdc++/21770
1159         * include/bits/stl_deque.h: Add concept-check. In class _Deque_base
1160         rebind _Alloc to  _Tp_alloc_type, change _Deque_impl to inherit from
1161         the latter and add _M_get_Tp_allocator() which returns it. Use
1162         everywhere _M_get_Tp_allocator() instead of get_allocator().
1163         * include/bits/deque.tcc: Likewise, use _M_get_Tp_allocator().
1164         * include/bits/stl_list.h: Add concept-check. In class _List_base
1165         rebind _Alloc to _Tp_alloc_type and add _M_get_Tp_allocator(), which
1166         returns the allocator (of type _Node_alloc_type) converted to
1167         _Tp_alloc_type. Use everywhere _M_get_Tp_allocator() instead of
1168         get_allocator().
1169         * include/bits/list.tcc: Likewise, use _M_get_Tp_allocator().
1170         * include/bits/stl_vector.h: Add concept-check. In class _Vector_base
1171         rebind _Alloc to _Tp_alloc_type, change _Vector_impl to inherit from
1172         the latter and add _M_get_Tp_allocator() which returns it. Use
1173         everywhere _M_get_Tp_allocator() instead of get_allocator().
1174         * include/bits/vector.tcc: Likewise, use _M_get_Tp_allocator().
1175         * include/bits/stl_map.h: Add concept-check. Rebind _Alloc to
1176         _Pair_alloc_type and use it for _Rb_tree.
1177         * include/bits/stl_multimap.h: Likewise.
1178         * include/bits/stl_multiset.h: Add concept-check. Rebind _Alloc to
1179         _Key_alloc_type and use it for _Rb_tree.
1180         * include/bits/stl_set.h: Likewise.
1181         * include/bits/basic_string.h: Rebind _Alloc to _CharT_alloc_type and
1182         use it for the allocator typedefs.
1183         * testsuite/21_strings/basic_string/1.cc: New.
1184         * testsuite/23_containers/deque/explicit_instantiation.cc: Move to...
1185         * testsuite/23_containers/deque/explicit_instantiation/1.cc: ... here.
1186         * testsuite/23_containers/deque/explicit_instantiation/3.cc: New.
1187         * testsuite/23_containers/list/explicit_instantiation.cc: Move to...
1188         * testsuite/23_containers/list/explicit_instantiation/1.cc: ... here.
1189         * testsuite/23_containers/list/explicit_instantiation/3.cc: New.
1190         * testsuite/23_containers/map/explicit_instantiation.cc: Move to...
1191         * testsuite/23_containers/map/explicit_instantiation/1.cc: ... here.
1192         * testsuite/23_containers/map/explicit_instantiation/3.cc: New.
1193         * testsuite/23_containers/multimap/explicit_instantiation.cc: Move to...
1194         * testsuite/23_containers/multimap/explicit_instantiation/1.cc: .. here.
1195         * testsuite/23_containers/multimap/explicit_instantiation/3.cc: New.
1196         * testsuite/23_containers/multiset/explicit_instantiation.cc: Move to...
1197         * testsuite/23_containers/multiset/explicit_instantiation/1.cc: .. here.
1198         * testsuite/23_containers/multiset/explicit_instantiation/3.cc: New.
1199         * testsuite/23_containers/set/explicit_instantiation.cc: Move to...
1200         * testsuite/23_containers/set/explicit_instantiation/1.cc: .. here.
1201         * testsuite/23_containers/set/explicit_instantiation/3.cc: New.
1202         * testsuite/23_containers/vector/explicit_instantiation.cc: Move to...
1203         * testsuite/23_containers/vector/explicit_instantiation/1.cc: ... here.
1204         * testsuite/23_containers/vector/explicit_instantiation/3.cc: New.
1206 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
1208         PR c++/21280
1209         * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust expected errors.
1210         * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
1212 2005-05-31  Paolo Carlini  <pcarlini@suse.de>
1214         PR libstdc++/20534 (contd)
1215         * include/debug/macros.h: Add _GLIBCXX_DEBUG_ABORT, using
1216         __gnu_debug::__fancy_abort.
1217         * src/debug.cc: Define the latter.
1218         * include/debug/debug.h: Use _GLIBCXX_DEBUG_ABORT instead of
1219         assert.
1220         * config/linker-map.gnu (__gnu_debug::__fancy_abort): Add.
1222 2005-05-30  Paolo Carlini  <pcarlini@suse.de>
1224         * include/std/std_complex.h (log(const complex<_Tp>&)): When
1225         _GLIBCXX_USE_C99_COMPLEX, forward to __builtin_clog/clogf/clogl.
1227 2005-05-28  Paolo Carlini  <pcarlini@suse.de>
1229         Revert:
1230         2005-05-18  Paolo Carlini  <pcarlini@suse.de>
1231                     Nathan Myers  <ncm@cantrip.org>
1233         PR libstdc++/19495
1234         * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
1235         size_type instead of char and rename to _Raw_alloc.
1236         * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
1237         Use the above.
1238         * src/bitmap_allocator.cc: Add instantiation for size_type.
1239         * src/mt_allocator.cc: Likewise.
1240         * src/pool_allocator.cc: Likewise.
1241         * include/ext/array_allocator.h: Tweak slightly, avoid assuming
1242         the existence of an _Array::begin() and size() members.
1243         * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
1244         of size_type, instead of char, thus avoiding problems with
1245         rebinds, not treated correctly by array_allocator.
1247 2005-05-27  Paolo Carlini  <pcarlini@suse.de>
1249         * docs/html/abi.html: Mention 3.4.0 as the current baseline; add
1250         a notice about the configure options.
1252 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
1254         * docs/html/test.html: Mention PCH_CXXFLAGS.
1255         * testsuite/lib/libstdc++.exp: Set PCH_CXXFLAGS by probing for an
1256         available stcd++.h PCH.
1257         * testsuite/libstdc++-dg/normal.exp: Use PCH_CXXFLAGS.
1259 2005-05-27  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
1261         * src/misc-inst.cc: Remove unnecessary included files.
1263 2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
1265         PR libstdc++/21674
1266         * include/bits/c++config: Remove extern template use when in debug
1267         mode, disable for non-weak systems.
1268         
1269 2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
1271         PR libstdc++/20534 
1272         * include/debug/debug.h: Forwarding header, that pulls in details
1273         only if in debug mode.
1274         * include/debug/macros.h: ...transfer all the internal macros here.
1275         * include/debug/functions.h: ...transfer all the functions here.
1276         * include/debug/safe_iterator.h: Add functions.h, macros.h includes.
1277         * include/debug/safe_sequence.h: Same.
1278         * include/debug/vector: Tweak.
1279         * include/Makefile.am (debug_headers): Add new includes.
1280         * include/Makefile.in: Regenerate.
1281         * testsuite/17_intro/no_assert_neg.cc: Add.
1283         * include/ext/hash_set: Add debug mode include.
1284         * include/ext/hash_map: Same.
1285         * include/debug/hash_map: Fix included files to match actual files.
1286         * include/debug/hash_set: Same.
1287                 
1288 2005-05-26  Paolo Carlini  <pcarlini@suse.de>
1290         PR libstdc++/13943
1291         * include/c_std/std_cstdlib.h: Do not open code llabs and lldiv,
1292         available when _GLIBCXX_USE_C99 is defined.
1293         * testsuite/26_numerics/cstdlib/13943.cc: New.
1295         * acinclude.m4 ([GLIBCXX_ENABLE_C99]): For completeness, check
1296         also strtoll and strtoull for ac_c99_stdlib.
1297         * configure: Regenerate.
1299 2005-05-25  Benjamin Kosnik  <bkoz@redhat.com>
1301         * config/linker-map.gnu: Add linkage support for no extern templates.
1302         (std::ios_base::_M_call_callbacks): Add.
1303         (std::ios_base::_M_dispose_callbacks): Add.
1304         (std::locale::facet::_S_get_c_name): Add.
1305         (std::__copy_streambufs): Add.
1306         * configure.ac (libtool_VERSION): To 6:5:0.
1307         * configure: Regenerate.
1308         * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5.
1309         
1310 2005-05-25  Paolo Carlini  <pcarlini@suse.de>
1312         * include/bits/basic_string.h (_Rep::_M_set_length_and_sharable):
1313         Use, consistently, traits_type::assign.
1315 2005-05-25  Paolo Carlini  <pcarlini@suse.de>
1317         * config/cpu/alpha/atomicity.h: Use the builtins for
1318         atomic memory operations.
1319         * config/cpu/powerpc/atomicity.h: Likewise.
1320         * config/cpu/ia64/atomicity.h: Do not include ia64intrin.h.
1322 2005-05-24  Paolo Carlini  <pcarlini@suse.de>
1324         * testsuite/25_algorithms/equal.cc: Move to...
1325         * testsuite/25_algorithms/equal: ... here.
1326         * testsuite/25_algorithms/lower_bound.cc: Move to...
1327         * testsuite/25_algorithms/lower_bound: ... here.
1329 2005-05-24  Paolo Carlini  <pcarlini@suse.de>
1331         Port from libstdcxx_so_7-branch:
1332         2005-20-05  Chris Jefferson  <chris@bubblescope.net>
1334         * testsuite/25_algorithms/heap.cc: Move to...
1335         * testsuite/25_algorithms/heap/heap.cc: ...here.
1336         * testsuite/25_algorithms/partition.cc: Move to...
1337         * testsuite/25_algorithms/partition/partition.cc: ...here.
1339         2005-03-29  Christopher Jefferson  <chris@bubblescope.net>
1341         * testsuite/25_algorithms/includes/1.cc: Add tests.
1342         * testsuite/25_algorithms/search/1.cc: Likewise.
1343         * testsuite/25_algorithms/unique_copy/1.cc: Likewise.
1344         * testsuite/25_algorithms/swap_ranges/1.cc: New.
1345         * testsuite/25_algorithms/swap_ranges/check_type.cc: New.
1346         * testsuite/25_algorithms/rotate.cc: Move to...
1347         * testsuite/25_algorithms/rotate/rotate.cc: ... here.
1348         * testsuite/25_algorithms/rotate/1.cc: New.
1349         * testsuite/25_algorithms/rotate/check_type.cc: New.
1350         * testsuite/25_algorithms/search_n/iterator.cc: Fix typo.
1352         2005-03-14  Christopher Jefferson  <chris@bubblescope.net>
1354         * include/bits/stl_algo.h (replace_copy, replace_copy_if):
1355         Don't assume that __new_value and *__first are convertible to
1356         each other.     
1358         * testsuite/25_algorithms/find/1.cc: New.
1359         * testsuite/25_algorithms/find/check_type.cc: New.
1360         * testsuite/25_algorithms/find_if/1.cc: New.
1361         * testsuite/25_algorithms/find_if/check_type.cc: New.
1362         * testsuite/25_algorithms/replace/1.cc: New.
1363         * testsuite/25_algorithms/replace/check_type.cc: New.
1364         * testsuite/25_algorithms/replace_if/1.cc: New.
1365         * testsuite/25_algorithms/replace_if/check_type.cc: New.
1366         * testsuite/25_algorithms/replace_copy/1.cc: New.
1367         * testsuite/25_algorithms/replace_copy/check_type.cc: New.
1368         * testsuite/25_algorithms/replace_copy_if/1.cc: New.
1369         * testsuite/25_algorithms/replace_copy_if/check_type.cc: New.
1370         * testsuite/25_algorithms/remove/1.cc: New.
1371         * testsuite/25_algorithms/remove/check_type.cc: New.
1372         * testsuite/25_algorithms/remove_if/1.cc: New.
1373         * testsuite/25_algorithms/remove_if/check_type.cc: New.
1374         * testsuite/25_algorithms/count/1.cc: New.
1375         * testsuite/25_algorithms/count/check_type.cc: New.
1376         * testsuite/25_algorithms/count_if/1.cc: New.
1377         * testsuite/25_algorithms/count_if/check_type.cc: New.
1379         2005-02-27  Christopher Jefferson  <chris@bubblescope.net>
1380                     Paolo Carlini  <pcarlini@suse.de>
1382         * testsuite/ext/is_heap/check_type.cc: New.
1383         
1384         2005-02-27  Paolo Carlini  <pcarlini@suse.de>
1386         * testsuite/ext/is_heap/1.cc: New.
1388         2005-02-01  Christopher Jefferson  <chris@bubblescope.net>
1390         * testsuite/ext/median.cc: New.
1391         * testsuite/25_algorithms/adjacent_find/1.cc: New.
1392         * testsuite/25_algorithms/adjacent_find/check_type.cc: New.
1393         * testsuite/25_algorithms/search/1.cc: New.
1394         * testsuite/25_algorithms/search/check_type.cc: New.
1395         * testsuite/25_algorithms/unique_copy/1.cc: New.
1396         * testsuite/25_algorithms/unique_copy/check_type.cc: New.
1397         * testsuite/25_algorithms/partial_sort/1.cc: New.
1398         * testsuite/25_algorithms/partial_sort/check_type.cc: New.
1399         * testsuite/25_algorithms/partial_sort_copy/1.cc: New.
1400         * testsuite/25_algorithms/partial_sort_copy/check_type.cc: New.
1401         * testsuite/25_algorithms/lower_bound/1.cc: New.
1402         * testsuite/25_algorithms/lower_bound/check_type.cc: New.
1403         * testsuite/25_algorithms/upper_bound/1.cc: New.
1404         * testsuite/25_algorithms/upper_bound/check_type.cc: New.
1405         * testsuite/25_algorithms/merge/1.cc: New.
1406         * testsuite/25_algorithms/merge/check_type.cc: New.
1407         * testsuite/25_algorithms/inplace_merge/1.cc: New.
1408         * testsuite/25_algorithms/inplace_merge/check_type.cc: New.
1409         * testsuite/25_algorithms/stable_sort/1.cc: New.
1410         * testsuite/25_algorithms/stable_sort/check_type.cc: New.
1411         * testsuite/25_algorithms/nth_element/1.cc: New.
1412         * testsuite/25_algorithms/nth_element/check_type.cc: New.
1413         * testsuite/25_algorithms/equal_range/1.cc: New.
1414         * testsuite/25_algorithms/equal_range/check_type.cc: New.
1415         * testsuite/25_algorithms/binary_search/1.cc: New.
1416         * testsuite/25_algorithms/binary_search/check_type.cc: New.
1417         * testsuite/25_algorithms/includes/1.cc: New.
1418         * testsuite/25_algorithms/includes/check_type.cc: New.
1419         * testsuite/25_algorithms/set_union/1.cc: New.
1420         * testsuite/25_algorithms/set_union/check_type.cc: New.
1421         * testsuite/25_algorithms/set_intersection/1.cc: New.
1422         * testsuite/25_algorithms/set_intersection/check_type.cc: New.
1423         * testsuite/25_algorithms/set_difference/1.cc: New.
1424         * testsuite/25_algorithms/set_difference/check_type.cc: New.
1425         * testsuite/25_algorithms/set_symmetric_difference/1.cc: New.
1426         * testsuite/25_algorithms/set_symmetric_difference/check_type.cc: New.  
1427         * testsuite/25_algorithms/min_element/1.cc: New.
1428         * testsuite/25_algorithms/min_element/check_type.cc: New.
1429         * testsuite/25_algorithms/max_element/1.cc: New.
1430         * testsuite/25_algorithms/max_element/check_type.cc: New.
1431         * testsuite/25_algorithms/prev_permutation/1.cc: New.
1432         * testsuite/25_algorithms/prev_permutation/check_type.cc: New.
1433         * testsuite/25_algorithms/next_permutation/1.cc: New.
1434         * testsuite/25_algorithms/next_permutation/check_type.cc: New.
1435         * testsuite/25_algorithms/find_first_of/1.cc: New.
1436         * testsuite/25_algorithms/find_first_of/check_type.cc: New.
1437         * testsuite/25_algorithms/find_end/1.cc: New.
1438         * testsuite/25_algorithms/find_end/check_type.cc: New.
1439         * testsuite/25_algorithms/equal/check_type.cc: Insert iterator type.
1440         * testsuite/25_algorithms/lexicographical_compare/check_type.cc:
1441         Likewise.
1443         2005-01-10  Christopher Jefferson <chris@bubblescope.net>
1445         * testsuite/25_algorithms/lexicographical_compare/check_type.cc: New.
1446         * testsuite/25_algorithms/lexicographical_compare/1.cc: Likewise.
1447         * testsuite/25_algorithms/mismatch/check_type.cc: Likewise.
1448         * testsuite/25_algorithms/mismatch/1.cc: Likewise.
1449         * testsuite/25_algorithms/equal/check_type.cc: New.
1450         * testsuite/25_algorithms/equal/1.cc: New.
1452 2005-05-24  Benjamin Kosnik  <bkoz@redhat.com>
1454         * include/bits/allocator.h: Change ___glibcxx_base_allocator to
1455         __glibcxx_base_allocator.
1456         * config/allocator/bitmap_allocator_base.h: Same.
1457         * config/allocator/malloc_allocator_base.h: Same.
1458         * config/allocator/mt_allocator_base.h: Same.
1459         * config/allocator/new_allocator_base.h: Same.
1460         * config/allocator/pool_allocator_base.h: Same.
1462 2005-05-24  Jonathan Wakely  <redi@gcc.gnu.org>
1464         * include/debug/string (class basic_string): Add missing
1465         default template arguments; provide typedefs for char
1466         and wchar_t.
1467         (operator[]): Allow s[s.size()] in debug mode, but not
1468         pedantic mode.
1470 2005-05-24  Paolo Carlini  <pcarlini@suse.de>
1472         Port from libstdcxx_so_7-branch:
1473         2005-04-25  Christopher Jefferson  <chris@bubblescope.net>
1475         * include/bits/stl_algo.h (count): Correct concept checks.
1476         (search_n) : Likewise.
1477         * testsuite/25_algorithms/search_n/check_type.cc: New.
1479         * testsuite/testsuite_iterators.h
1480         (random_access_iterator_wrapper::operator+): Move out of
1481         class to external function, and add symmetric version.
1483         2005-03-14  Christopher Jefferson  <chris@bubblescope.net>
1485         * testsuite/testsuite_iterators.h (WritableObject::WritableObject):
1486         Add const.
1487         
1488         2005-02-01  Christopher Jefferson  <chris@bubblescope.net>
1490         * testsuite/testsuite_iterators.h (random_access_iterator_wrapper::
1491         operator--): Fix typo.
1492         (OutputContainer::OutputContainer): Correct zeroing array.
1493         (WritableObject::operator==): Fix typo.
1494         (WritableObject::operator=): make operator= templated 
1495         to allow differing types to be assigned.
1496         (WritableObject::operator++): Fix checking if iterator is
1497         written to multiple times.
1498         (random_access_iterator_wrapper::operator+): Add const.
1499         (random_access_iterator_wrapper::operator-): Likewise.
1500         (random_access_iterator_wrapper::operator[]): Add dereference.
1502 2005-05-23  Jonathan Wakely  <redi@gcc.gnu.org>
1504         * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
1505         had to be defined for pedantic mode in 3.4 and 4.0.0.
1507 2005-05-20  Jan Beulich  <jbeulich@novell.com>
1509         * libmath/stubs.c: Also implement fabsf/fabsl if not present in the
1510         system libraries.
1512 2005-05-20  Paolo Carlini  <pcarlini@suse.de>
1514         * include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):
1515         Don't qualify __tmp as const, _ValueType is not necessarily
1516         Assignable.
1517         * include/bits/stl_algobase.h (swap, __iter_swap<false>):
1518         Likewise, as an harmless extension.
1520 2005-05-19  Richard Henderson  <rth@redhat.com>
1522         * libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
1524 2005-05-19  Jonathan Wakely  <redi@gcc.gnu.org>
1526         * include/bits/basic_string.h (operator[]): Allow s[s.size()] in
1527         debug mode, but not pedantic mode.
1529 2005-05-19  Jan Beulich  <jbeulich@novell.com>
1531         * libsupc++/unwind-cxx.h: Include cstdlib.
1532         (gcc_unreachable): #define.
1533         * libsupc++/eh_personality.cc (gcc_unreachable): Remove #define.
1535 2005-05-18  Paolo Carlini  <pcarlini@suse.de>
1536             Nathan Myers  <ncm@cantrip.org>
1538         PR libstdc++/19495
1539         * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
1540         size_type instead of char and rename to _Raw_alloc.
1541         * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
1542         Use the above.
1543         * src/bitmap_allocator.cc: Add instantiation for size_type.
1544         * src/mt_allocator.cc: Likewise.
1545         * src/pool_allocator.cc: Likewise.
1546         * include/ext/array_allocator.h: Tweak slightly, avoid assuming
1547         the existence of an _Array::begin() and size() members.
1548         * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
1549         of size_type, instead of char, thus avoiding problems with
1550         rebinds, not treated correctly by array_allocator.
1552 2005-05-18  Paolo Carlini  <pcarlini@suse.de>
1554         * testsuite/22_locale/ctype/is/char/2.cc: Adjust dg-require-namedlocale.
1555         * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
1556         * testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
1557         missing dg-require-namedlocale.
1558         * testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
1559         Likewise.
1560         * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
1561         Likewise.
1562         * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
1563         Likewise.
1565 2005-05-18  Paolo Carlini  <pcarlini@suse.de>
1567         * testsuite/testsuite_hooks.cc: Remove try_named_locale.
1568         * testsuite/testsuite_hooks.h: Remove try_named_locale.
1569         * testsuite/lib/libstdc++.exp (check_v3_target_namedlocale): New.
1570         * testsuite/lib/dg-options.exp (dg-require-namedlocale): New, uses
1571         the above.
1572         * testsuite/22_locale/codecvt/always_noconv/char/wrapped_env.cc: Use
1573         dg-require-namedlocale.
1574         * testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc:
1575         Likewise.
1576         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Likewise.
1577         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Likewise.
1578         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Likewise.
1579         * testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: 
1580         Likewise.
1581         * testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc:
1582         Likewise.
1583         * testsuite/22_locale/codecvt/encoding/char/wrapped_env.cc: Likewise.
1584         * testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc: Likewise.
1585         * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Likewise.
1586         * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Likewise.
1587         * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Likewise.
1588         * testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: Likewise.
1589         * testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc:
1590         Likewise.
1591         * testsuite/22_locale/codecvt/in/char/wrapped_env.cc: Likewise.
1592         * testsuite/22_locale/codecvt/in/char/wrapped_locale.cc: Likewise.
1593         * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
1594         * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Likewise.
1595         * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Likewise.
1596         * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Likewise. 
1597         * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Likewise.
1598         * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Likewise.
1599         * testsuite/22_locale/codecvt/in/wchar_t/wrapped_env.cc: Likewise. 
1600         * testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc: Likewise.    
1601         * testsuite/22_locale/codecvt/length/char/wrapped_env.cc: Likewise. 
1602         * testsuite/22_locale/codecvt/length/char/wrapped_locale.cc: Likewise.    
1603         * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Likewise.   
1604         * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Likewise.   
1605         * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Likewise.   
1606         * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Likewise.   
1607         * testsuite/22_locale/codecvt/length/wchar_t/wrapped_env.cc: Likewise.      
1608         * testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc:
1609         Likewise.
1610         * testsuite/22_locale/codecvt/max_length/char/wrapped_env.cc: Likewise.
1611         * testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc:
1612         Likewise.  
1613         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Likewise.    
1614         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Likewise.    
1615         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Likewise.    
1616         * testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc:
1617         Likewise.  
1618         * testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc:
1619         Likewise.
1620         * testsuite/22_locale/codecvt/out/char/wrapped_env.cc: Likewise.    
1621         * testsuite/22_locale/codecvt/out/char/wrapped_locale.cc: Likewise. 
1622         * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Likewise.  
1623         * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Likewise.  
1624         * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Likewise.  
1625         * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Likewise.  
1626         * testsuite/22_locale/codecvt/out/wchar_t/wrapped_env.cc: Likewise. 
1627         * testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc: Likewise. 
1628         * testsuite/22_locale/codecvt/unshift/char/wrapped_env.cc: Likewise.   
1629         * testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc: Likewise.
1630         * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Likewise.    
1631         * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Likewise.    
1632         * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Likewise.    
1633         * testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: Likewise.
1634         * testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc:
1635         Likewise.
1636         * testsuite/22_locale/collate/compare/char/1.cc: Likewise.  
1637         * testsuite/22_locale/collate/compare/char/2.cc: Likewise.  
1638         * testsuite/22_locale/collate/compare/char/3.cc: Likewise.  
1639         * testsuite/22_locale/collate/compare/char/wrapped_env.cc: Likewise.        
1640         * testsuite/22_locale/collate/compare/char/wrapped_locale.cc: Likewise.     
1641         * testsuite/22_locale/collate/compare/wchar_t/1.cc: Likewise.     
1642         * testsuite/22_locale/collate/compare/wchar_t/2.cc: Likewise.     
1643         * testsuite/22_locale/collate/compare/wchar_t/3.cc: Likewise.     
1644         * testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc: Likewise.
1645         * testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc:
1646         Likewise.  
1647         * testsuite/22_locale/collate/hash/char/2.cc: Likewise.     
1648         * testsuite/22_locale/collate/hash/char/wrapped_env.cc: Likewise.   
1649         * testsuite/22_locale/collate/hash/char/wrapped_locale.cc: Likewise.        
1650         * testsuite/22_locale/collate/hash/wchar_t/2.cc: Likewise.  
1651         * testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc: Likewise.
1652         * testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc: Likewise.     
1653         * testsuite/22_locale/collate/transform/char/2.cc: Likewise.     
1654         * testsuite/22_locale/collate/transform/char/3.cc: Likewise.     
1655         * testsuite/22_locale/collate/transform/char/wrapped_env.cc: Likewise.      
1656         * testsuite/22_locale/collate/transform/char/wrapped_locale.cc:
1657         Likewise.
1658         * testsuite/22_locale/collate/transform/wchar_t/2.cc: Likewise. 
1659         * testsuite/22_locale/collate/transform/wchar_t/3.cc: Likewise. 
1660         * testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc:
1661         Likewise.
1662         * testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
1663         Likewise.
1664         * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise.
1665         * testsuite/22_locale/ctype/cons/char/wrapped_env.cc: Likewise.    
1666         * testsuite/22_locale/ctype/cons/char/wrapped_locale.cc: Likewise. 
1667         * testsuite/22_locale/ctype/is/char/2.cc: Likewise. 
1668         * testsuite/22_locale/ctype/is/char/wrapped_env.cc: Likewise.      
1669         * testsuite/22_locale/ctype/is/char/wrapped_locale.cc: Likewise.  
1670         * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.   
1671         * testsuite/22_locale/ctype/is/wchar_t/wrapped_env.cc: Likewise.  
1672         * testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc: Likewise.
1673         * testsuite/22_locale/ctype/narrow/char/wrapped_env.cc: Likewise.
1674         * testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc: Likewise.        
1675         * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Likewise. 
1676         * testsuite/22_locale/ctype/narrow/wchar_t/wrapped_env.cc: Likewise.        
1677         * testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: Likewise.
1678         * testsuite/22_locale/ctype/scan/char/wrapped_env.cc: Likewise.   
1679         * testsuite/22_locale/ctype/scan/char/wrapped_locale.cc: Likewise. 
1680         * testsuite/22_locale/ctype/scan/wchar_t/wrapped_env.cc: Likewise. 
1681         * testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc: Likewise.       
1682         * testsuite/22_locale/ctype/to/char/wrapped_env.cc: Likewise.       
1683         * testsuite/22_locale/ctype/to/char/wrapped_locale.cc: Likewise.    
1684         * testsuite/22_locale/ctype/to/wchar_t/wrapped_env.cc: Likewise.    
1685         * testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc: Likewise. 
1686         * testsuite/22_locale/ctype/widen/char/wrapped_env.cc: Likewise.    
1687         * testsuite/22_locale/ctype/widen/char/wrapped_locale.cc: Likewise. 
1688         * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise.   
1689         * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Likewise.   
1690         * testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc: Likewise.
1691         * testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc: Likewise.
1692         * testsuite/22_locale/facet/2.cc: Likewise.
1693         * testsuite/22_locale/locale/cons/12352.cc: Likewise.
1694         * testsuite/22_locale/locale/cons/12438.cc: Likewise.
1695         * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise. 
1696         * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise. 
1697         * testsuite/22_locale/locale/cons/2.cc: Likewise.
1698         * testsuite/22_locale/locale/cons/4.cc: Likewise.
1699         * testsuite/22_locale/locale/cons/5.cc: Likewise.
1700         * testsuite/22_locale/locale/cons/7.cc: Likewise.
1701         * testsuite/22_locale/locale/cons/7222-env.cc: Likewise.  
1702         * testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise.  
1703         * testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise.
1704         * testsuite/22_locale/messages/members/char/1.cc: Likewise.
1705         * testsuite/22_locale/messages/members/char/2.cc: Likewise.
1706         * testsuite/22_locale/messages/members/char/3.cc: Likewise.
1707         * testsuite/22_locale/messages/members/char/wrapped_env.cc: Likewise.   
1708         * testsuite/22_locale/messages/members/char/wrapped_locale.cc: Likewise.
1709         * testsuite/22_locale/messages_byname/named_equivalence.cc: Likewise.   
1710         * testsuite/22_locale/money_get/get/char/1.cc: Likewise.    
1711         * testsuite/22_locale/money_get/get/char/10.cc: Likewise.   
1712         * testsuite/22_locale/money_get/get/char/11.cc: Likewise.   
1713         * testsuite/22_locale/money_get/get/char/11528.cc: Likewise.
1714         * testsuite/22_locale/money_get/get/char/12.cc: Likewise.   
1715         * testsuite/22_locale/money_get/get/char/13.cc: Likewise.   
1716         * testsuite/22_locale/money_get/get/char/15.cc: Likewise.   
1717         * testsuite/22_locale/money_get/get/char/16.cc: Likewise.   
1718         * testsuite/22_locale/money_get/get/char/17.cc: Likewise.   
1719         * testsuite/22_locale/money_get/get/char/18.cc: Likewise.   
1720         * testsuite/22_locale/money_get/get/char/2.cc: Likewise.    
1721         * testsuite/22_locale/money_get/get/char/3.cc: Likewise.    
1722         * testsuite/22_locale/money_get/get/char/4.cc: Likewise.    
1723         * testsuite/22_locale/money_get/get/char/wrapped_env.cc: Likewise. 
1724         * testsuite/22_locale/money_get/get/char/wrapped_locale.cc: Likewise.  
1725         * testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise. 
1726         * testsuite/22_locale/money_get/get/wchar_t/10.cc: Likewise.      
1727         * testsuite/22_locale/money_get/get/wchar_t/11.cc: Likewise.      
1728         * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Likewise.
1729         * testsuite/22_locale/money_get/get/wchar_t/12.cc: Likewise.      
1730         * testsuite/22_locale/money_get/get/wchar_t/13.cc: Likewise.      
1731         * testsuite/22_locale/money_get/get/wchar_t/15.cc: Likewise.      
1732         * testsuite/22_locale/money_get/get/wchar_t/16.cc: Likewise.      
1733         * testsuite/22_locale/money_get/get/wchar_t/17.cc: Likewise.      
1734         * testsuite/22_locale/money_get/get/wchar_t/18.cc: Likewise.      
1735         * testsuite/22_locale/money_get/get/wchar_t/2.cc: Likewise. 
1736         * testsuite/22_locale/money_get/get/wchar_t/3.cc: Likewise. 
1737         * testsuite/22_locale/money_get/get/wchar_t/4.cc: Likewise. 
1738         * testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc: Likewise.      
1739         * testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc: Likewise.
1740         * testsuite/22_locale/money_put/put/char/1.cc: Likewise.  
1741         * testsuite/22_locale/money_put/put/char/2.cc: Likewise.  
1742         * testsuite/22_locale/money_put/put/char/3.cc: Likewise.  
1743         * testsuite/22_locale/money_put/put/char/9780-3.cc: Likewise.      
1744         * testsuite/22_locale/money_put/put/char/wrapped_env.cc: Likewise. 
1745         * testsuite/22_locale/money_put/put/char/wrapped_locale.cc: Likewise.  
1746         * testsuite/22_locale/money_put/put/wchar_t/1.cc: Likewise. 
1747         * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise. 
1748         * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise. 
1749         * testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc: Likewise.     
1750         * testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc: Likewise.
1751         * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
1752         * testsuite/22_locale/moneypunct/members/char/wrapped_env.cc: Likewise.    
1753         * testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc:
1754         Likewise. 
1755         * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.   
1756         * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc:
1757         Likewise.
1758         * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc:
1759         Likewise.
1760         * testsuite/22_locale/moneypunct_byname/named_equivalence.cc: Likewise.
1761         * testsuite/22_locale/num_get/get/char/1.cc: Likewise.   
1762         * testsuite/22_locale/num_get/get/char/3.cc: Likewise.   
1763         * testsuite/22_locale/num_get/get/char/5.cc: Likewise.   
1764         * testsuite/22_locale/num_get/get/char/6.cc: Likewise.   
1765         * testsuite/22_locale/num_get/get/char/9.cc: Likewise.   
1766         * testsuite/22_locale/num_get/get/char/wrapped_env.cc: Likewise.
1767         * testsuite/22_locale/num_get/get/char/wrapped_locale.cc: Likewise. 
1768         * testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise.  
1769         * testsuite/22_locale/num_get/get/wchar_t/3.cc: Likewise.  
1770         * testsuite/22_locale/num_get/get/wchar_t/5.cc: Likewise.  
1771         * testsuite/22_locale/num_get/get/wchar_t/6.cc: Likewise.  
1772         * testsuite/22_locale/num_get/get/wchar_t/9.cc: Likewise.  
1773         * testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc: Likewise. 
1774         * testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc: Likewise. 
1775         * testsuite/22_locale/num_put/put/char/1.cc: Likewise.      
1776         * testsuite/22_locale/num_put/put/char/20909.cc: Likewise.  
1777         * testsuite/22_locale/num_put/put/char/20914.cc: Likewise.  
1778         * testsuite/22_locale/num_put/put/char/3.cc: Likewise.      
1779         * testsuite/22_locale/num_put/put/char/5.cc: Likewise.      
1780         * testsuite/22_locale/num_put/put/char/9780-2.cc: Likewise. 
1781         * testsuite/22_locale/num_put/put/char/wrapped_env.cc: Likewise.    
1782         * testsuite/22_locale/num_put/put/char/wrapped_locale.cc: Likewise. 
1783         * testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise. 
1784         * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.   
1785         * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.   
1786         * testsuite/22_locale/num_put/put/wchar_t/3.cc: Likewise. 
1787         * testsuite/22_locale/num_put/put/wchar_t/5.cc: Likewise.
1788         * testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc: Likewise.
1789         * testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc: Likewise. 
1790         * testsuite/22_locale/numpunct/members/char/2.cc: Likewise.
1791         * testsuite/22_locale/numpunct/members/char/3.cc: Likewise.
1792         * testsuite/22_locale/numpunct/members/char/wrapped_env.cc: Likewise.    
1793         * testsuite/22_locale/numpunct/members/char/wrapped_locale.cc: Likewise.
1794         * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Likewise.    
1795         * testsuite/22_locale/numpunct/members/wchar_t/wrapped_env.cc: Likewise.
1796         * testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc:
1797         Likewise. 
1798         * testsuite/22_locale/numpunct_byname/named_equivalence.cc: Likewise.       
1799         * testsuite/22_locale/time_get/date_order/char/wrapped_env.cc: Likewise.    
1800         * testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc:
1801         Likewise. 
1802         * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc:
1803         Likewise. 
1804         * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc:
1805         Likewise.
1806         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
1807         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.   
1808         * testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise.      
1809         * testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc:
1810         Likewise.
1811         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. 
1812         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.     
1813         * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise.     
1814         * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc:
1815         Likewise.  
1816         * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc:
1817         Likewise.
1818         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.  
1819         * testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc:
1820         Likewise.
1821         * testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc:
1822         Likewise.
1823         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
1824         * testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc:
1825         Likewise.
1826         * testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc:
1827         Likewise.
1828         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
1829         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
1830         * testsuite/22_locale/time_get/get_time/char/wrapped_env.cc: Likewise.
1831         * testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc:
1832         Likewise.
1833         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
1834         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
1835         * testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc:
1836         Likewise. 
1837         * testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc:
1838         Likewise.
1839         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
1840         * testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc:
1841         Likewise.
1842         * testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc:
1843         Likewise. 
1844         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
1845         * testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc:
1846         Likewise.    
1847         * testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc:
1848         Likewise. 
1849         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise. 
1850         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.     
1851         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.     
1852         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.     
1853         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.     
1854         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.     
1855         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.     
1856         * testsuite/22_locale/time_put/put/char/9780-1.cc: Likewise.       
1857         * testsuite/22_locale/time_put/put/char/wrapped_env.cc: Likewise.
1858         * testsuite/22_locale/time_put/put/char/wrapped_locale.cc: Likewise.  
1859         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.   
1860         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
1861         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
1862         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
1863         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
1864         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
1865         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
1866         * testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc: Likewise.     
1867         * testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc: Likewise.
1868         * testsuite/27_io/basic_filebuf/imbue/char/13007.cc: Likewise.  
1869         * testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc: Likewise.
1870         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
1871         * testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: Likewise.
1872         * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
1873         * testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc: Likewise.
1874         * testsuite/27_io/basic_filebuf/imbue/char/2.cc: Likewise. 
1875         * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Likewise.       
1876         * testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc: Likewise.
1877         * testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc: Likewise.   
1878         * testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc: Likewise. 
1879         * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise. 
1880         * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc: Likewise. 
1881         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise. 
1882         * testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: Likewise.       
1883         * testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc: Likewise.    
1884         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise.  
1885         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise.  
1886         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise.  
1887         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise.  
1888         * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: Likewise.    
1889         * testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: Likewise.    
1890         * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise. 
1891         * testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: Likewise.  
1892         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: Likewise.  
1893         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: Likewise.  
1894         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: Likewise.  
1895         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: Likewise.  
1896         * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: Likewise.
1897         * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: Likewise.
1898         * testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: Likewise.
1899         * testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: Likewise.
1900         * testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc: Likewise.        
1901         * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise.   
1902         * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc:
1903         Likewise.   
1904         * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc:
1905         Likewise.
1906         * testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc: Likewise.
1907         * testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc: Likewise.
1908         * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Likewise.  
1909         * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc: Likewise.    
1910         * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc: Likewise.    
1911         * testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc: Likewise. 
1912         * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Likewise.    
1913         * testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc: Likewise.
1914         * testsuite/27_io/objects/wchar_t/10.cc: Likewise. 
1915         * testsuite/27_io/objects/wchar_t/11.cc: Likewise. 
1916         * testsuite/27_io/objects/wchar_t/12.cc: Likewise. 
1917         * testsuite/27_io/objects/wchar_t/13.cc: Likewise. 
1918         * testsuite/27_io/objects/wchar_t/9520.cc: Likewise.
1919         * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
1921 2005-05-17  Nathan Sidwell  <nathan@codesourcery.com>
1923         * libsupc++/eh_personality.cc (gcc_unreachable): Define.
1925 2005-05-16  Paolo Carlini  <pcarlini@suse.de>
1927         * docs/html/install.html: Update list of required named
1928         locales, add "es_ES".
1930 2005-05-13  Magnus Fromreide  <magfr@lysator.liu.se>
1932         * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Use
1933         initialization instead of copying as the string is used only once.
1934         * testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise.
1935         * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.
1936         * testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise.
1938 2005-05-12  Benjamin Kosnik  <bkoz@redhat.com>
1940         * scripts/create_testsuite_files: Fix.
1941         
1942 2005-05-12  Kaz Kojima  <kkojima@gcc.gnu.org>
1944         * testsuite/18_support/numeric_limits.cc (dg-options): Add
1945         -mieee to options on sh*-*-*.
1947 2005-05-10  Jonathan Wakely  <redi@gcc.gnu.org>
1949         * include/debug/debug.h: Fix typo in macro name.
1951 2005-05-09  Paolo Carlini  <pcarlini@suse.de>
1952             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1953             
1954         PR libstdc++/18604
1955         * include/bits/deque.tcc: Fully qualify names from namespace std.
1956         * include/bits/stl_bvector.h: Likewise.
1957         * include/bits/stl_deque.h: Likewise.
1958         * include/bits/stl_list.h: Likewise.
1959         * include/bits/stl_map.h: Likewise.
1960         * include/bits/stl_multimap.h: Likewise.
1961         * include/bits/stl_multiset.h: Likewise.
1962         * include/bits/stl_set.h: Likewise.
1963         * include/bits/stl_vector.h: Likewise.
1964         * include/bits/vector.tcc: Likewise.
1965         * include/std/std_bitset.h: Likewise.
1966         * testsuite/23_containers/bitset/18604.cc: New.
1967         * testsuite/23_containers/deque/18604.cc: Likewise.
1968         * testsuite/23_containers/list/18604.cc: Likewise.
1969         * testsuite/23_containers/map/18604.cc: Likewise.
1970         * testsuite/23_containers/set/18604.cc: Likewise.
1971         * testsuite/23_containers/vector/18604.cc: Likewise.    
1973 2005-05-09  Mike Stump  <mrs@apple.com>
1975         * configure: Regenerate.
1977 2005-05-09  Jonathan Wakely  <redi@gcc.gnu.org>
1979         DR 434. bitset::to_string() hard to use [Ready]
1980         * include/debug/bitset (to_string): Add three overloads, taking
1981         fewer template arguments.
1983 2005-05-06  Mark Mitchell  <mark@codesourcery.com>
1985         * testsuite/testsuite_hooks.cc (try_mkfifo): Remove.
1986         * testsuite/testsuite_hooks.h (try_mkfifo): Likewise.
1987         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
1988         dg-require-fork and dg-require-mkfifo.  Replace try_mkfifo with
1989         mkfifo.
1990         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
1991         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
1992         * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
1993         * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc:
1994         Likewise.
1995         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
1996         Likewise.
1997         * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
1998         * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc:
1999         Likewise.
2000         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
2001         * testsuite/27_io/objects/char/7.cc: Likewise.
2002         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
2003         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
2004         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
2006 2005-05-04  Benjamin Kosnik  <bkoz@redhat.com>
2008         * acinclude.m4: Remove testsuite_wchar_t and testsuite_thread.
2009         * testsuite/Makefile.am: Same.
2010         * scripts/create_testsuite_files: Same. 
2011         * Makefile.in: Regenerate.
2012         * configure: Same.
2013         * include/Makefile.in: Same.
2014         * libmath/Makefile.in: Same.
2015         * libsupc++/Makefile.in: Same.
2016         * po/Makefile.in: Same.
2017         * src/Makefile.in: Same.
2019 2005-05-04  Mark Mitchell  <mark@codesourcery.com>
2021         * testsuite/lib/libstdc++.exp (v3-build_support): Look for
2022         __GTHREADS, rather than _GLIBCXX_HAVE_GTHR_DEFAULT, to determine
2023         whether or not thread support is available.
2025         * docs/html/test.html: Explain how to run the testsuite on an
2026         installed directory. 
2028 2005-05-01  Paolo Carlini  <pcarlini@suse.de>
2030         * config/os/aix/os_defines.h: Remove obsolete __off_t,
2031         __off64_t, __ssize_t defines.
2032         * config/os/djgpp/os_defines.h: Likewise.
2033         * config/os/hpux/os_defines.h: Likewise.
2034         * config/os/irix/irix5.2/os_defines.h: Likewise.
2035         * config/os/irix/irix6.5/os_defines.h: Likewise.
2036         * config/os/solaris/solaris2.5/os_defines.h: Likewise.
2037         * config/os/solaris/solaris2.6/os_defines.h: Likewise.
2038         * config/os/solaris/solaris2.7/os_defines.h: Likewise.
2039         * docs/html/17_intro/porting.html: Don't discuss the defines.
2040         * docs/html/17_intro/porting.texi: Likewise.
2042 2005-04-29  Paolo Carlini  <pcarlini@suse.de>
2043             Nathan Myers  <ncm@cantrip.org>
2045         PR libstdc++/21286
2046         * include/bits/fstream.tcc (basic_filebuf<>::xsgetn):
2047         Loop on short reads; remove the work-around for
2048         libstdc++/20806, not needed anymore.
2050 2005-04-29  Paolo Carlini  <pcarlini@suse.de>
2052         PR libstdc++/21238
2053         * include/bits/locale_facets.tcc (num_get::_M_extract_float,
2054         num_get::_M_extract_int, num_get::do_get(bool&),
2055         num_put::_M_insert_int, num_put::_M_insert_float,
2056         num_put::do_put(bool), money_get::_M_extract,
2057         money_put::_M_insert): Adjust the __cache_type typedef not to
2058         forward to a numpunct/moneypunct typedef.
2059         * testsuite/testsuite_character.h: Add pod_uint and its numpunct
2060         and moneypunct specializations.
2061         * testsuite/testsuite_character.cc: Add numpunct<pod_uint>::id
2062         and moneypunct<pod_uint>::id.
2063         * testsuite/22_locale/num_get/3.cc: New.
2064         * testsuite/22_locale/num_put/3.cc: Likewise.
2065         * testsuite/22_locale/money_get/3.cc: Likewise.
2066         * testsuite/22_locale/money_put/3.cc: Likewise.
2068         * include/bits/locale_facets.tcc (money_put::_M_insert,
2069         time_get::_M_extract_name): Prefer operator== to operator!=
2070         on char_types.
2072 2005-04-29  Paolo Carlini  <pcarlini@suse.de>
2074         * include/tr1/type_traits (is_convertible): Adjust according
2075         to the resolution of TR1 issue 3.20.
2076         * testsuite/tr1/4_metaprogramming/relationships_between_types/
2077         is_convertible/is_convertible.cc: Add tests.
2079 2005-04-28  Paolo Carlini  <pcarlini@suse.de>
2080             Gabriel Dos Reis  <gdr@integrable-solutions.net>
2082         PR libstdc++/21244 (cont)
2083         * include/bits/cpp_type_traits.h (struct __traitor): Convert
2084         to bool the values.
2085         * include/bits/stl_algo.h: Convert _S_threshold to int.
2086         * include/bits/stl_bvector.h: Revert previous change, convert
2087         _S_word_bit to int.
2088         * include/debug/formatter.h: Convert __max_parameters to
2089         size_t.
2090         * include/ext/mt_allocator.h: Likewise for _S_chunk_size.
2091         * include/ext/pool_allocator.h: Likewise for _S_max_bytes and
2092         _S_align.
2093         * include/ext/rope: Likewise for _S_alloc_granularity; convert
2094         _S_max_rope_depth to int.
2095         * include/ext/ropeimpl.h: Convert _S_path_cache_len to int;
2096         _S_max_rope_depth to int; _S_copy_max to size_t.
2098 2005-04-27  Benjamin Kosnik  <bkoz@redhat.com>
2100         * docs/doxygen/user.cfg.in: Update to doxygen-1.4.2.
2101         * docs/doxygen/doxygroups.cc: Update namespace comments.
2103 2005-04-27  Dominik Strasser  <dominik.strasser@infineon.com>
2104             Paolo Carlini  <pcarlini@suse.de>
2106         PR libstdc++/21244
2107         * include/bits/stl_bvector.h: Change the anonymous enum
2108         at namespace scope to _S_word_bit_enum.
2109         * testsuite/23_containers/vector/bool/21244.cc: New.
2111 2005-04-27  Paolo Carlini  <pcarlini@suse.de>
2113         * include/tr1/type_traits (has_trivial_copy, has_trivial_assign,
2114         has_nothrow_copy, has_nothrow_assign): Adjust according to the
2115         resolution of TR1 issue 3.21.
2116         * testsuite/testsuite_tr1.h (test_copy_property,
2117         test_assign_property): Remove.
2118         * testsuite/tr1/4_metaprogramming/type_properties/
2119         has_nothrow_assign/has_nothrow_assign.cc: Adjust.
2120         * testsuite/tr1/4_metaprogramming/type_properties/
2121         has_nothrow_copy/has_nothrow_copy.cc: Likewise.
2122         * testsuite/tr1/4_metaprogramming/type_properties/
2123         has_trivial_assign/has_trivial_assign.cc: Likewise.
2124         * testsuite/tr1/4_metaprogramming/type_properties/
2125         has_trivial_copy/has_trivial_copy.cc: Likewise.
2127 2005-04-26  Jones Desougi  <jones@ingate.com>
2129         PR libstdc++/21131
2130         * linkage.m4: Fix comments.
2132 2005-04-26  Paolo Carlini  <pcarlini@suse.de>
2134         PR libstdc++/21209
2135         * include/bits/locale_facets.tcc (_M_extract_int): Avoid signed
2136         integer overflow, always use a suited unsigned type in the main
2137         parsing loop.
2138         (struct __to_unsigned_type): New.
2139         * testsuite/22_locale/num_get/get/char/16.cc: New.
2140         * testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise.
2142 2005-04-25  Paolo Carlini  <pcarlini@suse.de>
2144         PR libstdc++/21035
2145         * include/bits/basic_string.h (compare): Adjust the documentation
2146         to match the implementation and the standard.
2148 2005-04-24  Paolo Carlini  <pcarlini@suse.de>
2150         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 35.
2152 2005-04-20  Mark Mitchell  <mark@codesourcery.com>
2154         * testsuite/ext/bitmap_allocator/check_allocate_max_size.cpp: Add
2155         explicit instantiations for systems without weak symbols.
2156         * testsuite/ext/bitmap_allocator/check_deallocate_null.cc:
2157         Likewise. 
2159 2005-04-18  Jonathan Wakely  <redi@gcc.gnu.org>
2161         * include/bits/stl_algo.h (rotate_copy): Add missing std qualification.
2163 2005-04-17  Paolo Carlini  <pcarlini@suse.de>
2165         PR libstdc++/20914
2166         * include/bits/locale_facets.tcc (__int_to_char(_CharT*, _ValueT,
2167         const _CharT*, ios_base::fmtflags, bool)): Don't deal with numeric
2168         base or sign here, instead...
2169         (_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)): ... here,
2170         after adding the grouping. This fixes the bug and also allows to
2171         clean-up the code dealing with integer types.
2172         (_M_group_int(const char*, size_t, _CharT, ios_base&, _CharT*,
2173         _CharT*, int&)): Simplify, remove bits dealing with numeric base.
2174         (__int_to_char(_CharT*, unsigned long, const _CharT*,
2175         ios_base::fmtflags), __int_to_char(_CharT*, unsigned long long,
2176         const _CharT*, ios_base::fmtflags)): Remove hackish fix for
2177         libstdc++/15565.
2178         (__int_to_char(_CharT*, long, const _CharT*, ios_base::fmtflags),
2179         __int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)):
2180         Simplify, don't pass the sign.
2181         (_M_insert_float(_OutIter, ios_base&, _CharT, char, _ValueT)):
2182         Deal with a sign at the beginning of __cs; robustify the grouping
2183         check.
2184         * testsuite/22_locale/num_put/put/char/20914.cc: New.
2185         * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.
2187 2005-04-14  Benjamin Kosnik  <bkoz@redhat.com>
2189         * include/ext/bitmap_allocator.h
2190         (__gnu_cxx::free_list::_M_get_mutex): New.
2191         (__gnu_cxx::free_list::_M_get_free_list): New.
2192         (__gnu_cxx::free_list::_S_bfl_mutex): Remove.
2193         (__gnu_cxx::free_list::_S_free_list): Remove.
2194         * src/bitmap_allocator.cc: Same.
2195         * config/linker-map.gnu: Remove free_list and mutex export.
2197 2005-04-14  Benjamin Kosnik  <bkoz@redhat.com>
2199         *  include/ext/pod_char_traits.h (__gnu_cxx::character): Add char_type.
2200         (character::to): New.
2201         (character::from): New.
2202         (operator==): Add state parameter.
2203         (operator<): Same.
2204         (char_traits::copy): Use std::copy.
2205         (char_traits::assign): Use std::fill_n.
2206         (char_traits::to_char_type): Use character::from.
2207         (char_traits::to_int_type): Use character::to.
2208         *  testsuite/testsuite_character.h (__gnu_test::character): Remove.
2209         (__gnu_test::conversion_state): Remove.
2210         (__gnu_test::pod_char): Remove.
2211         (pod_char): New typedef.
2212         (pod_uchar): New typedef.
2213         (pod_ushort): New typedef.
2214         *  testsuite/testsuite_character.cc: Fixups.
2215         *  testsuite/21_strings/basic_string/inserters_extractors/pod/
2216         10081-in.cc: Same.
2217         *  testsuite/21_strings/basic_string/inserters_extractors/pod/
2218         10081-out.cc: Same.
2219         *  testsuite/22_locale/numpunct/members/pod/1.cc: Same.
2220         *  testsuite/22_locale/numpunct/members/pod/2.cc: Same.
2221         *  testsuite/27_io/basic_filebuf/close/12790-1.cc: Same.
2222         *  testsuite/27_io/basic_filebuf/open/12790-1.cc: Same.
2223         *  testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Same.
2224         *  testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Same.
2225         *  testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Same.
2226         *  testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Same.
2227         *  testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Same.
2228         *  testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Same.
2229         *  testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Same.
2230         *  testsuite/27_io/basic_ios/imbue/14072.cc: Same.
2231         *  testsuite/27_io/basic_istream/extractors_arithmetic/pod/
2232         3983-1.cc: Same.
2233         *  testsuite/27_io/basic_istream/extractors_character/pod/
2234         3983-2.cc: Same.
2235         *  testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
2236         *  testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
2237         *  testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
2239 2005-04-12  Mike Stump  <mrs@apple.com>
2241         * configure: Regenerate.
2243 2005-04-08  Benjamin Kosnik  <bkoz@redhat.com>
2245         * testsuite/Makefile.am: Remove libv3test.a.
2246         * testsuite/Makefile.in: Regenerate.
2247         * testsuite/lib/libstdc++.exp (v3_target_compile): Fix comments.
2248         
2249 2005-04-08  Paolo Carlini  <pcarlini@suse.de>
2251         PR libstdc++/20909
2252         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
2253         Don't even try to group numbers like 2e20, i.e., no decimal
2254         point, scientific notation.
2255         * testsuite/22_locale/num_put/put/char/20909.cc: New.
2256         * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.
2258 2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
2260         * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_ASM_SYMVER.
2261         * acconfig.h: Delete file.
2262         * Makefile.in, acinclude.m4, configure: Regenerate.
2264 2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
2266         * linkage.m4 (GLIBCXX_MAYBE_UNDERSCORED_FUNCS): New macro.
2267         (GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1,
2268         GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2,
2269         GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_3,
2270         GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1,
2271         GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2): Use it.
2272         (GLIBCXX_CHECK_MATH_SUPPORT): Delete obsolete comment.
2273         * acconfig.h: Delete redundant macros.
2274         * config.h.in, configure: Regenerate.
2276 2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
2278         * linkage.m4 (GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1): Eliminate
2279         a subshell and if test fails, test for same functions with 
2280         leading underscore.
2281         (GLIBCXX_CHECK_MATH_SUPPORT): Eliminate seperate checks for _funcs.
2282         * configure: Regenerate.
2284 2005-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
2285             Paolo Carlini  <pcarlini@suse.de>
2286                         
2287         PR libstdc++/20806
2288         * config/os/mingw32/os_defines.h: Define
2289         _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM.
2290         * config/os/newlib/os_defines.h: Likewise, for __CYGWIN__.
2291         * include/bits/fstream.tcc (basic_filebuf<>::showmanyc()):
2292         Use it.
2293         (basic_filebuf<>::xsgetn(_CharT*, streamsize)): Likewise.
2295 2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
2297         * acconfig.h: Sort the bottom section.
2298         * config.h.in: Regenerate.
2300 2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
2302         * acconfig.h: Remove redundant HAVE_FLOAT_H.
2303         * config.h.in: Regenerate.
2305 2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
2307         * configure.ac: Create template for PACKAGE and VERSION.
2308         Update comment on how to regenerate file.  Update minimum
2309         automake version to 1.9.3.
2310         * acconfig.h: Remove PACKAGE and VERSION.
2311         * aclocal.m4, configure, Makefile.in, po/Makefile.in, 
2312         src/Makefile.in, include/Makefile.in, libmath/Makefile.in, 
2313         testsuite/Makefile.in, config.h.in: Regenerate.
2315 2005-04-06  Benjamin Kosnik  <bkoz@redhat.com>
2317         * docs/html/test.html: Update.
2318         * testsuite/printnow.c: Remove.
2319         * scripts/check_survey.in: Remove.
2321         * testsuite/abi_check.cc: To...
2322         * testuite/testsuite_abi_check.cc: ...here.
2323         * testsuite/libstdc++-abi/abi.exp: Change abi_check.cc to
2324         testsuite_abi_check.cc.
2326         * testsuite/testsuite_hooks.h: Move character related bits to...
2327         * testsuite/testsuite_character.h: ...here.
2328         * testsuite/testsuite_character.cc: ... and here.
2329         * testsuite/21_strings/basic_string/inserters_extractors/pod/
2330         10081-in.cc: Use testsuite_character.h.
2331         * testsuite/21_strings/basic_string/inserters_extractors/pod/
2332         10081-out.cc: Same.
2333         * testsuite/22_locale/numpunct/members/pod/1.cc: Same.
2334         * testsuite/22_locale/numpunct/members/pod/2.cc: Same.
2335         * testsuite/27_io/basic_filebuf/2.cc: Same.
2336         * testsuite/27_io/basic_fstream/2.cc: Same.
2337         * testsuite/27_io/basic_istream/2.cc: Same.
2338         * testsuite/27_io/basic_istream/extractors_arithmetic/pod/
2339         3983-1.cc: Same.
2340         * testsuite/27_io/basic_istream/extractors_character/char/
2341         9826.cc: Same.
2342         * testsuite/27_io/basic_istream/extractors_character/pod/
2343         3983-2.cc: Same.
2344         * testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
2345         * testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
2346         * testsuite/27_io/basic_ostream/2.cc: Same.
2347         * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
2348         * testsuite/27_io/basic_streambuf/2.cc: Same.
2349         * testsuite/27_io/basic_stringbuf/2.cc: Same.
2350         * testsuite/27_io/basic_stringbuf/4.cc: Same.
2351         * testsuite/27_io/basic_stringstream/2.cc: Same.
2352         * testsuite/27_io/fpos/1.cc: Same.
2353         * testsuite/ext/mt_allocator/tune-1.cc: Same.
2354         * testsuite/ext/mt_allocator/tune-2.cc: Same.
2355         * testsuite/ext/stdio_filebuf/char/1.cc: Same.  
2356         * testsuite/lib/libstdc++.exp (v3-build_support): Add
2357         testsuite_character.cc.
2358         * testsuite/Makefile.am (libv3test_a_SOURCES): Add
2359         testsuite_character.cc.
2360         * testsuite/Makefile.in: Regenerate.
2361                 
2362         * configure.ac: Remove use of check_survey.
2363         * configure: Regenerate.
2364         * testsuite/Makefile.am: Remove check-script and
2365         check-script-install rules.
2366         * testsuite/Makefile.in: Regenerate.
2368 2005-04-06  Ulrich Weigand  <uweigand@de.ibm.com>
2370         * config/cpu/s390/atomicity.h (__exchange_and_add): Add "memory"
2371         clobber to inline assembly statement.
2373 2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
2375         * acinclude.m4 (_GLIBCXX_USE_LONG_LONG,
2376         _GLIBCXX_USE_WCHAR_T, _GLIBCXX_USE_C99, _GLIBCXX_USE_C99_MATH,
2377         _GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_RES_LIMITS, _GLIBCXX_CONCEPT_CHECKS,
2378         _GLIBCXX_SYMVER, _GLIBCXX_USE_LFS, _GLIBCXX_FULLY_DYNAMIC_STRING,
2379         _GLIBCXX_USE_NLS, HAVE_GTHR_DEFAULT, HAVE_MBSTATE_T, HAVE_POLL,
2380         HAVE_S_ISREG, HAVE_S_IFREG, HAVE_WRITEV, HAVE_INT64_T,
2381         HAVE_LC_MESSAGES): Use long form of AC_DEFINE ...
2382         * acconfig.h: ... to eliminate them from here.
2383         (_GLIBCXX_ASM_SYMVER): Move definition below @BOTTOM@.
2384         * config.h.in, configure: Regenerate.
2385         
2386 2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
2388         * Makefile.am (ACLOCAL_AMFLAGS): Define.
2389         * crossconfig.m4: Wrap file into new GLIBCXX_CROSSCONFIG macro.
2390         * configure.ac: Use it.
2391         * acinclude.m4: Delete explicit m4_includes and sincludes.
2392         * aclocal.m4, configure, Makefile.in, po/Makefile.in, 
2393         src/Makefile.in, include/Makefile.in, libmath/Makefile.in, 
2394         testsuite/Makefile.in: Regenerate.
2396 2005-04-05  Jonathan Wakely  <redi@gcc.gnu.org>
2398         * include/tr1/memory, include/tr1/boost_shared_ptr.h: Use mutex
2399         to make _Sp_counted_base::add_ref_lock() thread-safe. Check whether
2400         to destroy resources by testing for equality, not inequality. Add
2401         empty critical sections to solve memory visibility issues.
2402         * testsuite/tr1/2_general_utilities/memory/
2403         shared_ptr/cons/auto_ptr_neg.cc: Use dg-excess-errors instead of
2404         explicitly listing line numbers which need to be kept in sync.
2405         * testsuite/tr1/2_general_utilities/memory/
2406         shared_ptr/assign/auto_ptr_neg.cc: Same.
2407         * testsuite/tr1/2_general_utilities/memory/
2408         shared_ptr/assign/auto_ptr_rvalue_neg.cc: Same.
2409         * testsuite/tr1/2_general_utilities/memory/
2410         shared_ptr/cons/weak_ptr_expired.cc: Make XFAIL for consistency when
2411         -fno-exceptions.
2412         * testsuite/tr1/2_general_utilities/memory/
2413         enable_shared_from_this/not_shared.cc: Add explanatory comments.
2414         * testsuite/tr1/2_general_utilities/memory/
2415         enable_shared_from_this/not_shared2.cc: Same.
2416         * testsuite/tr1/2_general_utilities/memory/
2417         enable_shared_from_this/not_shared3.cc: Same.
2419 2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
2421         * acconfig.h: Delete macros already AC_DEFINED.
2422         * config.h.in: Regenerate.
2424 2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
2426         * acconfig.h (HAVE_MODF): Remove.
2427         * linkage.m4: Check for modf.
2428         * config.h.in, configure: Regenerate.
2430 2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
2432         * acconfig.h (ENABLE_NLS, HAVE_CATGETS): Remove.
2433         (HAVE_GETTEXT, HAVE_STPCPY): Likewise.
2434         * config.h.in: Regenerate.
2435         
2436 2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
2438         * linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro 
2439         to convert to uppercase instead of shelling out to tr.
2440         * acconfig.h: Remove now redundant HAVE__BUILTINS_*.
2441         * configure, config.h.in: Regenerate.
2443 2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
2445         * acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
2446         * config.h.in: Regenerate.
2448 2005-04-04  Mark Mitchell  <mark@codesourcery.com>
2450         * testsuite/Makefile.am (check-local): Remove.
2451         (curent_symbols.txt): Likewise.
2452         (check-abi): Do not depend on current_symbols.txt.
2453         * testsuite/Makefile.in: Regenerated.
2454         * testsuite/libstdc++-abi/abi.exp: Build current_symbols.txt.
2456 2005-04-02  Douglas Gregor  <doug.gregor@gmail.com>
2457         
2458         * include/tr1/tuple_iterate.h (tuple_element): Use new macro
2459         _GLIBCXX_T_NUM_ARGS_PLUS_1 because _T is a macro on Darwin.
2460         * include/tr1/repeat.h (_GLIBCXX_T_NUM_ARGS_PLUS_1): Define for
2461         each iteration.
2462         * scripts/gen_includers.h: Define _GLIBCXX_T_NUM_ARGS_PLUS_1 for
2463         each iteration.
2464         
2465 2005-04-01  Douglas Gregor  <doug.gregor@gmail.com>
2467         * include/tr1/functional (_Maybe_wrap_member_pointer): Wrap up
2468         member pointers in _Mem_fn but let other function objects pass
2469         through unchanged.
2470         * include/tr1/functional_iterator (bind): Reduce number of bind()
2471         overloads to two to eliminate ambiguities. Use
2472         _Maybe_wrap_member_pointer to handle member pointers gracefully.
2473         
2474 2005-04-01  Mark Mitchell  <mark@codesourcery.com>
2476         * testsuite/Makefile.am (noinst_PROGRAMS): Remove.
2477         (site.exp): Write out the path to the baseline file.
2478         (check-abi): Use DejaGNU.
2479         (check-abi-verbose): Remove.
2480         * testsuite/Makefile.in: Regenerated.
2481         * testsuite/abi_check.cc (main): Check the return value from
2482         compare_symbols.
2483         * testsuite/testsuite_abi.cc (compare_symbols): Return a value.
2484         * testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
2485         * testsuite/libstdc++-abi/abi.exp: New file.
2487 2005-03-31  Chris Jefferson  <chris@bubblescope.net>
2489         * include/tr1/tuple: Support iteration via tuple_iterate.h.
2490         * include/tr1/tuple_iterate.h: Iteration file for tuple.
2492 2005-03-31  Douglas Gregor  <doug.gregor@gmail.com>
2494         * include/Makefile.am (tr1_headers): Add bind and mu repetition
2495         headers and reference_wrapper<> forwarding header.
2496         * include/Makefile.in: Regenerate.
2497         * include/tr1/bind_iterate.h: Implementation of function call
2498         operators for the function object returned from tr1::bind().
2499         * include/tr1/bind_repeat.h: Bind-specific repetition header,
2500         akin to include/tr1/repeat.h.
2501         * include/tr1/functional (_Mem_fn): Bug fix: declare result member
2502         template for use with result_of.
2503         (is_bind_expression): New.
2504         (is_placeholder): New.
2505         (_Placeholder): New. Placeholder type for bind.
2506         (_Mu): New. Implementation detail of bind.
2507         (_Bind, _Bind_result): New. Function objects returned by bind.
2508         (_GLIBCXX_JOIN): New. Required to create bind placeholders.
2509         * include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
2510         New. Implementation of tr1::bind.
2511         * include/tr1/mu_iterate.h (_Mu): result template and operator()
2512         for the _Mu helper to bind.
2513         * include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
2514         used by tuple header.
2515         (ref): Ditto.
2516         (cref): Ditto.
2517         * include/tr1/repeat.h: Add bind-specific repetition macros.
2518         * include/tr1/tuple: Use reference_wrapper forwarding header for
2519         initial definitions, then include <tr1/functional> at the end, to
2520         make the circular dependencies work.
2521         (tie): Support zero-argument tie() function.
2522         * testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
2523         bind() functionality with parameters bound.
2524         * testsuite/tr1/3_function_objects/bind/nested.cc: New test of
2525         nested bind() expressions.
2526         * testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
2527         of bind() placeholders.
2528         * testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
2529         with arguments bound via reference_wrapper<>.
2530         * scripts/gen_includers.pl: Generate the repetitive part of
2531         include/tr1/repeat.h.
2532         * scripts/gen_bind_includers.pl: Generate the repetitive part of
2533         include/tr1/bind_repeat.h. 
2534         
2535 2005-03-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2537         * testsuite/Makefile.am (CXX): Use ${SHELL}.
2538         (GLIBCXX_INCLUDES): Same.
2539         (AM_CXXFLAGS): Same.
2540         * testsuite/Makefile.in: Regenerate.
2542 2005-03-25  Mark Mitchell  <mark@codesourcery.com>
2544         * testsuite/lib/libstdc++.exp (libstdc++_init): Define LOCALEDIR
2545         when testing an installed compiler.
2546         
2547         * testsuite/lib/libstdc++.exp (v3-build_support): Pass -w when
2548         compiling support objects.
2550 2005-03-24  Benjamin Kosnik  <bkoz@redhat.com>
2552         * include/tr1/memory: Forward to...
2553         * include/tr1/boost_shared_ptr.h: ...here. Add Boost Software License.
2554         * include/Makefile.am (tr1_headers): Add boost_shared_ptr.h.
2555         * include/Makefile.in: Regenerate.
2556         * testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
2557         auto_ptr_neg.cc: Adjust line numbers.
2559 2005-03-23  Mark Mitchell  <mark@codesourcery.com>
2561         * testsuite/Makefile.am (all-local): Do not build testsuite_files.
2562         * testsuite/Makefile.in: Regenerated. 
2564 2005-03-23  Benjamin Kosnik  <bkoz@redhat.com>
2566         * acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies
2567         using _GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_USE_C99_MATH, and
2568         _GLIBCXX_USE_C99_WCHAR.
2569         Remove GLIBCXX_ENABLE_C_MBCHAR, consolidate in GLIBCXX_ENABLE_C99
2570         and GLIBCXX_ENABLE_WCHAR_T.
2571         Take C99 bits from GLIBCXX_CHECK_WCHAR_T_SUPPORT and put in 
2572         GLIBCXX_ENABLE_C99.
2573         Change remaining parts of GLIBCXX_CHECK_WCHAR_T_SUPPORT to
2574         GLIBCXX_CHECK_ICONV_SUPPORT.
2575         * configure.ac: Remove GLIBCXX_ENABLE_C_MBCHAR, use
2576         GLIBCXX_CHECK_ICONV_SUPPORT and GLIBCXX_ENABLE_WCHAR_T.
2577         * crossconfig.m4: Same.
2578         * acconfig.h: Same, adjust comments.
2579         * config.h.in: Regenerate.
2580         * configure: Regenerate.
2581         * docs/html/configopts.html: Change --enable-c-mbchar to
2582         --enable-wchar_t.
2584         * config/locale/gnu/c++locale_internal.h: Guard wide functions
2585         with _GLIBCXX_USE_WCHAR_T.
2586         * include/c_std/std_cwctype.h: Alphabetize, remove duplicates.
2587         * include/c_std/std_cstdio.h: Spacing.
2589         * config/locale/gnu/c_locale.h: Tweaks for unused warnings.
2590         * src/debug.cc: Same.
2592 2005-03-23  Mark Mitchell  <mark@codesourcery.com>
2594         * testsuite/libstdc++-dg/normal.exp: Read testsuite_files, if it
2595         exists.
2597         * testsuite/lib/libstdc++.exp (libstdc++_wchar_t): Rename to ...
2598         (v3-wchar_t): ... this.
2599         (libstdc++_threads): Rename to ...
2600         (v3-threads): ... this.
2601         (libstdc++_test_objs): Rename to ...
2602         (v3-test_objs): ... this.
2603         (libstdc++_build_support): Rename to ...
2604         (v3-build_support): ... this.
2605         * testsuite/libstdc++-dg/normal.exp: Adjust to use new names.
2607         * testsuite/lib/libstdc++.exp (libstdc++_init): Improve handling
2608         of compilers not in the build directory.
2609         (libstdc++_wchar_t): New variable.
2610         (libstdc++_threads): Likewise.
2611         (libstdc++_test_objs): Likewise.
2612         (v3_target_compile): Use libstdc++_test_objs.
2613         (v3-list-tests): Remove.
2614         (listdc++_build_support): New function.
2615         * testsuite/libstdc++-dg/normal.exp: Rework to dynamically
2616         generate list of tests.
2618 2005-03-21  Chris Jefferson  <chris@bubblescope.net>
2620         PR libstdc++/20577
2621         * include/bits/stl_algobase.h (iter_swap): Only delegate iter_swap
2622         to swap when the iterator's reference_type is a reference to its
2623         value_type.
2624         * testsuite/25_algorithms/iter_swap/20577.cc: New.
2626 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
2628         * acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic.
2629         (GLIBCXX_EXPORT_INSTALL_INFO): Adjust quotation so ${gcc_version}
2630         is expanded by the Makefiles, not by configure.
2631         * fragment.am: Set gcc_version.
2632         * libmath/Makefile.am: Likewise.
2633         * configure, Makefile.in, include/Makefile.in, libmath/Makefile.in
2634         * libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in
2635         * testsuite/Makefile.in: Regenerate.
2637 2005-03-16  Paolo Carlini  <pcarlini@suse.de>
2639         * testsuite/20_util/functional/binders.cc: Remove explicit
2640         instantiations for non-weak systems.
2641         * testsuite/20_util/memory/allocator/1.cc: Likewise.
2642         * testsuite/20_util/memory/allocator/10378.cc: Likewise.
2643         * testsuite/20_util/memory/allocator/10416.cc: Likewise.
2644         * testsuite/20_util/memory/allocator/8230.cc: Likewise.
2645         * testsuite/20_util/utility/rel_ops.cc: Likewise.
2646         * testsuite/22_locale/ctype/is/char/2.cc: Likewise.
2647         * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
2648         * testsuite/23_containers/deque/cons/1.cc: Likewise.
2649         * testsuite/23_containers/deque/cons/2.cc: Likewise.
2650         * testsuite/23_containers/deque/invalidation/1.cc: Likewise.
2651         * testsuite/23_containers/deque/invalidation/2.cc: Likewise.
2652         * testsuite/23_containers/deque/invalidation/3.cc: Likewise.
2653         * testsuite/23_containers/deque/invalidation/4.cc: Likewise.
2654         * testsuite/23_containers/deque/modifiers/swap.cc: Likewise.
2655         * testsuite/23_containers/deque/operators/1.cc: Likewise.
2656         * testsuite/23_containers/list/capacity/1.cc: Likewise.
2657         * testsuite/23_containers/list/cons/1.cc: Likewise.
2658         * testsuite/23_containers/list/cons/2.cc: Likewise.
2659         * testsuite/23_containers/list/cons/3.cc: Likewise.
2660         * testsuite/23_containers/list/cons/4.cc: Likewise.
2661         * testsuite/23_containers/list/cons/5.cc: Likewise.
2662         * testsuite/23_containers/list/cons/6.cc: Likewise.
2663         * testsuite/23_containers/list/cons/7.cc: Likewise.
2664         * testsuite/23_containers/list/cons/8.cc: Likewise.
2665         * testsuite/23_containers/list/cons/9.cc: Likewise.
2666         * testsuite/23_containers/list/invalidation/1.cc: Likewise.
2667         * testsuite/23_containers/list/invalidation/2.cc: Likewise.
2668         * testsuite/23_containers/list/invalidation/3.cc: Likewise.
2669         * testsuite/23_containers/list/invalidation/4.cc: Likewise.
2670         * testsuite/23_containers/list/modifiers/1.cc: Likewise.
2671         * testsuite/23_containers/list/modifiers/2.cc: Likewise.
2672         * testsuite/23_containers/list/modifiers/3.cc: Likewise.
2673         * testsuite/23_containers/list/operators/1.cc: Likewise.
2674         * testsuite/23_containers/list/operators/2.cc: Likewise.
2675         * testsuite/23_containers/list/operators/3.cc: Likewise.
2676         * testsuite/23_containers/list/operators/4.cc: Likewise.
2677         * testsuite/23_containers/map/insert/1.cc: Likewise.
2678         * testsuite/23_containers/map/invalidation/1.cc: Likewise.
2679         * testsuite/23_containers/map/invalidation/2.cc: Likewise.
2680         * testsuite/23_containers/map/modifiers/swap.cc: Likewise.
2681         * testsuite/23_containers/map/operators/1.cc: Likewise.
2682         * testsuite/23_containers/multimap/invalidation/1.cc: Likewise.
2683         * testsuite/23_containers/multimap/invalidation/2.cc: Likewise.
2684         * testsuite/23_containers/multimap/modifiers/swap.cc: Likewise.
2685         * testsuite/23_containers/multiset/insert/1.cc: Likewise.
2686         * testsuite/23_containers/multiset/insert/2.cc: Likewise.
2687         * testsuite/23_containers/multiset/invalidation/1.cc: Likewise.
2688         * testsuite/23_containers/multiset/invalidation/2.cc: Likewise.
2689         * testsuite/23_containers/multiset/modifiers/swap.cc: Likewise.
2690         * testsuite/23_containers/priority_queue/members/7161.cc: Likewise.
2691         * testsuite/23_containers/queue/members/7157.cc: Likewise.
2692         * testsuite/23_containers/set/insert/1.cc: Likewise.
2693         * testsuite/23_containers/set/invalidation/1.cc: Likewise.
2694         * testsuite/23_containers/set/invalidation/2.cc: Likewise.
2695         * testsuite/23_containers/set/modifiers/swap.cc: Likewise.
2696         * testsuite/23_containers/stack/members/7158.cc: Likewise.
2697         * testsuite/23_containers/vector/bool/6886.cc: Likewise.
2698         * testsuite/23_containers/vector/capacity/1.cc: Likewise.
2699         * testsuite/23_containers/vector/capacity/8230.cc: Likewise.
2700         * testsuite/23_containers/vector/cons/1.cc: Likewise.
2701         * testsuite/23_containers/vector/cons/2.cc: Likewise.
2702         * testsuite/23_containers/vector/cons/3.cc: Likewise.
2703         * testsuite/23_containers/vector/cons/6513.cc: Likewise.
2704         * testsuite/23_containers/vector/element_access/1.cc: Likewise.
2705         * testsuite/23_containers/vector/invalidation/1.cc: Likewise.
2706         * testsuite/23_containers/vector/invalidation/2.cc: Likewise.
2707         * testsuite/23_containers/vector/invalidation/3.cc: Likewise.
2708         * testsuite/23_containers/vector/invalidation/4.cc: Likewise.
2709         * testsuite/23_containers/vector/modifiers/1.cc: Likewise.
2710         * testsuite/23_containers/vector/modifiers/2.cc: Likewise.
2711         * testsuite/23_containers/vector/modifiers/swap.cc: Likewise.
2712         * testsuite/23_containers/vector/resize/1.cc: Likewise.
2713         * testsuite/24_iterators/back_insert_iterator.cc: Likewise.
2714         * testsuite/24_iterators/front_insert_iterator.cc: Likewise.
2715         * testsuite/24_iterators/insert_iterator.cc: Likewise.
2716         * testsuite/24_iterators/iterator.cc: Likewise.
2717         * testsuite/25_algorithms/copy/1.cc: Likewise.
2718         * testsuite/25_algorithms/copy/2.cc: Likewise.
2719         * testsuite/25_algorithms/copy/3.cc: Likewise.
2720         * testsuite/25_algorithms/copy/4.cc: Likewise.
2721         * testsuite/25_algorithms/equal.cc: Likewise.
2722         * testsuite/25_algorithms/fill/1.cc: Likewise.
2723         * testsuite/25_algorithms/fill/2.cc: Likewise.
2724         * testsuite/25_algorithms/min_max.cc: Likewise.
2725         * testsuite/25_algorithms/rotate.cc: Likewise.
2726         * testsuite/25_algorithms/unique/1.cc: Likewise.
2727         * testsuite/25_algorithms/unique/2.cc: Likewise.
2728         * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise.
2729         * testsuite/ext/concept_checks.cc: Likewise.
2730         * testsuite/ext/hash_map/1.cc: Likewise.
2731         * testsuite/ext/hash_set/1.cc: Likewise.
2732         * testsuite/ext/rope/1.cc: Likewise.
2733         * testsuite/ext/rope/2.cc: Likewise.
2734         * testsuite/ext/rope/3.cc: Likewise.
2735         * testsuite/thread/pthread1.cc: Likewise.
2736         * testsuite/thread/pthread4.cc: Likewise.
2737         * testsuite/thread/pthread5.cc: Likewise.
2738         * testsuite/thread/pthread6.cc: Likewise.
2739         * testsuite/thread/pthread7-rope.cc: Likewise.
2741 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
2743         * include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc
2744         subdirectory.  Generate #define of __GLIBCXX__ from contents of
2745         that file.
2746         * include/Makefile.in: Regenerate.
2747         * include/bits/c++config: Do not define __GLIBCXX__.
2749 2005-03-15  Paolo Carlini  <pcarlini@suse.de>
2751         PR libstdc++/20352
2752         * include/std/std_complex.h (pow(const complex<_Tp>&,
2753         const _Tp&)): On non-c99 platforms, don't try to compute
2754         log of complex zero.
2756 2005-03-10  Ben Elliston  <bje@au.ibm.com>
2758         * testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
2759         on GNU/Linux.
2761 2005-03-07  Paolo Carlini  <pcarlini@suse.de>
2763         * include/tr1/type_traits (is_polymorphic): Don't forget
2764         the virtual destructor, thus avoiding warnings.
2765         * testsuite/testsuite_tr1.h (class AbstractClass,
2766         class PolymorphicClass): Likewise.
2768 2005-03-07  Paolo Carlini  <pcarlini@suse.de>
2770         * include/std/std_complex.h (pow(const complex<_Tp>&,
2771         const complex<_Tp>&)): Dispatch to either __complex_pow(__x.__rep(),
2772         __y.__rep()) or __complex_pow(__x, __y) depending on the macro
2773         _GLIBCXX_USE_C99_COMPLEX.
2775 2005-03-07  Paolo Carlini  <pcarlini@suse.de>
2777         * include/std/std_fstream.h (basic_fstream<>::open,
2778         basic_ifstream<>::open, basic_ofstream<>::open): Implement the
2779         resolution of DR 409 [Ready], call clear() on success.
2780         * docs/html/ext/howto.html: Add an entry for DR 409.
2781         * docs/html/faq/index.html (4_4): Clarify the new behavior.
2782         * testsuite/27_io/basic_ifstream/open/char/1.cc: Adjust.
2783         * testsuite/27_io/basic_ofstream/open/char/1.cc: Likewise.
2785 2005-03-05  Joseph S. Myers  <joseph@codesourcery.com>
2787         * testsuite/22_locale/collate/compare/wchar_t/2.cc,
2788         testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc,
2789         testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc,
2790         testsuite/22_locale/collate/hash/wchar_t/2.cc,
2791         testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc,
2792         testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc,
2793         testsuite/22_locale/collate/transform/wchar_t/2.cc,
2794         testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc,
2795         testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
2796         XFAIL on *-*-hpux11.23.
2798 2005-03-04  Paolo Carlini  <pcarlini@suse.de>
2800         * include/tr1/type_traits: Add is_base_of.
2801         * testsuite/tr1/4_metaprogramming/relationships_between_types/
2802         is_base_of/is_base_of.cc: New.
2803         * testsuite/tr1/4_metaprogramming/relationships_between_types/
2804         is_base_of/typedefs.cc: Likewise.
2806 2005-03-03  Benjamin Kosnik  <bkoz@redhat.com>
2808         * include/tr1/functional: Convert relative path.
2810         * docs/doxygen/user.cfg.in: Add tr1 includes.
2812 2005-03-03  Paolo Carlini  <pcarlini@suse.de>
2814         * include/tr1/type_traits: Implemenet is_polymorphic.
2815         (is_empty): Minor tweaks.
2816         * testsuite/testsuite_tr1.h: Add test types.
2817         * testsuite/tr1/4_metaprogramming/type_properties/
2818         is_polymorphic/is_polymorphic.cc: New.
2819         * testsuite/tr1/4_metaprogramming/type_properties/
2820         is_polymorphic/typedefs.cc: Likewise.
2821         * testsuite/tr1/4_metaprogramming/composite_type_traits/
2822         is_union_or_class/is_union_or_class.cc: Add tests.
2824 2005-03-02  Douglas Gregor  <doug.gregor@gmail.com>
2826         * include/tr1/functional (_Has_result_type): Cleanup.
2827         (_Result_of_impl): Handle member data pointers correctly.
2828         (reference_wrapper): Support invocation.
2829         Move repetition code into new file include/tr1/repeat.h.
2830         * include/tr1/functional_iterate.h (reference_wrapper): Support
2831         invocation.  Cleanup long lines.
2832         * include/tr1/ref_wrap_iterate.h (reference_wrapper): Declare
2833         invocation operators.
2834         * include/tr1/repeat.h: Code repetition header.
2835         * include/Makefile.am: Add ref_wrap_iterate.h, repeat.h.
2836         * include/Makefile.in: Add ref_wrap_iterate.h, repeat.h.
2837         * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
2838         New test of reference_wrapper invocation.
2839         * testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc:
2840         New test of reference_wrapper typedefs and base classes.
2841         * testsuite/tr1/3_function_objects/result_of.cc: Trivial cleanup
2842         (e-mail address).
2844 2005-03-02  Douglas Gregor  <doug.gregor@gmail.com>
2846         * include/tr1/function (result_of): New class template.
2847         * include/tr1/functional/iterator.h: Implementation of TR1
2848         result_of.
2849         * testsuite/tr1/3_function_objects/result_of.cc: New test
2851 2005-03-01  Vladimir Merzliakov  <wanderer@rsu.ru>
2853         * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak.
2855 2005-02-28  Benjamin Kosnik  <bkoz@redhat.com>
2857         * testsuite/tr1/2_general_utilities/memory/shared_ptr/
2858         cons/auto_ptr_neg.cc: Correct line numbers.
2860         * testsuite/testsuite_abi.cc: Add CXXABI_1.3.1.
2862 2005-02-28  Jonathan Wakely  <redi@gcc.gnu.org>
2864         * include/tr1/memory: Replace checked_deleter with (unchecked)
2865         _Sp_deleter as GCC warns about delete on incomplete types anyway.
2867 2005-02-28  Jonathan Wakely  <redi@gcc.gnu.org>
2869         * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
2871 2005-02-28  Hans-Peter Nilsson  <hp@axis.com>
2873         PR target/19065
2874         * config/cpu/cris/atomicity.h (__exchange_and_add): In asm, use
2875         'Q' constraint, not 'm'.
2877 2005-02-26  Earl Chew  <earl_chew@agilent.com>
2878             Christopher Jefferson  <chris@bubblescope.net>
2880         * include/bits/stl_tree.h (_Rb_tree<>::_M_insert): Don't leak
2881         memory if _M_key_compare throws.
2883 2005-02-25  Paolo Carlini  <pcarlini@suse.de>
2885         * include/tr1/type_traits: Add the trivial is_union and is_class;
2886         add the __is_union_or_class extension.
2887         (is_enum, is_empty): Use the latter.
2888         * include/tr1/type_traits_fwd.h: Add __is_union_or_class.
2889         * testsuite/testsuite_tr1.h: Add UnionType; trivial formatting
2890         fixes.
2891         * testsuite/tr1/4_metaprogramming/composite_type_traits/
2892         is_union_or_class/is_union_or_class.cc: New.
2893         * testsuite/tr1/4_metaprogramming/composite_type_traits/
2894         is_union_or_class/typedefs.cc: Likewise.
2896 2005-02-24  Benjamin Kosnik  <bkoz@redhat.com>
2898         * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Guard
2899         wchar_t use with _GLIBCXX_USE_WCHAR_T.
2901 2005-02-24  Benjamin Kosnik  <bkoz@redhat.com>
2903         * include/std/std_complex.h: _GLIBCXX_USE_C99_COMPLEX_MATH to
2904         _GLIBCXX_USE_C99_COMPLEX.
2905         * acinclude.m4: Same.
2906         * acconfig.h: Same.
2907         * configure: Regenerate.
2908         * config.h.in: Same.
2910 2005-02-24  Paolo Carlini  <pcarlini@suse.de>
2912         * include/tr1/functional (mem_fn): Avoid _T, badname on
2913         Darwin.
2915 2005-02-23  Douglas Gregor  <doug.gregor@gmail.com>
2917         * include/tr1/functional (function): New class template.
2918         (mem_fn): New function template.
2919         Implementations of TR1 function and mem_fn facilities.
2920         * include/tr1/functional_iterate.h: Implementations of TR1
2921         function and mem_fn facilities.
2922         * testsuite/tr1/3_function_objects/function/1.cc: New
2923         test of std::tr1::function.
2924         * testsuite/tr1/3_function_objects/function/2.cc: New
2925         test of std::tr1::function.
2926         * testsuite/tr1/3_function_objects/function/3.cc: New
2927         test of std::tr1::function.
2928         * testsuite/tr1/3_function_objects/function/4.cc: New
2929         test of std::tr1::function.
2930         * testsuite/tr1/3_function_objects/function/5.cc: New
2931         test of std::tr1::function.
2932         * testsuite/tr1/3_function_objects/function/6.cc: New
2933         test of std::tr1::function.
2934         * testsuite/tr1/3_function_objects/function/7.cc: New
2935         test of std::tr1::function.
2936         * testsuite/tr1/3_function_objects/function/8.cc: New
2937         test of std::tr1::function.
2938         * testsuite/tr1/3_function_objects/function/9.cc: New
2939         test of std::tr1::function.
2940         * testsuite/tr1/3_function_objects/mem_fn.cc: New test of
2941         std::tr1::mem_fn.
2943 2005-02-23  Paolo Carlini  <pcarlini@suse.de>
2945         * include/tr1/type_traits: Implement is_convertible.
2946         * testsuite/tr1/4_metaprogramming/relationships_between_types/
2947         is_convertible/is_convertible.cc: New.
2948         * testsuite/tr1/4_metaprogramming/relationships_between_types/
2949         is_convertible/typedefs.cc: Likewise.
2950         * testsuite/testsuite_tr1.h: Add class DerivedType.
2952         * include/tr1/type_traits (is_function): Don't mistake references
2953         to function types for function types.
2954         * testsuite/tr1/4_metaprogramming/primary_type_categories/
2955         is_function/is_function.cc: Add testcase.
2957 2005-02-22  Benjamin Kosnik  <bkoz@redhat.com>
2959         * scripts/check_performance: Tweaks.
2961         * testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc: Name
2962         output file with extension that clean rules can find.
2964 2005-02-22  Richard Henderson  <rth@redhat.com>
2966         PR libstdc++/20091
2967         * libsupc++/eh_catch.cc (__cxa_begin_catch): Don't special case
2968         decrement of uncaughtExceptions for rethrow.
2970 2005-02-22  Paolo Carlini  <pcarlini@suse.de>
2972         * include/tr1/functional: Fix License to GPL with exception.
2973         * include/tr1/hashtable: Likewise.
2974         * include/tr1/tuple: Likewise.
2975         * include/tr1/type_traits: Likewise.
2976         * include/tr1/type_traits_fwd.h: Likewise.
2977         * include/tr1/unordered_map: Likewise.
2978         * include/tr1/unordered_set: Likewise.
2979         * include/tr1/utility: Likewise.
2981 2005-02-22  Paolo Carlini  <pcarlini@suse.de>
2983         * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
2984         auto_ptr_neg.cc: Add missing dg-do compile directive.
2985         * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
2986         auto_ptr_rvalue_neg.cc: Likewise.
2987         * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
2988         shared_ptr_neg.cc: Likewise.
2989         * testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
2990         auto_ptr_neg.cc: Likewise.
2991         * testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
2992         reset_neg.cc: Likewise.
2993         * testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
2994         swap_neg.cc: Likewise.
2996 2005-02-22  Jonathan Wakely  <redi@gcc.gnu.org>
2998         * include/Makefile.am, include/Makefile.in: Fix accidental extra
2999         change from previous commit.
3001 2005-02-21  Jonathan Wakely  <redi@gcc.gnu.org>
3003         * include/tr1/memory: New file.
3004         * include/Makefile.am, include/Makefile.in: Add new TR1 header.
3005         * testsuite/tr1/2_general_utilities/memory/
3006         enable_shared_from_this/not_shared.cc: New test.
3007         * testsuite/tr1/2_general_utilities/memory/
3008         enable_shared_from_this/not_shared2.cc: New test.
3009         * testsuite/tr1/2_general_utilities/memory/
3010         enable_shared_from_this/not_shared3.cc: New test.
3011         * testsuite/tr1/2_general_utilities/memory/
3012         enable_shared_from_this/shared.cc: New test.
3013         * testsuite/tr1/2_general_utilities/memory/
3014         enable_shared_from_this/still_shared.cc: New test.
3015         * testsuite/tr1/2_general_utilities/memory/
3016         shared_ptr/assign/assign.cc: New test.
3017         * testsuite/tr1/2_general_utilities/memory/
3018         shared_ptr/assign/auto_ptr.cc: New test.
3019         * testsuite/tr1/2_general_utilities/memory/
3020         shared_ptr/assign/auto_ptr_neg.cc: New test.
3021         * testsuite/tr1/2_general_utilities/memory/
3022         shared_ptr/assign/auto_ptr_rvalue_neg.cc: New test.
3023         * testsuite/tr1/2_general_utilities/memory/
3024         shared_ptr/assign/shared_ptr.cc: New test.
3025         * testsuite/tr1/2_general_utilities/memory/
3026         shared_ptr/assign/shared_ptr_neg.cc: New test.
3027         * testsuite/tr1/2_general_utilities/memory/
3028         shared_ptr/comparison/cmp.cc: New test.
3029         * testsuite/tr1/2_general_utilities/memory/
3030         shared_ptr/cons/auto_ptr.cc: New test.
3031         * testsuite/tr1/2_general_utilities/memory/
3032         shared_ptr/cons/auto_ptr_neg.cc: New test.
3033         * testsuite/tr1/2_general_utilities/memory/
3034         shared_ptr/cons/copy.cc: New test.
3035         * testsuite/tr1/2_general_utilities/memory/
3036         shared_ptr/cons/default.cc: New test.
3037         * testsuite/tr1/2_general_utilities/memory/
3038         shared_ptr/cons/pointer.cc: New test.
3039         * testsuite/tr1/2_general_utilities/memory/
3040         shared_ptr/cons/weak_ptr.cc: New test.
3041         * testsuite/tr1/2_general_utilities/memory/
3042         shared_ptr/cons/weak_ptr_expired.cc: New test.
3043         * testsuite/tr1/2_general_utilities/memory/
3044         shared_ptr/dest/dest.cc: New test.
3045         * testsuite/tr1/2_general_utilities/memory/
3046         shared_ptr/misc/io.cc: New test.
3047         * testsuite/tr1/2_general_utilities/memory/
3048         shared_ptr/misc/swap.cc: New test.
3049         * testsuite/tr1/2_general_utilities/memory/
3050         shared_ptr/modifiers/reset.cc: New test.
3051         * testsuite/tr1/2_general_utilities/memory/
3052         shared_ptr/modifiers/reset_neg.cc: New test.
3053         * testsuite/tr1/2_general_utilities/memory/
3054         shared_ptr/modifiers/swap.cc: New test.
3055         * testsuite/tr1/2_general_utilities/memory/
3056         shared_ptr/modifiers/swap_neg.cc: New test.
3057         * testsuite/tr1/2_general_utilities/memory/
3058         shared_ptr/observers/bool_conv.cc: New test.
3059         * testsuite/tr1/2_general_utilities/memory/
3060         shared_ptr/observers/get.cc: New test.
3061         * testsuite/tr1/2_general_utilities/memory/
3062         shared_ptr/observers/unique.cc: New test.
3063         * testsuite/tr1/2_general_utilities/memory/
3064         shared_ptr/observers/use_count.cc: New test.
3066 2005-02-21  Paolo Carlini  <pcarlini@suse.de>
3068         * include/tr1/type_traits (is_member_function_pointer):
3069         Remove ugly workaround for c++/19076.
3071 2005-02-21  Paolo Carlini  <pcarlini@suse.de>
3073         * include/bits/basic_string.tcc (_Rep::_M_destroy): Don't
3074         check for this == &_S_empty_rep, it's always false, here.
3076 2005-02-19  Matt Austern  <austern@gmail.com>
3078         * include/tr1/functional (tr1_hashtable_define_trivial_hash): Make
3079         hash<T>::operator() a const member function for T a fundamental type
3080         * include/tr1/hashtable (extract1st::operator()): Declare const.
3081         (hash_code_base): Declare all member functions const
3082         (hashtable::find): fix call to this->bucket_count()
3083         (hashtable::count): Likewise.
3084         (hashtable::equal_range): m_incr_bucket applies to iterator, not node.
3085         * testsuite/tr1/6_containers/unordered/find/set1.cc: New test.
3086         * testsuite/tr1/6_containers/unordered/find/map1.cc: New test.
3087         * testsuite/tr1/6_containers/unordered/find/multimap1.cc: New test.
3088         * testsuite/tr1/6_containers/unordered/find/multiset1.cc: New test.
3090 2005-02-19  Hans-Peter Nilsson  <hp@axis.com>
3092         PR libstdc++/20071
3093         * include/tr1/functional (hash<std::wstring>): Wrap in #ifdef
3094         _GLIBCXX_USE_WCHAR_T.
3096 2005-02-18  Richard Henderson  <rth@redhat.com>
3098         PR libstdc++/10606
3099         * config/linker-map.gnu (CXXABI_1.3.1): Add __cxa_get_exception_ptr.
3100         * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Increment
3101         uncaughtExceptions here instead of ...
3102         * libsupc++/eh_throw.cc (__cxa_throw) ... here.
3103         (__cxa_rethrow): Increment uncaughtExceptions here instead of ...
3104         * libsupc++/eh_catch.cc (__cxa_end_catch): ... here.
3105         (__cxa_get_exception_ptr): New.
3106         * libsupc++/unwind-cxx.h (__cxa_get_exception_ptr): Declare.
3108 2005-02-18  Matt Austern  <austern@apple.com>
3110         * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: Fix
3111         test case to use assignment instead of ==
3112         * testsuite/tr1/6_containers/unordered/insert/map_range.cc: New test.
3113         * testsuite/tr1/6_containers/unordered/insert/multimap_range.cc: New test.
3114         * testsuite/tr1/6_containers/unordered/insert/multiset_range.cc: New test.
3115         * testsuite/tr1/6_containers/unordered/insert/set_range.cc: New test.
3117 2005-02-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3119         * testsuite/thread/pthread1.cc: Do not invoke pthread_setconcurrency
3120         on Solaris 2.6 and below.
3121         * testsuite/thread/pthread2.cc: Likewise.
3122         * testsuite/thread/pthread3.cc: Likewise.
3123         * testsuite/thread/pthread4.cc: Likewise.
3124         * testsuite/thread/pthread5.cc: Likewise.
3125         * testsuite/thread/pthread6.cc: Likewise.
3126         * testsuite/thread/pthread7-rope.cc: Likewise.
3128 2005-02-17  Matt Austern  <austern@apple.com>
3130         * include/tr1/functional (hash): New function object.
3131         * include/tr1/hashtable: New file.
3132         * include/tr1/unordered_set: New file.
3133         * include/tr1/unordered_map: New file.
3134         * include/Makefile.am: Add three new TR1 headers.
3135         * include/Makefile.in: Likewise.
3136         * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: New test.
3137         * testsuite/tr1/6_containers/unordered/insert/map_single.cc: New test.
3138         * testsuite/tr1/6_containers/unordered/insert/multimap_single.cc: New test.
3139         * testsuite/tr1/6_containers/unordered/insert/multiset_single.cc: New test.
3140         * testsuite/tr1/6_containers/unordered/insert/set_single.cc: New test.
3141         * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: New test.
3142         * testsuite/tr1/6_containers/unordered/instantiate/map.cc: New test.
3143         * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc: New test.
3144         * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc: New test.
3145         * testsuite/tr1/6_containers/unordered/instantiate/set.cc: New test.
3147 2005-02-16  Paolo Carlini  <pcarlini@suse.de>
3149         * testsuite/23_containers/set/modifiers/16728.cc:
3150         Remove redundant include <testsuite_performance.h>.
3152 2005-02-16  Paolo Carlini  <pcarlini@suse.de>
3154         PR libstdc++/19829
3155         * testsuite/21_strings/basic_string/find/char/3.cc: Fix the test
3156         at line #66 to not access str_lit01 beyond its end.
3157         * testsuite/21_strings/basic_string/find/wchar_t/3.cc: Likewise.
3159 2005-02-15  Paolo Carlini  <pcarlini@suse.de>
3160             Jon Grimm  <jgrimm2@us.ibm.com>
3162         PR libstdc++/19955
3163         * include/bits/locale_facets.h (ctype<char>::_M_narrow_init()):
3164         Fix the logic setting _M_narrow_ok: first check whether the
3165         transformation is trivial with a dflt == 0, then deal with the
3166         special case of zero.
3167         * testsuite/22_locale/ctype/narrow/char/19955.cc: New.
3169         * include/bits/locale_facets.h (ctype<char>::_M_widen_init()):
3170         Tweak consistently to use memcmp; minor formatting fixes.
3172 2005-02-15  Jakub Jelinek  <jakub@redhat.com>
3174         PR libstdc++/19946
3175         * testsuite/demangle/abi_examples/01.cc (main): Adjust for 2005-02-13
3176         demangler change.
3177         * testsuite/demangle/abi_examples/02.cc (main): Likewise.
3179 2005-02-13  Richard Guenther  <rguenth@gcc.gnu.org>
3180             Paolo Carlini  <pcarlini@suse.de>
3182         PR libstdc++/11706
3183         * include/c_std/std_cmath.h (pow): Use __builtin_powi[lf]
3184         for integer overloads.
3186         * testsuite/26_numerics/cmath/powi.cc: New.
3188 2005-02-11  Janis Johnson  <janis187@us.ibm.com>
3190         * testsuite/26_numerics/complex/13450.cc: Fix XFAIL selector.
3191         * testsuite/26_numerics/complex/complex_value.cc: Ditto.
3192         * testsuite/26_numerics/complex/pow.cc: Ditto.
3194         * testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
3195         * testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
3196         * testsuite/26_numerics/complex/complex_value.cc: Ditto.
3197         * testsuite/26_numerics/complex/pow.cc: Ditto.
3199 2005-02-09  Mike Stump  <mrs@apple.com>
3201         * libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.
3203 2005-02-09  Janis Johnson  <janis187@us.ibm.com>
3205         * testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*.
3207 2005-02-08  Mark Mitchell  <mark@codesourcery.com>
3209         * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
3211 2005-02-07  Loren J. Rittle  <ljrittle@acm.org>
3213         * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static.
3214         * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc: Make ref and
3215         src static.
3217 2005-02-02  Brad Spencer  <spencer@infointeractive.com>
3219         * debug.html: Fix broken tags.
3220         * documentation.html: Same.
3222 2005-02-02  Andreas Jaeger  <aj@suse.de>
3224         * testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch
3225         from 2005-01-28.
3226         * testsuite/Makefile.am: Likewise.
3227         * testsuite/Makefile.in: Likewise.
3229 2005-02-01  Paolo Carlini  <pcarlini@suse.de>
3231         * include/bits/cpp_type_traits.h: Rename _M_type fields to
3232         __value, except for __enable_if, _M_type -> __type, consistently
3233         with the other traits.
3234         * include/bits/stl_algobase.h: Tweak consistently.
3235         * include/bits/stl_tree.h: Likewise.
3236         * include/bits/valarray_array.h: Likewise.
3237         * include/c_std/std_cmath.h: Likewise.
3238         * include/debug/safe_iterator.h: Likewise.
3239         * include/std/std_complex.h: Likewise.
3241 2005-01-31  Brad Spencer  <spencer@infointeractive.com>
3243         * crossconfig.m4: Repair Solaris cross bits for strtold and strtof.
3244         * configure: Regenerated.
3246 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
3248         * include/std/std_limits.h (numeric_limits<float>::has_denorm):
3249         Add required cast.
3250         (numeric_limits<double>::has_denorm): Likewise.
3251         (numeric_limits<long double>::has_denorm): Likewise.
3253 2005-01-31  Paolo Carlini  <pcarlini@suse.de>
3254             Gabriel Dos Reis  <gdr@integrable-solutions.net>
3256         * include/bits/cpp_type_traits.h: Add types to the structs thus
3257         making type_traits.h redundant; exploit new __truth_type and
3258         __traitor helpers.
3259         * include/bits/type_traits.h: Remove.
3260         * include/Makefile.am: Update.
3261         * include/Makefile.in: Regenerate.
3262         * include/backward/tempbuf.h: Include cpp_type_traits.h instead.
3263         * include/bits/basic_string.h (replace(iterator, iterator,
3264         _InputIterator, _InputIterator), _S_construct(_InIterator,
3265         _InIterator, const _Alloc&)): Use __is_integer instead.
3266         * include/bits/stl_bvector.h (vector(_InputIterator,
3267         _InputIterator, const allocator_type&), assign(_InputIterator,
3268         _InputIterator), insert(iterator, _InputIterator, _InputIterator)):
3269         Likewise.
3270         * include/bits/stl_construct.h (_Destroy(_ForwardIterator,
3271         _ForwardIterator)): Use __is_scalar.
3272         * include/bits/stl_deque.h (deque(_InputIterator, _InputIterator,
3273         const allocator_type&), assign(_InputIterator, _InputIterator),
3274         insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
3275         * include/bits/stl_list.h (assign(_InputIterator, _InputIterator),
3276         insert(iterator, _InputIterator, _InputIterator)): Likewise.
3277         * include/bits/stl_tempbuf.h (_Temporary_buffer(_ForwardIterator,
3278         _ForwardIterator)): Use __is_scalar.
3279         * include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator,
3280         _InputIterator, _ForwardIterator), uninitialized_fill(_ForwardIterator,
3281         _ForwardIterator, const _Tp&), uninitialized_fill_n(_ForwardIterator,
3282         _Size, const _Tp&)): Likewise.
3283         * include/bits/stl_vector.h (vector(_InputIterator, _InputIterator,
3284         const allocator_type&), assign(_InputIterator, _InputIterator),
3285         insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
3286         * include/debug/debug.h (__valid_range(const _InputIterator&,
3287         const _InputIterator&)): Use __is_integer.
3288         * include/ext/slist (assign(_InputIterator, _InputIterator)): Likewise.
3289         * include/std/std_string.h: Include cpp_type_traits.h instead.
3291 2005-01-30  Paolo Carlini  <pcarlini@suse.de>
3293         PR libstdc++/19642
3294         * config/locale/generic/c_locale.h (__convert_from_v): Switch only
3295         LC_NUMERIC, and only when actually != "C".
3297 2005-01-28  Paolo Carlini  <pcarlini@suse.de>
3299         * include/tr1/type_traits (is_function): Minor consistency tweaks.
3301 2005-01-28  Geoffrey Keating  <geoffk@apple.com>
3303         * testsuite/lib/libstdc++.exp (libstdc++_init): Search the path
3304         for the compiler.  Don't set cxxflags.
3305         (v3_target_compile): Search for libv3test.a relative to $objdir.
3306         (lsearch_all_inline): New.
3307         (lsearch_all_inline_not): New.
3308         (v3-list-tests): Rewrite to not need generated files.
3309         * testsuite/Makefile.am (IGNORE_WCHAR_T): New.
3310         (IGNORE_THREAD): New.
3311         (TESTS_TO_IGNORE): New.
3312         (site.exp): Set tests_to_ignore, cxxflags.
3313         * aclocal.m4: Regenerate.
3314         * Makefile.in: Regenerate.
3315         * libmath/Makefile.in: Likewise.
3316         * libsupc++/Makefile.in: Likewise.
3317         * po/Makefile.in: Likewise.
3318         * src/Makefile.in: Likewise.
3319         * testsuite/Makefile.in: Likewise.
3321 2005-01-28  Paolo Carlini  <pcarlini@suse.de>
3323         * include/tr1/type_traits: Implement is_empty.
3324         * testsuite/tr1/4_metaprogramming/type_properties/is_empty/
3325         is_empty.cc: New.
3326         * testsuite/tr1/4_metaprogramming/type_properties/is_empty/
3327         typedefs.cc: Likewise.
3329         * include/tr1/type_traits (__is_abstract_helper): Simplify a bit.
3331 2005-01-28  Paolo Carlini  <pcarlini@suse.de>
3333         * include/tr1/type_traits: Implement is_abstract, by exploiting the
3334         resolution of DR core/337.
3335         * testsuite/testsuite_tr1.h: Add AbstractClass.
3336         * testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
3337         is_abstract.cc: New.
3338         * testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
3339         typedefs.cc: Likewise.
3341         * include/tr1/type_traits (is_function): Rewrite, use the conversion
3342         F& -> F* instead, thus avoiding problems with abstract classes.
3343         * testsuite/tr1/4_metaprogramming/primary_type_categories/
3344         is_function/is_function.cc: Add a test for tricky AbstractClass.
3346 2005-01-26  Paolo Carlini  <pcarlini@suse.de>
3348         * include/ext/mt_allocator.h
3349         (struct __per_type_pool_policy<,, false>::_S_get_pool,
3350         struct __per_type_pool_policy<,, true>::_S_get_pool): Scale
3351         _M_chunk_size too with sizeof(_Tp), otherwise the allocator
3352         breaks down as soon as sizeof(_Tp) >~ _S_chunk_size / 128;
3353         reduce to 64 the multiplier for _M_max_bytes (safer wrt
3354         _Binmap_type being a short); trivial reformattings.
3355         * testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: New.
3357 2005-01-26  Paolo Carlini  <pcarlini@suse.de>
3359         * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex
3360         to the final test for enable_c99, thus robustifying it; remove
3361         duplicate final test on ac_99_math.
3362         * configure: Regenerate.
3364         * include/std/std_complex.h: Remove usages of the dead
3365         _GLIBCXX_BUGGY_COMPLEX macro.
3367         * testsuite/26_numerics/cmath/19322.cc: Protect with
3368         _GLIBCXX_USE_C99_MATH instead of the stronger _GLIBCXX_USE_C99,
3369         since only C99 math facilities are involved.
3370         * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
3371         Likewise.
3373 2005-01-25  Loren J. Rittle  <ljrittle@acm.org>
3375         * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin
3376         instead of generic.  Change autoconf report to "darwin or freebsd".
3377         * configure: Regenerate.
3378         * config/os/bsd/freebsd/ctype_inline.h (ctype<wchar_t>::do_is): Add.
3379         (ctype<wchar_t>::do_scan_is): Likewise.
3380         (ctype<wchar_t>::do_scan_not): Likewise.
3382 2005-01-25  Benjamin Kosnik  <bkoz@redhat.com>
3384         * acinclude.m4 (GLIBCXX_ENABLE_C99): Test for complex math
3385         functions, and enable _GLIBCXX_USE_C99_COMPLEX_MATH if they exist.
3386         * acconfig.h: Add _GLIBCXX_USE_C99_COMPLEX_MATH.
3387         * config.h.in: Regenerate.
3388         * configure: Regenerate.
3389         * include/std/std_complex.h: Protect complex builtins with
3390         _GLIBCXX_USE_C99_COMPLEX_MATH.
3392 2005-01-24  Paolo Carlini  <pcarlini@suse.de>
3394         * include/tr1/type_traits: Implement is_signed and is_unsigned.
3395         * testsuite/tr1/4_metaprogramming/type_properties/
3396         is_signed/is_signed.cc: New.
3397         * testsuite/tr1/4_metaprogramming/type_properties/
3398         is_signed/typedefs.cc: Likewise.
3399         * testsuite/tr1/4_metaprogramming/type_properties/
3400         is_unsigned/is_unsigned.cc: Likewise.
3401         * testsuite/tr1/4_metaprogramming/type_properties/
3402         is_unsigned/typedefs.cc: Likewise.
3404 2005-01-23  Paolo Carlini  <pcarlini@suse.de>
3406         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 34.
3408 2005-01-23  Paolo Carlini  <pcarlini@suse.de>
3410         * testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc: New.
3411         * testsuite/27_io/basic_ostream/endl/wchar_t/1.cc: Likewise.
3412         * testsuite/27_io/basic_ostream/ends/wchar_t/1.cc: Likewise.
3413         * testsuite/27_io/basic_ostream/ends/wchar_t/2.cc: Likewise.
3414         * testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc: Likewise.
3415         * testsuite/27_io/basic_ostream/flush/wchar_t/1.cc: Likewise.
3416         * testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise.
3417         * testsuite/27_io/basic_ostream/flush/wchar_t/
3418         exceptions_badbit_throw.cc: Likewise.
3419         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3420         wchar_t/2.cc: Likewise.
3421         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3422         wchar_t/3.cc: Likewise.
3423         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3424         wchar_t/4.cc: Likewise.
3425         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3426         wchar_t/4402.cc: Likewise.
3427         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3428         wchar_t/5.cc: Likewise.
3429         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3430         wchar_t/6.cc: Likewise.
3431         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3432         wchar_t/9555-oa.cc: Likewise.
3433         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3434         wchar_t/exceptions_badbit_throw.cc: Likewise.
3435         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3436         wchar_t/exceptions_failbit_throw.cc: Likewise.
3437         * testsuite/27_io/basic_ostream/inserters_character/
3438         wchar_t/1.cc: Likewise.
3439         * testsuite/27_io/basic_ostream/inserters_character/
3440         wchar_t/2.cc: Likewise.
3441         * testsuite/27_io/basic_ostream/inserters_character/
3442         wchar_t/3.cc: Likewise.
3443         * testsuite/27_io/basic_ostream/inserters_character/
3444         wchar_t/4.cc: Likewise.
3445         * testsuite/27_io/basic_ostream/inserters_character/
3446         wchar_t/5.cc: Likewise.
3447         * testsuite/27_io/basic_ostream/inserters_character/
3448         wchar_t/6.cc: Likewise.
3449         * testsuite/27_io/basic_ostream/inserters_character/
3450         wchar_t/9555-oc.cc: Likewise.
3451         * testsuite/27_io/basic_ostream/inserters_other/
3452         wchar_t/1.cc: Likewise.
3453         * testsuite/27_io/basic_ostream/inserters_other/
3454         wchar_t/2.cc: Likewise.
3455         * testsuite/27_io/basic_ostream/inserters_other/
3456         wchar_t/3.cc: Likewise.
3457         * testsuite/27_io/basic_ostream/inserters_other/
3458         wchar_t/4.cc: Likewise.
3459         * testsuite/27_io/basic_ostream/inserters_other/
3460         wchar_t/5.cc: Likewise.
3461         * testsuite/27_io/basic_ostream/inserters_other/
3462         wchar_t/9318-out.cc: Likewise.
3463         * testsuite/27_io/basic_ostream/inserters_other/
3464         wchar_t/9424-out.cc: Likewise.
3465         * testsuite/27_io/basic_ostream/inserters_other/
3466         wchar_t/9555-oo.cc: Likewise.
3467         * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3468         error_failbit.cc: Likewise.
3469         * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3470         exceptions_badbit_throw.cc: Likewise.
3471         * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3472         exceptions_failbit_throw.cc: Likewise.
3473         * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3474         exceptions_null.cc: Likewise.
3475         * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
3476         * testsuite/27_io/basic_ostream/put/wchar_t/1.cc: Likewise.
3477         * testsuite/27_io/basic_ostream/seekp/char/
3478         exceptions_badbit_throw.cc: Likewise.
3479         * testsuite/27_io/basic_ostream/seekp/wchar_t/
3480         2346-fstream.cc: Likewise.
3481         * testsuite/27_io/basic_ostream/seekp/wchar_t/
3482         2346-sstream.cc: Likewise.
3483         * testsuite/27_io/basic_ostream/seekp/wchar_t/
3484         exceptions_badbit_throw.cc: Likewise.
3485         * testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc: Likewise.
3486         * testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc: Likewise.
3487         * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise.
3488         * testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise.
3489         * testsuite/27_io/basic_ostream/tellp/wchar_t/
3490         exceptions_badbit_throw.cc: Likewise.
3491         * testsuite/27_io/basic_ostream/write/wchar_t/1.cc: Likewise.
3493         * testsuite/data/wostream_inserter_char-1.tst: Likewise.
3494         * testsuite/data/wostream_inserter_char-1.txt: Likewise.
3495         * testsuite/data/wostream_inserter_other-1.tst: Likewise.
3496         * testsuite/data/wostream_inserter_other-2.tst: Likewise.
3497         * testsuite/data/wostream_seeks-1.tst: Likewise.
3499         * testsuite/27_io/basic_ostream/endl/char/1.cc: Minor tweaks.
3500         * testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise.
3501         * testsuite/27_io/basic_ostream/exceptions/char/9561.cc: Likewise.
3502         * testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise.
3503         * testsuite/27_io/basic_ostream/flush/char/2.cc: Likewise.
3504         * testsuite/27_io/basic_ostream/flush/char/
3505         exceptions_badbit_throw.cc: Likewise.
3506         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3507         char/2.cc: Likewise.
3508         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3509         char/3.cc: Likewise.
3510         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3511         char/4.cc: Likewise.
3512         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3513         char/4402.cc: Likewise.
3514         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3515         char/5.cc: Likewise.
3516         * testsuite/27_io/basic_ostream/inserters_arithmetic/
3517         char/6.cc: Likewise.
3518         * testsuite/27_io/basic_ostream/inserters_character/
3519         char/4.cc: Likewise.
3520         * testsuite/27_io/basic_ostream/inserters_other/char/
3521         2.cc: Likewise.
3522         * testsuite/27_io/basic_ostream/inserters_other/char/
3523         5.cc: Likewise.
3524         * testsuite/27_io/basic_ostream/inserters_other/char/
3525         error_failbit.cc: Likewise.
3526         * testsuite/27_io/basic_ostream/inserters_other/char/
3527         exceptions_badbit_throw.cc: Likewise.
3528         * testsuite/27_io/basic_ostream/inserters_other/char/
3529         exceptions_failbit_throw.cc: Likewise.
3530         * testsuite/27_io/basic_ostream/inserters_other/char/
3531         exceptions_null.cc: Likewise.
3532         * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
3533         * testsuite/27_io/basic_ostream/seekp/char/
3534         exceptions_badbit_throw.cc: Likewise.
3535         * testsuite/27_io/basic_ostream/sentry/char/2.cc: Likewise.
3536         * testsuite/27_io/basic_ostream/write/char/1.cc: Likewise.
3538 2005-01-23  Paolo Carlini  <pcarlini@suse.de>
3540         * include/tr1/type_traits (aligned_storage): Use __aligned__ instead
3541         of aligned.
3543 2005-01-23  Paolo Carlini  <pcarlini@suse.de>
3544             Andreas Jaeger  <aj@suse.de>
3546         PR libstdc++/19343
3547         * include/bits/functexcept.h: Mark the helpers as 'noreturn'.
3549 2005-01-21  Loren J. Rittle  <ljrittle@acm.org>
3551         * testsuite/27_io/basic_filebuf/open/char/9507.cc: Allow
3552         lseek on fifo to succeed.  Thus, check for consistent report.
3554 2005-01-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3556         PR libstdc++/19510
3557         * include/bits/stl_list.h (_List_iterator): Initialize _M_node
3558         in constructor.
3559         (_List_const_iterator): Likewise.
3560         * include/bits/stl_tree.h (_Rb_tree_iterator): Likewise.
3561         (_Rb_tree_const_iterator): Likewise.
3563         * testsuite/23_containers/map/operators/1_neg.cc: Adjust line numbers.
3564         * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
3566 2005-01-20  Benjamin Kosnik  <bkoz@redhat.com>
3568         * testsuite/Makefile.am (check-compile): New.
3569         * testsuite/Makefile.in: Regenerate.
3570         * scripts/check_compile_time: New.
3571         * scripts/check_performance: Tweaks.
3573 2005-01-19  Paolo Carlini  <pcarlini@suse.de>
3575         PR libstdc++/19535
3576         * include/tr1/utility (struct __pair_get<1>::__get, __const_get):
3577         Fix typo in the return type.
3578         * testsuite/tr1/6_containers/utility/19535.cc: New.
3580 2005-01-19  Loren J. Rittle  <ljrittle@acm.org>
3582         * include/ext/array_allocator.h (array_allocator<>::allocate):
3583         Avoid __used.  Use __array_used instead.
3584         * docs/html/17_intro/BADNAMES: Add list for FreeBSD.
3586 2005-01-18  David Edelsohn  <edelsohn@gnu.org>
3588         * config/os/aix/os_defines.h (_XOPEN_SOURCE): Delete.
3589         (_XOPEN_SOURCE_EXTENDED): Delete.
3591 2005-01-18  Benjamin Kosnik  <bkoz@redhat.com>
3593         * testsuite/testsuite_performance.h (time_counter::start):
3594         Clear. Tweaks.
3595         (clear_counters): Inline.
3596         (start_counters): Inline.
3597         (stop_counters): Inline.
3598         * testsuite/performance/20_util/allocator/map_thread.cc: Return.
3599         * testsuite/performance/20_util/allocator/insert.cc: Remove bogus
3600         return, add return.
3601         * testsuite/performance/20_util/allocator/map_thread.cc: Same.
3603 2005-01-17  Paolo Carlini  <pcarlini@suse.de>
3605         PR libstdc++/19433
3606         * include/bits/stl_tree.h (_Rb_tree<>::insert_unique(iterator,
3607         const _Val&), _Rb_tree<>::insert_equal(iterator, const _Val&)):
3608         Obtain amortized constant complexity if t is inserted right after
3609         p - not before p - as per Table 69.
3610         * testsuite/performance/23_containers/set_insert_from_sorted.cc: New.
3612         * testsuite/23_containers/multiset/insert/2.cc: New.
3613         * testsuite/23_containers/set/insert/1.cc: Likewise.
3615         * testsuite/performance/23_containers/set_create_from_sorted.cc:
3616         Simplify.
3618         * include/bits/stl_tree.h: Add a few missing std:: qualifications.
3620 2005-01-16  Jonathan Wakely  <redi@gcc.gnu.org>
3622         * include/ext/rope: Qualify calls to std::copy() by sequence_buffer.
3623         * testsuite/ext/rope/4.cc: Add.
3625 2005-01-16  Lorenz Minder  <lminder@gmx.net>
3626             Paolo Carlini  <pcarlini@suse.de>
3628         PR libstdc++/19322
3629         * include/c_std/std_cmath.h: Define the C99 classification facilities
3630         directly inside namespace std:.
3631         * testsuite/26_numerics/cmath/19322.cc: New.
3633 2005-01-15  David Edelsohn  <edelsohn@gnu.org>
3635         * config/os/aix/os_defines.h (_G_USING_THUNKS): Delete.
3637 2005-01-14  Paolo Carlini  <pcarlini@suse.de>
3639         PR libstdc++/19422
3640         * include/bits/stl_tree.h (_Rb_tree<>::insert_equal(_II, _II),
3641         _Rb_tree<>::insert_unique(_II, _II)): Use insert_equal (insert_unique,
3642         respectively) with hint (end()).
3643         * testsuite/performance/23_containers/set_create_from_sorted.cc: New.
3645 2005-01-13  Geoffrey Keating  <geoffk@apple.com>
3647         * configure.host (darwin): On darwin8 or later, no need to build
3648         libstdc++ with -flat_namespace.
3650 2005-01-13  Jonathan Wakely  <redi@gcc.gnu.org>
3652         * docs/doxygen/user.cfg.in: Set HAVE_DOT back to YES.
3654 2005-01-13  Paolo Carlini  <pcarlini@suse.de>
3656         * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
3657         Re-enable commented-out test for double type.
3659 2005-01-11  Paolo Carlini  <pcarlini@suse.de>
3660             Benjamin Kosnik  <bkoz@redhat.com>
3662         * src/istream.cc (basic_istream<char>::ignore(streamsize),
3663         basic_istream<char>::ignore(streamsize, int_type),
3664         basic_istream<wchar_t>::ignore(streamsize),
3665         basic_istream<wchar_t>::ignore(streamsize, int_type)): In case
3666         more than numeric_limits<streamsize>::max() chars are skipped,
3667         set _M_gcount = max().
3668         * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
3669         int_type)): Likewise; keep simple, don't forward.
3671 2005-01-11  Paolo Carlini  <pcarlini@suse.de>
3673         * src/istream.cc (basic_istream<char>::ignore(streamsize),
3674         basic_istream<char>::ignore(streamsize, int_type),
3675         basic_istream<wchar_t>::ignore(streamsize),
3676         basic_istream<wchar_t>::ignore(streamsize, int_type)): Revert
3677         2005-01-05 change: actually, the previous behavior is conforming
3678         and consistent with that of get(char_type*, streamsize, char_type),
3679         albeit slightly different from that of 3.3/3.4 in a corner case
3680         due to the use of snextc.
3681         * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
3682         int_type)): Likewise.
3683         * testsuite/27_io/basic_istream/ignore/char/4.cc: Remove.
3684         * testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
3686 2005-01-11  Paolo Carlini  <pcarlini@suse.de>
3688         * include/tr1/type_traits: Implement alignment_of and aligned_storage.
3689         * testsuite/tr1/4_metaprogramming/other_transformations/
3690         aligned_storage/aligned_storage.cc: New.
3691         * testsuite/tr1/4_metaprogramming/other_transformations/
3692         aligned_storage/typedefs.cc: Likewise.
3693         * testsuite/tr1/4_metaprogramming/type_properties/
3694         alignment_of/alignment_of.cc: Likewise.
3695         * testsuite/tr1/4_metaprogramming/type_properties/
3696         alignment_of/typedefs.cc: Likewise.
3698 2005-01-10  Paolo Carlini  <pcarlini@suse.de>
3700         * Makefile.in: Regenerate.
3701         * libmath/Makefile.in: Likewise.
3702         * libsupc++/Makefile.in: Likewise.
3703         * po/Makefile.in: Likewise.
3704         * src/Makefile.in: Likewise.
3705         * testsuite/Makefile.in: Likewise.
3707 2005-01-10  Paolo Carlini  <pcarlini@suse.de>
3709         * include/bits/stl_algobase.h (lexicographical_compare):
3710         Fix concept check.
3712 2005-01-07  Benjamin Kosnik  <bkoz@redhat.com>
3714         * acinclude.m4: Remove CCODECVT_H.
3715         * configure: Regenerate.
3716         * include/Makefile.am (host_headers_extra): Move to...
3717         (ext_headers): ...here.
3718         * include/Makefile.in: Regenerate.
3719         * include/ext/enc_filebuf: Remove enc_filebuf, consolidate
3720         enc_traits to...
3721         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Move...
3722         * include/ext/codecvt_specializations.h: ...here. Remove
3723         _GLIBCXX_USE___ENC_TRAITS.
3724         (__enc_traits): To __encoding_state, put in __gnu_cxx namespace.
3725         (enc_char_traits): To __encoding_char_traits, put in __gnu_cxx
3726         namespace.
3727         * config/locale/generic/codecvt_specializations.h: Remove.
3728         * include/bits/codecvt.h: Remove codecvt_specializations.h include.
3729         * src/codecvt.cc: Remove __enc_traits::_S_max_size.
3731 2005-01-06  Benjamin Kosnik  <bkoz@redhat.com>
3733         * include/bits/fstream.tcc: Remove unnecessary qualifications for
3734         uglified data members of basic_filebuf, including _M_buf,
3735         _M_buf_size, _M_mode, _M_pback_init.
3736         * include/std/std_fstream.h: Same.
3738 2005-01-05  Benjamin Kosnik  <bkoz@redhat.com>
3740         * testsuite/testsuite_hooks.h:
3741         (copy_constructor::mark_call):  Use __throw_runtime_error.
3742         (assignment_operator::mark_call): Same.
3743         * testsuite/testsuite_hooks.cc (verify_demangle): Same.
3744         (locale_data): Remove, just use runtime_error directly.
3745         (environment_variable): Same.
3746         (not_found): Same.
3747         (run_tests_wrapped_locale): Use __throw_runtime_error.
3748         (run_tests_wrapped_env): Same.
3749         (semaphore::semaphore): Same.
3750         (semaphore::signal): Same.
3751         (semaphore::wait): Same.
3752         * testsuite/testsuite_abi.h (symbol_error): Remove, use logic_error.
3753         * testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.
3754         (create_symbols): Use __throw_runtime_error.
3755         * src/bitmap_allocator.cc: Use __throw_bad_alloc.
3757 2005-01-05  Mark Mitchell  <mark@codesourcery.com>
3759         * testsuite/27_io/basic_filebuf/open/char/9507.cc: Remove child
3760         process.
3762 2005-01-05  Paolo Carlini  <pcarlini@suse.de>
3764         * src/istream.cc (basic_istream<char>::ignore(streamsize),
3765         basic_istream<char>::ignore(streamsize, int_type),
3766         basic_istream<wchar_t>::ignore(streamsize),
3767         basic_istream<wchar_t>::ignore(streamsize, int_type)): At the end,
3768         first check _M_gcount vs __n.
3769         * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
3770         int_type)): Likewise.
3771         * testsuite/27_io/basic_istream/ignore/char/4.cc: New.
3772         * testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
3774 2005-01-03  Mark Mitchell  <mark@codesourcery.com>
3776         * testsuite/testsuite_hooks.cc: Use __throw_exception_again
3777         instead of just throw.
3779         * testsuite/testsuite_hooks.cc: Update coypright and follow style
3780         guidelines.
3781         * testsuite/testsuite_hooks.h: Likewise.
3782         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
3783         semaphores, not sleep.
3784         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
3785         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3786         * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
3787         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
3788         Likewise.
3789         * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
3790         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
3791         * testsuite/27_io/objects/char/7.cc: Likewise.
3792         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
3793         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
3794         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
3796         * configure.ac: Check for sys/ipc.h and sys/sem.h.
3797         * config.h.in: Regenerated.
3798         * configure: Likewise.
3799         * testsuite/testsuite_hooks.cc (_GLIBCXX_SYSV_SEM): Conditionally
3800         define.
3801         (sys/types.h): Include.
3802         (sys/ipc.h): Likewise.
3803         (sys/sem.h): Likewise.
3804         (__gnu_test::semun): New type.
3805         (__gnu_test::semaphore::sempaphore): New function.
3806         (__gnu_test::semaphore::~semaphore): Likewise.
3807         (__gnu_test::semaphore::wait): Likewise.
3808         (__gnu_test::semaphore::signal): Likewise.
3809         * testsuite/testsuite_hooks.h (__gnu_test::semaphore): New class.
3810         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
3811         semaphores, not sleep.
3812         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
3813         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3814         * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
3815         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
3816         Likewise.
3817         * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
3818         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
3819         * testsuite/27_io/objects/char/7.cc: Likewise.
3820         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
3821         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
3822         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
3824 2005-01-03  Paolo Carlini  <pcarlini@suse.de>
3826         * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
3827         int_type)): Reset _M_gcount to numeric_limits<streamsize>::min().
3828         * src/istream.cc (basic_istream<char>::ignore(streamsize, int_type),
3829         basic_istream<wchar_t>::ignore(streamsize, int_type)): Likewise.
3830         * src/istream.cc (basic_istream<char>::ignore(streamsize),
3831         basic_istream<wchar_t>::ignore(streamsize)): Likewise; fix a typo.
3833 2005-01-02  Paolo Carlini  <pcarlini@suse.de>
3835         * src/istream.cc (basic_istream<char>::ignore(streamsize),
3836         basic_istream<char>::ignore(streamsize, int_type),
3837         basic_istream<wchar_t>::ignore(streamsize),
3838         basic_istream<wchar_t>::ignore(streamsize, int_type)): Avoid
3839         _M_gcount overflows.
3840         * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
3841         int_type)): Likewise; use snextc in the main loop, consistently
3842         with the specializations above.
3844 2005-01-02  Chris Jefferson  <chris@bubblescope.net>
3846         * include/bits/stl_algobase.h (mismatch): Correct concept check.
3848 2005-01-01  Paolo Carlini  <pcarlini@suse.de>
3850         * testsuite/ext/enc_filebuf/char/13189.cc: Fix, first include
3851         testsuite_hooks.h, to know whether including ext/enc_filebuf.h.
3852         * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.
3854 2005-01-01  Paolo Carlini  <pcarlini@suse.de>
3856         * testsuite/27_io/basic_istream/extractors_character/char/1.cc: Fix,
3857         null-terminate array1 at the outset.
3858         * testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc:
3859         Likewise.