OSDN Git Service

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