]> gcc.gnu.org Git - gcc.git/blame - libstdc++-v3/ChangeLog
[multiple changes]
[gcc.git] / libstdc++-v3 / ChangeLog
CommitLineData
3d8aa000
PC
12005-11-02 Thomas Kho <tkho@ucla.edu>
2
3 PR libstdc++/23425
4 * include/bits/stl_vector.h (vector<>::clear): Open code
5 in terms of _Destroy.
6
72005-11-02 Paolo Carlini <pcarlini@suse.de>
8
9 * include/bits/vector.tcc (vector<>::_M_fill_assign): Qualify fill_n.
10
27473454
PC
112005-11-01 Paolo Carlini <pcarlini@suse.de>
12
13 PR libstdc++/24595
14 * include/tr1/boost_shared_ptr.h (shared_ptr<>::get_deleter):
15 Move out of shared_ptr.
16 * testsuite/tr1/2_general_utilities/memory/shared_ptr/misc/24595.cc:
17 New.
18
097588e4
PC
192005-10-30 Paolo Carlini <pcarlini@suse.de>
20
21 PR libstdc++/20213
22 * include/c_std/std_csignal.h: Adjust comment as per 17.4.1.2/4.
23 * include/c_std/std_cstdlib.h: Likewise.
24 * include/c_std/std_cstdio.h: Likewise.
25 * include/c_std/std_cstdarg.h: Likewise.
26 * include/c_std/std_cctype.h: Likewise.
27 * include/c_std/std_cerrno.h: Likewise.
28 * include/c_std/std_cmath.h: Likewise.
29 * include/c_std/std_ciso646.h: Likewise.
30 * include/c_std/std_ctime.h: Likewise.
31 * include/c_std/std_clocale.h: Likewise.
32 * include/c_std/std_climits.h: Likewise.
33 * include/c_std/std_cassert.h: Likewise.
34 * include/c_std/std_csetjmp.h: Likewise.
35 * include/c_std/std_cwchar.h: Likewise.
36 * include/c_std/std_cfloat.h: Likewise.
37 * include/c_std/std_cstring.h: Likewise.
38 * include/c_std/std_cstddef.h: Likewise.
39 * include/c_std/std_cwctype.h: Likewise.
40
f33e4b3d
CE
412005-10-29 Carey Evans <carey.evans@gmail.com>
42
43 PR libstdc++/22087
44 * config/os/djgpp/ctype_inline.h: Fix.
45 * config/os/djgpp/ctype_noninline.h: Likewise.
46
fcc85592
PC
472005-10-28 Paolo Carlini <pcarlini@suse.de>
48
49 PR libstdc++/24559
50 * include/c_std/std_cwchar.h (wcspbrk): Adjust signature.
51 * testsuite/21_strings/c_strings/wchar_t/24559.cc: New.
52
e4b600fb
PC
532005-10-25 Paolo Carlini <pcarlini@suse.de>
54
55 * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 39.
56 * docs/html/ext/howto.html: Adjust.
57
ab940869
PC
582005-10-21 Paolo Carlini <pcarlini@suse.de>
59
60 PR libstdc++/24450
61 * config/locale/generic/time_members.h (__timepunct<>::
62 __timepunct(__c_locale, const char*, size_t)): Avoid leaking
63 memory if new throws inside _M_initialize_timepunct.
64 * config/locale/gnu/time_members.h (__timepunct<>::
65 __timepunct(__c_locale, const char*, size_t)): Likewise.
66 * config/locale/gnu/message_members.h (messages<>::
67 messages(__c_locale, const char*, size_t)): Rearrange to
68 avoid memory leaks.
69
7058c3be
PC
702005-10-19 Paolo Carlini <pcarlini@suse.de>
71
72 * include/ext/sso_string_base.h (_M_swap): Rewrite.
73
486516b6
PC
742005-10-19 Paolo Carlini <pcarlini@suse.de>
75
76 * include/ext/rc_string_base.h (_S_terminal): Remove.
77 (_M_set_length): Adjust.
78 (_S_max_size): Change to anonymous enum.
79 (_M_max_size()): Add, returns the latter.
80 * include/ext/sso_string_base.h: Likewise.
81 * include/ext/vstring.h (max_size): Adjust.
82
7010f39e
JW
832005-10-17 Jonathan Wakely <redi@gcc.gnu.org>
84
85 PR libstdc++/24244
86 * include/tr1/boost_shared_ptr.h (_Sp_counted_base::_Sp_counted_base()):
87 When __GTHREAD_MUTEX_INIT is defined, initialize the mutex.
88
48c410a2
PC
892005-10-15 Paolo Carlini <pcarlini@suse.de>
90
91 * include/tr1/functional: Add missing #pragma GCC system_header.
92
76f5f441
PC
932005-10-14 Paolo Carlini <pcarlini@suse.de>
94
95 * include/tr1/hashtable (hashtable::m_erase): Rename to erase_node.
96 (hashtable::erase(iterator), erase(const_iterator)): Adjust.
97
8c210c41
RE
982005-10-13 Richard Earnshaw <richard.earnsahw@arm.com>
99
100 PR libstdc++/23926
101 * acinclude.m4 (port_specific_symbol_files): More symbol versioning
102 fixes.
103 * configure: Regenerate.
104
f05c19d1
HPN
1052005-10-13 Hans-Peter Nilsson <hp@axis.com>
106
107 * testsuite/lib/libstdc++.exp (libstdc++_init): Require
108 native testing before setting v3-sharedlib to 1.
109
abf513b5
JB
1102005-10-12 Joe Buck <Joe.Buck@synopsys.com>
111
112 * docs/html/27_io/howto.html: Use reference to ifstream when
113 including iosfwd.
114
595cf76b
AP
1152005-10-11 Andrew Pinski <pinskia@physics.uc.edu>
116
117 PR libstdc++/23926
118 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check
119 for GNU LD.
120 * configure: Regenerate.
121
18c75543
ILT
1222005-10-10 Benjamin Kosnik <bkoz@redhat.com>
123
124 * configure.ac (libtool_VERSION): To 6:7:0.
125 * configure: Regenerate.
126 * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.7.
127 * config/linker-map.gnu: Export locale::_Impl::_M_install_cache.
128
1292005-10-10 Ian Lance Taylor <ian@airs.com>
130
131 PR libstdc++/13583
132 * include/bits/locale_classes.h (locale::_Impl::_M_install_cache):
133 Move out of line.
134 * src/locale.cc: Define here, add mutex.
135
3c9b5053
PC
1362005-10-09 Paolo Carlini <pcarlini@suse.de>
137
138 PR libstdc++/24061 (issue 6.19)
139 * include/tr1/hashtable (struct node_const_iterator, struct
140 hashtable_const_iterator): New, add const variants to enable separate
141 overloadings for iterator and const_iterator in unordered_set and
142 unordered_multiset (as required by issue 6.19).
143 (class hashtable): Change the mutable_iterators template parameter
144 to constant_iterators and adjust throughout the logic.
145 (hashtable::insert(iterator, const value_type&), erase(iterator)
146 erase(iterator, iterator)): New, as per issue 6.19.
147 (hashtable::m_erase(node*, node**)): New, called by erase(iterator)
148 and erase(const_iterator).
149 (hashtable::Insert_Conv_Type): New, used by insert(iterator,
150 const value_type&) and insert(const_iterator, const value_type&)
151 to delegate the work to insert(const value_type&).
152 * include/tr1/unordered_map (class unordered_map, unordered_multimap):
153 Adjust typedefs.
154 * include/tr1/unordered_set (class unordered_set, unordered_multiset):
155 Likewise.
156 * testsuite/tr1/6_containers/unordered/erase/24061-map.cc: New.
157 * testsuite/tr1/6_containers/unordered/erase/24061-multimap.cc: New.
158 * testsuite/tr1/6_containers/unordered/erase/24061-multiset.cc: New.
159 * testsuite/tr1/6_containers/unordered/erase/24061-set.cc: New.
160 * testsuite/tr1/6_containers/unordered/insert/24061-map.cc: New.
161 * testsuite/tr1/6_containers/unordered/insert/24061-multimap.cc: New.
162 * testsuite/tr1/6_containers/unordered/insert/24061-multiset.cc: New.
163 * testsuite/tr1/6_containers/unordered/insert/24061-set.cc: New.
164
077fc835
KH
1652005-10-08 Kazu Hirata <kazu@codesourcery.com>
166
167 Merge from csl-arm-branch:
168 2004-12-15 Daniel Jacobowitz <dan@codesourcery.com>
169 * libstdc++-v3/config/linker-map.gnu: Add ARM EABI symbols.
170
a5cee480
PC
1712005-10-07 Paolo Carlini <pcarlini@suse.de>
172
173 Fix libstdc++/24196 for ext/vstring/rc by returning to the behavior
174 of basic_string pre-2003-06-13; remove fully-dynamic-string stuff.
175 * include/ext/rc_string_base.h (_M_refcopy): Move inside the
176 _Rep class and remove code in macro.
177 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
178 (_M_dispose, _M_leak_hard): Remove code in macro.
179 (_S_construct): Return _S_empty_rep()._M_refcopy() for empty string.
180 (_M_grab): Adjust.
181
182 * include/ext/rc_string_base.h (_Rep::_M_refdata()): Minor tweak,
183 mark throw().
184
0b76f812
BK
1852005-10-07 Benjamin Kosnik <bkoz@redhat.com>
186
187 * docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4.
188
c54c1b2b
PC
1892005-10-05 Paolo Carlini <pcarlini@suse.de>
190
191 * include/ext/sso_string_base.h (struct __sso_string_local):
192 Remove, actually POD types cannot have user defined constructors
193 (being aggregates) and therefore can always be members of unions.
194 (class __sso_string_base): Adjust consistently.
195
31131ac1
PC
1962005-10-05 Paolo Carlini <pcarlini@suse.de>
197
198 PR libstdc++/24198
199 * testsuite/27_io/basic_filebuf/3.cc: Use __gnu_test::pod_ushort
200 instead.
201 * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
202 * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
203 * testsuite/27_io/basic_fstream/3.cc: Likewise; run the test.
204 * testsuite/27_io/basic_ifstream/3.cc: Likewise; run the test.
205 * testsuite/27_io/basic_ios/3.cc: Likewise.
206 * testsuite/27_io/basic_iostream/3.cc: Likewise; run the test.
207 * testsuite/27_io/basic_istream/3.cc: Likewise; run the test.
208 * testsuite/27_io/basic_istringstream/3.cc: Likewise; run the test.
209 * testsuite/27_io/basic_ofstream/3.cc: Likewise; run the test.
210 * testsuite/27_io/basic_ostream/3.cc: Likewise; run the test.
211 * testsuite/27_io/basic_ostringstream/3.cc: Likewise; run the test.
212 * testsuite/27_io/basic_streambuf/3.cc: Likewise.
213 * testsuite/27_io/basic_stringbuf/3.cc: Likewise.
214 * testsuite/27_io/basic_stringstream/3.cc: Likewise; run the test.
215
c6ff1944
PC
2162005-10-05 Paolo Carlini <pcarlini@suse.de>
217
218 PR libstdc++/11729 (DR 280, [Ready])
219 * include/bits/stl_iterator.h: Add reverse_iterator global
220 functions with two template parameters (operator==, !=, <,
221 >, <=, >=, -).
222 * testsuite/24_iterators/reverse_iterator/11729.cc: New.
223 * docs/html/ext/howto.html: Add an entry for issue 280.
224
d26e1ec8
PC
2252005-10-03 Paolo Carlini <pcarlini@suse.de>
226
227 * include/tr1/hashtable
228 (node_iterator::node_iterator(const node_iterator<,true,>&)): Fix to
229 take a "false" (i.e., is_const == false) node_iterator.
230 (hashtable_iterator::hashtable_iterator(const hashtable_iterator<,
231 true,>&)): Likewise for hashtable_iterator.
232 (hashtable::const_local_iterator): Fix typedef (is_const == true).
233 (hashtable::const_iterator): Likewise.
234 * testsuite/tr1/6_containers/unordered/types/map_iterator.cc: New.
235 * testsuite/tr1/6_containers/unordered/types/multimap_iterator.cc: New.
236 * testsuite/tr1/6_containers/unordered/types/set_iterator.cc: New.
237 * testsuite/tr1/6_containers/unordered/types/multiset_iterator.cc: New.
238
e7dbb3ee
PC
2392005-10-02 Paolo Carlini <pcarlini@suse.de>
240
241 PR libstdc++/24054
242 * include/tr1/hashtable (erase(const key_type&)): Return the
243 number of elements erased.
244 * testsuite/tr1/6_containers/unordered/hashtable/24054.cc: New.
245
cc6312c1
KS
2462005-10-01 Kenny Simpson <theonetruekenny@yahoo.com>
247
248 * include/tr1/tuple_iterate.h (tuple::operator=(const std::pair<>&)):
249 Add missing return.
250
18048e65
PC
2512005-09-30 Paolo Carlini <pcarlini@suse.de>
252
253 PR libstdc++/24064
254 * include/tr1/hashtable (hash_code_base<>::store_code): Add.
255 (hashtable<>::insert(const value_type&)): Use it.
256 * testsuite/tr1/6_containers/unordered/hashtable/24064.cc: New.
257
eae6e95b
PC
2582005-09-30 Paolo Carlini <pcarlini@suse.de>
259
260 PR libstdc++/23953
261 * include/bits/locale_facets.tcc (__numpunct_cache<>::_M_cache,
262 __moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.
263 (__verify_grouping): Do the last check only if __grouping[__min] > 0.
264 (__add_grouping<>): End recursion if *__gbeg <= 0.
265 * testsuite/22_locale/num_get/get/char/23953.cc: New.
266 * testsuite/22_locale/num_get/get/wchar_t/23953.cc: Likewise.
267 * testsuite/22_locale/num_put/put/char/23953.cc: Likewise.
268 * testsuite/22_locale/num_put/put/wchar_t/23953.cc: Likewise.
269
2bd8e92c
CJ
2702005-09-29 Chris Jefferson <chris@bubblescope.net>
271
272 PR libstdc++/23978
2bd8e92c 273 * include/tr1/tuple_iterate.h (tuple): Add operator=(std::pair).
2bd8e92c 274 * testsuite/tr1/6_containers/tuple/creation_functions/23978.cc: New.
ffc53fb0
PC
275
276 * include/tr1/functional (ref, cref): Make inline.
277 * include/tr1/tuple_iterate.h (tie): Correct formatting.
278 (make_tuple): Make inline.
2bd8e92c 279
4bd2f9d6
BK
2802005-09-25 Benjamin Kosnik <bkoz@redhat.com>
281 Eric Botcazou <ebotcazou@libertysurf.fr>
282
283 * include/ext/mt_allocator.h
284 (__per_type_pool<...true>::_S_initialize_once): Always call
285 _M_initialize_once.
286 (__common_pool<...true>::_S_initialize_once): Same.
287
8d4addde
BK
2882005-09-23 Benjamin Kosnik <bkoz@redhat.com>
289
290 * testsuite/ext/mt_allocator/tune-1.cc: Clarify for single-thread.
291 * testsuite/ext/mt_allocator/tune-2.cc: Same.
292 * testsuite/ext/mt_allocator/tune-3.cc: Same.
293 * testsuite/ext/mt_allocator/tune-4.cc: Same.
294
fa5e3f06
GM
2952005-09-21 Guillaume Melquiond <guillaume.melquiond@ens-lyon.fr>
296
297 PR libstdc++/23956
298 * include/ext/mt_allocator.h: Remove excess
299 policy_type::_S_get_pool calls in constructors.
300
3d480e2f
PC
3012005-09-18 Paolo Carlini <pcarlini@suse.de>
302
303 PR libstdc++/23417 (cont)
304 * include/bits/stl_tree.h (_Rb_tree_impl<true>): Use member
305 initialization list for -Weffc++.
306
10d6edf8
JJ
3072005-09-16 Janis Johnson <janis187@us.ibm.com>
308
309 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
310 New.
311
451e92db
BK
3122005-09-15 Benjamin Kosnik <bkoz@redhat.com>
313
314 PR libstdc++/21674
315 PR libstdc++/22205
316 PR libstdc++/22222
317 * include/bits/c++config: Set _GLIBCXX_STD regardless of __GXX_WEAK__.
318 Add in check for __NO_INLINE__ for warning.
319 * testsuite/lib/dg-options.exp (dg-require-debug-mode): New.
320 * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): New.
321 * testsuite/21_strings/basic_string/element_access/char/21674.cc:
322 Use it.
323 * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
324 Use it.
325
f4ca8e27
PC
3262005-09-15 Paolo Carlini <pcarlini@suse.de>
327
328 PR libstdc++/23875
329 * include/std/std_ostream.h (operator<<(short), operator<<(unsigned
330 short), operator<<(int), operator<<(unsigned int), operator<<(float)):
331 Don't call operator<<(long), operator<<(unsigned long), or
332 operator<<(double), do the work mandated by the resolution of DR117...
333 * include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
334 short), operator<<(int), operator<<(unsigned int), operator<<(float)):
335 ... here.
336 * testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.
337
9c12301f
MM
3382005-09-15 Mark Mitchell <mark@codesourcery.com>
339
340 * testsuite/testsuite_character.h: Specialize character<>
341 templates in __gnu_cxx, not in __gnu_test.
342
0120daac
JW
3432005-09-13 Jonathan Wakely <cow@compsoc.man.ac.uk>
344 Benjamin Kosnik <bkoz@redhat.com>
345
346 PR libstdc++/21674
347 * testsuite/21_strings/basic_string/element_access/char/21674.cc: New.
348 * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
349 New.
350
00ff8e19
DE
3512005-09-12 David Edelsohn <dje@gcc.gnu.org>
352
353 PR libstdc++/22554
354 PR libstdc++/23734
355 * include/Makefile.am (stamp-assoc): Install each subgroup
356 of headers separately.
357 * include/Makefile.in: Regenerate.
358
31a7113e
BK
3592005-09-12 Benjamin Kosnik <bkoz@redhat.com>
360
f81ab296
BK
361 * testsuite/ext/mt_allocator/22309_thread.cc: Remove dg-do run.
362 * testsuite/lib/libstdc++.exp ( proc libstdc++_init): Enable
363 shared only for linux.
31a7113e 364
c35a51a5 3652005-09-12 Benjamin Kosnik <bkoz@redhat.com>
00ff8e19 366 David Edelsohn <dje@gcc.gnu.org>
c35a51a5
BK
367
368 PR libstdc++/22554
369 PR libstdc++/23734
370 * include/Makefile.am (assoc_headers): Break into five sub values.
371 (install-headers): Use them.
372 (stamp-assoc): Same.
373 * include/Makefile.in: Regenerate.
374
b35c0822
PC
3752005-09-12 Chris Jefferson <chris@bubblescope.net>
376
377 * include/bits/stl_algo.h (search_n): Delegate to specializations.
378 (search_n(,,,,binary_predicate)): Likewise.
379 (__search_n(forward_iterator_tag)): Original search_n, tweak to
380 remove an unnecessary comparison.
381 (__search_n(,,,,binary_predicate,forward_iterator_tag)): Likewise.
382
3832005-09-12 Jim Xochellis <jimxoch@yahoo.gr>
384
c35a51a5
BK
385 * include/bits/stl_algo.h
386 (__search_n(std::random_access_iterator_tag)): Add specialization.
b35c0822
PC
387 (__search_n(,,,,binary_predicate,std::random_access_iterator_tag)):
388 Likewise.
389
dbc564ae
BK
3902005-09-12 Benjamin Kosnik <bkoz@redhat.com>
391
392 PR libstdc++/23417
393 * include/bits/stl_list.h (_List_impl): Use member initialization
394 list for -Weffc++.
dda6e8cd 395 * include/bits/stl_tree.h (_Rb_tree_impl): Same.
dbc564ae 396
2bcec729
PC
3972005-09-12 Paolo Carlini <pcarlini@suse.de>
398
399 PR libstdc++/23767
400 * include/bits/stl_iterator.h (__normal_iterator::
401 __normal_iterator<>(const __normal_iterator<_Iter, _Container>&)):
402 Enable only when _Iter is equal to _Container::pointer.
403 * testsuite/21_strings/basic_string/types/23767.cc: New.
404 * testsuite/23_containers/vector/types/23767.cc: Likewise.
405 * testsuite/ext/vstring/types/23767.cc: Likewise.
406
2f9f6cef
BK
4072005-09-11 Benjamin Kosnik <bkoz@redhat.com>
408
409 PR libstdc++/19265
410 PR libstdc++/22309
411 * include/ext/mt_allocator.h
412 (__gnu_cxx::__create_handler): Remove.
413 (__pool<true>::_M_destroy_thread_key): Compatibility only.
414 (__pool<true>::_M_initialize(__destroy): Same.
415 (__pool<true>::_M_initialize): New.
416 (__pool<true>::_M_initialize_once): Nothing fancy.
417 (__pool<true>::_M_once): Remove.
418 (__common_pool): New.
419 (__common_pool_base): New.
420 (__per_type_pool): New.
421 (__per_type_pool_base): New.
422 * src/mt_allocator.cc: Same.
423 * config/linker-map.gnu (__pool<true>::_M_initialize()): Add.
424
4252005-09-11 Jakub Jelinek <jakub@redhat.com>
426
427 PR libstdc++/19265
428 PR libstdc++/22309
429 * src/mt_allocator.cc (__gnu_internal::freelist_mutex): Make static.
430 (__gnu_internal::__freelist): New type.
431 (__gnu_internal::freelist): New variable.
432 (__gnu_internal::_M_destroy_thread_key): New function.
433 (__gnu_cxx::__pool<true>::_M_destroy): Don't delete
434 _M_thread_freelist_initial.
435 (__gnu_cxx::__pool<true>::_M_initialize): Make argument nameless.
436 Don't use _M_thread_freelist and _M_thread_freelist_initial
437 __pool<true> fields, instead use __gnu_internal::freelist fields, call
438 gthread_key_create just once. Use
439 __gnu_internal::_M_destroy_thread_key as key destructor.
440 (__gnu_cxx::__pool<true>::_M_get_thread_id): Store size_t id
441 rather than _Thread_record* in the thread specific value. Don't
442 use _M_thread_freelist __pool<true> field, instead use
443 __gnu_internal::freelist fields.
444 (__gnu_cxx::__pool<true>::_M_destroy_thread_key): Do nothing.
445
4462005-09-11 Benjamin Kosnik <bkoz@redhat.com>
447 Jakub Jelinek <jakub@redhat.com>
448
449 PR libstdc++/19265
450 PR libstdc++/22309
451 * testsuite/testsuite_shared.cc: New.
452 * testsuite/lib/dg-options.exp (dg-require-sharedlib): New.
453 * testsuite/lib/libstdc++.exp (libstdc++_init): Look for shared
454 library, and set v3-sharedlib based on this.
455 (check_v3_target_sharedlib): New.
456 (proc v3-build_support): Build shared objects.
457 * testsuite/ext/mt_allocator/22309_thread.cc: New, use above.
458
e182017e
PC
4592005-09-11 Paolo Carlini <pcarlini@suse.de>
460
461 PR libstdc++/23781
462 * include/bits/stl_list.h (_List_iterator<>::
463 _List_iterator(_List_node_base*), _List_const_iterator<>::
464 _List_const_iterator(const _List_node_base*)): Make explicit.
465 (list<>::begin(), list<>::end(), list<>::pop_back()): Adjust
466 consistently.
467 * include/bits/list.tcc (list<>::insert, list<>::erase): Adjust
468 consistently.
469 * include/bits/stl_tree.h (_Rb_tree_iterator<>::
470 _Rb_tree_iterator(_Link_type), _Rb_tree_const_iterator<>::
471 _Rb_tree_const_iterator(_Link_type)): Make explicit.
472 (_Rb_tree<>::begin(), _Rb_tree<>::end()): Adjust consistently.
473 * include/ext/slist (_Slist_iterator<>::_Slist_iterator(_Node*)):
474 Make explicit.
475 (slist<>::erase(iterator), slist<>::erase(iterator, iterator)):
476 Adjust consistently.
477 * include/tr1/hashtable (hashtable_iterator<>::
478 hashtable_iterator(hash_node<>**)): Make explicit.
479 * testsuite/23_containers/list/23781.cc: New.
480 * testsuite/23_containers/map/23781.cc: Likewise.
481 * testsuite/23_containers/multimap/23781.cc: Likewise.
482 * testsuite/23_containers/multiset/23781.cc: Likewise.
483 * testsuite/23_containers/set/23781.cc: Likewise.
484 * testsuite/ext/slist/23781.cc: Likewise.
485 * testsuite/tr1/6_containers/unordered/23781.cc: Likewise.
486 * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
487 line numbers.
488 * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
489
490 * include/tr1/array (array<>::begin(), array<>::end()): Adjust
491 stylistically for consistency with the other containers.
492
225d3396
JM
4932005-09-10 Joseph S. Myers <joseph@codesourcery.com>
494
495 * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
496 XFAIL on *-*-linux*, not *-*-linux-gnu.
497
35885ceb
BK
4982005-09-09 Benjamin Kosnik <bkoz@redhat.com>
499 Jakub Jelinek <jakub@redhat.com>
500
501 * src/debug.cc (iterator_base_mutex): Make static for internal
502 linkage.
503 * src/locale_init.cc (locale_mutex): Same.
504 * src/mt_allocator.cc (freelist_mutex): Same.
505 * src/pool_allocator.cc (palloc_init_mutex): Same.
506
ab7654d9
PC
5072005-09-02 Paolo Carlini <pcarlini@suse.de>
508
509 * testsuite/tr1/6_containers/unordered/hashtable/23465.cc:
510 Reduce maximum size and lf.
511
d14630d6 5122005-09-01 Benjamin Kosnik <bkoz@redhat.com>
d42a11e1
BK
513
514 * include/c_std/std_cmath.h: Declare C99 functions and helper
515 functions as inline.
516
5172005-09-01 Benjamin Kosnik <bkoz@redhat.com>
518 Paolo Carlini <pcarlini@suse.de>
d14630d6
BK
519
520 * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix
521 comment.
522
a1340af7
BK
5232005-09-01 Benjamin Kosnik <bkoz@redhat.com>
524
3d480e2f
PC
525 * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New.
526 * testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New.
527 * testsuite/ext/mt_allocator/deallocate_local-6.cc: New.
528 * testsuite/ext/mt_allocator/deallocate_local-8.cc: New.
529 * testsuite/ext/mt_allocator/deallocate_local_thread-5.cc: New.
530 * testsuite/ext/mt_allocator/deallocate_local_thread-7.cc: New.
531 * docs/html/ext/mt_allocator.html: Add link to examples.
532 * testsuite/testsuite_allocator.h: Tweak.
533 * testsuite/ext/mt_allocator/deallocate_global-2.cc: Same.
534 * testsuite/ext/mt_allocator/deallocate_global-4.cc: Same.
535 * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same.
536 * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same.
537 * testsuite/ext/mt_allocator/deallocate_local-2.cc: Same.
538 * testsuite/ext/mt_allocator/deallocate_local-4.cc: Same.
539 * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same.
540 * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same.
541 * testsuite/ext/new_allocator/deallocate_global.cc: Same.
542 * testsuite/ext/new_allocator/deallocate_local.cc: Same.
a1340af7 543
e6494c94
PC
5442005-08-31 Paolo Carlini <pcarlini@suse.de>
545 Kaspar Fischer <fischerk@inf.ethz.ch>
546
547 PR libstdc++/23632
548 * include/bits/stl_bvector.h (_Bit_iterator::operator[],
549 _Bit_const_iterator::operator[]): Const-ify.
550 * testsuite/23_containers/vector/bool/23632.cc: New.
551
5038e098
PC
5522005-08-30 Paolo Carlini <pcarlini@suse.de>
553
554 PR libstdc++/23578 (cont)
555 * include/bits/stl_bvector.h (class vector<bool>): Add
556 a dummy data() to avoid problems in debug-mode.
557
da45075d
PC
5582005-08-30 Paolo Carlini <pcarlini@suse.de>
559
560 * testsuite/ext/hash_map/23528.cc: New.
561
e677187e
PC
5622005-08-29 Paolo Carlini <pcarlini@suse.de>
563
564 * include/bits/stl_map.h (class map): ... and a missing @a.
565
76c6705b
PC
5662005-08-29 Paolo Carlini <pcarlini@suse.de>
567
568 * include/bits/stl_map.h (class map): Add missing % in comment.
569
8b5f07a2
PC
5702005-08-29 Paolo Carlini <pcarlini@suse.de>
571
572 PR libstdc++/23578 (DR 464 [Ready])
573 * include/bits/stl_map.h (class map): Add at(const key_type&)
574 member functions.
575 * include/bits/stl_vector.h (class vector): Add data() member
576 functions.
577 * include/debug/map.h (class map): Adjust consistently.
578 * include/debug/vector (class vector): Likewise.
579 * testsuite/23_containers/map/element_access/1.cc: New.
580 * testsuite/23_containers/vector/data_access/1.cc: Likewise.
581 * docs/html/ext/howto.html: Add an entry for DR 464.
582
277d42e2
BK
5832005-08-26 Benjamin Kosnik <bkoz@redhat.com>
584
585 PR libstdc++/20534 (contd)
586 * src/debug.cc (__gnu_debug): Remove __fancy_abort definition.
587 Remove cstdio and cstdlib includes.
588 * include/debug/debug.h: Define inline here. Remove
589 _GLIBCXX_DEBUG_ABORT.
590 * include/debug/macros.h: Remove __fancy_abort declaration,
591 _GLIBXX_DEBUG_ABORT definition.
592 * config/linker-map.gnu: Remove export.
593
327d749c
BK
5942005-08-26 Benjamin Kosnik <bkoz@redhat.com>
595
596 * scripts/check_compile (UNIQUE_ID): New. Use to name output files.
597
5a2ab2c3
PC
5982005-08-26 Paolo Carlini <pcarlini@suse.de>
599
600 PR libstdc++/23081
601 * include/tr1/array: Implement members back(), front(), data(),
602 and the tuple interface; tidy.
603 * testsuite/tr1/6_containers/array/element_access/back.cc: New.
604 * testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
605 * testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
606 * testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
607 * testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
608 Likewise.
609 * testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
610 Likewise.
611
40f15089
PC
6122005-08-25 Paolo Carlini <pcarlini@suse.de>
613
614 * include/tr1/hashtable: Use __throw_exception_again,
615 not naked throw, in the catch clauses.
616
a35f1a13
LL
6172005-08-24 Lawrence Lim <llim@redhat.com>
618 Jakub Jelinek <jakub@redhat.com>
619 Benjamin Kosnik <bkoz@redhat.com>
620
621 PR libstdc++/23550
622 * testsuite/21_strings/char_traits/requirements/char/1.cc
623 (test01): Simplify counting.
624 * testsuite/21_strings/char_traits/requirements/wchar_t/1.cc
625 (test02): Same.
626
bb7d32a9
PC
6272005-08-24 Paolo Carlini <pcarlini@suse.de>
628 Chris Jefferson <chris@bubblescope.net>
629
630 PR libstdc++/23465
631 * include/tr1/hashtable (hash_code_base::m_swap): Use
632 std::swap.
633 (hashtable<>::hashtable(const hashtable&)): Use copy_code;
634 fix m_allocate_node call.
635 * testsuite/tr1/6_containers/unordered/hashtable/23465.cc: New.
636
b71ed552
KC
6372005-08-23 Kelley Cook <kcook@gcc.gnu.org>
638
639 PR libstdc++/23462
640 * testsuite/data/sgetn.txt: Revert to previous FSF address.
641
9191d641
TK
6422005-08-23 Thomas Kho <tkho@ucla.edu>
643
644 PR libstdc++/23358
645 * include/bits/stl_construct.h (_Destroy(_ForwardIterator,
646 _ForwardIterator, allocator<_Tp>)): Removed unused template parameter.
647
96d06af8
GK
6482005-08-22 Geoffrey Keating <geoffk@apple.com>
649
650 * testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
651 * testsuite/27_io/ios_base/storage/2.cc: Likewise.
652
e27ce379
R
6532005-08-19 J"orn Rennecke <joern.rennecke@st.com>
654
655 * config/cpu/sh/atomicity.h: Replace broken generic code with current
656 copy of generic/atomicity.h .
657
83f51799
KC
6582005-08-17 Kelley Cook <kcook@gcc.gnu.org>
659
660 * All files: Update FSF address.
661
18a6e93f
AP
6622005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
663
664 * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
665 xfail on *-*-darwin*.
666
e0103440
GK
6672005-08-03 Geoffrey Keating <geoffk@apple.com>
668
0646b059
GK
669 * configure.ac: Don't use GCC_NO_EXECUTABLES or clear
670 GLIBCXX_IS_NATIVE on Darwin crosses.
671 * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Don't skip configuring
672 the testsuite just because there's no symbol versioning.
673 * configure: Regenerate.
674
e0103440
GK
675 * acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print
676 status messages.
677 (GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Likewise.
678 (GLIBCXX_CHECK_POLL): Likewise.
679 (GLIBCXX_CHECK_WRITEV): Likewise.
680 (GLIBCXX_CHECK_INT64_T): Likewise.
681 (GLIBCXX_CHECK_LFS): Likewise.
682 * configure: Regenerate.
683
31537df3
AP
6842005-07-30 Andrew Pinski <pinskia@physics.uc.edu>
685
686 * scripts/make_exports.pl: Pass --strip-underscores to c++filt.
687
216edb22
L
6882005-07-29 H.J. Lu <hongjiu.lu@intel.com>
689
690 PR libstdc++/22284
691 * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Revert
692 the change to info.ttype_base.
693
dc5fef6a
VR
6942005-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
695
696 * include/std/std_valarray.h: Fix grammar in comments.
697
a9fdd472
GK
6982005-07-25 Geoffrey Keating <geoffk@apple.com>
699
700 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Handle darwin-export,
701 and make it the default for Darwin.
702 * scripts/make-exports.pl: New.
703 * src/Makefile.am: Update for changes to GLIBCXX_ENABLE_SYMVERS.
704 Handle darwin-export.
705 * configure: Regenerate.
706 * include/Makefile.in: Regenerate.
707 * libmath/Makefile.in: Regenerate.
708 * libsupc++/Makefile.in: Regenerate.
709 * po/Makefile.in: Regenerate.
710 * src/Makefile.in: Regenerate.
711 * testsuite/Makefile.in: Regenerate.
712
7f50ddee
DO
7132005-07-25 Dave Odell <evilalias@hotmail.com>
714
715 PR libstdc++/23053
716 * include/tr1/hashtable (hashtable<>::find_node): Const-ify.
717 * testsuite/tr1/6_containers/unordered/hashtable/23053.cc: New.
718
4fdfb204 7192005-07-25 Paolo Carlini <pcarlini@suse.de>
ceed88b1
PC
720
721 PR libstdc++/22515
722 * include/bits/basic_string.h: Declare the specialization
723 operator>>(basic_istream<char>&, basic_string<char>&).
724 * include/std/std_istream.h: Declate the specialization
725 operator>>(basic_istream<char>&, char*).
726 * include/std/std_streambuf.h (basic_streambuf): Add friend
727 declarations for the above.
728 * src/istream.cc: Define the above.
729 * testsuite/27_io/basic_istream/extractors_character/char/4.cc: New.
730 * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc:
731 Likewise.
732 * testsuite/performance/27_io/ifstream_extract_chars.cc: Likewise.
733
cdcdee12
PC
7342005-07-20 Paolo Carlini <pcarlini@suse.de>
735
736 * include/bits/streambuf.tcc (xsgetn, xsputn): Use streamsize
737 instead of size_t.
738 * src/streambuf.cc (__copy_streambufs): Likewise.
739
39a72a91
PC
7402005-07-18 Paolo Carlini <pcarlini@suse.de>
741
742 * config/locale/gnu/ctype_members.cc (do_is(mask, wchar_t)):
743 Speed-up for the common case of mask == ctype_base::space;
744 otherwise, exit the loop earlier if the mask is one of the
745 elementary ones.
746
dbd160bf
PC
7472005-07-14 Paolo Carlini <pcarlini@suse.de>
748
749 PR libstdc++/21193 (float, double, long double)
750 * include/tr1/functional (hash<float>, hash<double>):
751 Reimplement exploiting the Fnv_hash<>::hash helper.
752 (hash<long double>): Reimplement using frexp (in this
753 case, due to random padding bits, the former approach
754 is not generally viable).
755
5a298377
PC
7562005-07-13 Paolo Carlini <pcarlini@suse.de>
757
758 PR libstdc++/21193 (string & wstring)
759 * include/tr1/functional (hash<string>, hash<wstring>):
760 Reimplement using the FNV hash.
761
762 * include/tr1/functional: Trivial formatting fixes.
763
8637038a
PC
7642005-07-11 Paolo Carlini <pcarlini@suse.de>
765
766 * include/bits/ostream.tcc (basic_ostream<>::operator<<(long),
767 basic_ostream<>::operator<<(long long)): Don't deal with oct
768 and hex and casts to unsigned here...
769 * include/bits/locale_facets.tcc (__int_to_char(_CharT*, long,
770 const _CharT*, ios_base::fmtflags), __int_to_char(_CharT*, long
771 long, const _CharT*, ios_base::fmtflags)): ... do that here,
772 instead, as per Table 57.
773 (num_put<>::_M_insert_int): Tidy treatment of numeric base and
774 sign.
775 * include/std/std_ostream.h (operator<<(short), operator<<(int)):
776 Adjust logic, as per the letter of the resolution of DR117 [WP].
777 * testsuite/22_locale/num_put/put/char/10.cc: New.
778 * testsuite/22_locale/num_put/put/wchar_t/10.cc: Likewise.
779 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc:
780 Likewise.
781 * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc:
782 Likewise.
783
456f9bea
DE
7842005-07-07 David Edelsohn <edelsohn@gnu.org>
785
786 * testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc:
787 Change map_t to map_type.
788
872d8fea
PC
7892005-07-05 Paolo Carlini <pcarlini@suse.de>
790
791 Add class __versa_string, a versatile "basic_string-type" class:
792 an additional, non-standard, template parameter allows to specify
793 the preferred base class. Two are provided: __rc_string_base,
794 which implements a behavior very similar to our standard string,
795 and __sso_string_base, not reference-counted and optimized for
796 short strings.
797 * include/ext/rc_string_base.h: New.
798 * include/ext/sso_string_base.h: Likewise.
799 * include/ext/vstring.h: Likewise.
800 * include/ext/vstring.tcc: Likewise.
801 * include/ext/vstring_fwd.h: Likewise.
802 * include/ext/vstring_util.h: Likewise.
803 * include/Makefile.am: Add.
804 * include/Makefile.in: Regenerate.
805 * testsuite/ext/vstring/explicit_instantiation/1.cc: New.
806 * testsuite/ext/vstring/explicit_instantiation/2.cc: Likewise.
807 * testsuite/ext/vstring/explicit_instantiation/char/1.cc: Likewise.
808 * testsuite/ext/vstring/explicit_instantiation/wchar_t/1.cc: Likewise.
809
810 * Makefile.in: Regenerate with autotools 1.9.3 (to date, the version
811 officially used by v3).
812 * aclocal.m4: Likewise.
813 * libmath/Makefile.in: Likewise.
814 * libsupc++/Makefile.in: Likewise.
815 * po/Makefile.in: Likewise.
816 * src/Makefile.in: Likewise.
817 * testsuite/Makefile.in: Likewise.
818
c1806f89
PC
8192005-07-01 Paolo Carlini <pcarlini@suse.de>
820
821 Port from libstdcxx_so_7-branch:
822 2004-10-28 Chris Jefferson <chris@bubblescope.net>
823
824 PR libstdc++/17441
825 * include/bit/stl_algo.h (find(,,,input_iterator_tag),
826 find(,,,random_access_interator_tag),
827 find_if(,,,input_iterator_tag),
828 find_if(,,,random_access_iterator_tag)): Uglify function name.
829 (find, find_if): Use new uglified specialisation names.
830 * testsuite/25_algorithms/find/17441.cc: New.
831
625684fa
UW
8322005-06-30 Ulrich Weigand <uweigand@de.ibm.com>
833
834 * include/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hpp
835 (PB_ASSOC_CLASS_C_DEC::s_highest_bit_1): Cast constant 1 to target
836 type before shifting.
837
a81408c9
PC
8382005-06-29 Paolo Carlini <pcarlini@suse.de>
839
840 PR libstdc++/21244 (cont^2)
841 * include/ext/bitmap_allocator.h: Convert everywhere
842 bits_per_block to size_t.
843
a65da37d
JW
8442005-06-29 Jonathan Wakely <redi@gcc.gnu.org>
845
846 * include/bits/basic_string.h, include/bits/locale_facets.h: Fix
847 Doxygen comments that use wrong parameter and function names.
848
7d31a1f4
PC
8492005-06-29 Paolo Carlini <pcarlini@suse.de>
850
851 * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 37.
852 * docs/html/ext/howto.html: Adjust.
853
d04e9b7f
PC
8542005-06-29 Paolo Carlini <pcarlini@suse.de>
855
856 PR libstdc++/22131
857 * include/bits/locale_facets.tcc (num_get<>::_M_extract_int,
858 num_get<>::_M_extract_float, money_get<>::_M_extract):
859 Adjust to assign the result also when digit grouping is
860 wrong (but the grammar is correct), as per 22.2.2.1.2, p11-12
861 (NB: consistently for money_get too).
c7b80291 862 * config/locale/generic/c_locale.cc (__convert_to_v): Do
d04e9b7f
PC
863 not check ios_base::failbit at the outset.
864 * config/locale/gnu/c_locale.cc: Likewise.
865 * testsuite/22_locale/money_get/get/char/22131.cc: New.
866 * testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise.
867 * testsuite/22_locale/num_get/get/char/22131.cc: Likewise.
868 * testsuite/22_locale/num_get/get/wchar_t/22131.cc: Likewise.
869 * testsuite/22_locale/num_get/get/char/12.cc: Adjust.
870 * testsuite/22_locale/num_get/get/wchar_t/12.cc: Likewise.
871 * testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc:
872 Likewise.
873 * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc:
874 Likewise.
875
617a1b71
PB
8762005-06-28 Paul Brook <paul@codesourcery.com>
877
878 * acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Check for
879 __cxa_end_cleanup.
880 * libsupc++/Makefile.am (sources): Add eh_call.c and eh_arm.c.
881 * libsupc++/eh_arm.cc: New file.
882 * libsupc++/eh_call.cc: New file.
883 * libsupc++/eh_catch.cc (__cxa_get_exception_ptr): Use
884 __gxx_caught_object.
885 (__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call
886 _Unwind_Complete when using the ARM EABI.
887 (__cxa_end_catch): Use __is_gxx_exception_class.
888 * libsupc++/eh_personality.cc: Define NO_SIZE_OF_ENCODED_VALUE when
889 using the ARM EABI.
890 (save_caught_exception, restore_caught_exception): New functions.
891 (_throw_typet): New typedef.
892 (get_ttype_entry, get_adjusted_ptr, check_exception_spec): Add ARM
893 EABI implementations.
894 (PERSONALITY_FUNCTION): Use new functions. Addd support for ARM EABI
895 unwinding libary.
896 (__cxa_unexpected): Disable when using the ARM EABI.
897 * libsupc++/eh_throw.cc (__cxa_throw): Use __GXX_INIT_EXCEPTION_CLASS.
898 (__cxa_rethrow): Use __is_gxx_exception_class. Call
899 _Unwind_RaiseException when using the ARM EABI.
900 * libsupc++/unwind-cxx.h (struct __cxa_exception): Add fields for ARM
901 EABI semantics.
902 (struct __cxa_eh_globals): Ditto.
903 (__cxa_call_terminate): Add prototype.
904 (__cxa_type_match, __cxa_begin_cleanup, __cxa_end_cleanup): Add
905 prototypes.
906 (__get_exception_header_from_obj, __get_exception_header_from_ue):
907 Move earlier in file.
908 (__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,
909 __gxx_caught_object): New functions.
910 * aclocal.m4: Regenerate.
911 * configure: Regenerate.
912 * Makefile.in: Regenerate.
913 * include/Makefile.in: Regenerate.
914 * libmath/Makefile.in: Regenerate.
915 * libsupc++/Makefile.in: Regenerate.
916 * po/Makefile.in: Regenerate.
917 * src/Makefie.in: Regenerate.
918 * testsuite/makefile.in: Regenerate.
919
ec5537cc
PC
9202005-06-27 Paolo Carlini <pcarlini@suse.de>
921
922 PR libstdc++/22102
923 * include/bits/stl_tree.h (insert_unique(iterator, const _Val&),
924 insert_equal((iterator, const _Val&)): Reimplement to check both
925 before and after, as per the algorithm "ignore hint if wrong" of
926 ISO paper N1780.
927
fd1e1726
BK
9282005-06-27 Benjamin Kosnik <bkoz@redhat.com>
929 Ami Tavory <pbassoc@gmail.com>
930
931 * docs/html/documentation.html: Add link for policy based
932 associative containers docs.
933 * docs/html/ext/pb_assoc/Std_hash_set_impl.jpg: New.
934 * docs/html/ext/pb_assoc/acks.html: New.
935 * docs/html/ext/pb_assoc/balls_and_bins.jpg: New.
936 * docs/html/ext/pb_assoc/basic_assoc_cntnr.html: New.
937 * docs/html/ext/pb_assoc/basic_assoc_cntnr_compound_data.html: New.
938 * docs/html/ext/pb_assoc/basic_assoc_cntnr_no_data.html: New.
939 * docs/html/ext/pb_assoc/basic_ds_tag.html: New.
940 * docs/html/ext/pb_assoc/basic_hash_assoc_cntnr.html: New.
941 * docs/html/ext/pb_assoc/basic_hash_ds_tag.html: New.
942 * docs/html/ext/pb_assoc/basic_invalidation_guarantee.html: New.
943 * docs/html/ext/pb_assoc/basic_ms_tag.html: New.
944 * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr.html: New.
945 * docs/html/ext/pb_assoc/
946 basic_tree_assoc_cntnr_const_node_iterator.html: New.
947 * docs/html/ext/pb_assoc/
948 basic_tree_assoc_cntnr_node_iterator.html: New.
949 * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev.html: New.
950 * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev_it.html: New.
951 * docs/html/ext/pb_assoc/basic_tree_ds_tag.html: New.
952 * docs/html/ext/pb_assoc/cc_hash_assoc_cntnr.html: New.
953 * docs/html/ext/pb_assoc/cc_hash_ds_tag.html: New.
954 * docs/html/ext/pb_assoc/
955 cc_hash_max_collision_check_resize_trigger.html: New.
956 * docs/html/ext/pb_assoc/cc_hash_policy_cd.jpg: New.
957 * docs/html/ext/pb_assoc/cd.jpg: New.
958 * docs/html/ext/pb_assoc/component_requirements.html: New.
959 * docs/html/ext/pb_assoc/compound_data_enabled_ms_tag.html: New.
960 * docs/html/ext/pb_assoc/compound_data_type.html: New.
961 * docs/html/ext/pb_assoc/compound_ds_tag.html: New.
962 * docs/html/ext/pb_assoc/concepts.html: New.
963 * docs/html/ext/pb_assoc/contact.html: New.
964 * docs/html/ext/pb_assoc/counter_update_metadata.html: New.
965 * docs/html/ext/pb_assoc/counter_update_policy.html: New.
966 * docs/html/ext/pb_assoc/data_enabled_ms_tag.html: New.
967 * docs/html/ext/pb_assoc/design.html: New.
968 * docs/html/ext/pb_assoc/different_underlying_dss.jpg: New.
969 * docs/html/ext/pb_assoc/direct_mask_range_hashing.html: New.
970 * docs/html/ext/pb_assoc/direct_mod_range_hashing.html: New.
971 * docs/html/ext/pb_assoc/disclaimer.html: New.
972 * docs/html/ext/pb_assoc/ds_gen.html: New.
973 * docs/html/ext/pb_assoc/ds_tag_cd.jpg: New.
974 * docs/html/ext/pb_assoc/ds_traits.html: New.
975 * docs/html/ext/pb_assoc/embedded_lists_1.jpg: New.
976 * docs/html/ext/pb_assoc/embedded_lists_2.jpg: New.
977 * docs/html/ext/pb_assoc/examples.html: New.
978 * docs/html/ext/pb_assoc/exception_guarantees_specifics.html: New.
979 * docs/html/ext/pb_assoc/find_invalidation_guarantee.html: New.
980 * docs/html/ext/pb_assoc/find_iterators_cd.jpg: New.
981 * docs/html/ext/pb_assoc/find_iterators_range_ops_1.jpg: New.
982 * docs/html/ext/pb_assoc/find_iterators_range_ops_2.jpg: New.
983 * docs/html/ext/pb_assoc/generics.html: New.
984 * docs/html/ext/pb_assoc/gp_hash_assoc_cntnr.html: New.
985 * docs/html/ext/pb_assoc/gp_hash_ds_tag.html: New.
986 * docs/html/ext/pb_assoc/gp_hash_policy_cd.jpg: New.
987 * docs/html/ext/pb_assoc/hash_and_probe_general.html: New.
988 * docs/html/ext/pb_assoc/hash_based_containers.html: New.
989 * docs/html/ext/pb_assoc/hash_cd.jpg: New.
990 * docs/html/ext/pb_assoc/hash_exponential_size_policy.html: New.
991 * docs/html/ext/pb_assoc/hash_fn.html: New.
992 * docs/html/ext/pb_assoc/hash_load_check_resize_trigger.html: New.
993 * docs/html/ext/pb_assoc/hash_policies.html: New.
994 * docs/html/ext/pb_assoc/hash_policy_cd.jpg: New.
995 * docs/html/ext/pb_assoc/hash_prime_size_policy.html: New.
996 * docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram.jpg: New.
997 * docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram2.jpg: New.
998 * docs/html/ext/pb_assoc/hash_ranged_hash_range_hashing_fns.jpg: New.
999 * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: New.
1000 * docs/html/ext/pb_assoc/home.html: New.
1001 * docs/html/ext/pb_assoc/index.html: New.
1002 * docs/html/ext/pb_assoc/insert_resize_sequence_diagram1.jpg: New.
1003 * docs/html/ext/pb_assoc/insert_resize_sequence_diagram2.jpg: New.
1004 * docs/html/ext/pb_assoc/insert_resize_sequence_diagram3.jpg: New.
1005 * docs/html/ext/pb_assoc/insert_type_methods.html: New.
1006 * docs/html/ext/pb_assoc/interface.html: New.
1007 * docs/html/ext/pb_assoc/interval_node_invariants.jpg: New.
1008 * docs/html/ext/pb_assoc/introduction.html: New.
1009 * docs/html/ext/pb_assoc/invalidation_guarantee_cd.jpg: New.
1010 * docs/html/ext/pb_assoc/invalidation_guarantee_erase.jpg: New.
1011 * docs/html/ext/pb_assoc/lib_download.html: New.
1012 * docs/html/ext/pb_assoc/linear_probe_fn.html: New.
1013 * docs/html/ext/pb_assoc/list_updates.html: New.
1014 * docs/html/ext/pb_assoc/lu_assoc_cntnr.html: New.
1015 * docs/html/ext/pb_assoc/lu_based_containers.html: New.
1016 * docs/html/ext/pb_assoc/lu_cd.jpg: New.
1017 * docs/html/ext/pb_assoc/lu_ds_tag.html: New.
1018 * docs/html/ext/pb_assoc/lu_ops.jpg: New.
1019 * docs/html/ext/pb_assoc/mmap_value_utils.html: New.
1020 * docs/html/ext/pb_assoc/motivation.html: New.
1021 * docs/html/ext/pb_assoc/move_to_front_update_metadata.html: New.
1022 * docs/html/ext/pb_assoc/move_to_front_update_policy.html: New.
1023 * docs/html/ext/pb_assoc/ms_cd.jpg: New.
1024 * docs/html/ext/pb_assoc/ms_gen.html: New.
1025 * docs/html/ext/pb_assoc/ms_tag_cd.jpg: New.
1026 * docs/html/ext/pb_assoc/ms_traits.html: New.
1027 * docs/html/ext/pb_assoc/node_invariant_invalidations.jpg: New.
1028 * docs/html/ext/pb_assoc/node_invariants.html: New.
1029 * docs/html/ext/pb_assoc/node_invariants.jpg: New.
1030 * docs/html/ext/pb_assoc/non_unique_mapping.html: New.
1031 * docs/html/ext/pb_assoc/non_unique_mapping_containers.jpg: New.
1032 * docs/html/ext/pb_assoc/null_data_type.html: New.
1033 * docs/html/ext/pb_assoc/null_hash_fn.html: New.
1034 * docs/html/ext/pb_assoc/null_probe_fn.html: New.
1035 * docs/html/ext/pb_assoc/order_by_key.html: New.
1036 * docs/html/ext/pb_assoc/order_statistics_key.html: New.
1037 * docs/html/ext/pb_assoc/order_statistics_key_cmp.html: New.
1038 * docs/html/ext/pb_assoc/order_statistics_node_updator.html: New.
1039 * docs/html/ext/pb_assoc/ov_tree_ds_tag.html: New.
1040 * docs/html/ext/pb_assoc/overview.html: New.
1041 * docs/html/ext/pb_assoc/pb_assoc_ex.html: New.
1042 * docs/html/ext/pb_assoc/portability.html: New.
1043 * docs/html/ext/pb_assoc/quadratic_probe_fn.html: New.
1044 * docs/html/ext/pb_assoc/range_invalidation_guarantee.html: New.
1045 * docs/html/ext/pb_assoc/rank_node_invariants.jpg: New.
1046 * docs/html/ext/pb_assoc/rationale_null_node_updator.jpg: New.
1047 * docs/html/ext/pb_assoc/rb_tree_ds_tag.html: New.
1048 * docs/html/ext/pb_assoc/reference_iterator.jpg: New.
1049 * docs/html/ext/pb_assoc/references.html: New.
1050 * docs/html/ext/pb_assoc/regression_tests.html: New.
1051 * docs/html/ext/pb_assoc/resize_general.html: New.
1052 * docs/html/ext/pb_assoc/resize_policies.html: New.
1053 * docs/html/ext/pb_assoc/resize_policy_cd.jpg: New.
1054 * docs/html/ext/pb_assoc/restoring_node_invariants.jpg: New.
1055 * docs/html/ext/pb_assoc/sample_node_updator.hpp: New.
1056 * docs/html/ext/pb_assoc/sample_probe_fn.hpp: New.
1057 * docs/html/ext/pb_assoc/sample_probe_fn.html: New.
1058 * docs/html/ext/pb_assoc/sample_range_hashing.hpp: New.
1059 * docs/html/ext/pb_assoc/sample_range_hashing.html: New.
1060 * docs/html/ext/pb_assoc/sample_ranged_hash_fn.hpp: New.
1061 * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: New.
1062 * docs/html/ext/pb_assoc/sample_ranged_probe_fn.hpp: New.
1063 * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: New.
1064 * docs/html/ext/pb_assoc/sample_resize_policy.hpp: New.
1065 * docs/html/ext/pb_assoc/sample_resize_policy.html: New.
1066 * docs/html/ext/pb_assoc/sample_resize_trigger.hpp: New.
1067 * docs/html/ext/pb_assoc/sample_size_policy.hpp: New.
1068 * docs/html/ext/pb_assoc/sample_update_policy.hpp: New.
1069 * docs/html/ext/pb_assoc/size_policies_general.html: New.
1070 * docs/html/ext/pb_assoc/splay_tree_ds_tag.html: New.
1071 * docs/html/ext/pb_assoc/timing_tests.html: New.
1072 * docs/html/ext/pb_assoc/toc.html: New.
1073 * docs/html/ext/pb_assoc/tree_assoc_cntnr.html: New.
1074 * docs/html/ext/pb_assoc/
1075 tree_assoc_cntnr_const_node_iterator.html: New.
1076 * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: New.
1077 * docs/html/ext/pb_assoc/tree_based_containers.html: New.
1078 * docs/html/ext/pb_assoc/tree_cd.jpg: New.
1079 * docs/html/ext/pb_assoc/trigger_policies_general.html: New.
1080 * docs/html/ext/pb_assoc/tutorial.html: New.
1081 * docs/html/ext/pb_assoc/update_seq_diagram.jpg: New.
1082 * include/Makefile.am: Add assoc_srcdir, assoc_builddir, assoc_subdir,
1083 assoc_headers.
1084 * include/Makefile.in: Regenerate.
1085 * include/ext/typelist.h: New.
1086 * include/ext/pb_assoc/assoc_cntnr.hpp: New.
1087 * include/ext/pb_assoc/data_type.hpp: New.
1088 * include/ext/pb_assoc/ds_trait.hpp: New.
1089 * include/ext/pb_assoc/exception.hpp: New.
1090 * include/ext/pb_assoc/hash_policy.hpp: New.
1091 * include/ext/pb_assoc/lu_policy.hpp: New.
1092 * include/ext/pb_assoc/ms_trait.hpp: New.
1093 * include/ext/pb_assoc/tree_policy.hpp: New.
1094 * include/ext/pb_assoc/trivial_iterator_def.hpp: New.
1095 * include/ext/pb_assoc/detail/assoc_cntnr_base.hpp: New.
1096 * include/ext/pb_assoc/detail/cond_dealtor.hpp: New.
1097 * include/ext/pb_assoc/detail/constructors_destructor_fn_imps.hpp: New.
1098 * include/ext/pb_assoc/detail/ds_trait_imp.hpp: New.
1099 * include/ext/pb_assoc/detail/hash_types_traits.hpp: New.
1100 * include/ext/pb_assoc/detail/map_debug_base.hpp: New.
1101 * include/ext/pb_assoc/detail/mapping_level_imp.hpp: New.
1102 * include/ext/pb_assoc/detail/ms_category_imp.hpp: New.
1103 * include/ext/pb_assoc/detail/ms_trait_imp.hpp: New.
1104 * include/ext/pb_assoc/detail/order_statistics_imp.hpp: New.
1105 * include/ext/pb_assoc/detail/standard_policies.hpp: New.
1106 * include/ext/pb_assoc/detail/standard_sizes.hpp: New.
1107 * include/ext/pb_assoc/detail/type_utils.hpp: New.
1108 * include/ext/pb_assoc/detail/typelist.hpp: New.
1109 * include/ext/pb_assoc/detail/types_traits.hpp: New.
1110 * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1111 constructor_destructor_fn_imps.hpp: New.
1112 * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1113 constructors_destructor_fn_imps.hpp: New.
1114 * include/ext/pb_assoc/detail/basic_assoc_cntnr/d_extract_key.hpp: New.
1115 * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1116 d_find_fn_imps.hpp: New.
1117 * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1118 d_insert_fn_imps.hpp: New.
1119 * include/ext/pb_assoc/detail/basic_assoc_cntnr/erase_fn_imps.hpp: New.
1120 * include/ext/pb_assoc/detail/basic_assoc_cntnr/extract_key.hpp: New.
1121 * include/ext/pb_assoc/detail/basic_assoc_cntnr/info_fn_imps.hpp: New.
1122 * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1123 insert_fn_imps.hpp: New.
1124 * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1125 iterators_fn_imps.hpp: New.
1126 * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
1127 constructor_destructor_fn_imps.hpp: New.
1128 * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
1129 constructors_destructor_fn_imps.hpp: New.
1130 * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
1131 resize_fn_imps.hpp: New.
1132 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1133 constructor_destructor_fn_imps.hpp: New.
1134 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1135 constructors_destructor_fn_imps.hpp: New.
1136 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1137 erase_fn_imps.hpp: New.
1138 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1139 node_iteration_fn_imps.hpp: New.
1140 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1141 policy_access_fn_imps.hpp: New.
1142 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1143 r_erase_fn_imps.hpp: New.
1144 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1145 r_range_iteration_fn_imps.hpp: New.
1146 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1147 range_iteration_fn_imps.hpp: New.
1148 * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
1149 split_join_fn_imps.hpp: New.
1150 * include/ext/pb_assoc/detail/bin_search_tree_/
1151 bin_search_tree_.hpp: New.
1152 * include/ext/pb_assoc/detail/bin_search_tree_/
1153 cond_dtor_entry_dealtor.hpp: New.
1154 * include/ext/pb_assoc/detail/bin_search_tree_/
1155 cond_key_dtor_entry_dealtor.hpp: New.
1156 * include/ext/pb_assoc/detail/bin_search_tree_/
1157 constructors_destructor_fn_imps.hpp: New.
1158 * include/ext/pb_assoc/detail/bin_search_tree_/debug_fn_imps.hpp: New.
1159 * include/ext/pb_assoc/detail/bin_search_tree_/erase_fn_imps.hpp: New.
1160 * include/ext/pb_assoc/detail/bin_search_tree_/find_fn_imps.hpp: New.
1161 * include/ext/pb_assoc/detail/bin_search_tree_/find_iterators.hpp: New.
1162 * include/ext/pb_assoc/detail/bin_search_tree_/info_fn_imps.hpp: New.
1163 * include/ext/pb_assoc/detail/bin_search_tree_/insert_fn_imps.hpp: New.
1164 * include/ext/pb_assoc/detail/bin_search_tree_/
1165 iterators_fn_imps.hpp: New.
1166 * include/ext/pb_assoc/detail/bin_search_tree_/node_iterators.hpp: New.
1167 * include/ext/pb_assoc/detail/bin_search_tree_/
1168 r_erase_fn_imps.hpp: New.
1169 * include/ext/pb_assoc/detail/bin_search_tree_/rotate_fn_imps.hpp: New.
1170 * include/ext/pb_assoc/detail/bin_search_tree_/
1171 split_join_fn_imps.hpp: New.
1172 * include/ext/pb_assoc/detail/cc_hash_assoc_cntnr/
1173 constructor_destructor_fn_imps.hpp: New.
1174 * include/ext/pb_assoc/detail/cc_ht_map_/cc_ht_map_.hpp: New.
1175 * include/ext/pb_assoc/detail/cc_ht_map_/cmp_fn_imps.hpp: New.
1176 * include/ext/pb_assoc/detail/cc_ht_map_/
1177 cond_key_dtor_entry_dealtor.hpp: New.
1178 * include/ext/pb_assoc/detail/cc_ht_map_/
1179 constructor_destructor_fn_imps.hpp: New.
1180 * include/ext/pb_assoc/detail/cc_ht_map_/
1181 constructor_destructor_no_store_hash_fn_imps.hpp: New.
1182 * include/ext/pb_assoc/detail/cc_ht_map_/
1183 constructor_destructor_store_hash_fn_imps.hpp: New.
1184 * include/ext/pb_assoc/detail/cc_ht_map_/debug_fn_imps.hpp: New.
1185 * include/ext/pb_assoc/detail/cc_ht_map_/
1186 debug_no_store_hash_fn_imps.hpp: New.
1187 * include/ext/pb_assoc/detail/cc_ht_map_/
1188 debug_store_hash_fn_imps.hpp: New.
1189 * include/ext/pb_assoc/detail/cc_ht_map_/entry_list_fn_imps.hpp: New.
1190 * include/ext/pb_assoc/detail/cc_ht_map_/erase_fn_imps.hpp: New.
1191 * include/ext/pb_assoc/detail/cc_ht_map_/
1192 erase_no_store_hash_fn_imps.hpp: New.
1193 * include/ext/pb_assoc/detail/cc_ht_map_/
1194 erase_store_hash_fn_imps.hpp: New.
1195 * include/ext/pb_assoc/detail/cc_ht_map_/
1196 find_fn_imps.hpp: New.
1197 * include/ext/pb_assoc/detail/cc_ht_map_/
1198 find_no_store_hash_fn_imps.hpp: New.
1199 * include/ext/pb_assoc/detail/cc_ht_map_/
1200 find_store_hash_fn_imps.hpp: New.
1201 * include/ext/pb_assoc/detail/cc_ht_map_/info_fn_imps.hpp: New.
1202 * include/ext/pb_assoc/detail/cc_ht_map_/insert_fn_imps.hpp: New.
1203 * include/ext/pb_assoc/detail/cc_ht_map_/
1204 insert_no_store_hash_fn_imps.hpp: New.
1205 * include/ext/pb_assoc/detail/cc_ht_map_/
1206 insert_store_hash_fn_imps.hpp: New.
1207 * include/ext/pb_assoc/detail/cc_ht_map_/iterators_fn_imps.hpp: New.
1208 * include/ext/pb_assoc/detail/cc_ht_map_/
1209 policy_access_fn_imps.hpp: New.
1210 * include/ext/pb_assoc/detail/cc_ht_map_/resize_fn_imps.hpp: New.
1211 * include/ext/pb_assoc/detail/cc_ht_map_/
1212 resize_no_store_hash_fn_imps.hpp: New.
1213 * include/ext/pb_assoc/detail/cc_ht_map_/
1214 resize_store_hash_fn_imps.hpp: New.
1215 * include/ext/pb_assoc/detail/cc_ht_map_/size_fn_imps.hpp: New.
1216 * include/ext/pb_assoc/detail/cc_ht_map_/standard_policies.hpp: New.
1217 * include/ext/pb_assoc/detail/eq_fn/eq_by_less.hpp: New.
1218 * include/ext/pb_assoc/detail/eq_fn/hash_eq_fn.hpp: New.
1219 * include/ext/pb_assoc/detail/gp_hash_assoc_cntnr/
1220 constructor_destructor_fn_imps.hpp: New.
1221 * include/ext/pb_assoc/detail/gp_ht_map_/
1222 constructor_destructor_fn_imps.hpp: New.
1223 * include/ext/pb_assoc/detail/gp_ht_map_/
1224 constructor_destructor_no_store_hash_fn_imps.hpp: New.
1225 * include/ext/pb_assoc/detail/gp_ht_map_/
1226 constructor_destructor_store_hash_fn_imps.hpp: New.
1227 * include/ext/pb_assoc/detail/gp_ht_map_/debug_fn_imps.hpp: New.
1228 * include/ext/pb_assoc/detail/gp_ht_map_/
1229 debug_no_store_hash_fn_imps.hpp: New.
1230 * include/ext/pb_assoc/detail/gp_ht_map_/
1231 debug_store_hash_fn_imps.hpp: New.
1232 * include/ext/pb_assoc/detail/gp_ht_map_/erase_fn_imps.hpp: New.
1233 * include/ext/pb_assoc/detail/gp_ht_map_/
1234 erase_no_store_hash_fn_imps.hpp: New.
1235 * include/ext/pb_assoc/detail/gp_ht_map_/
1236 erase_store_hash_fn_imps.hpp: New.
1237 * include/ext/pb_assoc/detail/gp_ht_map_/find_fn_imps.hpp: New.
1238 * include/ext/pb_assoc/detail/gp_ht_map_/
1239 find_no_store_hash_fn_imps.hpp: New.
1240 * include/ext/pb_assoc/detail/gp_ht_map_/
1241 find_store_hash_fn_imps.hpp: New.
1242 * include/ext/pb_assoc/detail/gp_ht_map_/gp_ht_map_.hpp: New.
1243 * include/ext/pb_assoc/detail/gp_ht_map_/info_fn_imps.hpp: New.
1244 * include/ext/pb_assoc/detail/gp_ht_map_/insert_fn_imps.hpp: New.
1245 * include/ext/pb_assoc/detail/gp_ht_map_/
1246 insert_no_store_hash_fn_imps.hpp: New.
1247 * include/ext/pb_assoc/detail/gp_ht_map_/
1248 insert_store_hash_fn_imps.hpp: New.
1249 * include/ext/pb_assoc/detail/gp_ht_map_/iterator_fn_imps.hpp: New.
1250 * include/ext/pb_assoc/detail/gp_ht_map_/
1251 policy_access_fn_imps.hpp: New.
1252 * include/ext/pb_assoc/detail/gp_ht_map_/resize_fn_imps.hpp: New.
1253 * include/ext/pb_assoc/detail/gp_ht_map_/
1254 resize_no_store_hash_fn_imps.hpp: New.
1255 * include/ext/pb_assoc/detail/gp_ht_map_/
1256 resize_store_hash_fn_imps.hpp: New.
1257 * include/ext/pb_assoc/detail/hash_fn/
1258 direct_mask_range_hashing_imp.hpp: New.
1259 * include/ext/pb_assoc/detail/hash_fn/
1260 direct_mod_range_hashing_imp.hpp: New.
1261 * include/ext/pb_assoc/detail/hash_fn/linear_probe_fn_imp.hpp: New.
1262 * include/ext/pb_assoc/detail/hash_fn/
1263 mask_based_range_hashing.hpp: New.
1264 * include/ext/pb_assoc/detail/hash_fn/mod_based_range_hashing.hpp: New.
1265 * include/ext/pb_assoc/detail/hash_fn/probe_fn_base.hpp: New.
1266 * include/ext/pb_assoc/detail/hash_fn/quadratic_probe_fn_imp.hpp: New.
1267 * include/ext/pb_assoc/detail/hash_fn/ranged_hash_fn.hpp: New.
1268 * include/ext/pb_assoc/detail/hash_fn/ranged_probe_fn.hpp: New.
1269 * include/ext/pb_assoc/detail/lu_assoc_cntnr/
1270 constructor_destructor_fn_imps.hpp: New.
1271 * include/ext/pb_assoc/detail/lu_assoc_cntnr/
1272 policy_access_fn_imps.hpp: New.
1273 * include/ext/pb_assoc/detail/lu_map_/
1274 constructor_destructor_fn_imps.hpp: New.
1275 * include/ext/pb_assoc/detail/lu_map_/debug_fn_imps.hpp: New.
1276 * include/ext/pb_assoc/detail/lu_map_/erase_fn_imps.hpp: New.
1277 * include/ext/pb_assoc/detail/lu_map_/find_fn_imps.hpp: New.
1278 * include/ext/pb_assoc/detail/lu_map_/info_fn_imps.hpp: New.
1279 * include/ext/pb_assoc/detail/lu_map_/insert_fn_imps.hpp: New.
1280 * include/ext/pb_assoc/detail/lu_map_/iterators_fn_imps.hpp: New.
1281 * include/ext/pb_assoc/detail/lu_map_/lu_map_.hpp: New.
1282 * include/ext/pb_assoc/detail/lu_map_/policy_access_fn_imps.hpp: New.
1283 * include/ext/pb_assoc/detail/lu_policy/
1284 counter_lu_metadata_imp.hpp: New.
1285 * include/ext/pb_assoc/detail/lu_policy/counter_lu_policy_imp.hpp: New.
1286 * include/ext/pb_assoc/detail/lu_policy/mtf_lu_policy_imp.hpp: New.
1287 * include/ext/pb_assoc/detail/ov_tree_map_/cond_dtor.hpp: New.
1288 * include/ext/pb_assoc/detail/ov_tree_map_/
1289 constructors_destructor_fn_imps.hpp: New.
1290 * include/ext/pb_assoc/detail/ov_tree_map_/debug_fn_imps.hpp: New.
1291 * include/ext/pb_assoc/detail/ov_tree_map_/erase_fn_imps.hpp: New.
1292 * include/ext/pb_assoc/detail/ov_tree_map_/find_fn_imps.hpp: New.
1293 * include/ext/pb_assoc/detail/ov_tree_map_/info_fn_imps.hpp: New.
1294 * include/ext/pb_assoc/detail/ov_tree_map_/insert_fn_imps.hpp: New.
1295 * include/ext/pb_assoc/detail/ov_tree_map_/iterators_fn_imps.hpp: New.
1296 * include/ext/pb_assoc/detail/ov_tree_map_/node_iterators.hpp: New.
1297 * include/ext/pb_assoc/detail/ov_tree_map_/ov_tree_map_.hpp: New.
1298 * include/ext/pb_assoc/detail/ov_tree_map_/split_join_fn_imps.hpp: New.
1299 * include/ext/pb_assoc/detail/rb_tree_map_/
1300 constructors_destructor_fn_imps.hpp: New.
1301 * include/ext/pb_assoc/detail/rb_tree_map_/debug_fn_imps.hpp: New.
1302 * include/ext/pb_assoc/detail/rb_tree_map_/erase_fn_imps.hpp: New.
1303 * include/ext/pb_assoc/detail/rb_tree_map_/find_fn_imps.hpp: New.
1304 * include/ext/pb_assoc/detail/rb_tree_map_/info_fn_imps.hpp: New.
1305 * include/ext/pb_assoc/detail/rb_tree_map_/insert_fn_imps.hpp: New.
1306 * include/ext/pb_assoc/detail/rb_tree_map_/node.hpp: New.
1307 * include/ext/pb_assoc/detail/rb_tree_map_/rb_tree_.hpp: New.
1308 * include/ext/pb_assoc/detail/rb_tree_map_/split_join_fn_imps.hpp: New.
1309 * include/ext/pb_assoc/detail/resize_policy/
1310 cc_hash_max_collision_resize_trigger_imp.hpp: New.
1311 * include/ext/pb_assoc/detail/resize_policy/
1312 hash_exponential_size_policy_imp.hpp: New.
1313 * include/ext/pb_assoc/detail/resize_policy/
1314 hash_load_check_resize_trigger_imp.hpp: New.
1315 * include/ext/pb_assoc/detail/resize_policy/
1316 hash_prime_size_policy_imp.hpp: New.
1317 * include/ext/pb_assoc/detail/resize_policy/
1318 hash_standard_resize_policy_imp.hpp: New.
1319 * include/ext/pb_assoc/detail/resize_policy/
1320 ht_prime_size_policy_imp.hpp: New.
1321 * include/ext/pb_assoc/detail/resize_policy/size_base.hpp: New.
1322 * include/ext/pb_assoc/detail/splay_tree_/
1323 constructors_destructor_fn_imps.hpp: New.
1324 * include/ext/pb_assoc/detail/splay_tree_/debug_fn_imps.hpp: New.
1325 * include/ext/pb_assoc/detail/splay_tree_/erase_fn_imps.hpp: New.
1326 * include/ext/pb_assoc/detail/splay_tree_/find_fn_imps.hpp: New.
1327 * include/ext/pb_assoc/detail/splay_tree_/info_fn_imps.hpp: New.
1328 * include/ext/pb_assoc/detail/splay_tree_/insert_fn_imps.hpp: New.
1329 * include/ext/pb_assoc/detail/splay_tree_/node.hpp: New.
1330 * include/ext/pb_assoc/detail/splay_tree_/splay_fn_imps.hpp: New.
1331 * include/ext/pb_assoc/detail/splay_tree_/splay_tree_.hpp: New.
1332 * include/ext/pb_assoc/detail/splay_tree_/split_join_fn_imps.hpp: New.
1333 * include/ext/pb_assoc/detail/tree_assoc_cntnr/
1334 constructor_destructor_fn_imps.hpp: New.
1335 * include/ext/pb_assoc/detail/tree_policy/
1336 null_node_updator_imp.hpp: New.
1337 * include/ext/pb_assoc/detail/tree_policy/
1338 order_statistics_imp.hpp: New.
1339 * include/ext/pb_assoc/detail/typelist/typelist_append.hpp: New.
1340 * include/ext/pb_assoc/detail/typelist/typelist_apply.hpp: New.
1341 * include/ext/pb_assoc/detail/typelist/typelist_at_index.hpp: New.
1342 * include/ext/pb_assoc/detail/typelist/typelist_contains.hpp: New.
1343 * include/ext/pb_assoc/detail/typelist/typelist_filter.hpp: New.
1344 * include/ext/pb_assoc/detail/typelist/typelist_transform.hpp: New.
1345 * include/ext/pb_assoc/detail/typelist/
1346 typelist_typelist_append.hpp: New.
1347 * include/ext/pb_assoc/detail/unordered_iterator/
1348 const_find_iterator.hpp: New.
1349 * include/ext/pb_assoc/detail/unordered_iterator/
1350 const_iterator.hpp: New.
1351 * include/ext/pb_assoc/detail/unordered_iterator/
1352 find_iterator.hpp: New.
1353 * include/ext/pb_assoc/detail/unordered_iterator/iterator.hpp: New.
1354 * include/ext/pb_assoc/detail/value_type_adapter/
1355 constructor_destructor_and_related.hpp: New.
1356 * include/ext/pb_assoc/detail/value_type_adapter/
1357 erase_fn_imps.hpp: New.
1358 * include/ext/pb_assoc/detail/value_type_adapter/
1359 erase_if_pred.hpp: New.
1360 * include/ext/pb_assoc/detail/value_type_adapter/find_fn_imps.hpp: New.
1361 * include/ext/pb_assoc/detail/value_type_adapter/info_fn_imps.hpp: New.
1362 * include/ext/pb_assoc/detail/value_type_adapter/
1363 insert_fn_imps.hpp: New.
1364 * include/ext/pb_assoc/detail/value_type_adapter/
1365 invalidation_guarantee_selector.hpp: New.
1366 * include/ext/pb_assoc/detail/value_type_adapter/
1367 it_value_type_traits.hpp: New.
1368 * include/ext/pb_assoc/detail/value_type_adapter/iterator.hpp: New.
1369 * include/ext/pb_assoc/detail/value_type_adapter/
1370 iterator_fn_imps.hpp: New.
1371 * include/ext/pb_assoc/detail/value_type_adapter/ref_pair.hpp: New.
1372 * include/ext/pb_assoc/detail/value_type_adapter/
1373 value_type_adapter.hpp: New.
1374 * include/ext/pb_assoc/detail/value_type_adapter/
1375 value_type_traits.hpp: New.
1376 * testsuite/Makefile.am (CLEANFILES): Add .o, .dat, .cc.
1377 * testsuite/Makefile.in: Regenerate.
1378 * testsuite/testsuite_common_types.h: New.
1379 * testsuite/testsuite_visualization.h: New.
1380 * testsuite/ext/pb_assoc/example/basic_map.cc: New.
1381 * testsuite/ext/pb_assoc/example/basic_multimap.cc: New.
1382 * testsuite/ext/pb_assoc/example/basic_set.cc: New.
1383 * testsuite/ext/pb_assoc/example/ds_traits.cc: New.
1384 * testsuite/ext/pb_assoc/example/erase_if.cc: New.
1385 * testsuite/ext/pb_assoc/example/extract_key.cc: New.
1386 * testsuite/ext/pb_assoc/example/hash_find_neg.cc: New.
1387 * testsuite/ext/pb_assoc/example/hash_illegal_resize.cc: New.
1388 * testsuite/ext/pb_assoc/example/hash_initial_size.cc: New.
1389 * testsuite/ext/pb_assoc/example/hash_load_set_change.cc: New.
1390 * testsuite/ext/pb_assoc/example/hash_mod.cc: New.
1391 * testsuite/ext/pb_assoc/example/hash_resize.cc: New.
1392 * testsuite/ext/pb_assoc/example/hash_resize_neg.cc: New.
1393 * testsuite/ext/pb_assoc/example/hash_shift_mask.cc: New.
1394 * testsuite/ext/pb_assoc/example/mapping_level.cc: New.
1395 * testsuite/ext/pb_assoc/example/mapping_level_neg.cc: New.
1396 * testsuite/ext/pb_assoc/example/ms_traits.cc: New.
1397 * testsuite/ext/pb_assoc/example/ranged_hash.cc: New.
1398 * testsuite/ext/pb_assoc/example/store_hash.cc: New.
1399 * testsuite/ext/pb_assoc/example/tree_intervals.cc: New.
1400 * testsuite/ext/pb_assoc/example/tree_join.cc: New.
1401 * testsuite/ext/pb_assoc/example/tree_order_statistics.cc: New.
1402 * testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc: New.
1403 * testsuite/ext/pb_assoc/example/tree_split.cc: New.
1404 * testsuite/performance/20_util/allocator/(insert.cc,
1405 insert_insert.cc, list_sort_search.cc, map_mt_find.cc, map_thread.cc,
1406 producer_consumer.cc): Recast to use typelists and move to...
1407 * testsuite/performance/23_containers/find/map.cc: New.
1408 * testsuite/performance/23_containers/index/map.cc: New.
1409 * testsuite/performance/23_containers/insert/associative.cc: New.
1410 * testsuite/performance/23_containers/insert/sequence.cc: New.
1411 * testsuite/performance/23_containers/insert_erase/associative.cc: New.
1412 * testsuite/performance/23_containers/producer_consumer/
1413 (associative.cc, sequence.cc): New.
1414 * testsuite/performance/23_containers/sort_search/list.cc: New.
1415 * testsuite/performance/23_containers/container_benchmark.cc: Remove.
1416 * testsuite/performance/23_containers/map_create_fill.cc: Move...
1417 * testsuite/performance/23_containers/create/map.cc: ...here.
1418 * testsuite/performance/23_containers/set_create_from_sorted.cc: Move.
1419 * testsuite/performance/23_containers/create_from_sorted/set.cc: here.
1420 * testsuite/performance/23_containers/list_create_fill_sort.cc: Move...
1421 * testsuite/performance/23_containers/create_sort/list.cc: ...here.
1422 * testsuite/performance/23_containers/set_insert_from_sorted.cc: Move.
1423 * testsuite/performance/23_containers/insert_from_sorted/set.cc: here.
1424
462ec415
JJ
14252005-06-23 Jakub Jelinek <jakub@redhat.com>
1426
1427 PR libstdc++/22109
1428 * src/compatibility.cc (_GLIBCXX_SYMVER_COMPATIBILITY): Remove.
1429 (istreambuf_iterator, basic_fstream, basic_ifstream, basic_ofstream,
1430 _M_copy, _M_move, _M_assign, _M_disjunct, _M_check_length,
1431 _M_set_length_and_sharable, ignore, eq): Define to XX suffixed
1432 variants.
1433 (ignore (streamsize)): Remove _W prefixed aliases.
1434 (_GLIBCXX_3_4_SYMVER_SPECIAL, _GLIBCXX_3_4_5_SYMVER_SPECIAL,
1435 _GLIBCXX_APPLY_SYMVER_SPECIAL): Remove.
1436 (_GLIBCXX_3_4_SYMVER, _GLIBCXX_3_4_5_SYMVER): Add XXname argument.
1437 Use #XXname instead of #name as the alias argument.
1438 * config/abi/compatibility.h: Replace uses of
1439 _GLIBCXX_APPLY_SYMVER_SPECIAL with _GLIBCXX_APPLY_SYMVER. Always
1440 pass 2 arguments to the _GLIBCXX_APPLY_SYMVER macro.
1441 * include/bits/char_traits.h (char_traits::eq): Revert 2005-06-15
1442 change.
1443 * acinclude.m4: Decrease glibcxx_min_gnu_ld_version back to 21400.
1444 * configure: Rebuilt.
1445
84946e72
BK
14462005-06-19 Benjamin Kosnik <bkoz@redhat.com>
1447
1448 PR libstdc++/22111
1449 * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Remove
1450 GLIBCXX_TEST_ABI. Remove duplicate _GLIBCXX_ASM_SYMVER define.
1451 Don't enable abi testing unless versioned.
1452 * configure: Regenerate.
1453 * testsuite/Makefile.am (check-abi): Remove conditional.
1454 * testsuite/Makefile.in: Regenerate.
1455 * testsuite/libstdc++-abi/abi.exp: Call build_support, then check
1456 v3-symver before proceeding.
1457 * testsuite/lib/libstdc++.exp (libstdc++-dg-test): Set v3-symvers
1458 if _GLIBCXX_SYMVER.
1459
d5f261c1
PC
14602005-06-17 Paolo Carlini <pcarlini@suse.de>
1461
1462 Port from libstdcxx_so_7-branch:
1463 2005-01-12 Christopher Jefferson <chris@bubblescope.net>
1464
1465 * include/bits/stl_function.h (mem_fun_t, const_mem_fun_t,
1466 mem_fun_ref_t, const_mem_fun_ref_t, mem_fun1_t, const_mem_fun1_t,
1467 mem_fun1_ref_t, const_mem_fun1_ref_t): Remove overloads for void
1468 return type, just an old HP/SGI workaround.
1469 * testsuite/20_util/functional/binders.cc: Move to...
1470 * testsuite/20_util/functional/binders/3113.cc: ...here.
1471 * testsuite/20_util/functional/binders/1.cc: New.
1472
0ec56ba3
JW
14732005-06-17 Jonathan Wakely <redi@gcc.gnu.org>
1474
1475 * docs/html/21_strings/gotw29a.txt: Update code to corrected version.
1476
bb2b2a24
BK
14772005-06-17 Jakub Jelinek <jakub@redhat.com>
1478 Benjamin Kosnik <bkoz@redhat.com>
1479
1480 * config/abi/alpha-linux-gnu/baseline_symbols.txt: Update.
1481 * config/abi/hppa-linux-gnu/baseline_symbols.txt: Same.
1482 * config/abi/mips-linux-gnu/baseline_symbols.txt: Same.
1483 * config/abi/sparc-linux-gnu/baseline_symbols.txt: Same.
1484
1485 * config/abi/alpha-freebsd5/baseline_symbols.txt: Remove.
1486 * config/abi/i386-freebsd4/baseline_symbols.txt: Same.
1487 * config/abi/i386-freebsd5/baseline_symbols.txt: Same.
1488 * config/abi/sparc-freebsd5/baseline_symbols.txt: Same.
1489
1490 * config/abi/arm-linux-gnu/baseline_symbols.txt: Remove.
1491 * config/abi/m68k-linux-gnu/baseline_symbols.txt: Same.
1492
14932005-06-17 Jakub Jelinek <jakub@redhat.com>
1494
1495 * config/abi/ia64-linux-gnu/baseline_symbols.txt: Update.
1496 * config/abi/s390x-linux-gnu/baseline_symbols.txt: Update.
1497 * config/abi/s390-linux-gnu/baseline_symbols.txt: Update.
1498 * config/abi/x86_64-linux-gnu/baseline_symbols.txt: Update.
1499 * config/abi/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
1500 * config/abi/powerpc-linux-gnu/baseline_symbols.txt: Update.
1501 * config/abi/i486-linux-gnu/baseline_symbols.txt: Update.
1502 * config/abi/i386-linux-gnu/baseline_symbols.txt: Update.
1503 * config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New file.
1504 * config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New file.
1505
15062005-06-16 Jakub Jelinek <jakub@redhat.com>
1507
1508 * src/compatibility.cc: Include bits/c++config.h first.
1509 (_GLIBCXX_SYMVER_COMPATIBILITY): Define if _GLIBCXX_SYMVER
1510 and PIC are both defined.
1511 * include/bits/char_traits.h (char_traits::eq): Rename
1512 only if _GLIBCXX_SYMVER_COMPATIBILITY is defined.
1513
15142005-06-16 Jakub Jelinek <jakub@redhat.com>
1515
1516 * acinclude.m4 ((GLIBCXX_ENABLE_SYMVERS): Rename _GLIBCXX_SIZE_T_IS_INT
1517 to _GLIBCXX_SIZE_T_IS_UINT. Define _GLIBCXX_PTRDIFF_T_IS_INT.
1518 * configure: Regenerate.
1519 * config.h.in: Regenerate.
1520 * src/compatibility.cc (istream:ignore(streamsize)): Use
1521 _GLIBCXX_PTRDIFF_T_IS_INT instead of _GLIBCXX_SIZE_T_IS_INT.
1522 * config/abi/compatibility.h: Rename _GLIBCXX_SIZE_T_IS_INT
1523 to _GLIBCXX_SIZE_T_IS_UINT. Use _GLIBCXX_PTRDIFF_T_IS_INT
1524 instead for symbols with streamsize arguments.
1525
15262005-06-16 Jakub Jelinek <jakub@redhat.com>
1527
1528 * config/linker-map.gnu: Also export
1529 _ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[il][il].
1530
15312005-06-15 Benjamin Kosnik <bkoz@redhat.com>
1532
1533 * configure.ac (libtool_VERSION): To 6:6:0.
1534 * configure: Regenerate.
1535 * config/linker-map.gnu: Edit.
1536 * src/istream.cc: Move istream::ignore(streamsize) specializations...
1537 * src/compatibility.cc: ...here. New.
1538 * include/bits/char_traits.h (char_traits::eq): Rename when
1539 appropriate.
1540 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_SIZE_T_IS_INT.
1541 Bump glibcxx_min_gnu_ld_version to 21590.
1542 * configure: Regenerate.
1543 * acconfig.h: Remove _GLIBCXX_ASM_SYMVER.
1544 * config.h.in: Regenerate.
1545 * src/Makefile.am (sources): Add compatibility.cc.
1546 * src/Makefile.in: Regenerate.
1547 * include/Makefile.am (host_headers_noinst): Add compatibility.h.
1548 * include/Makefile.in: Regenerate.
1549 * testsuite/testsuite_abi.h (symbol): Add data members.
1550 * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5,
1551 GLIBCXX_3.4.6. Remove deprecated versions. Do a better job
1552 version checking.
1553
7ffd2d94
PC
15542005-06-15 Paolo Carlini <pcarlini@suse.de>
1555
1556 * include/tr1/hashtable: Trivial formatting fixes.
1557 * include/tr1/unordered_map: Likewise.
1558 * include/tr1/unordered_set: Likewise.
1559
cd111813
TT
15602005-06-14 Tom Tromey <tromey@redhat.com>
1561
1562 PR libgcj/19877:
1563 * configure, aclocal.m4: Rebuilt.
1564 * Makefile.in, include/Makefile.in, libmath/Makefile.in,
1565 libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
1566 testsuite/Makefile.in: Likewise.
1567
fdeeef7f
BK
15682005-06-08 Benjamin Kosnik <bkoz@redhat.com>
1569
1570 PR libstdc++/21955
1571 * include/std/std_sstream.h (basic_stringbuf::showmanyc): Add.
1572 Remove unnecessary this->_M_mode decoration.
1573 * include/bits/fstream.tcc: Adjust line spacing.
1574 * testsuite/27_io/basic_streambuf/in_avail/char/1.cc: New, test
1575 base class behavior.
1576 * testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc: Same.
1577 * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: New.
1578 * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Match
1579 filebuf behavior.
1580 * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Same.
1581 * testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc: Same.
1582 * testsuite/27_io/basic_stringbuf/str/char/1.cc: Same.
1583 * testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Move...
1584 * testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc: ...here.
1585
225962a0
BK
15862005-06-07 Benjamin Kosnik <bkoz@redhat.com>
1587
1588 * acinclude.m4 (GLIBCXX_ENABLE_C99): Use C++ compiler for complex
1589 tests.
1590 * configure: Regenerated.
1591
e0374221
AS
15922005-06-07 Adrian Straetling <straetling@de.ibm.com>
1593
1594 * config/cpu/s390/atomicity.h: (__exchange_and_add,
1595 __atomic_add): Use the builtins for atomic memory operations.
1596
17e2915c
PC
15972005-06-06 Paolo Carlini <pcarlini@suse.de>
1598
1599 PR libstdc++/21770 (cont: __gnu_debug::string)
1600 * include/debug/string: Use _Base typedefs for pointer, const_pointer,
1601 reference, const_reference, size_type, difference_type.
1602 * testsuite/21_strings/basic_string/2.cc: New.
1603
09952acc
PC
16042005-06-06 Paolo Carlini <pcarlini@suse.de>
1605
1606 PR libstdc++/21770 (cont: debug-mode)
1607 * include/debug/deque: Use _Base typedefs for pointer, const_pointer,
1608 reference, const_reference.
1609 * include/debug/list: Likewise.
1610 * include/debug/map.h: Likewise.
1611 * include/debug/multimap.h: Likewise.
1612 * include/debug/multiset.h: Likewise.
1613 * include/debug/set.h: Likewise.
1614 * include/debug/vector: Likewise.
1615
2fecaef4
PC
16162005-06-06 Paolo Carlini <pcarlini@suse.de>
1617
1618 Port from libstdcxx_so_7-branch:
1619 2004-09-24 Paolo Carlini <pcarlini@suse.de>
1620 Jonathan Wakely <redi@gcc.gnu.org>
1621
1622 * include/bits/stl_list.h (list::list(size_type, value_type,
1623 const allocator_type&): Implement according to the letter of the
1624 standard, i.e., don't use two overloads, not equivalent in case
1625 of non default constructible T.
1626 (list::resize(size_type, const value_type&)): Fix the signature:
1627 according to the standard the second argument is by value; also,
1628 don't use two overloads.
1629 * include/bits/list.tcc (list::resize(size_type, const value_type&)):
1630 Adjust consistently the signature.
1631 * include/bits/stl_deque.h (deque::deque(size_type, value_type,
1632 const allocator_type&)): Likewise.
1633 (deque::resize(size_type, const value_type&)): Likewise.
1634 * include/bits/stl_vector.h (vector::vector(size_type, value_type,
1635 const allocator_type&)): Likewise.
1636 (vector::resize(size_type, const value_type&)): Likewise.
1637 * testsuite/testsuite_hooks.h: Add NonDefaultConstructible test type.
1638 * testsuite/23_containers/deque/explicit_instantiation/2.cc: New.
1639 * testsuite/23_containers/list/explicit_instantiation/2.cc: New.
1640 * testsuite/23_containers/map/explicit_instantiation/2.cc: New.
1641 * testsuite/23_containers/multimap/explicit_instantiation/2.cc: New.
1642 * testsuite/23_containers/multiset/explicit_instantiation/2.cc: New.
1643 * testsuite/23_containers/set/explicit_instantiation/2.cc: New.
1644 * testsuite/23_containers/vector/explicit_instantiation/2.cc: New.
1645
1646 * include/bits/deque.tcc: Minor formatting fix.
1647
50068e44
PD
16482005-06-06 Peter Doerfler <doerfler@techinfo.rwth-aachen.de>
1649
1650 * include/bits/stl_function.h: ... and another one.
1651
5380bc7e
PD
16522005-06-06 Peter Doerfler <doerfler@techinfo.rwth-aachen.de>
1653
1654 * include/bits/stl_function.h: Fix typo in comment.
1655
9d997b96
PC
16562005-06-05 Paolo Carlini <pcarlini@suse.de>
1657
1658 * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl
1659 too for ac_c99_complex.
1660 * configure: Regenerate.
1661
4fd20a8f
PC
16622005-06-03 Paolo Carlini <pcarlini@suse.de>
1663
1664 PR libstdc++/21770
1665 * include/bits/stl_deque.h: Add concept-check. In class _Deque_base
1666 rebind _Alloc to _Tp_alloc_type, change _Deque_impl to inherit from
1667 the latter and add _M_get_Tp_allocator() which returns it. Use
1668 everywhere _M_get_Tp_allocator() instead of get_allocator().
1669 * include/bits/deque.tcc: Likewise, use _M_get_Tp_allocator().
1670 * include/bits/stl_list.h: Add concept-check. In class _List_base
1671 rebind _Alloc to _Tp_alloc_type and add _M_get_Tp_allocator(), which
1672 returns the allocator (of type _Node_alloc_type) converted to
1673 _Tp_alloc_type. Use everywhere _M_get_Tp_allocator() instead of
1674 get_allocator().
1675 * include/bits/list.tcc: Likewise, use _M_get_Tp_allocator().
1676 * include/bits/stl_vector.h: Add concept-check. In class _Vector_base
1677 rebind _Alloc to _Tp_alloc_type, change _Vector_impl to inherit from
1678 the latter and add _M_get_Tp_allocator() which returns it. Use
1679 everywhere _M_get_Tp_allocator() instead of get_allocator().
1680 * include/bits/vector.tcc: Likewise, use _M_get_Tp_allocator().
1681 * include/bits/stl_map.h: Add concept-check. Rebind _Alloc to
1682 _Pair_alloc_type and use it for _Rb_tree.
1683 * include/bits/stl_multimap.h: Likewise.
1684 * include/bits/stl_multiset.h: Add concept-check. Rebind _Alloc to
1685 _Key_alloc_type and use it for _Rb_tree.
1686 * include/bits/stl_set.h: Likewise.
1687 * include/bits/basic_string.h: Rebind _Alloc to _CharT_alloc_type and
1688 use it for the allocator typedefs.
1689 * testsuite/21_strings/basic_string/1.cc: New.
1690 * testsuite/23_containers/deque/explicit_instantiation.cc: Move to...
1691 * testsuite/23_containers/deque/explicit_instantiation/1.cc: ... here.
1692 * testsuite/23_containers/deque/explicit_instantiation/3.cc: New.
1693 * testsuite/23_containers/list/explicit_instantiation.cc: Move to...
1694 * testsuite/23_containers/list/explicit_instantiation/1.cc: ... here.
1695 * testsuite/23_containers/list/explicit_instantiation/3.cc: New.
1696 * testsuite/23_containers/map/explicit_instantiation.cc: Move to...
1697 * testsuite/23_containers/map/explicit_instantiation/1.cc: ... here.
1698 * testsuite/23_containers/map/explicit_instantiation/3.cc: New.
1699 * testsuite/23_containers/multimap/explicit_instantiation.cc: Move to...
1700 * testsuite/23_containers/multimap/explicit_instantiation/1.cc: .. here.
1701 * testsuite/23_containers/multimap/explicit_instantiation/3.cc: New.
1702 * testsuite/23_containers/multiset/explicit_instantiation.cc: Move to...
1703 * testsuite/23_containers/multiset/explicit_instantiation/1.cc: .. here.
1704 * testsuite/23_containers/multiset/explicit_instantiation/3.cc: New.
1705 * testsuite/23_containers/set/explicit_instantiation.cc: Move to...
1706 * testsuite/23_containers/set/explicit_instantiation/1.cc: .. here.
1707 * testsuite/23_containers/set/explicit_instantiation/3.cc: New.
1708 * testsuite/23_containers/vector/explicit_instantiation.cc: Move to...
1709 * testsuite/23_containers/vector/explicit_instantiation/1.cc: ... here.
1710 * testsuite/23_containers/vector/explicit_instantiation/3.cc: New.
1711
646221d6
NS
17122005-06-02 Nathan Sidwell <nathan@codesourcery.com>
1713
1714 PR c++/21280
1715 * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust expected errors.
1716 * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
1717
87d33b41
PC
17182005-05-31 Paolo Carlini <pcarlini@suse.de>
1719
1720 PR libstdc++/20534 (contd)
1721 * include/debug/macros.h: Add _GLIBCXX_DEBUG_ABORT, using
1722 __gnu_debug::__fancy_abort.
1723 * src/debug.cc: Define the latter.
1724 * include/debug/debug.h: Use _GLIBCXX_DEBUG_ABORT instead of
1725 assert.
1726 * config/linker-map.gnu (__gnu_debug::__fancy_abort): Add.
1727
d5c405cc
PC
17282005-05-30 Paolo Carlini <pcarlini@suse.de>
1729
1730 * include/std/std_complex.h (log(const complex<_Tp>&)): When
1731 _GLIBCXX_USE_C99_COMPLEX, forward to __builtin_clog/clogf/clogl.
1732
6be8b524
PC
17332005-05-28 Paolo Carlini <pcarlini@suse.de>
1734
1735 Revert:
1736 2005-05-18 Paolo Carlini <pcarlini@suse.de>
1737 Nathan Myers <ncm@cantrip.org>
1738
1739 PR libstdc++/19495
1740 * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
1741 size_type instead of char and rename to _Raw_alloc.
1742 * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
1743 Use the above.
1744 * src/bitmap_allocator.cc: Add instantiation for size_type.
1745 * src/mt_allocator.cc: Likewise.
1746 * src/pool_allocator.cc: Likewise.
1747 * include/ext/array_allocator.h: Tweak slightly, avoid assuming
1748 the existence of an _Array::begin() and size() members.
1749 * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
1750 of size_type, instead of char, thus avoiding problems with
1751 rebinds, not treated correctly by array_allocator.
1752
8dabce98
PC
17532005-05-27 Paolo Carlini <pcarlini@suse.de>
1754
1755 * docs/html/abi.html: Mention 3.4.0 as the current baseline; add
1756 a notice about the configure options.
1757
8b60fb43
MM
17582005-05-27 Mark Mitchell <mark@codesourcery.com>
1759
1760 * docs/html/test.html: Mention PCH_CXXFLAGS.
1761 * testsuite/lib/libstdc++.exp: Set PCH_CXXFLAGS by probing for an
1762 available stcd++.h PCH.
1763 * testsuite/libstdc++-dg/normal.exp: Use PCH_CXXFLAGS.
1764
c71e3d02
TP
17652005-05-27 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1766
1767 * src/misc-inst.cc: Remove unnecessary included files.
1768
94afef7b
BK
17692005-05-27 Benjamin Kosnik <bkoz@redhat.com>
1770
40ffde52 1771 PR libstdc++/21674
94afef7b
BK
1772 * include/bits/c++config: Remove extern template use when in debug
1773 mode, disable for non-weak systems.
1774
d2763ab5
BK
17752005-05-27 Benjamin Kosnik <bkoz@redhat.com>
1776
1777 PR libstdc++/20534
1778 * include/debug/debug.h: Forwarding header, that pulls in details
1779 only if in debug mode.
1780 * include/debug/macros.h: ...transfer all the internal macros here.
1781 * include/debug/functions.h: ...transfer all the functions here.
1782 * include/debug/safe_iterator.h: Add functions.h, macros.h includes.
1783 * include/debug/safe_sequence.h: Same.
1784 * include/debug/vector: Tweak.
1785 * include/Makefile.am (debug_headers): Add new includes.
1786 * include/Makefile.in: Regenerate.
1787 * testsuite/17_intro/no_assert_neg.cc: Add.
1788
1789 * include/ext/hash_set: Add debug mode include.
1790 * include/ext/hash_map: Same.
1791 * include/debug/hash_map: Fix included files to match actual files.
1792 * include/debug/hash_set: Same.
1793
10d877a8
PC
17942005-05-26 Paolo Carlini <pcarlini@suse.de>
1795
1796 PR libstdc++/13943
1797 * include/c_std/std_cstdlib.h: Do not open code llabs and lldiv,
1798 available when _GLIBCXX_USE_C99 is defined.
1799 * testsuite/26_numerics/cstdlib/13943.cc: New.
1800
1801 * acinclude.m4 ([GLIBCXX_ENABLE_C99]): For completeness, check
1802 also strtoll and strtoull for ac_c99_stdlib.
1803 * configure: Regenerate.
1804
36b72d8d
BK
18052005-05-25 Benjamin Kosnik <bkoz@redhat.com>
1806
1807 * config/linker-map.gnu: Add linkage support for no extern templates.
1808 (std::ios_base::_M_call_callbacks): Add.
1809 (std::ios_base::_M_dispose_callbacks): Add.
1810 (std::locale::facet::_S_get_c_name): Add.
1811 (std::__copy_streambufs): Add.
1812 * configure.ac (libtool_VERSION): To 6:5:0.
1813 * configure: Regenerate.
1814 * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5.
1815
be62afb4
PC
18162005-05-25 Paolo Carlini <pcarlini@suse.de>
1817
1818 * include/bits/basic_string.h (_Rep::_M_set_length_and_sharable):
1819 Use, consistently, traits_type::assign.
1820
5bf6892e
PC
18212005-05-25 Paolo Carlini <pcarlini@suse.de>
1822
1823 * config/cpu/alpha/atomicity.h: Use the builtins for
1824 atomic memory operations.
1825 * config/cpu/powerpc/atomicity.h: Likewise.
1826 * config/cpu/ia64/atomicity.h: Do not include ia64intrin.h.
1827
0e994557
PC
18282005-05-24 Paolo Carlini <pcarlini@suse.de>
1829
1830 * testsuite/25_algorithms/equal.cc: Move to...
1831 * testsuite/25_algorithms/equal: ... here.
1832 * testsuite/25_algorithms/lower_bound.cc: Move to...
1833 * testsuite/25_algorithms/lower_bound: ... here.
1834
18352005-05-24 Paolo Carlini <pcarlini@suse.de>
1836
1837 Port from libstdcxx_so_7-branch:
1838 2005-20-05 Chris Jefferson <chris@bubblescope.net>
1839
1840 * testsuite/25_algorithms/heap.cc: Move to...
1841 * testsuite/25_algorithms/heap/heap.cc: ...here.
1842 * testsuite/25_algorithms/partition.cc: Move to...
1843 * testsuite/25_algorithms/partition/partition.cc: ...here.
1844
1845 2005-03-29 Christopher Jefferson <chris@bubblescope.net>
1846
1847 * testsuite/25_algorithms/includes/1.cc: Add tests.
1848 * testsuite/25_algorithms/search/1.cc: Likewise.
1849 * testsuite/25_algorithms/unique_copy/1.cc: Likewise.
1850 * testsuite/25_algorithms/swap_ranges/1.cc: New.
1851 * testsuite/25_algorithms/swap_ranges/check_type.cc: New.
1852 * testsuite/25_algorithms/rotate.cc: Move to...
1853 * testsuite/25_algorithms/rotate/rotate.cc: ... here.
1854 * testsuite/25_algorithms/rotate/1.cc: New.
1855 * testsuite/25_algorithms/rotate/check_type.cc: New.
1856 * testsuite/25_algorithms/search_n/iterator.cc: Fix typo.
1857
1858 2005-03-14 Christopher Jefferson <chris@bubblescope.net>
1859
1860 * include/bits/stl_algo.h (replace_copy, replace_copy_if):
1861 Don't assume that __new_value and *__first are convertible to
1862 each other.
1863
1864 * testsuite/25_algorithms/find/1.cc: New.
1865 * testsuite/25_algorithms/find/check_type.cc: New.
1866 * testsuite/25_algorithms/find_if/1.cc: New.
1867 * testsuite/25_algorithms/find_if/check_type.cc: New.
1868 * testsuite/25_algorithms/replace/1.cc: New.
1869 * testsuite/25_algorithms/replace/check_type.cc: New.
1870 * testsuite/25_algorithms/replace_if/1.cc: New.
1871 * testsuite/25_algorithms/replace_if/check_type.cc: New.
1872 * testsuite/25_algorithms/replace_copy/1.cc: New.
1873 * testsuite/25_algorithms/replace_copy/check_type.cc: New.
1874 * testsuite/25_algorithms/replace_copy_if/1.cc: New.
1875 * testsuite/25_algorithms/replace_copy_if/check_type.cc: New.
1876 * testsuite/25_algorithms/remove/1.cc: New.
1877 * testsuite/25_algorithms/remove/check_type.cc: New.
1878 * testsuite/25_algorithms/remove_if/1.cc: New.
1879 * testsuite/25_algorithms/remove_if/check_type.cc: New.
1880 * testsuite/25_algorithms/count/1.cc: New.
1881 * testsuite/25_algorithms/count/check_type.cc: New.
1882 * testsuite/25_algorithms/count_if/1.cc: New.
1883 * testsuite/25_algorithms/count_if/check_type.cc: New.
1884
1885 2005-02-27 Christopher Jefferson <chris@bubblescope.net>
1886 Paolo Carlini <pcarlini@suse.de>
1887
1888 * testsuite/ext/is_heap/check_type.cc: New.
1889
1890 2005-02-27 Paolo Carlini <pcarlini@suse.de>
1891
1892 * testsuite/ext/is_heap/1.cc: New.
1893
1894 2005-02-01 Christopher Jefferson <chris@bubblescope.net>
1895
1896 * testsuite/ext/median.cc: New.
1897 * testsuite/25_algorithms/adjacent_find/1.cc: New.
1898 * testsuite/25_algorithms/adjacent_find/check_type.cc: New.
1899 * testsuite/25_algorithms/search/1.cc: New.
1900 * testsuite/25_algorithms/search/check_type.cc: New.
1901 * testsuite/25_algorithms/unique_copy/1.cc: New.
1902 * testsuite/25_algorithms/unique_copy/check_type.cc: New.
1903 * testsuite/25_algorithms/partial_sort/1.cc: New.
1904 * testsuite/25_algorithms/partial_sort/check_type.cc: New.
1905 * testsuite/25_algorithms/partial_sort_copy/1.cc: New.
1906 * testsuite/25_algorithms/partial_sort_copy/check_type.cc: New.
1907 * testsuite/25_algorithms/lower_bound/1.cc: New.
1908 * testsuite/25_algorithms/lower_bound/check_type.cc: New.
1909 * testsuite/25_algorithms/upper_bound/1.cc: New.
1910 * testsuite/25_algorithms/upper_bound/check_type.cc: New.
1911 * testsuite/25_algorithms/merge/1.cc: New.
1912 * testsuite/25_algorithms/merge/check_type.cc: New.
1913 * testsuite/25_algorithms/inplace_merge/1.cc: New.
1914 * testsuite/25_algorithms/inplace_merge/check_type.cc: New.
1915 * testsuite/25_algorithms/stable_sort/1.cc: New.
1916 * testsuite/25_algorithms/stable_sort/check_type.cc: New.
1917 * testsuite/25_algorithms/nth_element/1.cc: New.
1918 * testsuite/25_algorithms/nth_element/check_type.cc: New.
1919 * testsuite/25_algorithms/equal_range/1.cc: New.
1920 * testsuite/25_algorithms/equal_range/check_type.cc: New.
1921 * testsuite/25_algorithms/binary_search/1.cc: New.
1922 * testsuite/25_algorithms/binary_search/check_type.cc: New.
1923 * testsuite/25_algorithms/includes/1.cc: New.
1924 * testsuite/25_algorithms/includes/check_type.cc: New.
1925 * testsuite/25_algorithms/set_union/1.cc: New.
1926 * testsuite/25_algorithms/set_union/check_type.cc: New.
1927 * testsuite/25_algorithms/set_intersection/1.cc: New.
1928 * testsuite/25_algorithms/set_intersection/check_type.cc: New.
1929 * testsuite/25_algorithms/set_difference/1.cc: New.
1930 * testsuite/25_algorithms/set_difference/check_type.cc: New.
1931 * testsuite/25_algorithms/set_symmetric_difference/1.cc: New.
1932 * testsuite/25_algorithms/set_symmetric_difference/check_type.cc: New.
1933 * testsuite/25_algorithms/min_element/1.cc: New.
1934 * testsuite/25_algorithms/min_element/check_type.cc: New.
1935 * testsuite/25_algorithms/max_element/1.cc: New.
1936 * testsuite/25_algorithms/max_element/check_type.cc: New.
1937 * testsuite/25_algorithms/prev_permutation/1.cc: New.
1938 * testsuite/25_algorithms/prev_permutation/check_type.cc: New.
1939 * testsuite/25_algorithms/next_permutation/1.cc: New.
1940 * testsuite/25_algorithms/next_permutation/check_type.cc: New.
1941 * testsuite/25_algorithms/find_first_of/1.cc: New.
1942 * testsuite/25_algorithms/find_first_of/check_type.cc: New.
1943 * testsuite/25_algorithms/find_end/1.cc: New.
1944 * testsuite/25_algorithms/find_end/check_type.cc: New.
1945 * testsuite/25_algorithms/equal/check_type.cc: Insert iterator type.
1946 * testsuite/25_algorithms/lexicographical_compare/check_type.cc:
1947 Likewise.
1948
1949 2005-01-10 Christopher Jefferson <chris@bubblescope.net>
1950
1951 * testsuite/25_algorithms/lexicographical_compare/check_type.cc: New.
1952 * testsuite/25_algorithms/lexicographical_compare/1.cc: Likewise.
1953 * testsuite/25_algorithms/mismatch/check_type.cc: Likewise.
1954 * testsuite/25_algorithms/mismatch/1.cc: Likewise.
1955 * testsuite/25_algorithms/equal/check_type.cc: New.
1956 * testsuite/25_algorithms/equal/1.cc: New.
1957
9b22c09e
BK
19582005-05-24 Benjamin Kosnik <bkoz@redhat.com>
1959
1960 * include/bits/allocator.h: Change ___glibcxx_base_allocator to
1961 __glibcxx_base_allocator.
1962 * config/allocator/bitmap_allocator_base.h: Same.
1963 * config/allocator/malloc_allocator_base.h: Same.
1964 * config/allocator/mt_allocator_base.h: Same.
1965 * config/allocator/new_allocator_base.h: Same.
1966 * config/allocator/pool_allocator_base.h: Same.
1967
561e7a36
PC
19682005-05-24 Jonathan Wakely <redi@gcc.gnu.org>
1969
1970 * include/debug/string (class basic_string): Add missing
1971 default template arguments; provide typedefs for char
1972 and wchar_t.
1973 (operator[]): Allow s[s.size()] in debug mode, but not
1974 pedantic mode.
1975
19762005-05-24 Paolo Carlini <pcarlini@suse.de>
1977
1978 Port from libstdcxx_so_7-branch:
1979 2005-04-25 Christopher Jefferson <chris@bubblescope.net>
1980
1981 * include/bits/stl_algo.h (count): Correct concept checks.
1982 (search_n) : Likewise.
1983 * testsuite/25_algorithms/search_n/check_type.cc: New.
1984
1985 * testsuite/testsuite_iterators.h
1986 (random_access_iterator_wrapper::operator+): Move out of
1987 class to external function, and add symmetric version.
1988
1989 2005-03-14 Christopher Jefferson <chris@bubblescope.net>
1990
1991 * testsuite/testsuite_iterators.h (WritableObject::WritableObject):
1992 Add const.
1993
1994 2005-02-01 Christopher Jefferson <chris@bubblescope.net>
1995
1996 * testsuite/testsuite_iterators.h (random_access_iterator_wrapper::
1997 operator--): Fix typo.
1998 (OutputContainer::OutputContainer): Correct zeroing array.
1999 (WritableObject::operator==): Fix typo.
2000 (WritableObject::operator=): make operator= templated
2001 to allow differing types to be assigned.
2002 (WritableObject::operator++): Fix checking if iterator is
2003 written to multiple times.
2004 (random_access_iterator_wrapper::operator+): Add const.
2005 (random_access_iterator_wrapper::operator-): Likewise.
2006 (random_access_iterator_wrapper::operator[]): Add dereference.
2007
a9563c96
JW
20082005-05-23 Jonathan Wakely <redi@gcc.gnu.org>
2009
2010 * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
2011 had to be defined for pedantic mode in 3.4 and 4.0.0.
2012
0d25c320
JB
20132005-05-20 Jan Beulich <jbeulich@novell.com>
2014
2015 * libmath/stubs.c: Also implement fabsf/fabsl if not present in the
2016 system libraries.
2017
a8090052
PC
20182005-05-20 Paolo Carlini <pcarlini@suse.de>
2019
2020 * include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):
2021 Don't qualify __tmp as const, _ValueType is not necessarily
2022 Assignable.
2023 * include/bits/stl_algobase.h (swap, __iter_swap<false>):
2024 Likewise, as an harmless extension.
2025
e73ee854
RH
20262005-05-19 Richard Henderson <rth@redhat.com>
2027
2028 * libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
2029
bfbc811b
JW
20302005-05-19 Jonathan Wakely <redi@gcc.gnu.org>
2031
2032 * include/bits/basic_string.h (operator[]): Allow s[s.size()] in
2033 debug mode, but not pedantic mode.
2034
7a774cac
JB
20352005-05-19 Jan Beulich <jbeulich@novell.com>
2036
2037 * libsupc++/unwind-cxx.h: Include cstdlib.
2038 (gcc_unreachable): #define.
2039 * libsupc++/eh_personality.cc (gcc_unreachable): Remove #define.
2040
66143232
PC
20412005-05-18 Paolo Carlini <pcarlini@suse.de>
2042 Nathan Myers <ncm@cantrip.org>
2043
2044 PR libstdc++/19495
2045 * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
2046 size_type instead of char and rename to _Raw_alloc.
2047 * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
2048 Use the above.
2049 * src/bitmap_allocator.cc: Add instantiation for size_type.
2050 * src/mt_allocator.cc: Likewise.
2051 * src/pool_allocator.cc: Likewise.
2052 * include/ext/array_allocator.h: Tweak slightly, avoid assuming
2053 the existence of an _Array::begin() and size() members.
2054 * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
2055 of size_type, instead of char, thus avoiding problems with
2056 rebinds, not treated correctly by array_allocator.
2057
6aca9695
PC
20582005-05-18 Paolo Carlini <pcarlini@suse.de>
2059
2060 * testsuite/22_locale/ctype/is/char/2.cc: Adjust dg-require-namedlocale.
2061 * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
2062 * testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
2063 missing dg-require-namedlocale.
2064 * testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
2065 Likewise.
2066 * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
2067 Likewise.
2068 * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
2069 Likewise.
2070
f63a8495
PC
20712005-05-18 Paolo Carlini <pcarlini@suse.de>
2072
2073 * testsuite/testsuite_hooks.cc: Remove try_named_locale.
2074 * testsuite/testsuite_hooks.h: Remove try_named_locale.
2075 * testsuite/lib/libstdc++.exp (check_v3_target_namedlocale): New.
2076 * testsuite/lib/dg-options.exp (dg-require-namedlocale): New, uses
2077 the above.
2078 * testsuite/22_locale/codecvt/always_noconv/char/wrapped_env.cc: Use
2079 dg-require-namedlocale.
2080 * testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc:
2081 Likewise.
2082 * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Likewise.
2083 * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Likewise.
2084 * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Likewise.
2085 * testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc:
2086 Likewise.
2087 * testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc:
2088 Likewise.
2089 * testsuite/22_locale/codecvt/encoding/char/wrapped_env.cc: Likewise.
2090 * testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc: Likewise.
2091 * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Likewise.
2092 * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Likewise.
2093 * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Likewise.
2094 * testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: Likewise.
2095 * testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc:
2096 Likewise.
2097 * testsuite/22_locale/codecvt/in/char/wrapped_env.cc: Likewise.
2098 * testsuite/22_locale/codecvt/in/char/wrapped_locale.cc: Likewise.
2099 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
2100 * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Likewise.
2101 * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Likewise.
2102 * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Likewise.
2103 * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Likewise.
2104 * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Likewise.
2105 * testsuite/22_locale/codecvt/in/wchar_t/wrapped_env.cc: Likewise.
2106 * testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc: Likewise.
2107 * testsuite/22_locale/codecvt/length/char/wrapped_env.cc: Likewise.
2108 * testsuite/22_locale/codecvt/length/char/wrapped_locale.cc: Likewise.
2109 * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Likewise.
2110 * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Likewise.
2111 * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Likewise.
2112 * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Likewise.
2113 * testsuite/22_locale/codecvt/length/wchar_t/wrapped_env.cc: Likewise.
2114 * testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc:
2115 Likewise.
2116 * testsuite/22_locale/codecvt/max_length/char/wrapped_env.cc: Likewise.
2117 * testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc:
2118 Likewise.
2119 * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Likewise.
2120 * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Likewise.
2121 * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Likewise.
2122 * testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc:
2123 Likewise.
2124 * testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc:
2125 Likewise.
2126 * testsuite/22_locale/codecvt/out/char/wrapped_env.cc: Likewise.
2127 * testsuite/22_locale/codecvt/out/char/wrapped_locale.cc: Likewise.
2128 * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Likewise.
2129 * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Likewise.
2130 * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Likewise.
2131 * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Likewise.
2132 * testsuite/22_locale/codecvt/out/wchar_t/wrapped_env.cc: Likewise.
2133 * testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc: Likewise.
2134 * testsuite/22_locale/codecvt/unshift/char/wrapped_env.cc: Likewise.
2135 * testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc: Likewise.
2136 * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Likewise.
2137 * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Likewise.
2138 * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Likewise.
2139 * testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: Likewise.
2140 * testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc:
2141 Likewise.
2142 * testsuite/22_locale/collate/compare/char/1.cc: Likewise.
2143 * testsuite/22_locale/collate/compare/char/2.cc: Likewise.
2144 * testsuite/22_locale/collate/compare/char/3.cc: Likewise.
2145 * testsuite/22_locale/collate/compare/char/wrapped_env.cc: Likewise.
2146 * testsuite/22_locale/collate/compare/char/wrapped_locale.cc: Likewise.
2147 * testsuite/22_locale/collate/compare/wchar_t/1.cc: Likewise.
2148 * testsuite/22_locale/collate/compare/wchar_t/2.cc: Likewise.
2149 * testsuite/22_locale/collate/compare/wchar_t/3.cc: Likewise.
2150 * testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc: Likewise.
2151 * testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc:
2152 Likewise.
2153 * testsuite/22_locale/collate/hash/char/2.cc: Likewise.
2154 * testsuite/22_locale/collate/hash/char/wrapped_env.cc: Likewise.
2155 * testsuite/22_locale/collate/hash/char/wrapped_locale.cc: Likewise.
2156 * testsuite/22_locale/collate/hash/wchar_t/2.cc: Likewise.
2157 * testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc: Likewise.
2158 * testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc: Likewise.
2159 * testsuite/22_locale/collate/transform/char/2.cc: Likewise.
2160 * testsuite/22_locale/collate/transform/char/3.cc: Likewise.
2161 * testsuite/22_locale/collate/transform/char/wrapped_env.cc: Likewise.
2162 * testsuite/22_locale/collate/transform/char/wrapped_locale.cc:
2163 Likewise.
2164 * testsuite/22_locale/collate/transform/wchar_t/2.cc: Likewise.
2165 * testsuite/22_locale/collate/transform/wchar_t/3.cc: Likewise.
2166 * testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc:
2167 Likewise.
2168 * testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
2169 Likewise.
2170 * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise.
2171 * testsuite/22_locale/ctype/cons/char/wrapped_env.cc: Likewise.
2172 * testsuite/22_locale/ctype/cons/char/wrapped_locale.cc: Likewise.
2173 * testsuite/22_locale/ctype/is/char/2.cc: Likewise.
2174 * testsuite/22_locale/ctype/is/char/wrapped_env.cc: Likewise.
2175 * testsuite/22_locale/ctype/is/char/wrapped_locale.cc: Likewise.
2176 * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
2177 * testsuite/22_locale/ctype/is/wchar_t/wrapped_env.cc: Likewise.
2178 * testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc: Likewise.
2179 * testsuite/22_locale/ctype/narrow/char/wrapped_env.cc: Likewise.
2180 * testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc: Likewise.
2181 * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Likewise.
2182 * testsuite/22_locale/ctype/narrow/wchar_t/wrapped_env.cc: Likewise.
2183 * testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: Likewise.
2184 * testsuite/22_locale/ctype/scan/char/wrapped_env.cc: Likewise.
2185 * testsuite/22_locale/ctype/scan/char/wrapped_locale.cc: Likewise.
2186 * testsuite/22_locale/ctype/scan/wchar_t/wrapped_env.cc: Likewise.
2187 * testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc: Likewise.
2188 * testsuite/22_locale/ctype/to/char/wrapped_env.cc: Likewise.
2189 * testsuite/22_locale/ctype/to/char/wrapped_locale.cc: Likewise.
2190 * testsuite/22_locale/ctype/to/wchar_t/wrapped_env.cc: Likewise.
2191 * testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc: Likewise.
2192 * testsuite/22_locale/ctype/widen/char/wrapped_env.cc: Likewise.
2193 * testsuite/22_locale/ctype/widen/char/wrapped_locale.cc: Likewise.
2194 * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise.
2195 * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Likewise.
2196 * testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc: Likewise.
2197 * testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc: Likewise.
2198 * testsuite/22_locale/facet/2.cc: Likewise.
2199 * testsuite/22_locale/locale/cons/12352.cc: Likewise.
2200 * testsuite/22_locale/locale/cons/12438.cc: Likewise.
2201 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
2202 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
2203 * testsuite/22_locale/locale/cons/2.cc: Likewise.
2204 * testsuite/22_locale/locale/cons/4.cc: Likewise.
2205 * testsuite/22_locale/locale/cons/5.cc: Likewise.
2206 * testsuite/22_locale/locale/cons/7.cc: Likewise.
2207 * testsuite/22_locale/locale/cons/7222-env.cc: Likewise.
2208 * testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise.
2209 * testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise.
2210 * testsuite/22_locale/messages/members/char/1.cc: Likewise.
2211 * testsuite/22_locale/messages/members/char/2.cc: Likewise.
2212 * testsuite/22_locale/messages/members/char/3.cc: Likewise.
2213 * testsuite/22_locale/messages/members/char/wrapped_env.cc: Likewise.
2214 * testsuite/22_locale/messages/members/char/wrapped_locale.cc: Likewise.
2215 * testsuite/22_locale/messages_byname/named_equivalence.cc: Likewise.
2216 * testsuite/22_locale/money_get/get/char/1.cc: Likewise.
2217 * testsuite/22_locale/money_get/get/char/10.cc: Likewise.
2218 * testsuite/22_locale/money_get/get/char/11.cc: Likewise.
2219 * testsuite/22_locale/money_get/get/char/11528.cc: Likewise.
2220 * testsuite/22_locale/money_get/get/char/12.cc: Likewise.
2221 * testsuite/22_locale/money_get/get/char/13.cc: Likewise.
2222 * testsuite/22_locale/money_get/get/char/15.cc: Likewise.
2223 * testsuite/22_locale/money_get/get/char/16.cc: Likewise.
2224 * testsuite/22_locale/money_get/get/char/17.cc: Likewise.
2225 * testsuite/22_locale/money_get/get/char/18.cc: Likewise.
2226 * testsuite/22_locale/money_get/get/char/2.cc: Likewise.
2227 * testsuite/22_locale/money_get/get/char/3.cc: Likewise.
2228 * testsuite/22_locale/money_get/get/char/4.cc: Likewise.
2229 * testsuite/22_locale/money_get/get/char/wrapped_env.cc: Likewise.
2230 * testsuite/22_locale/money_get/get/char/wrapped_locale.cc: Likewise.
2231 * testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise.
2232 * testsuite/22_locale/money_get/get/wchar_t/10.cc: Likewise.
2233 * testsuite/22_locale/money_get/get/wchar_t/11.cc: Likewise.
2234 * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Likewise.
2235 * testsuite/22_locale/money_get/get/wchar_t/12.cc: Likewise.
2236 * testsuite/22_locale/money_get/get/wchar_t/13.cc: Likewise.
2237 * testsuite/22_locale/money_get/get/wchar_t/15.cc: Likewise.
2238 * testsuite/22_locale/money_get/get/wchar_t/16.cc: Likewise.
2239 * testsuite/22_locale/money_get/get/wchar_t/17.cc: Likewise.
2240 * testsuite/22_locale/money_get/get/wchar_t/18.cc: Likewise.
2241 * testsuite/22_locale/money_get/get/wchar_t/2.cc: Likewise.
2242 * testsuite/22_locale/money_get/get/wchar_t/3.cc: Likewise.
2243 * testsuite/22_locale/money_get/get/wchar_t/4.cc: Likewise.
2244 * testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc: Likewise.
2245 * testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc: Likewise.
2246 * testsuite/22_locale/money_put/put/char/1.cc: Likewise.
2247 * testsuite/22_locale/money_put/put/char/2.cc: Likewise.
2248 * testsuite/22_locale/money_put/put/char/3.cc: Likewise.
2249 * testsuite/22_locale/money_put/put/char/9780-3.cc: Likewise.
2250 * testsuite/22_locale/money_put/put/char/wrapped_env.cc: Likewise.
2251 * testsuite/22_locale/money_put/put/char/wrapped_locale.cc: Likewise.
2252 * testsuite/22_locale/money_put/put/wchar_t/1.cc: Likewise.
2253 * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise.
2254 * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise.
2255 * testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc: Likewise.
2256 * testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc: Likewise.
2257 * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
2258 * testsuite/22_locale/moneypunct/members/char/wrapped_env.cc: Likewise.
2259 * testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc:
2260 Likewise.
2261 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.
2262 * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc:
2263 Likewise.
2264 * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc:
2265 Likewise.
2266 * testsuite/22_locale/moneypunct_byname/named_equivalence.cc: Likewise.
2267 * testsuite/22_locale/num_get/get/char/1.cc: Likewise.
2268 * testsuite/22_locale/num_get/get/char/3.cc: Likewise.
2269 * testsuite/22_locale/num_get/get/char/5.cc: Likewise.
2270 * testsuite/22_locale/num_get/get/char/6.cc: Likewise.
2271 * testsuite/22_locale/num_get/get/char/9.cc: Likewise.
2272 * testsuite/22_locale/num_get/get/char/wrapped_env.cc: Likewise.
2273 * testsuite/22_locale/num_get/get/char/wrapped_locale.cc: Likewise.
2274 * testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise.
2275 * testsuite/22_locale/num_get/get/wchar_t/3.cc: Likewise.
2276 * testsuite/22_locale/num_get/get/wchar_t/5.cc: Likewise.
2277 * testsuite/22_locale/num_get/get/wchar_t/6.cc: Likewise.
2278 * testsuite/22_locale/num_get/get/wchar_t/9.cc: Likewise.
2279 * testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc: Likewise.
2280 * testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc: Likewise.
2281 * testsuite/22_locale/num_put/put/char/1.cc: Likewise.
2282 * testsuite/22_locale/num_put/put/char/20909.cc: Likewise.
2283 * testsuite/22_locale/num_put/put/char/20914.cc: Likewise.
2284 * testsuite/22_locale/num_put/put/char/3.cc: Likewise.
2285 * testsuite/22_locale/num_put/put/char/5.cc: Likewise.
2286 * testsuite/22_locale/num_put/put/char/9780-2.cc: Likewise.
2287 * testsuite/22_locale/num_put/put/char/wrapped_env.cc: Likewise.
2288 * testsuite/22_locale/num_put/put/char/wrapped_locale.cc: Likewise.
2289 * testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise.
2290 * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.
2291 * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.
2292 * testsuite/22_locale/num_put/put/wchar_t/3.cc: Likewise.
2293 * testsuite/22_locale/num_put/put/wchar_t/5.cc: Likewise.
2294 * testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc: Likewise.
2295 * testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc: Likewise.
2296 * testsuite/22_locale/numpunct/members/char/2.cc: Likewise.
2297 * testsuite/22_locale/numpunct/members/char/3.cc: Likewise.
2298 * testsuite/22_locale/numpunct/members/char/wrapped_env.cc: Likewise.
2299 * testsuite/22_locale/numpunct/members/char/wrapped_locale.cc: Likewise.
2300 * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Likewise.
2301 * testsuite/22_locale/numpunct/members/wchar_t/wrapped_env.cc: Likewise.
2302 * testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc:
2303 Likewise.
2304 * testsuite/22_locale/numpunct_byname/named_equivalence.cc: Likewise.
2305 * testsuite/22_locale/time_get/date_order/char/wrapped_env.cc: Likewise.
2306 * testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc:
2307 Likewise.
2308 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc:
2309 Likewise.
2310 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc:
2311 Likewise.
2312 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2313 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
2314 * testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise.
2315 * testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc:
2316 Likewise.
2317 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2318 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
2319 * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise.
2320 * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc:
2321 Likewise.
2322 * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc:
2323 Likewise.
2324 * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
2325 * testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc:
2326 Likewise.
2327 * testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc:
2328 Likewise.
2329 * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
2330 * testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc:
2331 Likewise.
2332 * testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc:
2333 Likewise.
2334 * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
2335 * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
2336 * testsuite/22_locale/time_get/get_time/char/wrapped_env.cc: Likewise.
2337 * testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc:
2338 Likewise.
2339 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
2340 * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
2341 * testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc:
2342 Likewise.
2343 * testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc:
2344 Likewise.
2345 * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
2346 * testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc:
2347 Likewise.
2348 * testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc:
2349 Likewise.
2350 * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
2351 * testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc:
2352 Likewise.
2353 * testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc:
2354 Likewise.
2355 * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
2356 * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
2357 * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
2358 * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
2359 * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
2360 * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
2361 * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
2362 * testsuite/22_locale/time_put/put/char/9780-1.cc: Likewise.
2363 * testsuite/22_locale/time_put/put/char/wrapped_env.cc: Likewise.
2364 * testsuite/22_locale/time_put/put/char/wrapped_locale.cc: Likewise.
2365 * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
2366 * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
2367 * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
2368 * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
2369 * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
2370 * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
2371 * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
2372 * testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc: Likewise.
2373 * testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc: Likewise.
2374 * testsuite/27_io/basic_filebuf/imbue/char/13007.cc: Likewise.
2375 * testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc: Likewise.
2376 * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
2377 * testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: Likewise.
2378 * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
2379 * testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc: Likewise.
2380 * testsuite/27_io/basic_filebuf/imbue/char/2.cc: Likewise.
2381 * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Likewise.
2382 * testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc: Likewise.
2383 * testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc: Likewise.
2384 * testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc: Likewise.
2385 * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise.
2386 * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc: Likewise.
2387 * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
2388 * testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: Likewise.
2389 * testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc: Likewise.
2390 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise.
2391 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise.
2392 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise.
2393 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise.
2394 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: Likewise.
2395 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: Likewise.
2396 * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise.
2397 * testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: Likewise.
2398 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: Likewise.
2399 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: Likewise.
2400 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: Likewise.
2401 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: Likewise.
2402 * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: Likewise.
2403 * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: Likewise.
2404 * testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: Likewise.
2405 * testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: Likewise.
2406 * testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc: Likewise.
2407 * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise.
2408 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc:
2409 Likewise.
2410 * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc:
2411 Likewise.
2412 * testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc: Likewise.
2413 * testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc: Likewise.
2414 * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Likewise.
2415 * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc: Likewise.
2416 * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc: Likewise.
2417 * testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc: Likewise.
2418 * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Likewise.
2419 * testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc: Likewise.
2420 * testsuite/27_io/objects/wchar_t/10.cc: Likewise.
2421 * testsuite/27_io/objects/wchar_t/11.cc: Likewise.
2422 * testsuite/27_io/objects/wchar_t/12.cc: Likewise.
2423 * testsuite/27_io/objects/wchar_t/13.cc: Likewise.
2424 * testsuite/27_io/objects/wchar_t/9520.cc: Likewise.
2425 * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
2426
79d0dfa3
NS
24272005-05-17 Nathan Sidwell <nathan@codesourcery.com>
2428
2429 * libsupc++/eh_personality.cc (gcc_unreachable): Define.
2430
4734ffce
PC
24312005-05-16 Paolo Carlini <pcarlini@suse.de>
2432
2433 * docs/html/install.html: Update list of required named
2434 locales, add "es_ES".
2435
894b1dff
MF
24362005-05-13 Magnus Fromreide <magfr@lysator.liu.se>
2437
2438 * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Use
2439 initialization instead of copying as the string is used only once.
2440 * testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise.
2441 * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.
2442 * testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise.
2443
96aea9eb
BK
24442005-05-12 Benjamin Kosnik <bkoz@redhat.com>
2445
2446 * scripts/create_testsuite_files: Fix.
2447
87255f60
KK
24482005-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
2449
2450 * testsuite/18_support/numeric_limits.cc (dg-options): Add
2451 -mieee to options on sh*-*-*.
2452
aeddae49
JW
24532005-05-10 Jonathan Wakely <redi@gcc.gnu.org>
2454
2455 * include/debug/debug.h: Fix typo in macro name.
2456
6323b34e
PC
24572005-05-09 Paolo Carlini <pcarlini@suse.de>
2458 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2459
2460 PR libstdc++/18604
2461 * include/bits/deque.tcc: Fully qualify names from namespace std.
2462 * include/bits/stl_bvector.h: Likewise.
2463 * include/bits/stl_deque.h: Likewise.
2464 * include/bits/stl_list.h: Likewise.
2465 * include/bits/stl_map.h: Likewise.
2466 * include/bits/stl_multimap.h: Likewise.
2467 * include/bits/stl_multiset.h: Likewise.
2468 * include/bits/stl_set.h: Likewise.
2469 * include/bits/stl_vector.h: Likewise.
2470 * include/bits/vector.tcc: Likewise.
2471 * include/std/std_bitset.h: Likewise.
2472 * testsuite/23_containers/bitset/18604.cc: New.
2473 * testsuite/23_containers/deque/18604.cc: Likewise.
2474 * testsuite/23_containers/list/18604.cc: Likewise.
2475 * testsuite/23_containers/map/18604.cc: Likewise.
2476 * testsuite/23_containers/set/18604.cc: Likewise.
2477 * testsuite/23_containers/vector/18604.cc: Likewise.
2478
f4c767fd
MS
24792005-05-09 Mike Stump <mrs@apple.com>
2480
2481 * configure: Regenerate.
2482
48cf14eb
JW
24832005-05-09 Jonathan Wakely <redi@gcc.gnu.org>
2484
2485 DR 434. bitset::to_string() hard to use [Ready]
2486 * include/debug/bitset (to_string): Add three overloads, taking
2487 fewer template arguments.
2488
604b08d7
MM
24892005-05-06 Mark Mitchell <mark@codesourcery.com>
2490
2491 * testsuite/testsuite_hooks.cc (try_mkfifo): Remove.
2492 * testsuite/testsuite_hooks.h (try_mkfifo): Likewise.
2493 * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
2494 dg-require-fork and dg-require-mkfifo. Replace try_mkfifo with
2495 mkfifo.
2496 * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
2497 * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
2498 * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
2499 * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc:
2500 Likewise.
2501 * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
2502 Likewise.
2503 * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
2504 * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc:
2505 Likewise.
2506 * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
2507 * testsuite/27_io/objects/char/7.cc: Likewise.
2508 * testsuite/27_io/objects/char/9661-1.cc: Likewise.
2509 * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
2510 * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
2511
a72c74a1
BK
25122005-05-04 Benjamin Kosnik <bkoz@redhat.com>
2513
2514 * acinclude.m4: Remove testsuite_wchar_t and testsuite_thread.
2515 * testsuite/Makefile.am: Same.
2516 * scripts/create_testsuite_files: Same.
2517 * Makefile.in: Regenerate.
2518 * configure: Same.
2519 * include/Makefile.in: Same.
2520 * libmath/Makefile.in: Same.
2521 * libsupc++/Makefile.in: Same.
2522 * po/Makefile.in: Same.
2523 * src/Makefile.in: Same.
2524
86abebe2
MM
25252005-05-04 Mark Mitchell <mark@codesourcery.com>
2526
08cce8fe
MM
2527 * testsuite/lib/libstdc++.exp (v3-build_support): Look for
2528 __GTHREADS, rather than _GLIBCXX_HAVE_GTHR_DEFAULT, to determine
2529 whether or not thread support is available.
2530
86abebe2
MM
2531 * docs/html/test.html: Explain how to run the testsuite on an
2532 installed directory.
2533
df1de1a3
PC
25342005-05-01 Paolo Carlini <pcarlini@suse.de>
2535
2536 * config/os/aix/os_defines.h: Remove obsolete __off_t,
2537 __off64_t, __ssize_t defines.
2538 * config/os/djgpp/os_defines.h: Likewise.
2539 * config/os/hpux/os_defines.h: Likewise.
2540 * config/os/irix/irix5.2/os_defines.h: Likewise.
2541 * config/os/irix/irix6.5/os_defines.h: Likewise.
2542 * config/os/solaris/solaris2.5/os_defines.h: Likewise.
2543 * config/os/solaris/solaris2.6/os_defines.h: Likewise.
2544 * config/os/solaris/solaris2.7/os_defines.h: Likewise.
2545 * docs/html/17_intro/porting.html: Don't discuss the defines.
2546 * docs/html/17_intro/porting.texi: Likewise.
2547
544f9440
PC
25482005-04-29 Paolo Carlini <pcarlini@suse.de>
2549 Nathan Myers <ncm@cantrip.org>
2550
2551 PR libstdc++/21286
2552 * include/bits/fstream.tcc (basic_filebuf<>::xsgetn):
2553 Loop on short reads; remove the work-around for
2554 libstdc++/20806, not needed anymore.
2555
a70c902e
PC
25562005-04-29 Paolo Carlini <pcarlini@suse.de>
2557
2558 PR libstdc++/21238
2559 * include/bits/locale_facets.tcc (num_get::_M_extract_float,
2560 num_get::_M_extract_int, num_get::do_get(bool&),
2561 num_put::_M_insert_int, num_put::_M_insert_float,
2562 num_put::do_put(bool), money_get::_M_extract,
2563 money_put::_M_insert): Adjust the __cache_type typedef not to
2564 forward to a numpunct/moneypunct typedef.
2565 * testsuite/testsuite_character.h: Add pod_uint and its numpunct
2566 and moneypunct specializations.
2567 * testsuite/testsuite_character.cc: Add numpunct<pod_uint>::id
2568 and moneypunct<pod_uint>::id.
2569 * testsuite/22_locale/num_get/3.cc: New.
2570 * testsuite/22_locale/num_put/3.cc: Likewise.
2571 * testsuite/22_locale/money_get/3.cc: Likewise.
2572 * testsuite/22_locale/money_put/3.cc: Likewise.
2573
2574 * include/bits/locale_facets.tcc (money_put::_M_insert,
2575 time_get::_M_extract_name): Prefer operator== to operator!=
2576 on char_types.
2577
152d9676
PC
25782005-04-29 Paolo Carlini <pcarlini@suse.de>
2579
2580 * include/tr1/type_traits (is_convertible): Adjust according
2581 to the resolution of TR1 issue 3.20.
2582 * testsuite/tr1/4_metaprogramming/relationships_between_types/
2583 is_convertible/is_convertible.cc: Add tests.
2584
a9dd5a46
PC
25852005-04-28 Paolo Carlini <pcarlini@suse.de>
2586 Gabriel Dos Reis <gdr@integrable-solutions.net>
2587
2588 PR libstdc++/21244 (cont)
2589 * include/bits/cpp_type_traits.h (struct __traitor): Convert
2590 to bool the values.
2591 * include/bits/stl_algo.h: Convert _S_threshold to int.
2592 * include/bits/stl_bvector.h: Revert previous change, convert
2593 _S_word_bit to int.
2594 * include/debug/formatter.h: Convert __max_parameters to
2595 size_t.
2596 * include/ext/mt_allocator.h: Likewise for _S_chunk_size.
2597 * include/ext/pool_allocator.h: Likewise for _S_max_bytes and
2598 _S_align.
2599 * include/ext/rope: Likewise for _S_alloc_granularity; convert
2600 _S_max_rope_depth to int.
2601 * include/ext/ropeimpl.h: Convert _S_path_cache_len to int;
2602 _S_max_rope_depth to int; _S_copy_max to size_t.
2603
861e48cb
BK
26042005-04-27 Benjamin Kosnik <bkoz@redhat.com>
2605
2606 * docs/doxygen/user.cfg.in: Update to doxygen-1.4.2.
2607 * docs/doxygen/doxygroups.cc: Update namespace comments.
2608
2c2702f2
DS
26092005-04-27 Dominik Strasser <dominik.strasser@infineon.com>
2610 Paolo Carlini <pcarlini@suse.de>
2611
2612 PR libstdc++/21244
2613 * include/bits/stl_bvector.h: Change the anonymous enum
2614 at namespace scope to _S_word_bit_enum.
2615 * testsuite/23_containers/vector/bool/21244.cc: New.
2616
4e5362a2
PC
26172005-04-27 Paolo Carlini <pcarlini@suse.de>
2618
2619 * include/tr1/type_traits (has_trivial_copy, has_trivial_assign,
2620 has_nothrow_copy, has_nothrow_assign): Adjust according to the
2621 resolution of TR1 issue 3.21.
2622 * testsuite/testsuite_tr1.h (test_copy_property,
2623 test_assign_property): Remove.
2624 * testsuite/tr1/4_metaprogramming/type_properties/
2625 has_nothrow_assign/has_nothrow_assign.cc: Adjust.
2626 * testsuite/tr1/4_metaprogramming/type_properties/
2627 has_nothrow_copy/has_nothrow_copy.cc: Likewise.
2628 * testsuite/tr1/4_metaprogramming/type_properties/
2629 has_trivial_assign/has_trivial_assign.cc: Likewise.
2630 * testsuite/tr1/4_metaprogramming/type_properties/
2631 has_trivial_copy/has_trivial_copy.cc: Likewise.
2632
747d0b96
JD
26332005-04-26 Jones Desougi <jones@ingate.com>
2634
2635 PR libstdc++/21131
2636 * linkage.m4: Fix comments.
2637
44ecf603
PC
26382005-04-26 Paolo Carlini <pcarlini@suse.de>
2639
2640 PR libstdc++/21209
2641 * include/bits/locale_facets.tcc (_M_extract_int): Avoid signed
2642 integer overflow, always use a suited unsigned type in the main
2643 parsing loop.
2644 (struct __to_unsigned_type): New.
2645 * testsuite/22_locale/num_get/get/char/16.cc: New.
2646 * testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise.
2647
a26b6b94
PC
26482005-04-25 Paolo Carlini <pcarlini@suse.de>
2649
2650 PR libstdc++/21035
2651 * include/bits/basic_string.h (compare): Adjust the documentation
2652 to match the implementation and the standard.
2653
e180079e
PC
26542005-04-24 Paolo Carlini <pcarlini@suse.de>
2655
2656 * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 35.
2657
d3e53108
MM
26582005-04-20 Mark Mitchell <mark@codesourcery.com>
2659
2660 * testsuite/ext/bitmap_allocator/check_allocate_max_size.cpp: Add
2661 explicit instantiations for systems without weak symbols.
2662 * testsuite/ext/bitmap_allocator/check_deallocate_null.cc:
2663 Likewise.
2664
5ce7999d
JW
26652005-04-18 Jonathan Wakely <redi@gcc.gnu.org>
2666
2667 * include/bits/stl_algo.h (rotate_copy): Add missing std qualification.
2668
101c5bc5
PC
26692005-04-17 Paolo Carlini <pcarlini@suse.de>
2670
2671 PR libstdc++/20914
2672 * include/bits/locale_facets.tcc (__int_to_char(_CharT*, _ValueT,
2673 const _CharT*, ios_base::fmtflags, bool)): Don't deal with numeric
2674 base or sign here, instead...
2675 (_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)): ... here,
2676 after adding the grouping. This fixes the bug and also allows to
2677 clean-up the code dealing with integer types.
2678 (_M_group_int(const char*, size_t, _CharT, ios_base&, _CharT*,
2679 _CharT*, int&)): Simplify, remove bits dealing with numeric base.
2680 (__int_to_char(_CharT*, unsigned long, const _CharT*,
2681 ios_base::fmtflags), __int_to_char(_CharT*, unsigned long long,
2682 const _CharT*, ios_base::fmtflags)): Remove hackish fix for
2683 libstdc++/15565.
2684 (__int_to_char(_CharT*, long, const _CharT*, ios_base::fmtflags),
2685 __int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)):
2686 Simplify, don't pass the sign.
2687 (_M_insert_float(_OutIter, ios_base&, _CharT, char, _ValueT)):
861e48cb 2688 Deal with a sign at the beginning of __cs; robustify the grouping
101c5bc5
PC
2689 check.
2690 * testsuite/22_locale/num_put/put/char/20914.cc: New.
2691 * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.
2692
57b11c96
BK
26932005-04-14 Benjamin Kosnik <bkoz@redhat.com>
2694
101c5bc5
PC
2695 * include/ext/bitmap_allocator.h
2696 (__gnu_cxx::free_list::_M_get_mutex): New.
2697 (__gnu_cxx::free_list::_M_get_free_list): New.
2698 (__gnu_cxx::free_list::_S_bfl_mutex): Remove.
2699 (__gnu_cxx::free_list::_S_free_list): Remove.
2700 * src/bitmap_allocator.cc: Same.
2701 * config/linker-map.gnu: Remove free_list and mutex export.
57b11c96 2702
821503db
BK
27032005-04-14 Benjamin Kosnik <bkoz@redhat.com>
2704
2705 * include/ext/pod_char_traits.h (__gnu_cxx::character): Add char_type.
2706 (character::to): New.
2707 (character::from): New.
2708 (operator==): Add state parameter.
2709 (operator<): Same.
2710 (char_traits::copy): Use std::copy.
2711 (char_traits::assign): Use std::fill_n.
2712 (char_traits::to_char_type): Use character::from.
2713 (char_traits::to_int_type): Use character::to.
2714 * testsuite/testsuite_character.h (__gnu_test::character): Remove.
2715 (__gnu_test::conversion_state): Remove.
2716 (__gnu_test::pod_char): Remove.
2717 (pod_char): New typedef.
2718 (pod_uchar): New typedef.
2719 (pod_ushort): New typedef.
2720 * testsuite/testsuite_character.cc: Fixups.
2721 * testsuite/21_strings/basic_string/inserters_extractors/pod/
2722 10081-in.cc: Same.
2723 * testsuite/21_strings/basic_string/inserters_extractors/pod/
2724 10081-out.cc: Same.
2725 * testsuite/22_locale/numpunct/members/pod/1.cc: Same.
2726 * testsuite/22_locale/numpunct/members/pod/2.cc: Same.
2727 * testsuite/27_io/basic_filebuf/close/12790-1.cc: Same.
2728 * testsuite/27_io/basic_filebuf/open/12790-1.cc: Same.
2729 * testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Same.
2730 * testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Same.
2731 * testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Same.
2732 * testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Same.
2733 * testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Same.
2734 * testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Same.
2735 * testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Same.
2736 * testsuite/27_io/basic_ios/imbue/14072.cc: Same.
2737 * testsuite/27_io/basic_istream/extractors_arithmetic/pod/
2738 3983-1.cc: Same.
2739 * testsuite/27_io/basic_istream/extractors_character/pod/
2740 3983-2.cc: Same.
2741 * testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
2742 * testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
2743 * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
2744
6dab073b
MS
27452005-04-12 Mike Stump <mrs@apple.com>
2746
2747 * configure: Regenerate.
2748
394476c9
BK
27492005-04-08 Benjamin Kosnik <bkoz@redhat.com>
2750
2751 * testsuite/Makefile.am: Remove libv3test.a.
2752 * testsuite/Makefile.in: Regenerate.
2753 * testsuite/lib/libstdc++.exp (v3_target_compile): Fix comments.
2754
eaf727f9
PC
27552005-04-08 Paolo Carlini <pcarlini@suse.de>
2756
2757 PR libstdc++/20909
2758 * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
2759 Don't even try to group numbers like 2e20, i.e., no decimal
2760 point, scientific notation.
2761 * testsuite/22_locale/num_put/put/char/20909.cc: New.
2762 * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.
2763
0cb7f060
KC
27642005-04-08 Kelley Cook <kcook@gcc.gnu.org>
2765
2766 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_ASM_SYMVER.
2767 * acconfig.h: Delete file.
2768 * Makefile.in, acinclude.m4, configure: Regenerate.
2769
42dedaee
KC
27702005-04-08 Kelley Cook <kcook@gcc.gnu.org>
2771
2772 * linkage.m4 (GLIBCXX_MAYBE_UNDERSCORED_FUNCS): New macro.
2773 (GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1,
2774 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2,
2775 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_3,
2776 GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1,
2777 GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2): Use it.
2778 (GLIBCXX_CHECK_MATH_SUPPORT): Delete obsolete comment.
2779 * acconfig.h: Delete redundant macros.
2780 * config.h.in, configure: Regenerate.
2781
3df45831
KC
27822005-04-08 Kelley Cook <kcook@gcc.gnu.org>
2783
2784 * linkage.m4 (GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1): Eliminate
2785 a subshell and if test fails, test for same functions with
2786 leading underscore.
2787 (GLIBCXX_CHECK_MATH_SUPPORT): Eliminate seperate checks for _funcs.
2788 * configure: Regenerate.
2789
1ae48358
DS
27902005-04-08 Danny Smith <dannysmith@users.sourceforge.net>
2791 Paolo Carlini <pcarlini@suse.de>
2792
2793 PR libstdc++/20806
2794 * config/os/mingw32/os_defines.h: Define
2795 _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM.
2796 * config/os/newlib/os_defines.h: Likewise, for __CYGWIN__.
2797 * include/bits/fstream.tcc (basic_filebuf<>::showmanyc()):
2798 Use it.
2799 (basic_filebuf<>::xsgetn(_CharT*, streamsize)): Likewise.
2800
bffc7909
KC
28012005-04-08 Kelley Cook <kcook@gcc.gnu.org>
2802
2803 * acconfig.h: Sort the bottom section.
2804 * config.h.in: Regenerate.
2805
2d5feb16
KC
28062005-04-08 Kelley Cook <kcook@gcc.gnu.org>
2807
2808 * acconfig.h: Remove redundant HAVE_FLOAT_H.
2809 * config.h.in: Regenerate.
2810
3a24bf5d
KC
28112005-04-08 Kelley Cook <kcook@gcc.gnu.org>
2812
2813 * configure.ac: Create template for PACKAGE and VERSION.
2814 Update comment on how to regenerate file. Update minimum
2815 automake version to 1.9.3.
2816 * acconfig.h: Remove PACKAGE and VERSION.
2817 * aclocal.m4, configure, Makefile.in, po/Makefile.in,
2818 src/Makefile.in, include/Makefile.in, libmath/Makefile.in,
2819 testsuite/Makefile.in, config.h.in: Regenerate.
2820
5305b1ae
BK
28212005-04-06 Benjamin Kosnik <bkoz@redhat.com>
2822
2823 * docs/html/test.html: Update.
2824 * testsuite/printnow.c: Remove.
2825 * scripts/check_survey.in: Remove.
2826
2827 * testsuite/abi_check.cc: To...
2828 * testuite/testsuite_abi_check.cc: ...here.
2829 * testsuite/libstdc++-abi/abi.exp: Change abi_check.cc to
2830 testsuite_abi_check.cc.
2831
2832 * testsuite/testsuite_hooks.h: Move character related bits to...
2833 * testsuite/testsuite_character.h: ...here.
2834 * testsuite/testsuite_character.cc: ... and here.
2835 * testsuite/21_strings/basic_string/inserters_extractors/pod/
2836 10081-in.cc: Use testsuite_character.h.
2837 * testsuite/21_strings/basic_string/inserters_extractors/pod/
2838 10081-out.cc: Same.
2839 * testsuite/22_locale/numpunct/members/pod/1.cc: Same.
2840 * testsuite/22_locale/numpunct/members/pod/2.cc: Same.
2841 * testsuite/27_io/basic_filebuf/2.cc: Same.
2842 * testsuite/27_io/basic_fstream/2.cc: Same.
2843 * testsuite/27_io/basic_istream/2.cc: Same.
2844 * testsuite/27_io/basic_istream/extractors_arithmetic/pod/
2845 3983-1.cc: Same.
2846 * testsuite/27_io/basic_istream/extractors_character/char/
2847 9826.cc: Same.
2848 * testsuite/27_io/basic_istream/extractors_character/pod/
2849 3983-2.cc: Same.
2850 * testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
2851 * testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
2852 * testsuite/27_io/basic_ostream/2.cc: Same.
2853 * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
2854 * testsuite/27_io/basic_streambuf/2.cc: Same.
2855 * testsuite/27_io/basic_stringbuf/2.cc: Same.
2856 * testsuite/27_io/basic_stringbuf/4.cc: Same.
2857 * testsuite/27_io/basic_stringstream/2.cc: Same.
2858 * testsuite/27_io/fpos/1.cc: Same.
2859 * testsuite/ext/mt_allocator/tune-1.cc: Same.
2860 * testsuite/ext/mt_allocator/tune-2.cc: Same.
2861 * testsuite/ext/stdio_filebuf/char/1.cc: Same.
2862 * testsuite/lib/libstdc++.exp (v3-build_support): Add
2863 testsuite_character.cc.
2864 * testsuite/Makefile.am (libv3test_a_SOURCES): Add
2865 testsuite_character.cc.
2866 * testsuite/Makefile.in: Regenerate.
2867
2868 * configure.ac: Remove use of check_survey.
2869 * configure: Regenerate.
2870 * testsuite/Makefile.am: Remove check-script and
2871 check-script-install rules.
2872 * testsuite/Makefile.in: Regenerate.
2873
8270a217
UW
28742005-04-06 Ulrich Weigand <uweigand@de.ibm.com>
2875
2876 * config/cpu/s390/atomicity.h (__exchange_and_add): Add "memory"
2877 clobber to inline assembly statement.
2878
4651e622
KC
28792005-04-06 Kelley Cook <kcook@gcc.gnu.org>
2880
2881 * acinclude.m4 (_GLIBCXX_USE_LONG_LONG,
2882 _GLIBCXX_USE_WCHAR_T, _GLIBCXX_USE_C99, _GLIBCXX_USE_C99_MATH,
2883 _GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_RES_LIMITS, _GLIBCXX_CONCEPT_CHECKS,
2884 _GLIBCXX_SYMVER, _GLIBCXX_USE_LFS, _GLIBCXX_FULLY_DYNAMIC_STRING,
2885 _GLIBCXX_USE_NLS, HAVE_GTHR_DEFAULT, HAVE_MBSTATE_T, HAVE_POLL,
2886 HAVE_S_ISREG, HAVE_S_IFREG, HAVE_WRITEV, HAVE_INT64_T,
2887 HAVE_LC_MESSAGES): Use long form of AC_DEFINE ...
2888 * acconfig.h: ... to eliminate them from here.
2889 (_GLIBCXX_ASM_SYMVER): Move definition below @BOTTOM@.
2890 * config.h.in, configure: Regenerate.
2891
c41f82b2
KC
28922005-04-05 Kelley Cook <kcook@gcc.gnu.org>
2893
2894 * Makefile.am (ACLOCAL_AMFLAGS): Define.
2895 * crossconfig.m4: Wrap file into new GLIBCXX_CROSSCONFIG macro.
2896 * configure.ac: Use it.
2897 * acinclude.m4: Delete explicit m4_includes and sincludes.
2898 * aclocal.m4, configure, Makefile.in, po/Makefile.in,
2899 src/Makefile.in, include/Makefile.in, libmath/Makefile.in,
2900 testsuite/Makefile.in: Regenerate.
2901
fcec20a7
JW
29022005-04-05 Jonathan Wakely <redi@gcc.gnu.org>
2903
2904 * include/tr1/memory, include/tr1/boost_shared_ptr.h: Use mutex
2905 to make _Sp_counted_base::add_ref_lock() thread-safe. Check whether
2906 to destroy resources by testing for equality, not inequality. Add
2907 empty critical sections to solve memory visibility issues.
2908 * testsuite/tr1/2_general_utilities/memory/
2909 shared_ptr/cons/auto_ptr_neg.cc: Use dg-excess-errors instead of
2910 explicitly listing line numbers which need to be kept in sync.
2911 * testsuite/tr1/2_general_utilities/memory/
2912 shared_ptr/assign/auto_ptr_neg.cc: Same.
2913 * testsuite/tr1/2_general_utilities/memory/
2914 shared_ptr/assign/auto_ptr_rvalue_neg.cc: Same.
2915 * testsuite/tr1/2_general_utilities/memory/
2916 shared_ptr/cons/weak_ptr_expired.cc: Make XFAIL for consistency when
2917 -fno-exceptions.
2918 * testsuite/tr1/2_general_utilities/memory/
2919 enable_shared_from_this/not_shared.cc: Add explanatory comments.
2920 * testsuite/tr1/2_general_utilities/memory/
2921 enable_shared_from_this/not_shared2.cc: Same.
2922 * testsuite/tr1/2_general_utilities/memory/
2923 enable_shared_from_this/not_shared3.cc: Same.
2924
b683f9fe
KC
29252005-04-05 Kelley Cook <kcook@gcc.gnu.org>
2926
c41f82b2 2927 * acconfig.h: Delete macros already AC_DEFINED.
b683f9fe
KC
2928 * config.h.in: Regenerate.
2929
3a642d50
KC
29302005-04-05 Kelley Cook <kcook@gcc.gnu.org>
2931
2932 * acconfig.h (HAVE_MODF): Remove.
2933 * linkage.m4: Check for modf.
2934 * config.h.in, configure: Regenerate.
2935
470386b7
KC
29362005-04-05 Kelley Cook <kcook@gcc.gnu.org>
2937
2938 * acconfig.h (ENABLE_NLS, HAVE_CATGETS): Remove.
2939 (HAVE_GETTEXT, HAVE_STPCPY): Likewise.
2940 * config.h.in: Regenerate.
2941
6db61f50
KC
29422005-04-05 Kelley Cook <kcook@gcc.gnu.org>
2943
2944 * linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro
2945 to convert to uppercase instead of shelling out to tr.
2946 * acconfig.h: Remove now redundant HAVE__BUILTINS_*.
2947 * configure, config.h.in: Regenerate.
2948
b2ef856a
KC
29492005-04-05 Kelley Cook <kcook@gcc.gnu.org>
2950
2951 * acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
2952 * config.h.in: Regenerate.
2953
e3e87ef0
MM
29542005-04-04 Mark Mitchell <mark@codesourcery.com>
2955
2956 * testsuite/Makefile.am (check-local): Remove.
2957 (curent_symbols.txt): Likewise.
2958 (check-abi): Do not depend on current_symbols.txt.
2959 * testsuite/Makefile.in: Regenerated.
2960 * testsuite/libstdc++-abi/abi.exp: Build current_symbols.txt.
2961
4ee39989
DG
29622005-04-02 Douglas Gregor <doug.gregor@gmail.com>
2963
2964 * include/tr1/tuple_iterate.h (tuple_element): Use new macro
2965 _GLIBCXX_T_NUM_ARGS_PLUS_1 because _T is a macro on Darwin.
2966 * include/tr1/repeat.h (_GLIBCXX_T_NUM_ARGS_PLUS_1): Define for
2967 each iteration.
2968 * scripts/gen_includers.h: Define _GLIBCXX_T_NUM_ARGS_PLUS_1 for
2969 each iteration.
2970
ca6ca8fa
DG
29712005-04-01 Douglas Gregor <doug.gregor@gmail.com>
2972
2973 * include/tr1/functional (_Maybe_wrap_member_pointer): Wrap up
2974 member pointers in _Mem_fn but let other function objects pass
2975 through unchanged.
2976 * include/tr1/functional_iterator (bind): Reduce number of bind()
2977 overloads to two to eliminate ambiguities. Use
2978 _Maybe_wrap_member_pointer to handle member pointers gracefully.
2979
fdbba6bc
MM
29802005-04-01 Mark Mitchell <mark@codesourcery.com>
2981
2982 * testsuite/Makefile.am (noinst_PROGRAMS): Remove.
2983 (site.exp): Write out the path to the baseline file.
2984 (check-abi): Use DejaGNU.
2985 (check-abi-verbose): Remove.
2986 * testsuite/Makefile.in: Regenerated.
2987 * testsuite/abi_check.cc (main): Check the return value from
2988 compare_symbols.
2989 * testsuite/testsuite_abi.cc (compare_symbols): Return a value.
2990 * testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
2991 * testsuite/libstdc++-abi/abi.exp: New file.
2992
59cffcf6
DG
29932005-03-31 Chris Jefferson <chris@bubblescope.net>
2994
2995 * include/tr1/tuple: Support iteration via tuple_iterate.h.
2996 * include/tr1/tuple_iterate.h: Iteration file for tuple.
2997
29982005-03-31 Douglas Gregor <doug.gregor@gmail.com>
2999
3000 * include/Makefile.am (tr1_headers): Add bind and mu repetition
3001 headers and reference_wrapper<> forwarding header.
3002 * include/Makefile.in: Regenerate.
3003 * include/tr1/bind_iterate.h: Implementation of function call
3004 operators for the function object returned from tr1::bind().
3005 * include/tr1/bind_repeat.h: Bind-specific repetition header,
3006 akin to include/tr1/repeat.h.
3007 * include/tr1/functional (_Mem_fn): Bug fix: declare result member
3008 template for use with result_of.
3009 (is_bind_expression): New.
3010 (is_placeholder): New.
3011 (_Placeholder): New. Placeholder type for bind.
3012 (_Mu): New. Implementation detail of bind.
3013 (_Bind, _Bind_result): New. Function objects returned by bind.
3014 (_GLIBCXX_JOIN): New. Required to create bind placeholders.
3015 * include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
3016 New. Implementation of tr1::bind.
3017 * include/tr1/mu_iterate.h (_Mu): result template and operator()
3018 for the _Mu helper to bind.
3019 * include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
3020 used by tuple header.
3021 (ref): Ditto.
3022 (cref): Ditto.
3023 * include/tr1/repeat.h: Add bind-specific repetition macros.
3024 * include/tr1/tuple: Use reference_wrapper forwarding header for
3025 initial definitions, then include <tr1/functional> at the end, to
3026 make the circular dependencies work.
3027 (tie): Support zero-argument tie() function.
3028 * testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
3029 bind() functionality with parameters bound.
3030 * testsuite/tr1/3_function_objects/bind/nested.cc: New test of
3031 nested bind() expressions.
3032 * testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
3033 of bind() placeholders.
3034 * testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
3035 with arguments bound via reference_wrapper<>.
3036 * scripts/gen_includers.pl: Generate the repetitive part of
3037 include/tr1/repeat.h.
3038 * scripts/gen_bind_includers.pl: Generate the repetitive part of
3039 include/tr1/bind_repeat.h.
3040
b131a44e
AL
30412005-03-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3042
3043 * testsuite/Makefile.am (CXX): Use ${SHELL}.
3044 (GLIBCXX_INCLUDES): Same.
3045 (AM_CXXFLAGS): Same.
3046 * testsuite/Makefile.in: Regenerate.
3047
510d8ecc
MM
30482005-03-25 Mark Mitchell <mark@codesourcery.com>
3049
cce4884b
MM
3050 * testsuite/lib/libstdc++.exp (libstdc++_init): Define LOCALEDIR
3051 when testing an installed compiler.
3052
510d8ecc
MM
3053 * testsuite/lib/libstdc++.exp (v3-build_support): Pass -w when
3054 compiling support objects.
3055
b758b22a
BK
30562005-03-24 Benjamin Kosnik <bkoz@redhat.com>
3057
3058 * include/tr1/memory: Forward to...
3059 * include/tr1/boost_shared_ptr.h: ...here. Add Boost Software License.
3060 * include/Makefile.am (tr1_headers): Add boost_shared_ptr.h.
3061 * include/Makefile.in: Regenerate.
3062 * testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
3063 auto_ptr_neg.cc: Adjust line numbers.
3064
29ae3843
MM
30652005-03-23 Mark Mitchell <mark@codesourcery.com>
3066
3067 * testsuite/Makefile.am (all-local): Do not build testsuite_files.
3068 * testsuite/Makefile.in: Regenerated.
3069
347669a0
BK
30702005-03-23 Benjamin Kosnik <bkoz@redhat.com>
3071
3072 * acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies
3073 using _GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_USE_C99_MATH, and
3074 _GLIBCXX_USE_C99_WCHAR.
3075 Remove GLIBCXX_ENABLE_C_MBCHAR, consolidate in GLIBCXX_ENABLE_C99
3076 and GLIBCXX_ENABLE_WCHAR_T.
3077 Take C99 bits from GLIBCXX_CHECK_WCHAR_T_SUPPORT and put in
3078 GLIBCXX_ENABLE_C99.
3079 Change remaining parts of GLIBCXX_CHECK_WCHAR_T_SUPPORT to
3080 GLIBCXX_CHECK_ICONV_SUPPORT.
3081 * configure.ac: Remove GLIBCXX_ENABLE_C_MBCHAR, use
3082 GLIBCXX_CHECK_ICONV_SUPPORT and GLIBCXX_ENABLE_WCHAR_T.
3083 * crossconfig.m4: Same.
3084 * acconfig.h: Same, adjust comments.
3085 * config.h.in: Regenerate.
3086 * configure: Regenerate.
3087 * docs/html/configopts.html: Change --enable-c-mbchar to
3088 --enable-wchar_t.
3089
3090 * config/locale/gnu/c++locale_internal.h: Guard wide functions
3091 with _GLIBCXX_USE_WCHAR_T.
3092 * include/c_std/std_cwctype.h: Alphabetize, remove duplicates.
3093 * include/c_std/std_cstdio.h: Spacing.
3094
3095 * config/locale/gnu/c_locale.h: Tweaks for unused warnings.
3096 * src/debug.cc: Same.
3097
0b3deaaf
MM
30982005-03-23 Mark Mitchell <mark@codesourcery.com>
3099
a53ed3de
MM
3100 * testsuite/libstdc++-dg/normal.exp: Read testsuite_files, if it
3101 exists.
3102
0b694555
MM
3103 * testsuite/lib/libstdc++.exp (libstdc++_wchar_t): Rename to ...
3104 (v3-wchar_t): ... this.
3105 (libstdc++_threads): Rename to ...
3106 (v3-threads): ... this.
3107 (libstdc++_test_objs): Rename to ...
3108 (v3-test_objs): ... this.
3109 (libstdc++_build_support): Rename to ...
3110 (v3-build_support): ... this.
3111 * testsuite/libstdc++-dg/normal.exp: Adjust to use new names.
3112
0b3deaaf
MM
3113 * testsuite/lib/libstdc++.exp (libstdc++_init): Improve handling
3114 of compilers not in the build directory.
3115 (libstdc++_wchar_t): New variable.
3116 (libstdc++_threads): Likewise.
3117 (libstdc++_test_objs): Likewise.
3118 (v3_target_compile): Use libstdc++_test_objs.
3119 (v3-list-tests): Remove.
3120 (listdc++_build_support): New function.
3121 * testsuite/libstdc++-dg/normal.exp: Rework to dynamically
3122 generate list of tests.
b758b22a 3123
aed63147
CJ
31242005-03-21 Chris Jefferson <chris@bubblescope.net>
3125
3126 PR libstdc++/20577
3127 * include/bits/stl_algobase.h (iter_swap): Only delegate iter_swap
3128 to swap when the iterator's reference_type is a reference to its
3129 value_type.
3130 * testsuite/25_algorithms/iter_swap/20577.cc: New.
3131
47194af4
ZW
31322005-03-21 Zack Weinberg <zack@codesourcery.com>
3133
3134 * acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic.
3135 (GLIBCXX_EXPORT_INSTALL_INFO): Adjust quotation so ${gcc_version}
3136 is expanded by the Makefiles, not by configure.
3137 * fragment.am: Set gcc_version.
3138 * libmath/Makefile.am: Likewise.
3139 * configure, Makefile.in, include/Makefile.in, libmath/Makefile.in
3140 * libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in
3141 * testsuite/Makefile.in: Regenerate.
3142
b0ea9c01
PC
31432005-03-16 Paolo Carlini <pcarlini@suse.de>
3144
3145 * testsuite/20_util/functional/binders.cc: Remove explicit
3146 instantiations for non-weak systems.
3147 * testsuite/20_util/memory/allocator/1.cc: Likewise.
3148 * testsuite/20_util/memory/allocator/10378.cc: Likewise.
3149 * testsuite/20_util/memory/allocator/10416.cc: Likewise.
3150 * testsuite/20_util/memory/allocator/8230.cc: Likewise.
3151 * testsuite/20_util/utility/rel_ops.cc: Likewise.
3152 * testsuite/22_locale/ctype/is/char/2.cc: Likewise.
3153 * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
3154 * testsuite/23_containers/deque/cons/1.cc: Likewise.
3155 * testsuite/23_containers/deque/cons/2.cc: Likewise.
3156 * testsuite/23_containers/deque/invalidation/1.cc: Likewise.
3157 * testsuite/23_containers/deque/invalidation/2.cc: Likewise.
3158 * testsuite/23_containers/deque/invalidation/3.cc: Likewise.
3159 * testsuite/23_containers/deque/invalidation/4.cc: Likewise.
3160 * testsuite/23_containers/deque/modifiers/swap.cc: Likewise.
3161 * testsuite/23_containers/deque/operators/1.cc: Likewise.
3162 * testsuite/23_containers/list/capacity/1.cc: Likewise.
3163 * testsuite/23_containers/list/cons/1.cc: Likewise.
3164 * testsuite/23_containers/list/cons/2.cc: Likewise.
3165 * testsuite/23_containers/list/cons/3.cc: Likewise.
3166 * testsuite/23_containers/list/cons/4.cc: Likewise.
3167 * testsuite/23_containers/list/cons/5.cc: Likewise.
3168 * testsuite/23_containers/list/cons/6.cc: Likewise.
3169 * testsuite/23_containers/list/cons/7.cc: Likewise.
3170 * testsuite/23_containers/list/cons/8.cc: Likewise.
3171 * testsuite/23_containers/list/cons/9.cc: Likewise.
3172 * testsuite/23_containers/list/invalidation/1.cc: Likewise.
3173 * testsuite/23_containers/list/invalidation/2.cc: Likewise.
3174 * testsuite/23_containers/list/invalidation/3.cc: Likewise.
3175 * testsuite/23_containers/list/invalidation/4.cc: Likewise.
3176 * testsuite/23_containers/list/modifiers/1.cc: Likewise.
3177 * testsuite/23_containers/list/modifiers/2.cc: Likewise.
3178 * testsuite/23_containers/list/modifiers/3.cc: Likewise.
3179 * testsuite/23_containers/list/operators/1.cc: Likewise.
3180 * testsuite/23_containers/list/operators/2.cc: Likewise.
3181 * testsuite/23_containers/list/operators/3.cc: Likewise.
3182 * testsuite/23_containers/list/operators/4.cc: Likewise.
3183 * testsuite/23_containers/map/insert/1.cc: Likewise.
3184 * testsuite/23_containers/map/invalidation/1.cc: Likewise.
3185 * testsuite/23_containers/map/invalidation/2.cc: Likewise.
3186 * testsuite/23_containers/map/modifiers/swap.cc: Likewise.
3187 * testsuite/23_containers/map/operators/1.cc: Likewise.
3188 * testsuite/23_containers/multimap/invalidation/1.cc: Likewise.
3189 * testsuite/23_containers/multimap/invalidation/2.cc: Likewise.
3190 * testsuite/23_containers/multimap/modifiers/swap.cc: Likewise.
3191 * testsuite/23_containers/multiset/insert/1.cc: Likewise.
3192 * testsuite/23_containers/multiset/insert/2.cc: Likewise.
3193 * testsuite/23_containers/multiset/invalidation/1.cc: Likewise.
3194 * testsuite/23_containers/multiset/invalidation/2.cc: Likewise.
3195 * testsuite/23_containers/multiset/modifiers/swap.cc: Likewise.
3196 * testsuite/23_containers/priority_queue/members/7161.cc: Likewise.
3197 * testsuite/23_containers/queue/members/7157.cc: Likewise.
3198 * testsuite/23_containers/set/insert/1.cc: Likewise.
3199 * testsuite/23_containers/set/invalidation/1.cc: Likewise.
3200 * testsuite/23_containers/set/invalidation/2.cc: Likewise.
3201 * testsuite/23_containers/set/modifiers/swap.cc: Likewise.
3202 * testsuite/23_containers/stack/members/7158.cc: Likewise.
3203 * testsuite/23_containers/vector/bool/6886.cc: Likewise.
3204 * testsuite/23_containers/vector/capacity/1.cc: Likewise.
3205 * testsuite/23_containers/vector/capacity/8230.cc: Likewise.
3206 * testsuite/23_containers/vector/cons/1.cc: Likewise.
3207 * testsuite/23_containers/vector/cons/2.cc: Likewise.
3208 * testsuite/23_containers/vector/cons/3.cc: Likewise.
47194af4 3209 * testsuite/23_containers/vector/cons/6513.cc: Likewise.
b0ea9c01
PC
3210 * testsuite/23_containers/vector/element_access/1.cc: Likewise.
3211 * testsuite/23_containers/vector/invalidation/1.cc: Likewise.
3212 * testsuite/23_containers/vector/invalidation/2.cc: Likewise.
3213 * testsuite/23_containers/vector/invalidation/3.cc: Likewise.
3214 * testsuite/23_containers/vector/invalidation/4.cc: Likewise.
3215 * testsuite/23_containers/vector/modifiers/1.cc: Likewise.
3216 * testsuite/23_containers/vector/modifiers/2.cc: Likewise.
47194af4 3217 * testsuite/23_containers/vector/modifiers/swap.cc: Likewise.
b0ea9c01
PC
3218 * testsuite/23_containers/vector/resize/1.cc: Likewise.
3219 * testsuite/24_iterators/back_insert_iterator.cc: Likewise.
3220 * testsuite/24_iterators/front_insert_iterator.cc: Likewise.
3221 * testsuite/24_iterators/insert_iterator.cc: Likewise.
3222 * testsuite/24_iterators/iterator.cc: Likewise.
3223 * testsuite/25_algorithms/copy/1.cc: Likewise.
3224 * testsuite/25_algorithms/copy/2.cc: Likewise.
3225 * testsuite/25_algorithms/copy/3.cc: Likewise.
47194af4 3226 * testsuite/25_algorithms/copy/4.cc: Likewise.
b0ea9c01
PC
3227 * testsuite/25_algorithms/equal.cc: Likewise.
3228 * testsuite/25_algorithms/fill/1.cc: Likewise.
3229 * testsuite/25_algorithms/fill/2.cc: Likewise.
3230 * testsuite/25_algorithms/min_max.cc: Likewise.
3231 * testsuite/25_algorithms/rotate.cc: Likewise.
3232 * testsuite/25_algorithms/unique/1.cc: Likewise.
3233 * testsuite/25_algorithms/unique/2.cc: Likewise.
3234 * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise.
3235 * testsuite/ext/concept_checks.cc: Likewise.
3236 * testsuite/ext/hash_map/1.cc: Likewise.
3237 * testsuite/ext/hash_set/1.cc: Likewise.
3238 * testsuite/ext/rope/1.cc: Likewise.
3239 * testsuite/ext/rope/2.cc: Likewise.
3240 * testsuite/ext/rope/3.cc: Likewise.
3241 * testsuite/thread/pthread1.cc: Likewise.
3242 * testsuite/thread/pthread4.cc: Likewise.
3243 * testsuite/thread/pthread5.cc: Likewise.
3244 * testsuite/thread/pthread6.cc: Likewise.
3245 * testsuite/thread/pthread7-rope.cc: Likewise.
3246
a1286ef5
ZW
32472005-03-15 Zack Weinberg <zack@codesourcery.com>
3248
3249 * include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc
3250 subdirectory. Generate #define of __GLIBCXX__ from contents of
3251 that file.
3252 * include/Makefile.in: Regenerate.
3253 * include/bits/c++config: Do not define __GLIBCXX__.
3254
b0de8599
PC
32552005-03-15 Paolo Carlini <pcarlini@suse.de>
3256
3257 PR libstdc++/20352
3258 * include/std/std_complex.h (pow(const complex<_Tp>&,
3259 const _Tp&)): On non-c99 platforms, don't try to compute
3260 log of complex zero.
3261
d5fc2406
BE
32622005-03-10 Ben Elliston <bje@au.ibm.com>
3263
3264 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
3265 on GNU/Linux.
3266
cff001b2
PC
32672005-03-07 Paolo Carlini <pcarlini@suse.de>
3268
3269 * include/tr1/type_traits (is_polymorphic): Don't forget
3270 the virtual destructor, thus avoiding warnings.
3271 * testsuite/testsuite_tr1.h (class AbstractClass,
3272 class PolymorphicClass): Likewise.
3273
32742005-03-07 Paolo Carlini <pcarlini@suse.de>
3275
3276 * include/std/std_complex.h (pow(const complex<_Tp>&,
3277 const complex<_Tp>&)): Dispatch to either __complex_pow(__x.__rep(),
3278 __y.__rep()) or __complex_pow(__x, __y) depending on the macro
3279 _GLIBCXX_USE_C99_COMPLEX.
3280
7a59efae
PC
32812005-03-07 Paolo Carlini <pcarlini@suse.de>
3282
3283 * include/std/std_fstream.h (basic_fstream<>::open,
3284 basic_ifstream<>::open, basic_ofstream<>::open): Implement the
3285 resolution of DR 409 [Ready], call clear() on success.
3286 * docs/html/ext/howto.html: Add an entry for DR 409.
3287 * docs/html/faq/index.html (4_4): Clarify the new behavior.
3288 * testsuite/27_io/basic_ifstream/open/char/1.cc: Adjust.
3289 * testsuite/27_io/basic_ofstream/open/char/1.cc: Likewise.
3290
816e568f
JM
32912005-03-05 Joseph S. Myers <joseph@codesourcery.com>
3292
3293 * testsuite/22_locale/collate/compare/wchar_t/2.cc,
3294 testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc,
3295 testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc,
3296 testsuite/22_locale/collate/hash/wchar_t/2.cc,
3297 testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc,
3298 testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc,
3299 testsuite/22_locale/collate/transform/wchar_t/2.cc,
3300 testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc,
3301 testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
3302 XFAIL on *-*-hpux11.23.
3303
f4e4284d
PC
33042005-03-04 Paolo Carlini <pcarlini@suse.de>
3305
3306 * include/tr1/type_traits: Add is_base_of.
3307 * testsuite/tr1/4_metaprogramming/relationships_between_types/
3308 is_base_of/is_base_of.cc: New.
3309 * testsuite/tr1/4_metaprogramming/relationships_between_types/
3310 is_base_of/typedefs.cc: Likewise.
3311
2e8f8105
BK
33122005-03-03 Benjamin Kosnik <bkoz@redhat.com>
3313
3314 * include/tr1/functional: Convert relative path.
3315
3316 * docs/doxygen/user.cfg.in: Add tr1 includes.
3317
442dca70
PC
33182005-03-03 Paolo Carlini <pcarlini@suse.de>
3319
3320 * include/tr1/type_traits: Implemenet is_polymorphic.
3321 (is_empty): Minor tweaks.
3322 * testsuite/testsuite_tr1.h: Add test types.
3323 * testsuite/tr1/4_metaprogramming/type_properties/
3324 is_polymorphic/is_polymorphic.cc: New.
3325 * testsuite/tr1/4_metaprogramming/type_properties/
3326 is_polymorphic/typedefs.cc: Likewise.
3327 * testsuite/tr1/4_metaprogramming/composite_type_traits/
3328 is_union_or_class/is_union_or_class.cc: Add tests.
3329
3c235000
DG
33302005-03-02 Douglas Gregor <doug.gregor@gmail.com>
3331
442dca70
PC
3332 * include/tr1/functional (_Has_result_type): Cleanup.
3333 (_Result_of_impl): Handle member data pointers correctly.
3334 (reference_wrapper): Support invocation.
3335 Move repetition code into new file include/tr1/repeat.h.
3336 * include/tr1/functional_iterate.h (reference_wrapper): Support
3337 invocation. Cleanup long lines.
3338 * include/tr1/ref_wrap_iterate.h (reference_wrapper): Declare
3339 invocation operators.
3340 * include/tr1/repeat.h: Code repetition header.
3341 * include/Makefile.am: Add ref_wrap_iterate.h, repeat.h.
3342 * include/Makefile.in: Add ref_wrap_iterate.h, repeat.h.
3343 * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
3344 New test of reference_wrapper invocation.
3345 * testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc:
3346 New test of reference_wrapper typedefs and base classes.
3347 * testsuite/tr1/3_function_objects/result_of.cc: Trivial cleanup
3348 (e-mail address).
a1286ef5 3349
3c235000
DG
33502005-03-02 Douglas Gregor <doug.gregor@gmail.com>
3351
442dca70
PC
3352 * include/tr1/function (result_of): New class template.
3353 * include/tr1/functional/iterator.h: Implementation of TR1
3354 result_of.
3355 * testsuite/tr1/3_function_objects/result_of.cc: New test
a1286ef5 3356
ceccf46b
VM
33572005-03-01 Vladimir Merzliakov <wanderer@rsu.ru>
3358
3359 * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak.
3360
44dd2da2
BK
33612005-02-28 Benjamin Kosnik <bkoz@redhat.com>
3362
3363 * testsuite/tr1/2_general_utilities/memory/shared_ptr/
3364 cons/auto_ptr_neg.cc: Correct line numbers.
3365
3366 * testsuite/testsuite_abi.cc: Add CXXABI_1.3.1.
a1286ef5 3367
52e806b7
JW
33682005-02-28 Jonathan Wakely <redi@gcc.gnu.org>
3369
3370 * include/tr1/memory: Replace checked_deleter with (unchecked)
3371 _Sp_deleter as GCC warns about delete on incomplete types anyway.
3372
c9aa2a68
JW
33732005-02-28 Jonathan Wakely <redi@gcc.gnu.org>
3374
3375 * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
3376
b98c9bf2
HPN
33772005-02-28 Hans-Peter Nilsson <hp@axis.com>
3378
3379 PR target/19065
3380 * config/cpu/cris/atomicity.h (__exchange_and_add): In asm, use
3381 'Q' constraint, not 'm'.
3382
7320b491
EC
33832005-02-26 Earl Chew <earl_chew@agilent.com>
3384 Christopher Jefferson <chris@bubblescope.net>
3385
3386 * include/bits/stl_tree.h (_Rb_tree<>::_M_insert): Don't leak
3387 memory if _M_key_compare throws.
3388
9e38f702
PC
33892005-02-25 Paolo Carlini <pcarlini@suse.de>
3390
3391 * include/tr1/type_traits: Add the trivial is_union and is_class;
3392 add the __is_union_or_class extension.
3393 (is_enum, is_empty): Use the latter.
3394 * include/tr1/type_traits_fwd.h: Add __is_union_or_class.
3395 * testsuite/testsuite_tr1.h: Add UnionType; trivial formatting
3396 fixes.
3397 * testsuite/tr1/4_metaprogramming/composite_type_traits/
3398 is_union_or_class/is_union_or_class.cc: New.
3399 * testsuite/tr1/4_metaprogramming/composite_type_traits/
3400 is_union_or_class/typedefs.cc: Likewise.
3401
4b2420b0
BK
34022005-02-24 Benjamin Kosnik <bkoz@redhat.com>
3403
3404 * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Guard
3405 wchar_t use with _GLIBCXX_USE_WCHAR_T.
3406
ab9b9d2c
BK
34072005-02-24 Benjamin Kosnik <bkoz@redhat.com>
3408
3409 * include/std/std_complex.h: _GLIBCXX_USE_C99_COMPLEX_MATH to
3410 _GLIBCXX_USE_C99_COMPLEX.
3411 * acinclude.m4: Same.
3412 * acconfig.h: Same.
3413 * configure: Regenerate.
3414 * config.h.in: Same.
a1286ef5 3415
d962e37d
PC
34162005-02-24 Paolo Carlini <pcarlini@suse.de>
3417
3418 * include/tr1/functional (mem_fn): Avoid _T, badname on
3419 Darwin.
3420
34212005-02-23 Douglas Gregor <doug.gregor@gmail.com>
0179f2c6
DG
3422
3423 * include/tr1/functional (function): New class template.
3424 (mem_fn): New function template.
3425 Implementations of TR1 function and mem_fn facilities.
3426 * include/tr1/functional_iterate.h: Implementations of TR1
a1286ef5 3427 function and mem_fn facilities.
0179f2c6
DG
3428 * testsuite/tr1/3_function_objects/function/1.cc: New
3429 test of std::tr1::function.
3430 * testsuite/tr1/3_function_objects/function/2.cc: New
3431 test of std::tr1::function.
3432 * testsuite/tr1/3_function_objects/function/3.cc: New
3433 test of std::tr1::function.
3434 * testsuite/tr1/3_function_objects/function/4.cc: New
3435 test of std::tr1::function.
3436 * testsuite/tr1/3_function_objects/function/5.cc: New
3437 test of std::tr1::function.
3438 * testsuite/tr1/3_function_objects/function/6.cc: New
3439 test of std::tr1::function.
3440 * testsuite/tr1/3_function_objects/function/7.cc: New
3441 test of std::tr1::function.
3442 * testsuite/tr1/3_function_objects/function/8.cc: New
3443 test of std::tr1::function.
3444 * testsuite/tr1/3_function_objects/function/9.cc: New
3445 test of std::tr1::function.
3446 * testsuite/tr1/3_function_objects/mem_fn.cc: New test of
a1286ef5
ZW
3447 std::tr1::mem_fn.
3448
c150a271
PC
34492005-02-23 Paolo Carlini <pcarlini@suse.de>
3450
3451 * include/tr1/type_traits: Implement is_convertible.
3452 * testsuite/tr1/4_metaprogramming/relationships_between_types/
3453 is_convertible/is_convertible.cc: New.
3454 * testsuite/tr1/4_metaprogramming/relationships_between_types/
3455 is_convertible/typedefs.cc: Likewise.
3456 * testsuite/testsuite_tr1.h: Add class DerivedType.
3457
3458 * include/tr1/type_traits (is_function): Don't mistake references
3459 to function types for function types.
3460 * testsuite/tr1/4_metaprogramming/primary_type_categories/
3461 is_function/is_function.cc: Add testcase.
3462
bba6afa6 34632005-02-22 Benjamin Kosnik <bkoz@redhat.com>
a1286ef5 3464
bba6afa6
BK
3465 * scripts/check_performance: Tweaks.
3466
3467 * testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc: Name
3468 output file with extension that clean rules can find.
3469
38f92567
RH
34702005-02-22 Richard Henderson <rth@redhat.com>
3471
3472 PR libstdc++/20091
3473 * libsupc++/eh_catch.cc (__cxa_begin_catch): Don't special case
3474 decrement of uncaughtExceptions for rethrow.
3475
909a9d44
PC
34762005-02-22 Paolo Carlini <pcarlini@suse.de>
3477
3478 * include/tr1/functional: Fix License to GPL with exception.
3479 * include/tr1/hashtable: Likewise.
3480 * include/tr1/tuple: Likewise.
3481 * include/tr1/type_traits: Likewise.
3482 * include/tr1/type_traits_fwd.h: Likewise.
3483 * include/tr1/unordered_map: Likewise.
3484 * include/tr1/unordered_set: Likewise.
3485 * include/tr1/utility: Likewise.
3486
44f36676
PC
34872005-02-22 Paolo Carlini <pcarlini@suse.de>
3488
3489 * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
3490 auto_ptr_neg.cc: Add missing dg-do compile directive.
3491 * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
3492 auto_ptr_rvalue_neg.cc: Likewise.
3493 * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
3494 shared_ptr_neg.cc: Likewise.
3495 * testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
3496 auto_ptr_neg.cc: Likewise.
3497 * testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
3498 reset_neg.cc: Likewise.
3499 * testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
3500 swap_neg.cc: Likewise.
3501
665794a6
JW
35022005-02-22 Jonathan Wakely <redi@gcc.gnu.org>
3503
3504 * include/Makefile.am, include/Makefile.in: Fix accidental extra
3505 change from previous commit.
3506
7dfded91
JW
35072005-02-21 Jonathan Wakely <redi@gcc.gnu.org>
3508
3509 * include/tr1/memory: New file.
3510 * include/Makefile.am, include/Makefile.in: Add new TR1 header.
3511 * testsuite/tr1/2_general_utilities/memory/
3512 enable_shared_from_this/not_shared.cc: New test.
3513 * testsuite/tr1/2_general_utilities/memory/
3514 enable_shared_from_this/not_shared2.cc: New test.
3515 * testsuite/tr1/2_general_utilities/memory/
3516 enable_shared_from_this/not_shared3.cc: New test.
3517 * testsuite/tr1/2_general_utilities/memory/
3518 enable_shared_from_this/shared.cc: New test.
3519 * testsuite/tr1/2_general_utilities/memory/
3520 enable_shared_from_this/still_shared.cc: New test.
3521 * testsuite/tr1/2_general_utilities/memory/
3522 shared_ptr/assign/assign.cc: New test.
3523 * testsuite/tr1/2_general_utilities/memory/
3524 shared_ptr/assign/auto_ptr.cc: New test.
3525 * testsuite/tr1/2_general_utilities/memory/
3526 shared_ptr/assign/auto_ptr_neg.cc: New test.
3527 * testsuite/tr1/2_general_utilities/memory/
3528 shared_ptr/assign/auto_ptr_rvalue_neg.cc: New test.
3529 * testsuite/tr1/2_general_utilities/memory/
3530 shared_ptr/assign/shared_ptr.cc: New test.
3531 * testsuite/tr1/2_general_utilities/memory/
3532 shared_ptr/assign/shared_ptr_neg.cc: New test.
3533 * testsuite/tr1/2_general_utilities/memory/
3534 shared_ptr/comparison/cmp.cc: New test.
3535 * testsuite/tr1/2_general_utilities/memory/
3536 shared_ptr/cons/auto_ptr.cc: New test.
3537 * testsuite/tr1/2_general_utilities/memory/
3538 shared_ptr/cons/auto_ptr_neg.cc: New test.
3539 * testsuite/tr1/2_general_utilities/memory/
3540 shared_ptr/cons/copy.cc: New test.
3541 * testsuite/tr1/2_general_utilities/memory/
3542 shared_ptr/cons/default.cc: New test.
3543 * testsuite/tr1/2_general_utilities/memory/
3544 shared_ptr/cons/pointer.cc: New test.
3545 * testsuite/tr1/2_general_utilities/memory/
3546 shared_ptr/cons/weak_ptr.cc: New test.
3547 * testsuite/tr1/2_general_utilities/memory/
3548 shared_ptr/cons/weak_ptr_expired.cc: New test.
3549 * testsuite/tr1/2_general_utilities/memory/
3550 shared_ptr/dest/dest.cc: New test.
3551 * testsuite/tr1/2_general_utilities/memory/
3552 shared_ptr/misc/io.cc: New test.
3553 * testsuite/tr1/2_general_utilities/memory/
3554 shared_ptr/misc/swap.cc: New test.
3555 * testsuite/tr1/2_general_utilities/memory/
3556 shared_ptr/modifiers/reset.cc: New test.
3557 * testsuite/tr1/2_general_utilities/memory/
3558 shared_ptr/modifiers/reset_neg.cc: New test.
3559 * testsuite/tr1/2_general_utilities/memory/
3560 shared_ptr/modifiers/swap.cc: New test.
3561 * testsuite/tr1/2_general_utilities/memory/
3562 shared_ptr/modifiers/swap_neg.cc: New test.
3563 * testsuite/tr1/2_general_utilities/memory/
3564 shared_ptr/observers/bool_conv.cc: New test.
3565 * testsuite/tr1/2_general_utilities/memory/
3566 shared_ptr/observers/get.cc: New test.
3567 * testsuite/tr1/2_general_utilities/memory/
3568 shared_ptr/observers/unique.cc: New test.
3569 * testsuite/tr1/2_general_utilities/memory/
3570 shared_ptr/observers/use_count.cc: New test.
3571
11996a3c
PC
35722005-02-21 Paolo Carlini <pcarlini@suse.de>
3573
3574 * include/tr1/type_traits (is_member_function_pointer):
3575 Remove ugly workaround for c++/19076.
3576
52a89626
PC
35772005-02-21 Paolo Carlini <pcarlini@suse.de>
3578
3579 * include/bits/basic_string.tcc (_Rep::_M_destroy): Don't
3580 check for this == &_S_empty_rep, it's always false, here.
3581
6bbd10c7
MA
35822005-02-19 Matt Austern <austern@gmail.com>
3583
3584 * include/tr1/functional (tr1_hashtable_define_trivial_hash): Make
3585 hash<T>::operator() a const member function for T a fundamental type
3586 * include/tr1/hashtable (extract1st::operator()): Declare const.
3587 (hash_code_base): Declare all member functions const
3588 (hashtable::find): fix call to this->bucket_count()
3589 (hashtable::count): Likewise.
3590 (hashtable::equal_range): m_incr_bucket applies to iterator, not node.
3591 * testsuite/tr1/6_containers/unordered/find/set1.cc: New test.
3592 * testsuite/tr1/6_containers/unordered/find/map1.cc: New test.
3593 * testsuite/tr1/6_containers/unordered/find/multimap1.cc: New test.
3594 * testsuite/tr1/6_containers/unordered/find/multiset1.cc: New test.
a1286ef5 3595
967f056d
HPN
35962005-02-19 Hans-Peter Nilsson <hp@axis.com>
3597
3598 PR libstdc++/20071
3599 * include/tr1/functional (hash<std::wstring>): Wrap in #ifdef
3600 _GLIBCXX_USE_WCHAR_T.
3601
39609077
RH
36022005-02-18 Richard Henderson <rth@redhat.com>
3603
3604 PR libstdc++/10606
3605 * config/linker-map.gnu (CXXABI_1.3.1): Add __cxa_get_exception_ptr.
3606 * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Increment
3607 uncaughtExceptions here instead of ...
3608 * libsupc++/eh_throw.cc (__cxa_throw) ... here.
3609 (__cxa_rethrow): Increment uncaughtExceptions here instead of ...
3610 * libsupc++/eh_catch.cc (__cxa_end_catch): ... here.
3611 (__cxa_get_exception_ptr): New.
3612 * libsupc++/unwind-cxx.h (__cxa_get_exception_ptr): Declare.
3613
52a7e4c6 36142005-02-18 Matt Austern <austern@apple.com>
39609077 3615
52a7e4c6
MA
3616 * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: Fix
3617 test case to use assignment instead of ==
3618 * testsuite/tr1/6_containers/unordered/insert/map_range.cc: New test.
3619 * testsuite/tr1/6_containers/unordered/insert/multimap_range.cc: New test.
3620 * testsuite/tr1/6_containers/unordered/insert/multiset_range.cc: New test.
3621 * testsuite/tr1/6_containers/unordered/insert/set_range.cc: New test.
a1286ef5 3622
87bd0274
EB
36232005-02-18 Eric Botcazou <ebotcazou@libertysurf.fr>
3624
3625 * testsuite/thread/pthread1.cc: Do not invoke pthread_setconcurrency
3626 on Solaris 2.6 and below.
3627 * testsuite/thread/pthread2.cc: Likewise.
3628 * testsuite/thread/pthread3.cc: Likewise.
3629 * testsuite/thread/pthread4.cc: Likewise.
3630 * testsuite/thread/pthread5.cc: Likewise.
3631 * testsuite/thread/pthread6.cc: Likewise.
3632 * testsuite/thread/pthread7-rope.cc: Likewise.
3633
180ecd6a
MA
36342005-02-17 Matt Austern <austern@apple.com>
3635
3636 * include/tr1/functional (hash): New function object.
3637 * include/tr1/hashtable: New file.
3638 * include/tr1/unordered_set: New file.
3639 * include/tr1/unordered_map: New file.
3640 * include/Makefile.am: Add three new TR1 headers.
3641 * include/Makefile.in: Likewise.
3642 * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: New test.
3643 * testsuite/tr1/6_containers/unordered/insert/map_single.cc: New test.
3644 * testsuite/tr1/6_containers/unordered/insert/multimap_single.cc: New test.
3645 * testsuite/tr1/6_containers/unordered/insert/multiset_single.cc: New test.
3646 * testsuite/tr1/6_containers/unordered/insert/set_single.cc: New test.
3647 * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: New test.
3648 * testsuite/tr1/6_containers/unordered/instantiate/map.cc: New test.
3649 * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc: New test.
3650 * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc: New test.
3651 * testsuite/tr1/6_containers/unordered/instantiate/set.cc: New test.
a1286ef5 3652
838731b6
PC
36532005-02-16 Paolo Carlini <pcarlini@suse.de>
3654
3655 * testsuite/23_containers/set/modifiers/16728.cc:
3656 Remove redundant include <testsuite_performance.h>.
3657
b949d64b
PC
36582005-02-16 Paolo Carlini <pcarlini@suse.de>
3659
3660 PR libstdc++/19829
3661 * testsuite/21_strings/basic_string/find/char/3.cc: Fix the test
3662 at line #66 to not access str_lit01 beyond its end.
3663 * testsuite/21_strings/basic_string/find/wchar_t/3.cc: Likewise.
3664
82ce2a94
PC
36652005-02-15 Paolo Carlini <pcarlini@suse.de>
3666 Jon Grimm <jgrimm2@us.ibm.com>
a1286ef5 3667
82ce2a94
PC
3668 PR libstdc++/19955
3669 * include/bits/locale_facets.h (ctype<char>::_M_narrow_init()):
3670 Fix the logic setting _M_narrow_ok: first check whether the
3671 transformation is trivial with a dflt == 0, then deal with the
3672 special case of zero.
3673 * testsuite/22_locale/ctype/narrow/char/19955.cc: New.
3674
3675 * include/bits/locale_facets.h (ctype<char>::_M_widen_init()):
3676 Tweak consistently to use memcmp; minor formatting fixes.
3677
1552fa74
JJ
36782005-02-15 Jakub Jelinek <jakub@redhat.com>
3679
3680 PR libstdc++/19946
3681 * testsuite/demangle/abi_examples/01.cc (main): Adjust for 2005-02-13
3682 demangler change.
3683 * testsuite/demangle/abi_examples/02.cc (main): Likewise.
3684
ae63a1cc
RG
36852005-02-13 Richard Guenther <rguenth@gcc.gnu.org>
3686 Paolo Carlini <pcarlini@suse.de>
3687
3688 PR libstdc++/11706
3689 * include/c_std/std_cmath.h (pow): Use __builtin_powi[lf]
3690 for integer overloads.
3691
3692 * testsuite/26_numerics/cmath/powi.cc: New.
3693
75d1ddc1
JJ
36942005-02-11 Janis Johnson <janis187@us.ibm.com>
3695
ecddf99e
JJ
3696 * testsuite/26_numerics/complex/13450.cc: Fix XFAIL selector.
3697 * testsuite/26_numerics/complex/complex_value.cc: Ditto.
3698 * testsuite/26_numerics/complex/pow.cc: Ditto.
3699
75d1ddc1
JJ
3700 * testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
3701 * testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
3702 * testsuite/26_numerics/complex/complex_value.cc: Ditto.
3703 * testsuite/26_numerics/complex/pow.cc: Ditto.
3704
b77647df
MS
37052005-02-09 Mike Stump <mrs@apple.com>
3706
3707 * libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.
3708
1bc83fd3
JJ
37092005-02-09 Janis Johnson <janis187@us.ibm.com>
3710
3711 * testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*.
3712
f537f2f7
MM
37132005-02-08 Mark Mitchell <mark@codesourcery.com>
3714
3715 * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
3716
a47add83
LR
37172005-02-07 Loren J. Rittle <ljrittle@acm.org>
3718
3719 * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static.
3720 * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc: Make ref and
3721 src static.
3722
8a532804
BS
37232005-02-02 Brad Spencer <spencer@infointeractive.com>
3724
3725 * debug.html: Fix broken tags.
3726 * documentation.html: Same.
3727
c85b032a
AJ
37282005-02-02 Andreas Jaeger <aj@suse.de>
3729
3730 * testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch
3731 from 2005-01-28.
3732 * testsuite/Makefile.am: Likewise.
3733 * testsuite/Makefile.in: Likewise.
3734
4d73fac9
PC
37352005-02-01 Paolo Carlini <pcarlini@suse.de>
3736
3737 * include/bits/cpp_type_traits.h: Rename _M_type fields to
3738 __value, except for __enable_if, _M_type -> __type, consistently
3739 with the other traits.
3740 * include/bits/stl_algobase.h: Tweak consistently.
3741 * include/bits/stl_tree.h: Likewise.
3742 * include/bits/valarray_array.h: Likewise.
3743 * include/c_std/std_cmath.h: Likewise.
3744 * include/debug/safe_iterator.h: Likewise.
3745 * include/std/std_complex.h: Likewise.
3746
ddf2a54a
BS
37472005-01-31 Brad Spencer <spencer@infointeractive.com>
3748
3749 * crossconfig.m4: Repair Solaris cross bits for strtold and strtof.
a1286ef5 3750 * configure: Regenerated.
ddf2a54a 3751
93678513
MM
37522005-01-31 Mark Mitchell <mark@codesourcery.com>
3753
3754 * include/std/std_limits.h (numeric_limits<float>::has_denorm):
3755 Add required cast.
3756 (numeric_limits<double>::has_denorm): Likewise.
3757 (numeric_limits<long double>::has_denorm): Likewise.
3758
c0736a9d
PC
37592005-01-31 Paolo Carlini <pcarlini@suse.de>
3760 Gabriel Dos Reis <gdr@integrable-solutions.net>
3761
3762 * include/bits/cpp_type_traits.h: Add types to the structs thus
3763 making type_traits.h redundant; exploit new __truth_type and
3764 __traitor helpers.
3765 * include/bits/type_traits.h: Remove.
3766 * include/Makefile.am: Update.
3767 * include/Makefile.in: Regenerate.
3768 * include/backward/tempbuf.h: Include cpp_type_traits.h instead.
3769 * include/bits/basic_string.h (replace(iterator, iterator,
3770 _InputIterator, _InputIterator), _S_construct(_InIterator,
3771 _InIterator, const _Alloc&)): Use __is_integer instead.
3772 * include/bits/stl_bvector.h (vector(_InputIterator,
3773 _InputIterator, const allocator_type&), assign(_InputIterator,
3774 _InputIterator), insert(iterator, _InputIterator, _InputIterator)):
3775 Likewise.
3776 * include/bits/stl_construct.h (_Destroy(_ForwardIterator,
3777 _ForwardIterator)): Use __is_scalar.
3778 * include/bits/stl_deque.h (deque(_InputIterator, _InputIterator,
3779 const allocator_type&), assign(_InputIterator, _InputIterator),
3780 insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
3781 * include/bits/stl_list.h (assign(_InputIterator, _InputIterator),
3782 insert(iterator, _InputIterator, _InputIterator)): Likewise.
3783 * include/bits/stl_tempbuf.h (_Temporary_buffer(_ForwardIterator,
3784 _ForwardIterator)): Use __is_scalar.
3785 * include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator,
3786 _InputIterator, _ForwardIterator), uninitialized_fill(_ForwardIterator,
3787 _ForwardIterator, const _Tp&), uninitialized_fill_n(_ForwardIterator,
3788 _Size, const _Tp&)): Likewise.
3789 * include/bits/stl_vector.h (vector(_InputIterator, _InputIterator,
3790 const allocator_type&), assign(_InputIterator, _InputIterator),
3791 insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
3792 * include/debug/debug.h (__valid_range(const _InputIterator&,
3793 const _InputIterator&)): Use __is_integer.
3794 * include/ext/slist (assign(_InputIterator, _InputIterator)): Likewise.
3795 * include/std/std_string.h: Include cpp_type_traits.h instead.
3796
d2f64e95
PC
37972005-01-30 Paolo Carlini <pcarlini@suse.de>
3798
3799 PR libstdc++/19642
3800 * config/locale/generic/c_locale.h (__convert_from_v): Switch only
3801 LC_NUMERIC, and only when actually != "C".
3802
7536f1ed
PC
38032005-01-28 Paolo Carlini <pcarlini@suse.de>
3804
3805 * include/tr1/type_traits (is_function): Minor consistency tweaks.
3806
7d665006
GK
38072005-01-28 Geoffrey Keating <geoffk@apple.com>
3808
3809 * testsuite/lib/libstdc++.exp (libstdc++_init): Search the path
3810 for the compiler. Don't set cxxflags.
3811 (v3_target_compile): Search for libv3test.a relative to $objdir.
3812 (lsearch_all_inline): New.
3813 (lsearch_all_inline_not): New.
3814 (v3-list-tests): Rewrite to not need generated files.
3815 * testsuite/Makefile.am (IGNORE_WCHAR_T): New.
3816 (IGNORE_THREAD): New.
3817 (TESTS_TO_IGNORE): New.
3818 (site.exp): Set tests_to_ignore, cxxflags.
3819 * aclocal.m4: Regenerate.
3820 * Makefile.in: Regenerate.
3821 * libmath/Makefile.in: Likewise.
3822 * libsupc++/Makefile.in: Likewise.
3823 * po/Makefile.in: Likewise.
3824 * src/Makefile.in: Likewise.
3825 * testsuite/Makefile.in: Likewise.
3826
91e390fe
PC
38272005-01-28 Paolo Carlini <pcarlini@suse.de>
3828
3829 * include/tr1/type_traits: Implement is_empty.
3830 * testsuite/tr1/4_metaprogramming/type_properties/is_empty/
3831 is_empty.cc: New.
3832 * testsuite/tr1/4_metaprogramming/type_properties/is_empty/
3833 typedefs.cc: Likewise.
3834
3835 * include/tr1/type_traits (__is_abstract_helper): Simplify a bit.
3836
f8023b78
PC
38372005-01-28 Paolo Carlini <pcarlini@suse.de>
3838
3839 * include/tr1/type_traits: Implement is_abstract, by exploiting the
3840 resolution of DR core/337.
3841 * testsuite/testsuite_tr1.h: Add AbstractClass.
3842 * testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
3843 is_abstract.cc: New.
3844 * testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
3845 typedefs.cc: Likewise.
a1286ef5 3846
f8023b78
PC
3847 * include/tr1/type_traits (is_function): Rewrite, use the conversion
3848 F& -> F* instead, thus avoiding problems with abstract classes.
3849 * testsuite/tr1/4_metaprogramming/primary_type_categories/
3850 is_function/is_function.cc: Add a test for tricky AbstractClass.
3851
b929615a
PC
38522005-01-26 Paolo Carlini <pcarlini@suse.de>
3853
3854 * include/ext/mt_allocator.h
3855 (struct __per_type_pool_policy<,, false>::_S_get_pool,
3856 struct __per_type_pool_policy<,, true>::_S_get_pool): Scale
3857 _M_chunk_size too with sizeof(_Tp), otherwise the allocator
3858 breaks down as soon as sizeof(_Tp) >~ _S_chunk_size / 128;
3859 reduce to 64 the multiplier for _M_max_bytes (safer wrt
3860 _Binmap_type being a short); trivial reformattings.
3861 * testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: New.
3862
02a65d23
PC
38632005-01-26 Paolo Carlini <pcarlini@suse.de>
3864
3865 * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex
3866 to the final test for enable_c99, thus robustifying it; remove
3867 duplicate final test on ac_99_math.
3868 * configure: Regenerate.
3869
3870 * include/std/std_complex.h: Remove usages of the dead
3871 _GLIBCXX_BUGGY_COMPLEX macro.
3872
3873 * testsuite/26_numerics/cmath/19322.cc: Protect with
3874 _GLIBCXX_USE_C99_MATH instead of the stronger _GLIBCXX_USE_C99,
3875 since only C99 math facilities are involved.
3876 * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
3877 Likewise.
3878
a7f7b334
LR
38792005-01-25 Loren J. Rittle <ljrittle@acm.org>
3880
3881 * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin
3882 instead of generic. Change autoconf report to "darwin or freebsd".
3883 * configure: Regenerate.
3884 * config/os/bsd/freebsd/ctype_inline.h (ctype<wchar_t>::do_is): Add.
3885 (ctype<wchar_t>::do_scan_is): Likewise.
3886 (ctype<wchar_t>::do_scan_not): Likewise.
3887
52e6723c
BK
38882005-01-25 Benjamin Kosnik <bkoz@redhat.com>
3889
3890 * acinclude.m4 (GLIBCXX_ENABLE_C99): Test for complex math
3891 functions, and enable _GLIBCXX_USE_C99_COMPLEX_MATH if they exist.
3892 * acconfig.h: Add _GLIBCXX_USE_C99_COMPLEX_MATH.
3893 * config.h.in: Regenerate.
3894 * configure: Regenerate.
3895 * include/std/std_complex.h: Protect complex builtins with
3896 _GLIBCXX_USE_C99_COMPLEX_MATH.
3897
e930780c
PC
38982005-01-24 Paolo Carlini <pcarlini@suse.de>
3899
3900 * include/tr1/type_traits: Implement is_signed and is_unsigned.
3901 * testsuite/tr1/4_metaprogramming/type_properties/
3902 is_signed/is_signed.cc: New.
3903 * testsuite/tr1/4_metaprogramming/type_properties/
3904 is_signed/typedefs.cc: Likewise.
3905 * testsuite/tr1/4_metaprogramming/type_properties/
3906 is_unsigned/is_unsigned.cc: Likewise.
3907 * testsuite/tr1/4_metaprogramming/type_properties/
3908 is_unsigned/typedefs.cc: Likewise.
3909
b142e278
PC
39102005-01-23 Paolo Carlini <pcarlini@suse.de>
3911
3912 * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 34.
3913
ba4b172f
PC
39142005-01-23 Paolo Carlini <pcarlini@suse.de>
3915
3916 * testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc: New.
3917 * testsuite/27_io/basic_ostream/endl/wchar_t/1.cc: Likewise.
3918 * testsuite/27_io/basic_ostream/ends/wchar_t/1.cc: Likewise.
3919 * testsuite/27_io/basic_ostream/ends/wchar_t/2.cc: Likewise.
3920 * testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc: Likewise.
3921 * testsuite/27_io/basic_ostream/flush/wchar_t/1.cc: Likewise.
3922 * testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise.
3923 * testsuite/27_io/basic_ostream/flush/wchar_t/
3924 exceptions_badbit_throw.cc: Likewise.
3925 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3926 wchar_t/2.cc: Likewise.
3927 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3928 wchar_t/3.cc: Likewise.
3929 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3930 wchar_t/4.cc: Likewise.
3931 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3932 wchar_t/4402.cc: Likewise.
3933 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3934 wchar_t/5.cc: Likewise.
3935 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3936 wchar_t/6.cc: Likewise.
3937 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3938 wchar_t/9555-oa.cc: Likewise.
3939 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3940 wchar_t/exceptions_badbit_throw.cc: Likewise.
3941 * testsuite/27_io/basic_ostream/inserters_arithmetic/
3942 wchar_t/exceptions_failbit_throw.cc: Likewise.
3943 * testsuite/27_io/basic_ostream/inserters_character/
3944 wchar_t/1.cc: Likewise.
3945 * testsuite/27_io/basic_ostream/inserters_character/
3946 wchar_t/2.cc: Likewise.
3947 * testsuite/27_io/basic_ostream/inserters_character/
3948 wchar_t/3.cc: Likewise.
3949 * testsuite/27_io/basic_ostream/inserters_character/
3950 wchar_t/4.cc: Likewise.
3951 * testsuite/27_io/basic_ostream/inserters_character/
3952 wchar_t/5.cc: Likewise.
3953 * testsuite/27_io/basic_ostream/inserters_character/
3954 wchar_t/6.cc: Likewise.
3955 * testsuite/27_io/basic_ostream/inserters_character/
3956 wchar_t/9555-oc.cc: Likewise.
3957 * testsuite/27_io/basic_ostream/inserters_other/
3958 wchar_t/1.cc: Likewise.
3959 * testsuite/27_io/basic_ostream/inserters_other/
3960 wchar_t/2.cc: Likewise.
3961 * testsuite/27_io/basic_ostream/inserters_other/
3962 wchar_t/3.cc: Likewise.
3963 * testsuite/27_io/basic_ostream/inserters_other/
3964 wchar_t/4.cc: Likewise.
3965 * testsuite/27_io/basic_ostream/inserters_other/
3966 wchar_t/5.cc: Likewise.
3967 * testsuite/27_io/basic_ostream/inserters_other/
3968 wchar_t/9318-out.cc: Likewise.
3969 * testsuite/27_io/basic_ostream/inserters_other/
3970 wchar_t/9424-out.cc: Likewise.
3971 * testsuite/27_io/basic_ostream/inserters_other/
3972 wchar_t/9555-oo.cc: Likewise.
3973 * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3974 error_failbit.cc: Likewise.
3975 * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3976 exceptions_badbit_throw.cc: Likewise.
3977 * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3978 exceptions_failbit_throw.cc: Likewise.
3979 * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
3980 exceptions_null.cc: Likewise.
3981 * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
3982 * testsuite/27_io/basic_ostream/put/wchar_t/1.cc: Likewise.
3983 * testsuite/27_io/basic_ostream/seekp/char/
3984 exceptions_badbit_throw.cc: Likewise.
3985 * testsuite/27_io/basic_ostream/seekp/wchar_t/
3986 2346-fstream.cc: Likewise.
3987 * testsuite/27_io/basic_ostream/seekp/wchar_t/
3988 2346-sstream.cc: Likewise.
3989 * testsuite/27_io/basic_ostream/seekp/wchar_t/
3990 exceptions_badbit_throw.cc: Likewise.
3991 * testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc: Likewise.
3992 * testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc: Likewise.
3993 * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise.
3994 * testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise.
3995 * testsuite/27_io/basic_ostream/tellp/wchar_t/
3996 exceptions_badbit_throw.cc: Likewise.
3997 * testsuite/27_io/basic_ostream/write/wchar_t/1.cc: Likewise.
3998
3999 * testsuite/data/wostream_inserter_char-1.tst: Likewise.
4000 * testsuite/data/wostream_inserter_char-1.txt: Likewise.
4001 * testsuite/data/wostream_inserter_other-1.tst: Likewise.
4002 * testsuite/data/wostream_inserter_other-2.tst: Likewise.
4003 * testsuite/data/wostream_seeks-1.tst: Likewise.
4004
4005 * testsuite/27_io/basic_ostream/endl/char/1.cc: Minor tweaks.
4006 * testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise.
a1286ef5 4007 * testsuite/27_io/basic_ostream/exceptions/char/9561.cc: Likewise.
ba4b172f
PC
4008 * testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise.
4009 * testsuite/27_io/basic_ostream/flush/char/2.cc: Likewise.
4010 * testsuite/27_io/basic_ostream/flush/char/
4011 exceptions_badbit_throw.cc: Likewise.
4012 * testsuite/27_io/basic_ostream/inserters_arithmetic/
4013 char/2.cc: Likewise.
4014 * testsuite/27_io/basic_ostream/inserters_arithmetic/
4015 char/3.cc: Likewise.
4016 * testsuite/27_io/basic_ostream/inserters_arithmetic/
4017 char/4.cc: Likewise.
4018 * testsuite/27_io/basic_ostream/inserters_arithmetic/
4019 char/4402.cc: Likewise.
4020 * testsuite/27_io/basic_ostream/inserters_arithmetic/
4021 char/5.cc: Likewise.
4022 * testsuite/27_io/basic_ostream/inserters_arithmetic/
4023 char/6.cc: Likewise.
4024 * testsuite/27_io/basic_ostream/inserters_character/
4025 char/4.cc: Likewise.
4026 * testsuite/27_io/basic_ostream/inserters_other/char/
4027 2.cc: Likewise.
4028 * testsuite/27_io/basic_ostream/inserters_other/char/
4029 5.cc: Likewise.
4030 * testsuite/27_io/basic_ostream/inserters_other/char/
4031 error_failbit.cc: Likewise.
4032 * testsuite/27_io/basic_ostream/inserters_other/char/
4033 exceptions_badbit_throw.cc: Likewise.
4034 * testsuite/27_io/basic_ostream/inserters_other/char/
4035 exceptions_failbit_throw.cc: Likewise.
4036 * testsuite/27_io/basic_ostream/inserters_other/char/
4037 exceptions_null.cc: Likewise.
4038 * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
4039 * testsuite/27_io/basic_ostream/seekp/char/
4040 exceptions_badbit_throw.cc: Likewise.
4041 * testsuite/27_io/basic_ostream/sentry/char/2.cc: Likewise.
4042 * testsuite/27_io/basic_ostream/write/char/1.cc: Likewise.
4043
96144e13
PC
40442005-01-23 Paolo Carlini <pcarlini@suse.de>
4045
4046 * include/tr1/type_traits (aligned_storage): Use __aligned__ instead
4047 of aligned.
4048
0554d39a 40492005-01-23 Paolo Carlini <pcarlini@suse.de>
a1286ef5 4050 Andreas Jaeger <aj@suse.de>
0554d39a
PC
4051
4052 PR libstdc++/19343
4053 * include/bits/functexcept.h: Mark the helpers as 'noreturn'.
4054
7e4d34fd
LR
40552005-01-21 Loren J. Rittle <ljrittle@acm.org>
4056
4057 * testsuite/27_io/basic_filebuf/open/char/9507.cc: Allow
4058 lseek on fifo to succeed. Thus, check for consistent report.
4059
a7a44441
VR
40602005-01-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4061
4062 PR libstdc++/19510
4063 * include/bits/stl_list.h (_List_iterator): Initialize _M_node
4064 in constructor.
4065 (_List_const_iterator): Likewise.
4066 * include/bits/stl_tree.h (_Rb_tree_iterator): Likewise.
4067 (_Rb_tree_const_iterator): Likewise.
4068
4069 * testsuite/23_containers/map/operators/1_neg.cc: Adjust line numbers.
4070 * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
4071
45d5f9af
BK
40722005-01-20 Benjamin Kosnik <bkoz@redhat.com>
4073
4074 * testsuite/Makefile.am (check-compile): New.
a1286ef5 4075 * testsuite/Makefile.in: Regenerate.
45d5f9af
BK
4076 * scripts/check_compile_time: New.
4077 * scripts/check_performance: Tweaks.
4078
9634af02
PC
40792005-01-19 Paolo Carlini <pcarlini@suse.de>
4080
4081 PR libstdc++/19535
4082 * include/tr1/utility (struct __pair_get<1>::__get, __const_get):
4083 Fix typo in the return type.
4084 * testsuite/tr1/6_containers/utility/19535.cc: New.
4085
75aa3f65
LR
40862005-01-19 Loren J. Rittle <ljrittle@acm.org>
4087
4088 * include/ext/array_allocator.h (array_allocator<>::allocate):
4089 Avoid __used. Use __array_used instead.
5116ad96 4090 * docs/html/17_intro/BADNAMES: Add list for FreeBSD.
75aa3f65 4091
1906b8dc
DE
40922005-01-18 David Edelsohn <edelsohn@gnu.org>
4093
4094 * config/os/aix/os_defines.h (_XOPEN_SOURCE): Delete.
4095 (_XOPEN_SOURCE_EXTENDED): Delete.
4096
f474835b
BK
40972005-01-18 Benjamin Kosnik <bkoz@redhat.com>
4098
4099 * testsuite/testsuite_performance.h (time_counter::start):
4100 Clear. Tweaks.
4101 (clear_counters): Inline.
4102 (start_counters): Inline.
4103 (stop_counters): Inline.
4104 * testsuite/performance/20_util/allocator/map_thread.cc: Return.
4105 * testsuite/performance/20_util/allocator/insert.cc: Remove bogus
4106 return, add return.
4107 * testsuite/performance/20_util/allocator/map_thread.cc: Same.
a1286ef5 4108
ac317859
PC
41092005-01-17 Paolo Carlini <pcarlini@suse.de>
4110
4111 PR libstdc++/19433
4112 * include/bits/stl_tree.h (_Rb_tree<>::insert_unique(iterator,
4113 const _Val&), _Rb_tree<>::insert_equal(iterator, const _Val&)):
4114 Obtain amortized constant complexity if t is inserted right after
4115 p - not before p - as per Table 69.
4116 * testsuite/performance/23_containers/set_insert_from_sorted.cc: New.
a1286ef5 4117
ac317859
PC
4118 * testsuite/23_containers/multiset/insert/2.cc: New.
4119 * testsuite/23_containers/set/insert/1.cc: Likewise.
a1286ef5 4120
ac317859
PC
4121 * testsuite/performance/23_containers/set_create_from_sorted.cc:
4122 Simplify.
4123
4124 * include/bits/stl_tree.h: Add a few missing std:: qualifications.
4125
412dc870
JW
41262005-01-16 Jonathan Wakely <redi@gcc.gnu.org>
4127
4128 * include/ext/rope: Qualify calls to std::copy() by sequence_buffer.
4129 * testsuite/ext/rope/4.cc: Add.
4130
3a2794ab
LM
41312005-01-16 Lorenz Minder <lminder@gmx.net>
4132 Paolo Carlini <pcarlini@suse.de>
4133
4134 PR libstdc++/19322
4135 * include/c_std/std_cmath.h: Define the C99 classification facilities
4136 directly inside namespace std:.
4137 * testsuite/26_numerics/cmath/19322.cc: New.
4138
57307e31
DE
41392005-01-15 David Edelsohn <edelsohn@gnu.org>
4140
4141 * config/os/aix/os_defines.h (_G_USING_THUNKS): Delete.
4142
21c332dc
PC
41432005-01-14 Paolo Carlini <pcarlini@suse.de>
4144
4145 PR libstdc++/19422
4146 * include/bits/stl_tree.h (_Rb_tree<>::insert_equal(_II, _II),
4147 _Rb_tree<>::insert_unique(_II, _II)): Use insert_equal (insert_unique,
4148 respectively) with hint (end()).
4149 * testsuite/performance/23_containers/set_create_from_sorted.cc: New.
4150
ae59b55c
GK
41512005-01-13 Geoffrey Keating <geoffk@apple.com>
4152
4153 * configure.host (darwin): On darwin8 or later, no need to build
4154 libstdc++ with -flat_namespace.
4155
516cb88a
JW
41562005-01-13 Jonathan Wakely <redi@gcc.gnu.org>
4157
4158 * docs/doxygen/user.cfg.in: Set HAVE_DOT back to YES.
4159
f5d8395b
PC
41602005-01-13 Paolo Carlini <pcarlini@suse.de>
4161
4162 * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
4163 Re-enable commented-out test for double type.
4164
78593d78
PC
41652005-01-11 Paolo Carlini <pcarlini@suse.de>
4166 Benjamin Kosnik <bkoz@redhat.com>
4167
4168 * src/istream.cc (basic_istream<char>::ignore(streamsize),
4169 basic_istream<char>::ignore(streamsize, int_type),
4170 basic_istream<wchar_t>::ignore(streamsize),
4171 basic_istream<wchar_t>::ignore(streamsize, int_type)): In case
4172 more than numeric_limits<streamsize>::max() chars are skipped,
4173 set _M_gcount = max().
4174 * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
4175 int_type)): Likewise; keep simple, don't forward.
4176
a141a5af
PC
41772005-01-11 Paolo Carlini <pcarlini@suse.de>
4178
4179 * src/istream.cc (basic_istream<char>::ignore(streamsize),
4180 basic_istream<char>::ignore(streamsize, int_type),
4181 basic_istream<wchar_t>::ignore(streamsize),
4182 basic_istream<wchar_t>::ignore(streamsize, int_type)): Revert
4183 2005-01-05 change: actually, the previous behavior is conforming
4184 and consistent with that of get(char_type*, streamsize, char_type),
4185 albeit slightly different from that of 3.3/3.4 in a corner case
4186 due to the use of snextc.
4187 * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
4188 int_type)): Likewise.
4189 * testsuite/27_io/basic_istream/ignore/char/4.cc: Remove.
4190 * testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
4191
464b277b
PC
41922005-01-11 Paolo Carlini <pcarlini@suse.de>
4193
4194 * include/tr1/type_traits: Implement alignment_of and aligned_storage.
4195 * testsuite/tr1/4_metaprogramming/other_transformations/
4196 aligned_storage/aligned_storage.cc: New.
4197 * testsuite/tr1/4_metaprogramming/other_transformations/
4198 aligned_storage/typedefs.cc: Likewise.
4199 * testsuite/tr1/4_metaprogramming/type_properties/
4200 alignment_of/alignment_of.cc: Likewise.
4201 * testsuite/tr1/4_metaprogramming/type_properties/
4202 alignment_of/typedefs.cc: Likewise.
4203
3e636396
PC
42042005-01-10 Paolo Carlini <pcarlini@suse.de>
4205
4206 * Makefile.in: Regenerate.
4207 * libmath/Makefile.in: Likewise.
4208 * libsupc++/Makefile.in: Likewise.
4209 * po/Makefile.in: Likewise.
4210 * src/Makefile.in: Likewise.
4211 * testsuite/Makefile.in: Likewise.
4212
42132005-01-10 Paolo Carlini <pcarlini@suse.de>
4214
4215 * include/bits/stl_algobase.h (lexicographical_compare):
4216 Fix concept check.
4217
825bd0e1
BK
42182005-01-07 Benjamin Kosnik <bkoz@redhat.com>
4219
4220 * acinclude.m4: Remove CCODECVT_H.
4221 * configure: Regenerate.
4222 * include/Makefile.am (host_headers_extra): Move to...
4223 (ext_headers): ...here.
4224 * include/Makefile.in: Regenerate.
4225 * include/ext/enc_filebuf: Remove enc_filebuf, consolidate
4226 enc_traits to...
4227 * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Move...
4228 * include/ext/codecvt_specializations.h: ...here. Remove
a1286ef5 4229 _GLIBCXX_USE___ENC_TRAITS.
825bd0e1
BK
4230 (__enc_traits): To __encoding_state, put in __gnu_cxx namespace.
4231 (enc_char_traits): To __encoding_char_traits, put in __gnu_cxx
4232 namespace.
4233 * config/locale/generic/codecvt_specializations.h: Remove.
4234 * include/bits/codecvt.h: Remove codecvt_specializations.h include.
4235 * src/codecvt.cc: Remove __enc_traits::_S_max_size.
4236
a8e3a00f
BK
42372005-01-06 Benjamin Kosnik <bkoz@redhat.com>
4238
4239 * include/bits/fstream.tcc: Remove unnecessary qualifications for
4240 uglified data members of basic_filebuf, including _M_buf,
4241 _M_buf_size, _M_mode, _M_pback_init.
4242 * include/std/std_fstream.h: Same.
a1286ef5 4243
56ffd9b3
BK
42442005-01-05 Benjamin Kosnik <bkoz@redhat.com>
4245
a1286ef5 4246 * testsuite/testsuite_hooks.h:
56ffd9b3
BK
4247 (copy_constructor::mark_call): Use __throw_runtime_error.
4248 (assignment_operator::mark_call): Same.
4249 * testsuite/testsuite_hooks.cc (verify_demangle): Same.
4250 (locale_data): Remove, just use runtime_error directly.
4251 (environment_variable): Same.
4252 (not_found): Same.
4253 (run_tests_wrapped_locale): Use __throw_runtime_error.
4254 (run_tests_wrapped_env): Same.
4255 (semaphore::semaphore): Same.
4256 (semaphore::signal): Same.
4257 (semaphore::wait): Same.
4258 * testsuite/testsuite_abi.h (symbol_error): Remove, use logic_error.
4259 * testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.
4260 (create_symbols): Use __throw_runtime_error.
4261 * src/bitmap_allocator.cc: Use __throw_bad_alloc.
4262
5cfa4794
MM
42632005-01-05 Mark Mitchell <mark@codesourcery.com>
4264
4265 * testsuite/27_io/basic_filebuf/open/char/9507.cc: Remove child
4266 process.
a1286ef5 4267
1e156882
PC
42682005-01-05 Paolo Carlini <pcarlini@suse.de>
4269
4270 * src/istream.cc (basic_istream<char>::ignore(streamsize),
4271 basic_istream<char>::ignore(streamsize, int_type),
4272 basic_istream<wchar_t>::ignore(streamsize),
4273 basic_istream<wchar_t>::ignore(streamsize, int_type)): At the end,
a1286ef5 4274 first check _M_gcount vs __n.
1e156882
PC
4275 * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
4276 int_type)): Likewise.
4277 * testsuite/27_io/basic_istream/ignore/char/4.cc: New.
4278 * testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
4279
8f1032c1
MM
42802005-01-03 Mark Mitchell <mark@codesourcery.com>
4281
35a91d76
MM
4282 * testsuite/testsuite_hooks.cc: Use __throw_exception_again
4283 instead of just throw.
4284
8ca82e09
MM
4285 * testsuite/testsuite_hooks.cc: Update coypright and follow style
4286 guidelines.
4287 * testsuite/testsuite_hooks.h: Likewise.
4288 * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
4289 semaphores, not sleep.
4290 * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
4291 * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
4292 * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
4293 * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
4294 Likewise.
4295 * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
4296 * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
4297 * testsuite/27_io/objects/char/7.cc: Likewise.
4298 * testsuite/27_io/objects/char/9661-1.cc: Likewise.
4299 * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
4300 * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
4301
a1286ef5 4302 * configure.ac: Check for sys/ipc.h and sys/sem.h.
8f1032c1
MM
4303 * config.h.in: Regenerated.
4304 * configure: Likewise.
4305 * testsuite/testsuite_hooks.cc (_GLIBCXX_SYSV_SEM): Conditionally
4306 define.
4307 (sys/types.h): Include.
4308 (sys/ipc.h): Likewise.
4309 (sys/sem.h): Likewise.
4310 (__gnu_test::semun): New type.
4311 (__gnu_test::semaphore::sempaphore): New function.
4312 (__gnu_test::semaphore::~semaphore): Likewise.
4313 (__gnu_test::semaphore::wait): Likewise.
4314 (__gnu_test::semaphore::signal): Likewise.
4315 * testsuite/testsuite_hooks.h (__gnu_test::semaphore): New class.
fd99e134 4316 * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
8f1032c1
MM
4317 semaphores, not sleep.
4318 * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
4319 * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
4320 * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
4321 * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
4322 Likewise.
4323 * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
4324 * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
4325 * testsuite/27_io/objects/char/7.cc: Likewise.
4326 * testsuite/27_io/objects/char/9661-1.cc: Likewise.
4327 * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
fd99e134 4328 * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
8f1032c1 4329
ab4af6a5
PC
43302005-01-03 Paolo Carlini <pcarlini@suse.de>
4331
4332 * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
4333 int_type)): Reset _M_gcount to numeric_limits<streamsize>::min().
4334 * src/istream.cc (basic_istream<char>::ignore(streamsize, int_type),
4335 basic_istream<wchar_t>::ignore(streamsize, int_type)): Likewise.
4336 * src/istream.cc (basic_istream<char>::ignore(streamsize),
4337 basic_istream<wchar_t>::ignore(streamsize)): Likewise; fix a typo.
4338
bea53dbf
PC
43392005-01-02 Paolo Carlini <pcarlini@suse.de>
4340
4341 * src/istream.cc (basic_istream<char>::ignore(streamsize),
4342 basic_istream<char>::ignore(streamsize, int_type),
4343 basic_istream<wchar_t>::ignore(streamsize),
4344 basic_istream<wchar_t>::ignore(streamsize, int_type)): Avoid
a1286ef5 4345 _M_gcount overflows.
bea53dbf
PC
4346 * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
4347 int_type)): Likewise; use snextc in the main loop, consistently
4348 with the specializations above.
4349
ab06dedc
CJ
43502005-01-02 Chris Jefferson <chris@bubblescope.net>
4351
4352 * include/bits/stl_algobase.h (mismatch): Correct concept check.
4353
d13cebde
PC
43542005-01-01 Paolo Carlini <pcarlini@suse.de>
4355
4356 * testsuite/ext/enc_filebuf/char/13189.cc: Fix, first include
4357 testsuite_hooks.h, to know whether including ext/enc_filebuf.h.
4358 * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.
4359
d3f128e9 43602005-01-01 Paolo Carlini <pcarlini@suse.de>
bdaa4452 4361
d3f128e9
PC
4362 * testsuite/27_io/basic_istream/extractors_character/char/1.cc: Fix,
4363 null-terminate array1 at the outset.
4364 * testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc:
17fa5560 4365 Likewise.
This page took 1.067879 seconds and 5 git commands to generate.