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