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