OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libstdc++-v3/] [ChangeLog] - Blame information for rev 20

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 20 jlechner
2006-05-24  Release Manager
2
 
3
        * GCC 4.1.1 released.
4
 
5
2006-05-14  Peter Doerfler  
6
 
7
        * include/tr1/hashtable (identity<>::operator(),
8
        extract1st<>::operator()): Return by const ref.
9
 
10
2006-05-11  Paolo Carlini  
11
            Peter Doerfler  
12
 
13
        * include/tr1/hashtable (hashtable_iterator<>::hashtable_iterator(),
14
        hashtable_const_iterator<>::hashtable_const_iterator(),
15
        node_iterator<>::node_iterator(),
16
        node_const_iterator<>::node_const_iterator()): Add.
17
        (node_iterator<>::node_iterator(hash_node<>*),
18
        node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
19
        remove default.
20
        * testsuite/tr1/6_containers/unordered/hashtable/
21
        iterators_default_constructor.c: New.
22
 
23
2006-05-09  Paolo Carlini  
24
 
25
        * include/tr1/type_traits (integral_constant<>::value): Define.
26
        * testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
27
        New.
28
 
29
2006-05-03  Paolo Carlini  
30
 
31
        * acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the
32
        presence of wctype.h, for use in GLIBCXX_ENABLE_C99.
33
        * configure: Regenerate.
34
 
35
2006-05-03  Paolo Carlini  
36
 
37
        PR libstdc++/6702 (again)
38
        * acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
39
        wchar_t functions...
40
        (GLIBCXX_ENABLE_WCHAR_T): ... do that here.
41
        * configure.ac: Adjust order of checks.
42
        * configure: Regenerate.
43
 
44
2006-04-26  Shantonu Sen  
45
 
46
        PR libstdc++/26513
47
        * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.
48
 
49
2006-04-21  Paolo Carlini  
50
 
51
        PR libstdc++/26424
52
        * include/tr1/hashtable (X<>::primes): Extend for 64-bit machines.
53
        (X<>::n_primes): Adjust.
54
        (prime_rehash_policy::next_bkt, bkt_for_elements, need_rehash): Adjust.
55
 
56
2006-04-18  Paolo Carlini  
57
 
58
        * docs/html/faq/index.html ([5.5]): Adjust to mention function
59
        objects and reference_wrapper; minor tweaks.
60
        * docs/html/faq/index.txt: Regenerate.
61
 
62
2006-04-14  Douglas Gregor  
63
 
64
        PR libstdc++/27162
65
        * include/bits/stl_algo.h (__search_n(,,,, _BinaryPredicate,
66
        std::forward_iterator_tag)): Use __binary_pred, not ==.
67
 
68
2006-04-10  Matthias Klose  
69
 
70
        * testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
71
        directory names containing underscores.
72
 
73
2006-03-28  Paolo Carlini  
74
 
75
        PR libstdc++/26777
76
        * include/bits/fstream.tcc (basic_filebuf<>::_M_seek): Check
77
        the return value of _M_file.seekoff.
78
        * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: New.
79
 
80
2006-03-28  Paolo Carlini  
81
 
82
        * include/ext/vstring.h (operator[]): Allow s[s.size()] in
83
        debug mode, but not pedantic mode.
84
 
85
2006-03-12  Paolo Carlini  
86
 
87
        PR target/26532
88
        * config/io/c_io_stdio.h (struct __ios_flags): Remove.
89
        * include/bits/ios_base.h: Adjust consistently.
90
        (ios_base::_S_local_word_size): Change to an anonymous enum.
91
        * src/ios.cc: Do not define static const data of __ios_flags,
92
        likewise for ios_base::_S_local_word_size.
93
        * include/bits/locale_classes.h (locale::_S_categories_size):
94
        Change to an anonymous enum.
95
        * src/locale.cc: Don't define.
96
 
97
2006-03-06  Paolo Carlini  
98
 
99
        * include/std/std_sstream.h (basic_stringbuf<>::setbuf): Simply
100
        clear the internal _M_string, adjust _M_sync call.
101
        * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
102
        consistently for calls from setbuf.
103
 
104
2006-03-06  Paolo Carlini  
105
 
106
        * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
107
        of line...
108
        * include/bits/sstream.tcc: ... here.
109
 
110
2006-03-04  Paolo Carlini  
111
 
112
        PR libstdc++/26132
113
        * include/tr1/hashtable (hashtable<>::rehash): Define.
114
        * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
115
 
116
2006-03-03  Paolo Carlini  
117
 
118
        PR libstdc++/26526
119
        * config/linker-map.gnu (__copy_streambufs, 64-bit version): Add
120
        @GLIBCXX_3.4.8.
121
        * configure.ac (libtool_VERSION): To 6:8:0.
122
        * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.8.
123
        * configure: Regenerate.
124
 
125
2006-03-01  Paolo Carlini  
126
 
127
        * include/tr1/array (array<>::swap, assign): Implement.
128
        * include/tr1/array (operator==, operator!=, operator<,
129
        operator>, operator>=, operator<=, swap, get): Inline.
130
        * testsuite/tr1/6_containers/array/requirements/member_swap.cc: New.
131
        * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
132
        * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
133
        Likewise.
134
 
135
2006-02-28  Release Manager
136
 
137
        * GCC 4.1.0 released.
138
 
139
2006-02-22  Paolo Carlini  
140
 
141
        * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_const_node_iterator.html:
142
        Fix links
143
        * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_node_iterator.html:
144
        Likewise.
145
        * docs/html/ext/pb_assoc/hash_based_containers.html: Likewise.
146
        * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: Likewise.
147
        * docs/html/ext/pb_assoc/interface.html: Likewise..
148
        * docs/html/ext/pb_assoc/list_updates.html: Likewise.
149
        * docs/html/ext/pb_assoc/lu_based_containers.html: Likewise.
150
        * docs/html/ext/pb_assoc/resize_policies.html: Likewise.
151
        * docs/html/ext/pb_assoc/sample_probe_fn.html: Likewise.
152
        * docs/html/ext/pb_assoc/sample_range_hashing.html: Likewise.
153
        * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: Likewise.
154
        * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: Likewise.
155
        * docs/html/ext/pb_assoc/sample_resize_policy.html: Likewise.
156
        * docs/html/ext/pb_assoc/tree_assoc_cntnr_const_node_iterator.html:
157
        Likewise.
158
        * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: Likewise.
159
 
160
2006-02-07  Paolo Carlini  
161
 
162
        * include/tr1/hashtable: Trivial formatting fixes.
163
 
164
2006-02-07  Paolo Carlini  
165
            Zak Kipling  
166
 
167
        PR libstdc++/26127
168
        * include/tr1/hashtable (hashtable<>::key_equal): Define.
169
        (hashtable<>::bucket, rehash_base<>::max_load_factor): Fix.
170
        * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
171
 
172
2006-02-01  Paolo Carlini  
173
 
174
        PR libstdc++/21554
175
        * include/tr1/array (array<>::_M_instance): Maximally align.
176
        * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
177
 
178
2006-01-26  Paolo Carlini  
179
 
180
        * docs/html/install.html ([Tools you will need beforehand]):
181
        Clarify that the de_DE locale is used by configure; clarify
182
        that missing localedata leads to skipped tests, not fails.
183
 
184
2006-01-26  Paolo Carlini  
185
 
186
        * docs/html/ext/tr1.html: Add note.
187
        * docs/html/faq/index.html: Fix link to tr1.html text; fix
188
        formatting.
189
        * docs/html/faq/index.txt: Update.
190
 
191
2006-01-25  Ed Smith-Rowland  <3dw4rd@verizon.net>
192
 
193
        * docs/html/faq/index.html ([5.2]): Mention TR1 and point to
194
        paragraph [5.5], describing it.
195
        ([5.5]): New.
196
        * docs/html/ext/tr1.html: New.
197
 
198
2006-01-20  Perry Smith  
199
 
200
        PR libstdc++/25823
201
        PR libstdc++/25824
202
        * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
203
        * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.
204
 
205
2006-01-19  Benjamin Kosnik  
206
 
207
        * acinclude.m4: Use -Wl,-z,relro if possible.
208
        * configure: Regenerate.
209
 
210
2006-01-19  Paolo Carlini  
211
 
212
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus):
213
        Use _CharT_alloc_type as base class.
214
        (_M_get_allocator, _M_swap, _M_create, _M_destroy): Adjust.
215
        * include/ext/vstring.h (get_allocator): Tidy.
216
 
217
        * include/ext/vstring_util.h (struct __alloc_swap<>): Add, swaps
218
        allocators, optimized to nothing in case they are empty.
219
        (__vstring_utility<>::_Alloc_hider): Clean-up.
220
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap): Call
221
        __alloc_swap<>::_S_do_it.
222
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap): Same.
223
 
224
2006-01-18  Paul Brook  
225
 
226
        * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.
227
 
228
2006-01-18  Paolo Carlini  
229
 
230
        * include/ext/pb_assoc/detail/value_type_adapter/
231
        value_type_adapter.hpp: Include .
232
        * include/ext/pb_assoc/detail/value_type_adapter/
233
        it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
234
        Use tr1::aligned_storage and tr1::alignment_of.
235
        (it_value_type_traits_<>::buf_t): Remove.
236
        (it_value_type_traits_<>::make_valid, recast): Adjust.
237
 
238
2006-01-12  Jan Beulich  
239
 
240
        * crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and
241
        HAVE_ISNAN for *-*-netware*.
242
        * configure: Refresh.
243
 
244
2006-01-10  Gabriel Dos Reis  
245
 
246
        * include/bits/valarray_after.h (_Expr<>::operator[](slice)):
247
        Don't assume the closure implements general indexing, as a matter
248
        of fact, most of them don't.
249
        (_Expr<>::operator[](const gslice&)): Likewise.
250
        (_Expr<>::operator[](const valarray&)): Likewise.
251
        (_Expr<>::operator[](const valarray&)): Likewise.
252
        (_Expr<>::shift): Fix thinko.
253
        (_Expr<>::cshift): Likewise.
254
        (_Expr<>::apply): Likewise.
255
 
256
2006-01-10  Benjamin Kosnik  
257
            Ulrich Drepper  
258
 
259
        PR libstdc++/23591
260
        * scripts/create_testsuite_files: Support for "C" test files.
261
        * testsuite/lib/libstdc++.exp: Same.
262
        * testsuite/libstdc++-dg/normal.exp: Same.
263
        * testsuite/ext/mt_allocator/22309_thread.cc: Update names.
264
        * testsuite/19_diagnostics/23591_thread-1.c: New.
265
        * testsuite/testsuite_shared.cc: Add tests, rename existing functions.
266
        * libsupc++/eh_globals.cc: Make global thread local if possible.
267
        * configure.ac: Use GCC_CHECK_TLS.
268
        * acinclude.m4: Include tls.m4.
269
        * configure: Regenerate.
270
        * config.h.in: Same.
271
 
272
2006-01-09  Benjamin Kosnik  
273
 
274
        PR libstdc++/25472
275
        * include/c_std/std_cstdlib.h: Fix for freestanding.
276
 
277
2006-01-09  Benjamin Kosnik  
278
 
279
        * src/io-inst.cc: Separate instantiations into...
280
        * src/ios-inst.cc: .. this.
281
        * src/iostream-inst.cc: ... and this.
282
        * src/Makefile.am (sources): Update.
283
        * src/Makefile.in: Regenerate.
284
 
285
2006-01-08  Paolo Carlini  
286
 
287
        * testsuite/testsuite_hooks.h (test_tm): New.
288
        * testsuite/testsuite_hooks.cc (test_tm)): Define.
289
        * testsuite/22_locale/time_put/put/wchar_t/10.cc: Use it.
290
        * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
291
        * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
292
        * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
293
        * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
294
        * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
295
        * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
296
        * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
297
        * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
298
        * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
299
        * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
300
        * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
301
        * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
302
        * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
303
        * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
304
        * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
305
        * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
306
        * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
307
        * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
308
        * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
309
        * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
310
        * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
311
        * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
312
        * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
313
        * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
314
        * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
315
        * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
316
        * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
317
        * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
318
        * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
319
        * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
320
        * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
321
        * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
322
        * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
323
        * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
324
        * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
325
        * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
326
        * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
327
        * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
328
        * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
329
        * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
330
        * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
331
        * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
332
        * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
333
        * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
334
        * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
335
        * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
336
        * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
337
        * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
338
        * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
339
        * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
340
        * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
341
        * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
342
        * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
343
 
344
2006-01-03  Paolo Carlini  
345
 
346
        * testsuite/27_io/basic_stringstream/str/char/1.cc: Initialize vars.
347
        * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise.
348
        * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise, tidy.
349
        * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise.
350
 
351
2005-12-28  Paolo Carlini  
352
 
353
        * testsuite/25_algorithms/heap/heap.cc (test01): Always enable
354
        complexity checks.
355
        * testsuite/18_support/numeric_limits/specialization.cc: Avoid
356
        unused parameter warning.
357
        * testsuite/18_support/numeric_limits/traps.cc: Acoid unused variable
358
        warning.
359
        * testsuite/ext/malloc_allocator/deallocate_global.cc: Fix format
360
        string.
361
        * testsuite/ext/malloc_allocator/deallocate_local.cc: Likewise.
362
        * testsuite/ext/array_allocator/2.cc: Remove unused variable.
363
        * testsuite/tr1/3_function_objects/mem_fn.cc: Avoid unused variable
364
        warnings.
365
        * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Just
366
        instantiate.
367
        * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
368
        * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Likewise.
369
        * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
370
        Likewise.
371
        * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
372
        Likewise.
373
        * testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc:
374
        Avoid unused variable warnings.
375
        * testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc:
376
        Likewise.
377
        * testsuite/thread/18185.cc: Likewise.
378
        * testsuite/27_io/ios_base/storage/11584.cc: Likewise; avoid comparison
379
        between signed and unsigned warning.
380
        * testsuite/27_io/types/1.cc: Avoid unused variable warnings.
381
        * testsuite/testsuite_allocator.h (check_new): Likewise.
382
        (check_deallocate_null): Adjust return type.
383
        * testsuite/testsuite_hooks.h (bitmask_operators): Avoid unused
384
        variable warnings.
385
        * testsuite/21_strings/c_strings/wchar_t/24559.cc: Avoid unused
386
        variable warning.
387
 
388
2005-12-28  Chris Jefferson  
389
 
390
        * testsuite/tr1/6_containers/unordered/insert/multiset_range.cc
391
        (test01): Add static cast.
392
        * testsuite/tr1/6_containers/unordered/insert/set_range.cc
393
        (test01): Likewise.
394
        * testsuite/testsuite_allocator.h (check_deallocate_null): Return
395
        true.
396
        * testsuite/testsuite_hooks.h (operator==(NonDefaultConstructible,
397
        NonDefaultConstructible), operator<(NonDefaultConstructible,
398
        NonDefaultConstrictible)): Avoid unused parameter warning.
399
 
400
2005-12-26  Chris Jefferson  
401
 
402
        * include/ext/mt_allocator.h (__mt_alloc::__mt_alloc): Remove
403
        name of unused parameter.
404
        * include/bits/stream_iterator.h (istream_iterator::istream_iterator):
405
        Construct _M_value.
406
        * include/debug/functions.h (__check_valid_range): Add
407
        __attribute__((unused)).
408
        * include/tr1/hashtable (hashtable::end): Remove name of unused
409
        parameter.
410
        * include/tr1/tuple_iterate.h (tuple::tuple): Likewise.
411
        (tuple::operator=): Add __attribute__((unused)).
412
        * include/tr1/functional (Fnv_hash<4>::hash): Add static_cast.
413
        (Fnv_hash<8>::hash): Likewise.
414
 
415
        * testsuite/25_algorithms/iter_swap/20577.cc (swap): Remove name of
416
        unused parameter.
417
        * testsuite/25_algorithms/unique_copy/check_type.cc (S2::S2,X2::X2):
418
        Likewise.
419
        * testsuite/22_locale/ctype/narrow/char/19955.cc (do_narrow): Likewise.
420
        * testsuite/22_locale/ctype/is/char/9858.cc (Derived::do_is,
421
        Derived::do_scan_is, Derived::do_scan_not, Derived2::do_is,
422
        Derived2::do_scan_is, Derived2::do_scan_not): Likewise.
423
        * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc (TP::do_put):
424
        Likewise.
425
        * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc (TP::do_put):
426
        Likewise.
427
        * testsuite/22_locale/time_put/put/char/12439_1.cc (TP::do_put):
428
        Likewise.
429
        * testsuite/22_locale/time_put/put/char/12439_3.cc (TP::do_put):
430
        Likewise.
431
        * testsuite/testsuite_io.h (fail_num_get::do_get, fail_num_put::do_put):
432
        Likewise.
433
        * testsuite/25_algorithms/find/17441.cc (find): Likewise.
434
        * testsuite/23_containers/vector/cons/clear_allocator.cc
435
        (clear_alloc::clear_alloc): Likewise.
436
        * testsuite/23_containers/vector/bool/clear_allocator.cc
437
        (clear_alloc::clear_alloc): Likewise.
438
        * testsuite/23_containers/list/cons/clear_allocator.cc
439
        (clear_alloc::clear_alloc): Likewise.
440
        * testsuite/23_containers/set/modifiers/16728.cc (test_container):
441
        Likewise.
442
        * testsuite/27_io/basic_ios/cons/char/3.cc (char_traits::to_char_type,
443
        to_int_type): Likewise.
444
        * testsuite/27_io/basic_filebuf/imbue/12206.cc (codecvt::do_out, do_in,
445
        do_unshift, do_length): Likewise.
446
        * testsuite/21_strings/basic_string/capacity/1.cc
447
        (operator==(A,A), operator<(A,A),
448
        char_traits::to_char_type, char_traits::to_int_type): Likewise
449
        * testsuite/testsuite_character.h (ctype::do_is, ctype::do_scan_is,
450
        ctype::do_scan_not, do_toupper, do_tolower): Likewise.
451
        * testsuite/25_algorithms/replace_copy/check_type.cc (Z::operator=):
452
        Add missing return statement.
453
        * testsuite/25_algorithms/replace_copy_if/check_type.cc (Z::operator=):
454
        Likewise.
455
        * testsuite/testsuite_iterators.h (output_iterator_wrapper::operator=,
456
        random_access_iterator_wrapper::operator==): Likewise.
457
        * testsuite/20_util/functional/binders/1.cc (s::f_int_int_const,
458
        s::f_int_int, s::f_int_void_const, s::f_int_void): Likewise.
459
        * testsuite/27_io/types/1.cc (test01): Likewise.
460
        * testsuite/27_io/basic_ostream/write/wchar_t/1.cc (test01): Likewise.
461
        * testsuite/27_io/basic_ostream/write/char/1.cc (test01): Likewise.
462
        * testsuite/21_strings/c_strings/wchar_t/24559.cc (main): Likewise.
463
        * testsuite/27_io/basic_istream/ignore/wchar_t/2.cc (check): Add static
464
        cast.
465
        * testsuite/27_io/basic_istream/ignore/char/2.cc (check): Likewise.
466
        * testsuite/27_io/basic_istream/getline/wchar_t/5.cc (check): Likewise.
467
        * testsuite/27_io/basic_istream/getline/char/5.cc (check): Likewise.
468
        * testsuite/testsuite_allocator.h (check_new): Likewise.
469
        (check_deallocate_null): Add missing return value.
470
        * testsuite/ext/pool_allocator/allocate_chunk.cc (test01):
471
        Make variable unsigned.
472
        * testsuite/26_numerics/valarray/valarray_subset_assignment.cc
473
        (check_array): Likewise.
474
        (main): Removed unused variable.
475
        * testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc (test05):
476
        Removed unused variable.
477
        * testsuite/27_io/basic_ostream/flush/wchar_t/1.cc (test01): Likewise.
478
        * testsuite/27_io/basic_ostream/flush/char/1.cc (test01): Likewise.
479
        * testsuite/27_io/basic_ostream/endl/wchar_t/1.cc (test01): Likewise.
480
        * testsuite/27_io/basic_ostream/endl/char/1.cc (test01): Likewise.
481
        * testsuite/27_io/basic_ostream/ends/wchar_t/1.cc (test01): Likewise.
482
        * testsuite/27_io/basic_ostream/ends/char/1.cc (test01): Likewise.
483
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/
484
        assign/shared_ptr.cc (test01): Correct return type.
485
        * testsuite/27_io/basic_filebuf/close/char/2.cc (test_02):
486
        Add default value to close_num.
487
 
488
2005-12-16  Paolo Carlini  
489
 
490
        * testsuite/tr1/4_metaprogramming/type_properties/is_empty/is_empty.cc:
491
        Fix class NonEmptyClassTwo.
492
 
493
2005-12-15  Paolo Carlini  
494
 
495
        * include/bits/stl_vector.h (vector<>::_M_get_Tp_allocator): Change
496
        to return by ref and add non const version.
497
        * include/bits/stl_deque.h (deque<>::_M_get_Tp_allocator): Likewise.
498
 
499
2005-12-15  Paolo Carlini  
500
 
501
        PR libstdc++/25421
502
        * config/locale/gnu/c_locale.cc (_S_destroy_c_locale): Check
503
        for null argument.
504
        * testsuite/22_locale/facet/25421.cc: New.
505
 
506
2005-12-10  Paolo Carlini  
507
 
508
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_compare):
509
        Add, specialized for char and wchar_t to immediately return true
510
        when a string is compared to itself.
511
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_compare):
512
        Likewise, for the same _Rep.
513
        * include/ext/vstring.h (compare(const string&)): Use it.
514
 
515
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_destroy):
516
        Deallocate passed size + 1.
517
        (_M_dispose, _M_reserve): Adjust.
518
 
519
2005-12-08  Richard Guenther  
520
 
521
        Backport from mainline
522
        2005-11-23  Paolo Carlini  
523
 
524
        PR libstdc++/24975 (basic_string)
525
        * include/bits/basic_string.h (_Rep::_S_empty_rep): Avoid
526
        strict-aliasing warnings.
527
 
528
2005-12-07  Paolo Carlini  
529
 
530
        * docs/html/configopts.html ([--enable-libstdcxx-allocator]):
531
        Mention the SGI pooled allocator.
532
 
533
2005-12-05  Paolo Carlini  
534
 
535
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_assign):
536
        Simplify, avoid pointless reallocations.
537
 
538
2005-12-04  Paolo Carlini  
539
 
540
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
541
        Simplify.
542
 
543
2005-12-04  Paolo Carlini  
544
 
545
        * include/ext/vstring.h (__versa_string<>::operator+, all
546
        versions): Move out of line...
547
        * include/ext/vstring.tcc (__versa_string<>::operator+): ...
548
        here; consistently use reserve for the benefit of sso_string_base;
549
        prefer push_back to single-char append when appropriate.
550
 
551
        * include/ext/vstring.h (__versa_string<>::push_back): Don't
552
        call _M_reserve, _M_mutate instead.
553
        (reserve): Just forward to _M_reserve.
554
        * include/ext/vstring.tcc (__versa_string<>::_M_reserve): Remove.
555
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve): Also
556
        do the initial checks (first on length, in case __res == capacity).
557
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve:
558
        Likewise; don't call _M_set_length unnecessarily.
559
 
560
2005-12-04  Paolo Carlini  
561
 
562
        * include/ext/vstring.h (__versa_string<>::_M_append): New.
563
        (append(const __versa_string&), append(const __versa_string&,
564
        size_type, size_type), append(const _CharT*, size_type),
565
        append(const _CharT*)): Use it.
566
        (append(size_type, _CharT)): Delegate to _M_replace_aux.
567
        (assign(const __versa_string&, size_type, size_type),
568
        assign(const _CharT*), replace(size_type, size_type,
569
        const _CharT*, size_type)): Forward to _M_replace.
570
        * include/ext/vstring.tcc (__versa_string<>::_M_append):
571
        Define, core append functionality.
572
        (_M_replace): Simplify, move __s == 0 case to _M_replace_aux.
573
        (_M_replace_aux): Reorganize, don't call _M_replace.
574
 
575
2005-12-04  Paolo Carlini  
576
 
577
        * include/ext/vstring.tcc (__versa_string<>::_M_replace):
578
        Perform _M_check_length at the beginning and remove it from ...
579
        (replace, _M_replace_dispatch, _M_replace_aux, assign): ... here.
580
        (assign): Now move inline.
581
        (resize): Don't call _M_check_length redundantly, append does.
582
 
583
2005-12-04  Paolo Carlini  
584
 
585
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_get_allocator):
586
        Add non const version.
587
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_get_allocator):
588
        Likewise.
589
 
590
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_erase): Add.
591
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_erase): Likewise.
592
        (_M_leak_hard): Use it.
593
        * include/ext/vstring.h (__versa_string<>::clear, erase, all
594
        versions): Use it.
595
        * include/ext/vstring.tcc (__versa_string<>::resize): Likewise.
596
 
597
        * include/ext/vstring.h (__versa_string<>::_M_replace_safe):
598
        Remove.
599
        * include/ext/vstring.h (__versa_string<>::_M_replace): New, does
600
        the in-place work or delegates to _M_mutate in case of reallocation.
601
        * include/ext/vstring.tcc (__versa_string<>::_M_replace_safe):
602
        Remove.
603
        * include/ext/vstring.tcc (__versa_string<>::_M_replace): Define.
604
        (assign, replace, _M_replace_dispatch, _M_replace_aux): Use it.
605
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_mutate):
606
        Change to manage only reallocations.
607
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_mutate):
608
        Likewise.
609
 
610
        * include/ext/vstring.h (__versa_string<>::insert(size_type,
611
        const __versa_string&), insert(size_type, const __versa_string&,
612
        size_type, size_type), insert(size_type, const _CharT*, size_type),
613
        insert(size_type, const _CharT*)): Delegate to replace.
614
 
615
        * include/ext/vstring.h (__versa_string<>::reserve): Move out of
616
        line.
617
        * include/ext/vstring.tcc (__versa_string<>::reserve): Do the
618
        checks and call _M_reserve.
619
        * include/ext/vstring.h (__versa_string<>::append): Call _M_reserve
620
        instead of reserve.
621
        * include/ext/vstring.tcc (__versa_string<>::append, all versions):
622
        Likewise.
623
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
624
        Adjust.
625
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve):
626
        Likewise.
627
 
628
2005-11-22  Paolo Carlini  
629
 
630
        PR libstdc++/24975
631
        * include/bits/stl_set.h (insert(iterator, const value_type&),
632
        erase(iterator), erase(iterator, iterator)): Don't break aliasing
633
        rules casting to _Rep_iterator&, forward to _Rb_tree facilities.
634
        * include/bits/stl_multiset.h (insert(iterator, const value_type&),
635
        erase(iterator), erase(iterator, iterator)): Likewise.
636
        * include/bits/stl_tree.h (_Rb_tree<>::_M_insert(_Const_Base_ptr,
637
        _Const_Base_ptr, const value_type&), insert_unique(const_iterator,
638
        const value_type&), insert_equal(const_iterator, const value_type&),
639
        erase(const_iterator), erase(const_iterator, const_iterator)): New,
640
        _Rb_tree<>::const_iterator counterparts of existing facilities.
641
 
642
2005-11-21  Paolo Carlini  
643
 
644
        * include/ext/sso_string_base.h: Minor formatting and stylistic fixes.
645
        (__sso_string_base<>::_M_get_allocator): Return by const ref.
646
        * include/ext/rc_string_base.h: Likewise.
647
        (__rc_string_base<>::_M_get_allocator): Return by const ref.
648
        (__rc_string_base<>::_M_dispose): Take void, use _M_get_allocator.
649
        (__rc_string_base<>::_M_grab): Take one alloc, use _M_get_allocator.
650
        (__rc_string_base<>::~__rc_string_base,
651
        __rc_string_base(const __rc_string_base&), _M_assign, _M_reserve,
652
        _M_mutate): Adjust.
653
        * include/ext/vstring_util.h: Minor stylistic fixes.
654
 
655
2005-11-18  Paolo Carlini  
656
 
657
        * include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Avoid the
658
        anonymous struct extension, adjust everywhere.
659
 
660
        * include/ext/rc_string_base.h (__rc_string_base<>::_S_empty_rep()):
661
        Just use a static member.
662
        (__rc_string_base<>::__rc_string_base(), _S_construct): Adjust.
663
 
664
        * include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Use anonymous
665
        union together with _CharT to fix alignment issues, rebind to _Rep and
666
        rename _Raw_alloc to _Rep_alloc_type.
667
        (__rc_string_base<>::_Rep::_S_create, _M_destroy): Adjust consistently.
668
 
669
        * include/ext/vstring_util.h (__is_null_p): Move inside struct
670
        __vstring_utility as static _S_is_null_pointer.
671
        * include/ext/sso_string.h
672
        (__sso_string_base<>::_M_construct(std::forward_iterator_tag): Adjust.
673
        * include/ext/rc_string_base.h
674
        (__rc_string_base<>::_S_construct(std::forward_iterator_tag): Likewise.
675
 
676
        Implement Option 3 of DR 431 for ext/vstring - both available bases.
677
        * include/bits/cpp_type_traits.h (struct __is_empty): Add.
678
        * include/ext/vstring.h (__versa_string<>::swap): Delegate to
679
        this->_M_swap.
680
        * include/ext/vstring.tcc (__versa_string<>::swap): Remove.
681
        * include/ext/vstring_util.h (struct __vstring_utility<>): Add struct
682
        _Alloc_hider<>, augmented of allocator swapping facility, specialized
683
        to nop for empty allocators.
684
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap): Use it.
685
        (__rc_string_base<>::_M_is_leaked, _M_set_sharable): Change to private.
686
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
687
        Likewise.
688
        (__sso_string_base<>::_M_is_leaked, _M_set_sharable): Remove, unused.
689
 
690
        * include/ext/rc_string_base.h (__rc_string_base<>::_M_data(_CharT*):
691
        Return void.
692
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_data(_CharT*):
693
        Likewise.
694
 
695
2005-11-17  Geoffrey Keating  
696
 
697
        * config/os/bsd/darwin/ppc-extra.ver: New.
698
        * src/Makefile.am (libstdc++-symbol.ver): Move outside conditionals,
699
        and make dependent on port symbol files.
700
        (libstdc++-symbol.explist): Use the generated .ver file, not
701
        the template.
702
        * src/compatibility.cc [APPLE] (__eprintf): New.
703
        * src/Makefile.in: Regenerate.
704
        * configure.host (powerpc*-*-darwin*): Define
705
        port_specific_symbol_files.
706
 
707
2005-11-16  Nathan Sidwell  
708
 
709
        * libsupc++/eh_arm.cc (__cxa_begin_cleanup): Remember a
710
        foreign exception too.
711
        (__gnu_end_cleanup): Recover a foreign exception too.
712
        * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Cope
713
        with forced unwinding.
714
        * libsupc++/eh_throw.cc (__cxxabiv1::__cxa_rethrow): Use
715
        _Unwind_Resume_or_Rethrow for ARM EABI.
716
 
717
2005-11-14  Geoffrey Keating  
718
 
719
        * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Don't check for
720
        shared libgcc for darwin exports.
721
        * configure: Regenerate.
722
 
723
2005-11-13  Jonathan Wakely  
724
 
725
        * include/tr1/boost_shared_ptr.h (get_deleter):
726
        Declare before shared_ptr.
727
        (shared_ptr<>): Declare get_deleter as friend.
728
        (shared_ptr<>:_M_get_deleter): Private.
729
 
730
2005-11-13  Douglas Gregor  
731
 
732
        PR libstdc++/24818
733
        * include/tr1/ref_wrap_iterate.h
734
        (reference_wrapper::operator()()): Don't dereferene the result of
735
        get() before calling it; it's already a reference.
736
        * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
737
        Test nullary calls to reference_wrappers.
738
 
739
2005-11-11  Paolo Carlini  
740
 
741
        PR libstdc++/24808
742
        * include/tr1/type_traits (__is_abstract_helper): Rename to __in_array
743
        (with complemented logic).
744
        (is_function): Use it, don't use __conv_helper.
745
        (is_abstract): Adjust.
746
        (__conv_helper): Rename to __is_convertible_simple.
747
        (is_convertible): Adjust.
748
        * testsuite/testsuite_tr1.h (class IncompleteClass): Add.
749
        * testsuite/tr1/4_metaprogramming/composite_type_traits/is_object/
750
        24808.cc: New.
751
        * testsuite/tr1/4_metaprogramming/primary_type_categories/is_enum/
752
        24808.cc: Likewise.
753
        * testsuite/tr1/4_metaprogramming/primary_type_categories/is_function/
754
        24808.cc: Likewise.
755
 
756
2005-11-11  Paolo Carlini  
757
 
758
        PR libstdc++/24799
759
        * include/tr1/functional (hash): Inherit from std::unary_function.
760
        * testsuite/tr1/6_containers/unordered/hash/24799.cc: New.
761
 
762
        PR libstdc++/24805
763
        * include/tr1/boost_shared_ptr.h (swap(shared_ptr<>&, shared_ptr<>&),
764
        swap(weak_ptr<>&, weak_ptr<>&)): Move inside namespace tr1.
765
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
766
        24805.cc: New.
767
 
768
        PR libstdc++/24809
769
        * include/tr1/type_traits (__is_polymorhpic_helper): Adjust destructor.
770
        * testsuite/tr1/4_metaprogramming/type_properties/is_polymorphic/
771
        24809.cc: New.
772
 
773
2005-11-10  Paolo Carlini  
774
 
775
        * testsuite/tr1/2_general_utilities/memory/
776
        enable_shared_from_this/not_shared.cc: Adjust, remove xfail.
777
        * testsuite/tr1/2_general_utilities/memory/
778
        enable_shared_from_this/not_shared2.cc: Likewise.
779
        * testsuite/tr1/2_general_utilities/memory/
780
        enable_shared_from_this/not_shared3.cc: Likewise.
781
 
782
2005-11-10  Paolo Carlini  
783
 
784
        * include/tr1/boost_shared_ptr.h (_Sp_counted_base::release,
785
        weak_release): Protect barriers with __GTHREADS.
786
 
787
2005-11-10  Paolo Carlini  
788
            Peter Dimov  
789
 
790
        * include/tr1/boost_shared_ptr.h (_Sp_counted_base::release):
791
        Optimize by manually inlining weak_release.
792
 
793
        * include/tr1/boost_shared_ptr.h (_Sp_counted_base::release,
794
        weak_release): Use explicit memory barriers.
795
 
796
2005-11-09  Benjamin Kosnik  
797
            Paolo Carlini  
798
            Gabriel Dos Reis  
799
 
800
        PR libstdc++/22203
801
        * numeric_limits.cc: Split into...
802
        * numeric_limits/specialization.cc: ..this.
803
        * numeric_limits/is_iec559.cc: Same.
804
        * numeric_limits/sign.cc: Same.
805
        * numeric_limits/quiet_NaN.cc: Same.
806
        * numeric_limits/digits10.cc: Same.
807
        * numeric_limits/denorm_min.cc: Same.
808
        * numeric_limits/min_max.cc: Same.
809
        * numeric_limits/epsilon.cc: Same.
810
        * numeric_limits/infinity.cc: Same.
811
        * numeric_limits/traps.cc: New.
812
 
813
2005-11-09  Paolo Carlini  
814
 
815
        * include/tr1/boost_shared_ptr.h: Trivial formatting fixes.
816
 
817
2005-11-08  Benjamin Kosnik  
818
 
819
        * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Use
820
        exe as the executable extension.
821
 
822
        * acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Change gnu defaults to
823
        new.
824
        (GLIBCXX_ENABLE_PCH): Adjust message order.
825
        * configure: Regenerate.
826
 
827
        * scripts/testsuite_flags.in (query): Correct print_usagex typo.
828
 
829
        * include/bits/functexcept.h: Remove argument names.
830
 
831
        * src/mt_allocator.cc: Adjust comment.
832
 
833
2005-11-06  Paolo Carlini  
834
 
835
        PR libstdc++/18174
836
        * include/bits/stl_queue.h (priority_queue): Tweak a bit the
837
        comment describing the container.
838
 
839
2005-11-05  Paolo Carlini  
840
 
841
        * configure.host: Add | rs6000 to the cpu_defines_dir switch,
842
        consistently with the try_cpu one.
843
 
844
2005-11-05  Paolo Carlini  
845
 
846
        PR libstdc++/22203
847
        * include/bits/c++config: Include cpu_defines.h.
848
        * include/Makefile.am: Add cpu_defines.h to host_headers.
849
        * configure.host: Add cpu_defines_dir.
850
        * configure.ac: Use it.
851
        * config/cpu/powerpc/cpu_defines.h: New.
852
        * config/cpu/generic/cpu_defines.h: Likewise.
853
        * configure: Regenerate.
854
        * Makefile.in: Likewise.
855
        * include/Makefile.in: Likewise.
856
        * libmath/Makefile.in: Likewise.
857
        * libsupc++/Makefile.in: Likewise.
858
        * po/Makefile.in: Likewise.
859
        * src/Makefile.in: Likewise.
860
        * testsuite/Makefile.in: Likewise.
861
 
862
2005-11-03  Paolo Carlini  
863
 
864
        * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
865
        Change the various traits_type::copy call to always copy the
866
        entire local buffer; return early and don't do a full swap on
867
        the lengths for two common cases; change two _S_copy to plain
868
        traits_type::copy.
869
 
870
2005-11-02  Thomas Kho  
871
 
872
        PR libstdc++/23425
873
        * include/bits/stl_vector.h (vector<>::clear): Open code
874
        in terms of _Destroy.
875
 
876
2005-11-02  Paolo Carlini  
877
 
878
        * include/bits/vector.tcc (vector<>::_M_fill_assign): Qualify fill_n.
879
 
880
2005-11-01  Paolo Carlini  
881
 
882
        PR libstdc++/24595
883
        * include/tr1/boost_shared_ptr.h (shared_ptr<>::get_deleter):
884
        Move out of shared_ptr.
885
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/misc/24595.cc:
886
        New.
887
 
888
2005-10-30  Paolo Carlini  
889
 
890
        PR libstdc++/20213
891
        * include/c_std/std_csignal.h: Adjust comment as per 17.4.1.2/4.
892
        * include/c_std/std_cstdlib.h: Likewise.
893
        * include/c_std/std_cstdio.h: Likewise.
894
        * include/c_std/std_cstdarg.h: Likewise.
895
        * include/c_std/std_cctype.h: Likewise.
896
        * include/c_std/std_cerrno.h: Likewise.
897
        * include/c_std/std_cmath.h: Likewise.
898
        * include/c_std/std_ciso646.h: Likewise.
899
        * include/c_std/std_ctime.h: Likewise.
900
        * include/c_std/std_clocale.h: Likewise.
901
        * include/c_std/std_climits.h: Likewise.
902
        * include/c_std/std_cassert.h: Likewise.
903
        * include/c_std/std_csetjmp.h: Likewise.
904
        * include/c_std/std_cwchar.h: Likewise.
905
        * include/c_std/std_cfloat.h: Likewise.
906
        * include/c_std/std_cstring.h: Likewise.
907
        * include/c_std/std_cstddef.h: Likewise.
908
        * include/c_std/std_cwctype.h: Likewise.
909
 
910
2005-10-29  Carey Evans  
911
 
912
        PR libstdc++/22087
913
        * config/os/djgpp/ctype_inline.h: Fix.
914
        * config/os/djgpp/ctype_noninline.h: Likewise.
915
 
916
2005-10-28  Paolo Carlini  
917
 
918
        PR libstdc++/24559
919
        * include/c_std/std_cwchar.h (wcspbrk): Adjust signature.
920
        * testsuite/21_strings/c_strings/wchar_t/24559.cc: New.
921
 
922
2005-10-25  Paolo Carlini  
923
 
924
        * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 39.
925
        * docs/html/ext/howto.html: Adjust.
926
 
927
2005-10-21  Paolo Carlini  
928
 
929
        PR libstdc++/24450
930
        * config/locale/generic/time_members.h (__timepunct<>::
931
        __timepunct(__c_locale, const char*, size_t)): Avoid leaking
932
        memory if new throws inside _M_initialize_timepunct.
933
        * config/locale/gnu/time_members.h (__timepunct<>::
934
        __timepunct(__c_locale, const char*, size_t)): Likewise.
935
        * config/locale/gnu/message_members.h (messages<>::
936
        messages(__c_locale, const char*, size_t)): Rearrange to
937
        avoid memory leaks.
938
 
939
2005-10-19  Paolo Carlini  
940
 
941
        * include/ext/sso_string_base.h (_M_swap): Rewrite.
942
 
943
2005-10-19  Paolo Carlini  
944
 
945
        * include/ext/rc_string_base.h (_S_terminal): Remove.
946
        (_M_set_length): Adjust.
947
        (_S_max_size): Change to anonymous enum.
948
        (_M_max_size()): Add, returns the latter.
949
        * include/ext/sso_string_base.h: Likewise.
950
        * include/ext/vstring.h (max_size): Adjust.
951
 
952
2005-10-17  Jonathan Wakely  
953
 
954
        PR libstdc++/24244
955
        * include/tr1/boost_shared_ptr.h
956
        (_Sp_counted_base::_Sp_counted_base()): When __GTHREAD_MUTEX_INIT
957
        is defined, initialize the mutex.
958
 
959
2005-10-15  Paolo Carlini  
960
 
961
        * include/tr1/functional: Add missing #pragma GCC system_header.
962
 
963
2005-10-14  Paolo Carlini  
964
 
965
        * include/tr1/hashtable (hashtable::m_erase): Rename to erase_node.
966
        (hashtable::erase(iterator), erase(const_iterator)): Adjust.
967
 
968
2005-10-13  Richard Earnshaw  
969
 
970
        PR libstdc++/23926
971
        * acinclude.m4 (port_specific_symbol_files): More symbol versioning
972
        fixes.
973
        * configure: Regenerate.
974
 
975
2005-10-13  Hans-Peter Nilsson  
976
 
977
        * testsuite/lib/libstdc++.exp (libstdc++_init): Require
978
        native testing before setting v3-sharedlib to 1.
979
 
980
2005-10-12  Joe Buck  
981
 
982
        * docs/html/27_io/howto.html: Use reference to ifstream when
983
        including iosfwd.
984
 
985
2005-10-11  Andrew Pinski  
986
 
987
        PR libstdc++/23926
988
        * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check
989
        for GNU LD.
990
        * configure: Regenerate.
991
 
992
2005-10-10  Benjamin Kosnik  
993
 
994
        * configure.ac (libtool_VERSION): To 6:7:0.
995
        * configure: Regenerate.
996
        * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.7.
997
        * config/linker-map.gnu: Export locale::_Impl::_M_install_cache.
998
 
999
2005-10-10  Ian Lance Taylor  
1000
 
1001
        PR libstdc++/13583
1002
        * include/bits/locale_classes.h (locale::_Impl::_M_install_cache):
1003
        Move out of line.
1004
        * src/locale.cc: Define here, add mutex.
1005
 
1006
2005-10-09  Paolo Carlini  
1007
 
1008
        PR libstdc++/24061 (issue 6.19)
1009
        * include/tr1/hashtable (struct node_const_iterator, struct
1010
        hashtable_const_iterator): New, add const variants to enable separate
1011
        overloadings for iterator and const_iterator in unordered_set and
1012
        unordered_multiset (as required by issue 6.19).
1013
        (class hashtable): Change the mutable_iterators template parameter
1014
        to constant_iterators and adjust throughout the logic.
1015
        (hashtable::insert(iterator, const value_type&), erase(iterator)
1016
        erase(iterator, iterator)): New, as per issue 6.19.
1017
        (hashtable::m_erase(node*, node**)): New, called by erase(iterator)
1018
        and erase(const_iterator).
1019
        (hashtable::Insert_Conv_Type): New, used by insert(iterator,
1020
        const value_type&) and insert(const_iterator, const value_type&)
1021
        to delegate the work to insert(const value_type&).
1022
        * include/tr1/unordered_map (class unordered_map, unordered_multimap):
1023
        Adjust typedefs.
1024
        * include/tr1/unordered_set (class unordered_set, unordered_multiset):
1025
        Likewise.
1026
        * testsuite/tr1/6_containers/unordered/erase/24061-map.cc: New.
1027
        * testsuite/tr1/6_containers/unordered/erase/24061-multimap.cc: New.
1028
        * testsuite/tr1/6_containers/unordered/erase/24061-multiset.cc: New.
1029
        * testsuite/tr1/6_containers/unordered/erase/24061-set.cc: New.
1030
        * testsuite/tr1/6_containers/unordered/insert/24061-map.cc: New.
1031
        * testsuite/tr1/6_containers/unordered/insert/24061-multimap.cc: New.
1032
        * testsuite/tr1/6_containers/unordered/insert/24061-multiset.cc: New.
1033
        * testsuite/tr1/6_containers/unordered/insert/24061-set.cc: New.
1034
 
1035
2005-10-08  Kazu Hirata  
1036
 
1037
        Merge from csl-arm-branch:
1038
        2004-12-15  Daniel Jacobowitz  
1039
        * libstdc++-v3/config/linker-map.gnu: Add ARM EABI symbols.
1040
 
1041
2005-10-07  Paolo Carlini  
1042
 
1043
        Fix libstdc++/24196 for ext/vstring/rc by returning to the behavior
1044
        of basic_string pre-2003-06-13; remove fully-dynamic-string stuff.
1045
        * include/ext/rc_string_base.h (_M_refcopy): Move inside the
1046
        _Rep class and remove code in macro.
1047
        (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
1048
        (_M_dispose, _M_leak_hard): Remove code in macro.
1049
        (_S_construct): Return _S_empty_rep()._M_refcopy() for empty string.
1050
        (_M_grab): Adjust.
1051
 
1052
        * include/ext/rc_string_base.h (_Rep::_M_refdata()): Minor tweak,
1053
        mark throw().
1054
 
1055
2005-10-07  Benjamin Kosnik  
1056
 
1057
        * docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4.
1058
 
1059
2005-10-05  Paolo Carlini  
1060
 
1061
        * include/ext/sso_string_base.h (struct __sso_string_local):
1062
        Remove, actually POD types cannot have user defined constructors
1063
        (being aggregates) and therefore can always be members of unions.
1064
        (class __sso_string_base): Adjust consistently.
1065
 
1066
2005-10-05  Paolo Carlini  
1067
 
1068
        PR libstdc++/24198
1069
        * testsuite/27_io/basic_filebuf/3.cc: Use __gnu_test::pod_ushort
1070
        instead.
1071
        * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
1072
        * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
1073
        * testsuite/27_io/basic_fstream/3.cc: Likewise; run the test.
1074
        * testsuite/27_io/basic_ifstream/3.cc: Likewise; run the test.
1075
        * testsuite/27_io/basic_ios/3.cc: Likewise.
1076
        * testsuite/27_io/basic_iostream/3.cc: Likewise; run the test.
1077
        * testsuite/27_io/basic_istream/3.cc: Likewise; run the test.
1078
        * testsuite/27_io/basic_istringstream/3.cc: Likewise; run the test.
1079
        * testsuite/27_io/basic_ofstream/3.cc: Likewise; run the test.
1080
        * testsuite/27_io/basic_ostream/3.cc: Likewise; run the test.
1081
        * testsuite/27_io/basic_ostringstream/3.cc: Likewise; run the test.
1082
        * testsuite/27_io/basic_streambuf/3.cc: Likewise.
1083
        * testsuite/27_io/basic_stringbuf/3.cc: Likewise.
1084
        * testsuite/27_io/basic_stringstream/3.cc: Likewise; run the test.
1085
 
1086
2005-10-05  Paolo Carlini  
1087
 
1088
        PR libstdc++/11729 (DR 280, [Ready])
1089
        * include/bits/stl_iterator.h: Add reverse_iterator global
1090
        functions with two template parameters (operator==, !=, <,
1091
        >, <=, >=, -).
1092
        * testsuite/24_iterators/reverse_iterator/11729.cc: New.
1093
        * docs/html/ext/howto.html: Add an entry for issue 280.
1094
 
1095
2005-10-03  Paolo Carlini  
1096
 
1097
        * include/tr1/hashtable
1098
        (node_iterator::node_iterator(const node_iterator<,true,>&)): Fix to
1099
        take a "false" (i.e., is_const == false) node_iterator.
1100
        (hashtable_iterator::hashtable_iterator(const hashtable_iterator<,
1101
        true,>&)): Likewise for hashtable_iterator.
1102
        (hashtable::const_local_iterator): Fix typedef (is_const == true).
1103
        (hashtable::const_iterator): Likewise.
1104
        * testsuite/tr1/6_containers/unordered/types/map_iterator.cc: New.
1105
        * testsuite/tr1/6_containers/unordered/types/multimap_iterator.cc: New.
1106
        * testsuite/tr1/6_containers/unordered/types/set_iterator.cc: New.
1107
        * testsuite/tr1/6_containers/unordered/types/multiset_iterator.cc: New.
1108
 
1109
2005-10-02  Paolo Carlini  
1110
 
1111
        PR libstdc++/24054
1112
        * include/tr1/hashtable (erase(const key_type&)): Return the
1113
        number of elements erased.
1114
        * testsuite/tr1/6_containers/unordered/hashtable/24054.cc: New.
1115
 
1116
2005-10-01  Kenny Simpson  
1117
 
1118
        * include/tr1/tuple_iterate.h (tuple::operator=(const std::pair<>&)):
1119
        Add missing return.
1120
 
1121
2005-09-30  Paolo Carlini  
1122
 
1123
        PR libstdc++/24064
1124
        * include/tr1/hashtable (hash_code_base<>::store_code): Add.
1125
        (hashtable<>::insert(const value_type&)): Use it.
1126
        * testsuite/tr1/6_containers/unordered/hashtable/24064.cc: New.
1127
 
1128
2005-09-30  Paolo Carlini  
1129
 
1130
        PR libstdc++/23953
1131
        * include/bits/locale_facets.tcc (__numpunct_cache<>::_M_cache,
1132
        __moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.
1133
        (__verify_grouping): Do the last check only if __grouping[__min] > 0.
1134
        (__add_grouping<>): End recursion if *__gbeg <= 0.
1135
        * testsuite/22_locale/num_get/get/char/23953.cc: New.
1136
        * testsuite/22_locale/num_get/get/wchar_t/23953.cc: Likewise.
1137
        * testsuite/22_locale/num_put/put/char/23953.cc: Likewise.
1138
        * testsuite/22_locale/num_put/put/wchar_t/23953.cc: Likewise.
1139
 
1140
2005-09-29  Chris Jefferson 
1141
 
1142
        PR libstdc++/23978
1143
        * include/tr1/tuple_iterate.h (tuple): Add operator=(std::pair).
1144
        * testsuite/tr1/6_containers/tuple/creation_functions/23978.cc: New.
1145
 
1146
        * include/tr1/functional (ref, cref): Make inline.
1147
        * include/tr1/tuple_iterate.h (tie): Correct formatting.
1148
        (make_tuple): Make inline.
1149
 
1150
2005-09-25  Benjamin Kosnik  
1151
            Eric Botcazou  
1152
 
1153
        * include/ext/mt_allocator.h
1154
        (__per_type_pool<...true>::_S_initialize_once): Always call
1155
        _M_initialize_once.
1156
        (__common_pool<...true>::_S_initialize_once): Same.
1157
 
1158
2005-09-23  Benjamin Kosnik  
1159
 
1160
        * testsuite/ext/mt_allocator/tune-1.cc: Clarify for single-thread.
1161
        * testsuite/ext/mt_allocator/tune-2.cc: Same.
1162
        * testsuite/ext/mt_allocator/tune-3.cc: Same.
1163
        * testsuite/ext/mt_allocator/tune-4.cc: Same.
1164
 
1165
2005-09-21  Guillaume Melquiond  
1166
 
1167
        PR libstdc++/23956
1168
        * include/ext/mt_allocator.h: Remove excess
1169
        policy_type::_S_get_pool calls in constructors.
1170
 
1171
2005-09-18  Paolo Carlini  
1172
 
1173
        PR libstdc++/23417 (cont)
1174
        * include/bits/stl_tree.h (_Rb_tree_impl): Use member
1175
        initialization list for -Weffc++.
1176
 
1177
2005-09-16  Janis Johnson  
1178
 
1179
        * testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
1180
        New.
1181
 
1182
2005-09-15  Benjamin Kosnik  
1183
 
1184
        PR libstdc++/21674
1185
        PR libstdc++/22205
1186
        PR libstdc++/22222
1187
        * include/bits/c++config: Set _GLIBCXX_STD regardless of __GXX_WEAK__.
1188
        Add in check for __NO_INLINE__ for warning.
1189
        * testsuite/lib/dg-options.exp (dg-require-debug-mode): New.
1190
        * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): New.
1191
        * testsuite/21_strings/basic_string/element_access/char/21674.cc:
1192
        Use it.
1193
        * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
1194
        Use it.
1195
 
1196
2005-09-15  Paolo Carlini  
1197
 
1198
        PR libstdc++/23875
1199
        * include/std/std_ostream.h (operator<<(short), operator<<(unsigned
1200
        short), operator<<(int), operator<<(unsigned int), operator<<(float)):
1201
        Don't call operator<<(long), operator<<(unsigned long), or
1202
        operator<<(double), do the work mandated by the resolution of DR117...
1203
        * include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
1204
        short), operator<<(int), operator<<(unsigned int), operator<<(float)):
1205
        ... here.
1206
        * testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.
1207
 
1208
2005-09-15  Mark Mitchell  
1209
 
1210
        * testsuite/testsuite_character.h: Specialize character<>
1211
        templates in __gnu_cxx, not in __gnu_test.
1212
 
1213
2005-09-13  Jonathan Wakely  
1214
            Benjamin Kosnik  
1215
 
1216
        PR libstdc++/21674
1217
        * testsuite/21_strings/basic_string/element_access/char/21674.cc: New.
1218
        * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
1219
        New.
1220
 
1221
2005-09-12  David Edelsohn  
1222
 
1223
        PR libstdc++/22554
1224
        PR libstdc++/23734
1225
        * include/Makefile.am (stamp-assoc): Install each subgroup
1226
        of headers separately.
1227
        * include/Makefile.in: Regenerate.
1228
 
1229
2005-09-12  Benjamin Kosnik  
1230
 
1231
        * testsuite/ext/mt_allocator/22309_thread.cc: Remove dg-do run.
1232
        * testsuite/lib/libstdc++.exp ( proc libstdc++_init): Enable
1233
        shared only for linux.
1234
 
1235
2005-09-12  Benjamin Kosnik  
1236
            David Edelsohn  
1237
 
1238
        PR libstdc++/22554
1239
        PR libstdc++/23734
1240
        * include/Makefile.am (assoc_headers): Break into five sub values.
1241
        (install-headers): Use them.
1242
        (stamp-assoc): Same.
1243
        * include/Makefile.in: Regenerate.
1244
 
1245
2005-09-12  Chris Jefferson  
1246
 
1247
        * include/bits/stl_algo.h (search_n): Delegate to specializations.
1248
        (search_n(,,,,binary_predicate)): Likewise.
1249
        (__search_n(forward_iterator_tag)): Original search_n, tweak to
1250
        remove an unnecessary comparison.
1251
        (__search_n(,,,,binary_predicate,forward_iterator_tag)): Likewise.
1252
 
1253
2005-09-12  Jim Xochellis  
1254
 
1255
        * include/bits/stl_algo.h
1256
        (__search_n(std::random_access_iterator_tag)): Add specialization.
1257
        (__search_n(,,,,binary_predicate,std::random_access_iterator_tag)):
1258
        Likewise.
1259
 
1260
2005-09-12  Benjamin Kosnik  
1261
 
1262
        PR libstdc++/23417
1263
        * include/bits/stl_list.h (_List_impl): Use member initialization
1264
        list for -Weffc++.
1265
        * include/bits/stl_tree.h (_Rb_tree_impl): Same.
1266
 
1267
2005-09-12  Paolo Carlini  
1268
 
1269
        PR libstdc++/23767
1270
        * include/bits/stl_iterator.h (__normal_iterator::
1271
        __normal_iterator<>(const __normal_iterator<_Iter, _Container>&)):
1272
        Enable only when _Iter is equal to _Container::pointer.
1273
        * testsuite/21_strings/basic_string/types/23767.cc: New.
1274
        * testsuite/23_containers/vector/types/23767.cc: Likewise.
1275
        * testsuite/ext/vstring/types/23767.cc: Likewise.
1276
 
1277
2005-09-11  Benjamin Kosnik  
1278
 
1279
        PR libstdc++/19265
1280
        PR libstdc++/22309
1281
        * include/ext/mt_allocator.h
1282
        (__gnu_cxx::__create_handler): Remove.
1283
        (__pool::_M_destroy_thread_key): Compatibility only.
1284
        (__pool::_M_initialize(__destroy): Same.
1285
        (__pool::_M_initialize): New.
1286
        (__pool::_M_initialize_once): Nothing fancy.
1287
        (__pool::_M_once): Remove.
1288
        (__common_pool): New.
1289
        (__common_pool_base): New.
1290
        (__per_type_pool): New.
1291
        (__per_type_pool_base): New.
1292
        * src/mt_allocator.cc: Same.
1293
        * config/linker-map.gnu (__pool::_M_initialize()): Add.
1294
 
1295
2005-09-11  Jakub Jelinek  
1296
 
1297
        PR libstdc++/19265
1298
        PR libstdc++/22309
1299
        * src/mt_allocator.cc (__gnu_internal::freelist_mutex): Make static.
1300
        (__gnu_internal::__freelist): New type.
1301
        (__gnu_internal::freelist): New variable.
1302
        (__gnu_internal::_M_destroy_thread_key): New function.
1303
        (__gnu_cxx::__pool::_M_destroy): Don't delete
1304
        _M_thread_freelist_initial.
1305
        (__gnu_cxx::__pool::_M_initialize): Make argument nameless.
1306
        Don't use _M_thread_freelist and _M_thread_freelist_initial
1307
        __pool fields, instead use __gnu_internal::freelist fields, call
1308
        gthread_key_create just once.  Use
1309
        __gnu_internal::_M_destroy_thread_key as key destructor.
1310
        (__gnu_cxx::__pool::_M_get_thread_id): Store size_t id
1311
        rather than _Thread_record* in the thread specific value.  Don't
1312
        use _M_thread_freelist __pool field, instead use
1313
        __gnu_internal::freelist fields.
1314
        (__gnu_cxx::__pool::_M_destroy_thread_key): Do nothing.
1315
 
1316
2005-09-11  Benjamin Kosnik  
1317
            Jakub Jelinek  
1318
 
1319
        PR libstdc++/19265
1320
        PR libstdc++/22309
1321
        * testsuite/testsuite_shared.cc: New.
1322
        * testsuite/lib/dg-options.exp (dg-require-sharedlib): New.
1323
        * testsuite/lib/libstdc++.exp (libstdc++_init): Look for shared
1324
        library, and set v3-sharedlib based on this.
1325
        (check_v3_target_sharedlib): New.
1326
        (proc v3-build_support): Build shared objects.
1327
        * testsuite/ext/mt_allocator/22309_thread.cc: New, use above.
1328
 
1329
2005-09-11  Paolo Carlini  
1330
 
1331
        PR libstdc++/23781
1332
        * include/bits/stl_list.h (_List_iterator<>::
1333
        _List_iterator(_List_node_base*), _List_const_iterator<>::
1334
        _List_const_iterator(const _List_node_base*)): Make explicit.
1335
        (list<>::begin(), list<>::end(), list<>::pop_back()): Adjust
1336
        consistently.
1337
        * include/bits/list.tcc (list<>::insert, list<>::erase): Adjust
1338
        consistently.
1339
        * include/bits/stl_tree.h (_Rb_tree_iterator<>::
1340
        _Rb_tree_iterator(_Link_type), _Rb_tree_const_iterator<>::
1341
        _Rb_tree_const_iterator(_Link_type)): Make explicit.
1342
        (_Rb_tree<>::begin(), _Rb_tree<>::end()): Adjust consistently.
1343
        * include/ext/slist (_Slist_iterator<>::_Slist_iterator(_Node*)):
1344
        Make explicit.
1345
        (slist<>::erase(iterator), slist<>::erase(iterator, iterator)):
1346
        Adjust consistently.
1347
        * include/tr1/hashtable (hashtable_iterator<>::
1348
        hashtable_iterator(hash_node<>**)): Make explicit.
1349
        * testsuite/23_containers/list/23781.cc: New.
1350
        * testsuite/23_containers/map/23781.cc: Likewise.
1351
        * testsuite/23_containers/multimap/23781.cc: Likewise.
1352
        * testsuite/23_containers/multiset/23781.cc: Likewise.
1353
        * testsuite/23_containers/set/23781.cc: Likewise.
1354
        * testsuite/ext/slist/23781.cc: Likewise.
1355
        * testsuite/tr1/6_containers/unordered/23781.cc: Likewise.
1356
        * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
1357
        line numbers.
1358
        * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
1359
 
1360
        * include/tr1/array (array<>::begin(), array<>::end()): Adjust
1361
        stylistically for consistency with the other containers.
1362
 
1363
2005-09-10  Joseph S. Myers  
1364
 
1365
        * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
1366
        XFAIL on *-*-linux*, not *-*-linux-gnu.
1367
 
1368
2005-09-09  Benjamin Kosnik  
1369
            Jakub Jelinek  
1370
 
1371
        * src/debug.cc (iterator_base_mutex): Make static for internal
1372
        linkage.
1373
        * src/locale_init.cc (locale_mutex): Same.
1374
        * src/mt_allocator.cc (freelist_mutex): Same.
1375
        * src/pool_allocator.cc (palloc_init_mutex): Same.
1376
 
1377
2005-09-02  Paolo Carlini  
1378
 
1379
        * testsuite/tr1/6_containers/unordered/hashtable/23465.cc:
1380
        Reduce maximum size and lf.
1381
 
1382
2005-09-01  Benjamin Kosnik  
1383
 
1384
        * include/c_std/std_cmath.h: Declare C99 functions and helper
1385
        functions as inline.
1386
 
1387
2005-09-01  Benjamin Kosnik  
1388
            Paolo Carlini  
1389
 
1390
        * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix
1391
        comment.
1392
 
1393
2005-09-01  Benjamin Kosnik  
1394
 
1395
        * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New.
1396
        * testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New.
1397
        * testsuite/ext/mt_allocator/deallocate_local-6.cc: New.
1398
        * testsuite/ext/mt_allocator/deallocate_local-8.cc: New.
1399
        * testsuite/ext/mt_allocator/deallocate_local_thread-5.cc: New.
1400
        * testsuite/ext/mt_allocator/deallocate_local_thread-7.cc: New.
1401
        * docs/html/ext/mt_allocator.html: Add link to examples.
1402
        * testsuite/testsuite_allocator.h: Tweak.
1403
        * testsuite/ext/mt_allocator/deallocate_global-2.cc: Same.
1404
        * testsuite/ext/mt_allocator/deallocate_global-4.cc: Same.
1405
        * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same.
1406
        * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same.
1407
        * testsuite/ext/mt_allocator/deallocate_local-2.cc: Same.
1408
        * testsuite/ext/mt_allocator/deallocate_local-4.cc: Same.
1409
        * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same.
1410
        * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same.
1411
        * testsuite/ext/new_allocator/deallocate_global.cc: Same.
1412
        * testsuite/ext/new_allocator/deallocate_local.cc: Same.
1413
 
1414
2005-08-31  Paolo Carlini  
1415
            Kaspar Fischer 
1416
 
1417
        PR libstdc++/23632
1418
        * include/bits/stl_bvector.h (_Bit_iterator::operator[],
1419
        _Bit_const_iterator::operator[]): Const-ify.
1420
        * testsuite/23_containers/vector/bool/23632.cc: New.
1421
 
1422
2005-08-30  Paolo Carlini  
1423
 
1424
        PR libstdc++/23578 (cont)
1425
        * include/bits/stl_bvector.h (class vector): Add
1426
        a dummy data() to avoid problems in debug-mode.
1427
 
1428
2005-08-30  Paolo Carlini  
1429
 
1430
        * testsuite/ext/hash_map/23528.cc: New.
1431
 
1432
2005-08-29  Paolo Carlini  
1433
 
1434
        * include/bits/stl_map.h (class map): ... and a missing @a.
1435
 
1436
2005-08-29  Paolo Carlini  
1437
 
1438
        * include/bits/stl_map.h (class map): Add missing % in comment.
1439
 
1440
2005-08-29  Paolo Carlini  
1441
 
1442
        PR libstdc++/23578 (DR 464 [Ready])
1443
        * include/bits/stl_map.h (class map): Add at(const key_type&)
1444
        member functions.
1445
        * include/bits/stl_vector.h (class vector): Add data() member
1446
        functions.
1447
        * include/debug/map.h (class map): Adjust consistently.
1448
        * include/debug/vector (class vector): Likewise.
1449
        * testsuite/23_containers/map/element_access/1.cc: New.
1450
        * testsuite/23_containers/vector/data_access/1.cc: Likewise.
1451
        * docs/html/ext/howto.html: Add an entry for DR 464.
1452
 
1453
2005-08-26  Benjamin Kosnik  
1454
 
1455
        PR libstdc++/20534 (contd)
1456
        * src/debug.cc (__gnu_debug): Remove __fancy_abort definition.
1457
        Remove cstdio and cstdlib includes.
1458
        * include/debug/debug.h: Define inline here. Remove
1459
        _GLIBCXX_DEBUG_ABORT.
1460
        * include/debug/macros.h: Remove __fancy_abort declaration,
1461
        _GLIBXX_DEBUG_ABORT definition.
1462
        * config/linker-map.gnu: Remove export.
1463
 
1464
2005-08-26  Benjamin Kosnik  
1465
 
1466
        * scripts/check_compile (UNIQUE_ID): New. Use to name output files.
1467
 
1468
2005-08-26  Paolo Carlini  
1469
 
1470
        PR libstdc++/23081
1471
        * include/tr1/array: Implement members back(), front(), data(),
1472
        and the tuple interface; tidy.
1473
        * testsuite/tr1/6_containers/array/element_access/back.cc: New.
1474
        * testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
1475
        * testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
1476
        * testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
1477
        * testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
1478
        Likewise.
1479
        * testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
1480
        Likewise.
1481
 
1482
2005-08-25  Paolo Carlini  
1483
 
1484
        * include/tr1/hashtable: Use __throw_exception_again,
1485
        not naked throw, in the catch clauses.
1486
 
1487
2005-08-24  Lawrence Lim  
1488
            Jakub Jelinek  
1489
            Benjamin Kosnik  
1490
 
1491
        PR libstdc++/23550
1492
        * testsuite/21_strings/char_traits/requirements/char/1.cc
1493
        (test01): Simplify counting.
1494
        * testsuite/21_strings/char_traits/requirements/wchar_t/1.cc
1495
        (test02): Same.
1496
 
1497
2005-08-24  Paolo Carlini  
1498
            Chris Jefferson  
1499
 
1500
        PR libstdc++/23465
1501
        * include/tr1/hashtable (hash_code_base::m_swap): Use
1502
        std::swap.
1503
        (hashtable<>::hashtable(const hashtable&)): Use copy_code;
1504
        fix m_allocate_node call.
1505
        * testsuite/tr1/6_containers/unordered/hashtable/23465.cc: New.
1506
 
1507
2005-08-23  Kelley Cook  
1508
 
1509
        PR libstdc++/23462
1510
        * testsuite/data/sgetn.txt: Revert to previous FSF address.
1511
 
1512
2005-08-23  Thomas Kho  
1513
 
1514
        PR libstdc++/23358
1515
        * include/bits/stl_construct.h (_Destroy(_ForwardIterator,
1516
        _ForwardIterator, allocator<_Tp>)): Removed unused template parameter.
1517
 
1518
2005-08-22  Geoffrey Keating  
1519
 
1520
        * testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
1521
        * testsuite/27_io/ios_base/storage/2.cc: Likewise.
1522
 
1523
2005-08-19  J"orn Rennecke 
1524
 
1525
        * config/cpu/sh/atomicity.h: Replace broken generic code with current
1526
        copy of generic/atomicity.h .
1527
 
1528
2005-08-17  Kelley Cook  
1529
 
1530
        * All files: Update FSF address.
1531
 
1532
2005-08-09  Andrew Pinski  
1533
 
1534
        * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
1535
        xfail on *-*-darwin*.
1536
 
1537
2005-08-03  Geoffrey Keating  
1538
 
1539
        * configure.ac: Don't use GCC_NO_EXECUTABLES or clear
1540
        GLIBCXX_IS_NATIVE on Darwin crosses.
1541
        * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Don't skip configuring
1542
        the testsuite just because there's no symbol versioning.
1543
        * configure: Regenerate.
1544
 
1545
        * acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print
1546
        status messages.
1547
        (GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Likewise.
1548
        (GLIBCXX_CHECK_POLL): Likewise.
1549
        (GLIBCXX_CHECK_WRITEV): Likewise.
1550
        (GLIBCXX_CHECK_INT64_T): Likewise.
1551
        (GLIBCXX_CHECK_LFS): Likewise.
1552
        * configure: Regenerate.
1553
 
1554
2005-07-30  Andrew Pinski  
1555
 
1556
        * scripts/make_exports.pl: Pass --strip-underscores to c++filt.
1557
 
1558
2005-07-29  H.J. Lu  
1559
 
1560
        PR libstdc++/22284
1561
        * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Revert
1562
        the change to info.ttype_base.
1563
 
1564
2005-07-28  Volker Reichelt  
1565
 
1566
        * include/std/std_valarray.h: Fix grammar in comments.
1567
 
1568
2005-07-25  Geoffrey Keating  
1569
 
1570
        * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Handle darwin-export,
1571
        and make it the default for Darwin.
1572
        * scripts/make-exports.pl: New.
1573
        * src/Makefile.am: Update for changes to GLIBCXX_ENABLE_SYMVERS.
1574
        Handle darwin-export.
1575
        * configure: Regenerate.
1576
        * include/Makefile.in: Regenerate.
1577
        * libmath/Makefile.in: Regenerate.
1578
        * libsupc++/Makefile.in: Regenerate.
1579
        * po/Makefile.in: Regenerate.
1580
        * src/Makefile.in: Regenerate.
1581
        * testsuite/Makefile.in: Regenerate.
1582
 
1583
2005-07-25  Dave Odell  
1584
 
1585
        PR libstdc++/23053
1586
        * include/tr1/hashtable (hashtable<>::find_node): Const-ify.
1587
        * testsuite/tr1/6_containers/unordered/hashtable/23053.cc: New.
1588
 
1589
2005-07-25  Paolo Carlini  
1590
 
1591
        PR libstdc++/22515
1592
        * include/bits/basic_string.h: Declare the specialization
1593
        operator>>(basic_istream&, basic_string&).
1594
        * include/std/std_istream.h: Declate the specialization
1595
        operator>>(basic_istream&, char*).
1596
        * include/std/std_streambuf.h (basic_streambuf): Add friend
1597
        declarations for the above.
1598
        * src/istream.cc: Define the above.
1599
        * testsuite/27_io/basic_istream/extractors_character/char/4.cc: New.
1600
        * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc:
1601
        Likewise.
1602
        * testsuite/performance/27_io/ifstream_extract_chars.cc: Likewise.
1603
 
1604
2005-07-20  Paolo Carlini  
1605
 
1606
        * include/bits/streambuf.tcc (xsgetn, xsputn): Use streamsize
1607
        instead of size_t.
1608
        * src/streambuf.cc (__copy_streambufs): Likewise.
1609
 
1610
2005-07-18  Paolo Carlini  
1611
 
1612
        * config/locale/gnu/ctype_members.cc (do_is(mask, wchar_t)):
1613
        Speed-up for the common case of mask == ctype_base::space;
1614
        otherwise, exit the loop earlier if the mask is one of the
1615
        elementary ones.
1616
 
1617
2005-07-14  Paolo Carlini  
1618
 
1619
        PR libstdc++/21193 (float, double, long double)
1620
        * include/tr1/functional (hash, hash):
1621
        Reimplement exploiting the Fnv_hash<>::hash helper.
1622
        (hash): Reimplement using frexp (in this
1623
        case, due to random padding bits, the former approach
1624
        is not generally viable).
1625
 
1626
2005-07-13  Paolo Carlini  
1627
 
1628
        PR libstdc++/21193 (string & wstring)
1629
        * include/tr1/functional (hash, hash):
1630
        Reimplement using the FNV hash.
1631
 
1632
        * include/tr1/functional: Trivial formatting fixes.
1633
 
1634
2005-07-11  Paolo Carlini  
1635
 
1636
        * include/bits/ostream.tcc (basic_ostream<>::operator<<(long),
1637
        basic_ostream<>::operator<<(long long)): Don't deal with oct
1638
        and hex and casts to unsigned here...
1639
        * include/bits/locale_facets.tcc (__int_to_char(_CharT*, long,
1640
        const _CharT*, ios_base::fmtflags), __int_to_char(_CharT*, long
1641
        long, const _CharT*, ios_base::fmtflags)): ... do that here,
1642
        instead, as per Table 57.
1643
        (num_put<>::_M_insert_int): Tidy treatment of numeric base and
1644
        sign.
1645
        * include/std/std_ostream.h (operator<<(short), operator<<(int)):
1646
        Adjust logic, as per the letter of the resolution of DR117 [WP].
1647
        * testsuite/22_locale/num_put/put/char/10.cc: New.
1648
        * testsuite/22_locale/num_put/put/wchar_t/10.cc: Likewise.
1649
        * testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc:
1650
        Likewise.
1651
        * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc:
1652
        Likewise.
1653
 
1654
2005-07-07  David Edelsohn  
1655
 
1656
        * testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc:
1657
        Change map_t to map_type.
1658
 
1659
2005-07-05  Paolo Carlini  
1660
 
1661
        Add class __versa_string, a versatile "basic_string-type" class:
1662
        an additional, non-standard, template parameter allows to specify
1663
        the preferred base class. Two are provided: __rc_string_base,
1664
        which implements a behavior very similar to our standard string,
1665
        and __sso_string_base, not reference-counted and optimized for
1666
        short strings.
1667
        * include/ext/rc_string_base.h: New.
1668
        * include/ext/sso_string_base.h: Likewise.
1669
        * include/ext/vstring.h: Likewise.
1670
        * include/ext/vstring.tcc: Likewise.
1671
        * include/ext/vstring_fwd.h: Likewise.
1672
        * include/ext/vstring_util.h: Likewise.
1673
        * include/Makefile.am: Add.
1674
        * include/Makefile.in: Regenerate.
1675
        * testsuite/ext/vstring/explicit_instantiation/1.cc: New.
1676
        * testsuite/ext/vstring/explicit_instantiation/2.cc: Likewise.
1677
        * testsuite/ext/vstring/explicit_instantiation/char/1.cc: Likewise.
1678
        * testsuite/ext/vstring/explicit_instantiation/wchar_t/1.cc: Likewise.
1679
 
1680
        * Makefile.in: Regenerate with autotools 1.9.3 (to date, the version
1681
        officially used by v3).
1682
        * aclocal.m4: Likewise.
1683
        * libmath/Makefile.in: Likewise.
1684
        * libsupc++/Makefile.in: Likewise.
1685
        * po/Makefile.in: Likewise.
1686
        * src/Makefile.in: Likewise.
1687
        * testsuite/Makefile.in: Likewise.
1688
 
1689
2005-07-01  Paolo Carlini  
1690
 
1691
        Port from libstdcxx_so_7-branch:
1692
        2004-10-28  Chris Jefferson  
1693
 
1694
        PR libstdc++/17441
1695
        * include/bit/stl_algo.h (find(,,,input_iterator_tag),
1696
        find(,,,random_access_interator_tag),
1697
        find_if(,,,input_iterator_tag),
1698
        find_if(,,,random_access_iterator_tag)): Uglify function name.
1699
        (find, find_if): Use new uglified specialisation names.
1700
        * testsuite/25_algorithms/find/17441.cc: New.
1701
 
1702
2005-06-30  Ulrich Weigand  
1703
 
1704
        * include/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hpp
1705
        (PB_ASSOC_CLASS_C_DEC::s_highest_bit_1): Cast constant 1 to target
1706
        type before shifting.
1707
 
1708
2005-06-29  Paolo Carlini  
1709
 
1710
        PR libstdc++/21244 (cont^2)
1711
        * include/ext/bitmap_allocator.h: Convert everywhere
1712
        bits_per_block to size_t.
1713
 
1714
2005-06-29  Jonathan Wakely  
1715
 
1716
        * include/bits/basic_string.h, include/bits/locale_facets.h: Fix
1717
        Doxygen comments that use wrong parameter and function names.
1718
 
1719
2005-06-29  Paolo Carlini  
1720
 
1721
        * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 37.
1722
        * docs/html/ext/howto.html: Adjust.
1723
 
1724
2005-06-29  Paolo Carlini  
1725
 
1726
        PR libstdc++/22131
1727
        * include/bits/locale_facets.tcc (num_get<>::_M_extract_int,
1728
        num_get<>::_M_extract_float, money_get<>::_M_extract):
1729
        Adjust to assign the result also when digit grouping is
1730
        wrong (but the grammar is correct), as per 22.2.2.1.2, p11-12
1731
        (NB: consistently for money_get too).
1732
        * config/locale/generic/c_locale.cc (__convert_to_v): Do
1733
        not check ios_base::failbit at the outset.
1734
        * config/locale/gnu/c_locale.cc: Likewise.
1735
        * testsuite/22_locale/money_get/get/char/22131.cc: New.
1736
        * testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise.
1737
        * testsuite/22_locale/num_get/get/char/22131.cc: Likewise.
1738
        * testsuite/22_locale/num_get/get/wchar_t/22131.cc: Likewise.
1739
        * testsuite/22_locale/num_get/get/char/12.cc: Adjust.
1740
        * testsuite/22_locale/num_get/get/wchar_t/12.cc: Likewise.
1741
        * testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc:
1742
        Likewise.
1743
        * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc:
1744
        Likewise.
1745
 
1746
2005-06-28  Paul Brook  
1747
 
1748
        * acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Check for
1749
        __cxa_end_cleanup.
1750
        * libsupc++/Makefile.am (sources): Add eh_call.c and eh_arm.c.
1751
        * libsupc++/eh_arm.cc: New file.
1752
        * libsupc++/eh_call.cc: New file.
1753
        * libsupc++/eh_catch.cc (__cxa_get_exception_ptr): Use
1754
        __gxx_caught_object.
1755
        (__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call
1756
        _Unwind_Complete when using the ARM EABI.
1757
        (__cxa_end_catch): Use __is_gxx_exception_class.
1758
        * libsupc++/eh_personality.cc: Define NO_SIZE_OF_ENCODED_VALUE when
1759
        using the ARM EABI.
1760
        (save_caught_exception, restore_caught_exception): New functions.
1761
        (_throw_typet): New typedef.
1762
        (get_ttype_entry, get_adjusted_ptr, check_exception_spec): Add ARM
1763
        EABI implementations.
1764
        (PERSONALITY_FUNCTION): Use new functions.  Addd support for ARM EABI
1765
        unwinding libary.
1766
        (__cxa_unexpected): Disable when using the ARM EABI.
1767
        * libsupc++/eh_throw.cc (__cxa_throw): Use __GXX_INIT_EXCEPTION_CLASS.
1768
        (__cxa_rethrow): Use __is_gxx_exception_class.  Call
1769
        _Unwind_RaiseException when using the ARM EABI.
1770
        * libsupc++/unwind-cxx.h (struct __cxa_exception): Add fields for ARM
1771
        EABI semantics.
1772
        (struct __cxa_eh_globals): Ditto.
1773
        (__cxa_call_terminate): Add prototype.
1774
        (__cxa_type_match, __cxa_begin_cleanup, __cxa_end_cleanup): Add
1775
        prototypes.
1776
        (__get_exception_header_from_obj, __get_exception_header_from_ue):
1777
        Move earlier in file.
1778
        (__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,
1779
        __gxx_caught_object): New functions.
1780
        * aclocal.m4: Regenerate.
1781
        * configure: Regenerate.
1782
        * Makefile.in: Regenerate.
1783
        * include/Makefile.in: Regenerate.
1784
        * libmath/Makefile.in: Regenerate.
1785
        * libsupc++/Makefile.in: Regenerate.
1786
        * po/Makefile.in: Regenerate.
1787
        * src/Makefie.in: Regenerate.
1788
        * testsuite/makefile.in: Regenerate.
1789
 
1790
2005-06-27  Paolo Carlini  
1791
 
1792
        PR libstdc++/22102
1793
        * include/bits/stl_tree.h (insert_unique(iterator, const _Val&),
1794
        insert_equal((iterator, const _Val&)): Reimplement to check both
1795
        before and after, as per the algorithm "ignore hint if wrong" of
1796
        ISO paper N1780.
1797
 
1798
2005-06-27  Benjamin Kosnik  
1799
            Ami Tavory  
1800
 
1801
        * docs/html/documentation.html: Add link for policy based
1802
        associative containers docs.
1803
        * docs/html/ext/pb_assoc/Std_hash_set_impl.jpg: New.
1804
        * docs/html/ext/pb_assoc/acks.html: New.
1805
        * docs/html/ext/pb_assoc/balls_and_bins.jpg: New.
1806
        * docs/html/ext/pb_assoc/basic_assoc_cntnr.html: New.
1807
        * docs/html/ext/pb_assoc/basic_assoc_cntnr_compound_data.html: New.
1808
        * docs/html/ext/pb_assoc/basic_assoc_cntnr_no_data.html: New.
1809
        * docs/html/ext/pb_assoc/basic_ds_tag.html: New.
1810
        * docs/html/ext/pb_assoc/basic_hash_assoc_cntnr.html: New.
1811
        * docs/html/ext/pb_assoc/basic_hash_ds_tag.html: New.
1812
        * docs/html/ext/pb_assoc/basic_invalidation_guarantee.html: New.
1813
        * docs/html/ext/pb_assoc/basic_ms_tag.html: New.
1814
        * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr.html: New.
1815
        * docs/html/ext/pb_assoc/
1816
          basic_tree_assoc_cntnr_const_node_iterator.html: New.
1817
        * docs/html/ext/pb_assoc/
1818
          basic_tree_assoc_cntnr_node_iterator.html: New.
1819
        * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev.html: New.
1820
        * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev_it.html: New.
1821
        * docs/html/ext/pb_assoc/basic_tree_ds_tag.html: New.
1822
        * docs/html/ext/pb_assoc/cc_hash_assoc_cntnr.html: New.
1823
        * docs/html/ext/pb_assoc/cc_hash_ds_tag.html: New.
1824
        * docs/html/ext/pb_assoc/
1825
          cc_hash_max_collision_check_resize_trigger.html: New.
1826
        * docs/html/ext/pb_assoc/cc_hash_policy_cd.jpg: New.
1827
        * docs/html/ext/pb_assoc/cd.jpg: New.
1828
        * docs/html/ext/pb_assoc/component_requirements.html: New.
1829
        * docs/html/ext/pb_assoc/compound_data_enabled_ms_tag.html: New.
1830
        * docs/html/ext/pb_assoc/compound_data_type.html: New.
1831
        * docs/html/ext/pb_assoc/compound_ds_tag.html: New.
1832
        * docs/html/ext/pb_assoc/concepts.html: New.
1833
        * docs/html/ext/pb_assoc/contact.html: New.
1834
        * docs/html/ext/pb_assoc/counter_update_metadata.html: New.
1835
        * docs/html/ext/pb_assoc/counter_update_policy.html: New.
1836
        * docs/html/ext/pb_assoc/data_enabled_ms_tag.html: New.
1837
        * docs/html/ext/pb_assoc/design.html: New.
1838
        * docs/html/ext/pb_assoc/different_underlying_dss.jpg: New.
1839
        * docs/html/ext/pb_assoc/direct_mask_range_hashing.html: New.
1840
        * docs/html/ext/pb_assoc/direct_mod_range_hashing.html: New.
1841
        * docs/html/ext/pb_assoc/disclaimer.html: New.
1842
        * docs/html/ext/pb_assoc/ds_gen.html: New.
1843
        * docs/html/ext/pb_assoc/ds_tag_cd.jpg: New.
1844
        * docs/html/ext/pb_assoc/ds_traits.html: New.
1845
        * docs/html/ext/pb_assoc/embedded_lists_1.jpg: New.
1846
        * docs/html/ext/pb_assoc/embedded_lists_2.jpg: New.
1847
        * docs/html/ext/pb_assoc/examples.html: New.
1848
        * docs/html/ext/pb_assoc/exception_guarantees_specifics.html: New.
1849
        * docs/html/ext/pb_assoc/find_invalidation_guarantee.html: New.
1850
        * docs/html/ext/pb_assoc/find_iterators_cd.jpg: New.
1851
        * docs/html/ext/pb_assoc/find_iterators_range_ops_1.jpg: New.
1852
        * docs/html/ext/pb_assoc/find_iterators_range_ops_2.jpg: New.
1853
        * docs/html/ext/pb_assoc/generics.html: New.
1854
        * docs/html/ext/pb_assoc/gp_hash_assoc_cntnr.html: New.
1855
        * docs/html/ext/pb_assoc/gp_hash_ds_tag.html: New.
1856
        * docs/html/ext/pb_assoc/gp_hash_policy_cd.jpg: New.
1857
        * docs/html/ext/pb_assoc/hash_and_probe_general.html: New.
1858
        * docs/html/ext/pb_assoc/hash_based_containers.html: New.
1859
        * docs/html/ext/pb_assoc/hash_cd.jpg: New.
1860
        * docs/html/ext/pb_assoc/hash_exponential_size_policy.html: New.
1861
        * docs/html/ext/pb_assoc/hash_fn.html: New.
1862
        * docs/html/ext/pb_assoc/hash_load_check_resize_trigger.html: New.
1863
        * docs/html/ext/pb_assoc/hash_policies.html: New.
1864
        * docs/html/ext/pb_assoc/hash_policy_cd.jpg: New.
1865
        * docs/html/ext/pb_assoc/hash_prime_size_policy.html: New.
1866
        * docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram.jpg: New.
1867
        * docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram2.jpg: New.
1868
        * docs/html/ext/pb_assoc/hash_ranged_hash_range_hashing_fns.jpg: New.
1869
        * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: New.
1870
        * docs/html/ext/pb_assoc/home.html: New.
1871
        * docs/html/ext/pb_assoc/index.html: New.
1872
        * docs/html/ext/pb_assoc/insert_resize_sequence_diagram1.jpg: New.
1873
        * docs/html/ext/pb_assoc/insert_resize_sequence_diagram2.jpg: New.
1874
        * docs/html/ext/pb_assoc/insert_resize_sequence_diagram3.jpg: New.
1875
        * docs/html/ext/pb_assoc/insert_type_methods.html: New.
1876
        * docs/html/ext/pb_assoc/interface.html: New.
1877
        * docs/html/ext/pb_assoc/interval_node_invariants.jpg: New.
1878
        * docs/html/ext/pb_assoc/introduction.html: New.
1879
        * docs/html/ext/pb_assoc/invalidation_guarantee_cd.jpg: New.
1880
        * docs/html/ext/pb_assoc/invalidation_guarantee_erase.jpg: New.
1881
        * docs/html/ext/pb_assoc/lib_download.html: New.
1882
        * docs/html/ext/pb_assoc/linear_probe_fn.html: New.
1883
        * docs/html/ext/pb_assoc/list_updates.html: New.
1884
        * docs/html/ext/pb_assoc/lu_assoc_cntnr.html: New.
1885
        * docs/html/ext/pb_assoc/lu_based_containers.html: New.
1886
        * docs/html/ext/pb_assoc/lu_cd.jpg: New.
1887
        * docs/html/ext/pb_assoc/lu_ds_tag.html: New.
1888
        * docs/html/ext/pb_assoc/lu_ops.jpg: New.
1889
        * docs/html/ext/pb_assoc/mmap_value_utils.html: New.
1890
        * docs/html/ext/pb_assoc/motivation.html: New.
1891
        * docs/html/ext/pb_assoc/move_to_front_update_metadata.html: New.
1892
        * docs/html/ext/pb_assoc/move_to_front_update_policy.html: New.
1893
        * docs/html/ext/pb_assoc/ms_cd.jpg: New.
1894
        * docs/html/ext/pb_assoc/ms_gen.html: New.
1895
        * docs/html/ext/pb_assoc/ms_tag_cd.jpg: New.
1896
        * docs/html/ext/pb_assoc/ms_traits.html: New.
1897
        * docs/html/ext/pb_assoc/node_invariant_invalidations.jpg: New.
1898
        * docs/html/ext/pb_assoc/node_invariants.html: New.
1899
        * docs/html/ext/pb_assoc/node_invariants.jpg: New.
1900
        * docs/html/ext/pb_assoc/non_unique_mapping.html: New.
1901
        * docs/html/ext/pb_assoc/non_unique_mapping_containers.jpg: New.
1902
        * docs/html/ext/pb_assoc/null_data_type.html: New.
1903
        * docs/html/ext/pb_assoc/null_hash_fn.html: New.
1904
        * docs/html/ext/pb_assoc/null_probe_fn.html: New.
1905
        * docs/html/ext/pb_assoc/order_by_key.html: New.
1906
        * docs/html/ext/pb_assoc/order_statistics_key.html: New.
1907
        * docs/html/ext/pb_assoc/order_statistics_key_cmp.html: New.
1908
        * docs/html/ext/pb_assoc/order_statistics_node_updator.html: New.
1909
        * docs/html/ext/pb_assoc/ov_tree_ds_tag.html: New.
1910
        * docs/html/ext/pb_assoc/overview.html: New.
1911
        * docs/html/ext/pb_assoc/pb_assoc_ex.html: New.
1912
        * docs/html/ext/pb_assoc/portability.html: New.
1913
        * docs/html/ext/pb_assoc/quadratic_probe_fn.html: New.
1914
        * docs/html/ext/pb_assoc/range_invalidation_guarantee.html: New.
1915
        * docs/html/ext/pb_assoc/rank_node_invariants.jpg: New.
1916
        * docs/html/ext/pb_assoc/rationale_null_node_updator.jpg: New.
1917
        * docs/html/ext/pb_assoc/rb_tree_ds_tag.html: New.
1918
        * docs/html/ext/pb_assoc/reference_iterator.jpg: New.
1919
        * docs/html/ext/pb_assoc/references.html: New.
1920
        * docs/html/ext/pb_assoc/regression_tests.html: New.
1921
        * docs/html/ext/pb_assoc/resize_general.html: New.
1922
        * docs/html/ext/pb_assoc/resize_policies.html: New.
1923
        * docs/html/ext/pb_assoc/resize_policy_cd.jpg: New.
1924
        * docs/html/ext/pb_assoc/restoring_node_invariants.jpg: New.
1925
        * docs/html/ext/pb_assoc/sample_node_updator.hpp: New.
1926
        * docs/html/ext/pb_assoc/sample_probe_fn.hpp: New.
1927
        * docs/html/ext/pb_assoc/sample_probe_fn.html: New.
1928
        * docs/html/ext/pb_assoc/sample_range_hashing.hpp: New.
1929
        * docs/html/ext/pb_assoc/sample_range_hashing.html: New.
1930
        * docs/html/ext/pb_assoc/sample_ranged_hash_fn.hpp: New.
1931
        * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: New.
1932
        * docs/html/ext/pb_assoc/sample_ranged_probe_fn.hpp: New.
1933
        * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: New.
1934
        * docs/html/ext/pb_assoc/sample_resize_policy.hpp: New.
1935
        * docs/html/ext/pb_assoc/sample_resize_policy.html: New.
1936
        * docs/html/ext/pb_assoc/sample_resize_trigger.hpp: New.
1937
        * docs/html/ext/pb_assoc/sample_size_policy.hpp: New.
1938
        * docs/html/ext/pb_assoc/sample_update_policy.hpp: New.
1939
        * docs/html/ext/pb_assoc/size_policies_general.html: New.
1940
        * docs/html/ext/pb_assoc/splay_tree_ds_tag.html: New.
1941
        * docs/html/ext/pb_assoc/timing_tests.html: New.
1942
        * docs/html/ext/pb_assoc/toc.html: New.
1943
        * docs/html/ext/pb_assoc/tree_assoc_cntnr.html: New.
1944
        * docs/html/ext/pb_assoc/
1945
          tree_assoc_cntnr_const_node_iterator.html: New.
1946
        * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: New.
1947
        * docs/html/ext/pb_assoc/tree_based_containers.html: New.
1948
        * docs/html/ext/pb_assoc/tree_cd.jpg: New.
1949
        * docs/html/ext/pb_assoc/trigger_policies_general.html: New.
1950
        * docs/html/ext/pb_assoc/tutorial.html: New.
1951
        * docs/html/ext/pb_assoc/update_seq_diagram.jpg: New.
1952
        * include/Makefile.am: Add assoc_srcdir, assoc_builddir, assoc_subdir,
1953
        assoc_headers.
1954
        * include/Makefile.in: Regenerate.
1955
        * include/ext/typelist.h: New.
1956
        * include/ext/pb_assoc/assoc_cntnr.hpp: New.
1957
        * include/ext/pb_assoc/data_type.hpp: New.
1958
        * include/ext/pb_assoc/ds_trait.hpp: New.
1959
        * include/ext/pb_assoc/exception.hpp: New.
1960
        * include/ext/pb_assoc/hash_policy.hpp: New.
1961
        * include/ext/pb_assoc/lu_policy.hpp: New.
1962
        * include/ext/pb_assoc/ms_trait.hpp: New.
1963
        * include/ext/pb_assoc/tree_policy.hpp: New.
1964
        * include/ext/pb_assoc/trivial_iterator_def.hpp: New.
1965
        * include/ext/pb_assoc/detail/assoc_cntnr_base.hpp: New.
1966
        * include/ext/pb_assoc/detail/cond_dealtor.hpp: New.
1967
        * include/ext/pb_assoc/detail/constructors_destructor_fn_imps.hpp: New.
1968
        * include/ext/pb_assoc/detail/ds_trait_imp.hpp: New.
1969
        * include/ext/pb_assoc/detail/hash_types_traits.hpp: New.
1970
        * include/ext/pb_assoc/detail/map_debug_base.hpp: New.
1971
        * include/ext/pb_assoc/detail/mapping_level_imp.hpp: New.
1972
        * include/ext/pb_assoc/detail/ms_category_imp.hpp: New.
1973
        * include/ext/pb_assoc/detail/ms_trait_imp.hpp: New.
1974
        * include/ext/pb_assoc/detail/order_statistics_imp.hpp: New.
1975
        * include/ext/pb_assoc/detail/standard_policies.hpp: New.
1976
        * include/ext/pb_assoc/detail/standard_sizes.hpp: New.
1977
        * include/ext/pb_assoc/detail/type_utils.hpp: New.
1978
        * include/ext/pb_assoc/detail/typelist.hpp: New.
1979
        * include/ext/pb_assoc/detail/types_traits.hpp: New.
1980
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1981
          constructor_destructor_fn_imps.hpp: New.
1982
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1983
          constructors_destructor_fn_imps.hpp: New.
1984
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/d_extract_key.hpp: New.
1985
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1986
          d_find_fn_imps.hpp: New.
1987
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1988
          d_insert_fn_imps.hpp: New.
1989
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/erase_fn_imps.hpp: New.
1990
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/extract_key.hpp: New.
1991
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/info_fn_imps.hpp: New.
1992
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1993
          insert_fn_imps.hpp: New.
1994
        * include/ext/pb_assoc/detail/basic_assoc_cntnr/
1995
          iterators_fn_imps.hpp: New.
1996
        * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
1997
          constructor_destructor_fn_imps.hpp: New.
1998
        * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
1999
          constructors_destructor_fn_imps.hpp: New.
2000
        * include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
2001
          resize_fn_imps.hpp: New.
2002
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2003
          constructor_destructor_fn_imps.hpp: New.
2004
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2005
          constructors_destructor_fn_imps.hpp: New.
2006
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2007
          erase_fn_imps.hpp: New.
2008
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2009
          node_iteration_fn_imps.hpp: New.
2010
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2011
          policy_access_fn_imps.hpp: New.
2012
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2013
          r_erase_fn_imps.hpp: New.
2014
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2015
          r_range_iteration_fn_imps.hpp: New.
2016
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2017
          range_iteration_fn_imps.hpp: New.
2018
        * include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2019
          split_join_fn_imps.hpp: New.
2020
        * include/ext/pb_assoc/detail/bin_search_tree_/
2021
          bin_search_tree_.hpp: New.
2022
        * include/ext/pb_assoc/detail/bin_search_tree_/
2023
          cond_dtor_entry_dealtor.hpp: New.
2024
        * include/ext/pb_assoc/detail/bin_search_tree_/
2025
          cond_key_dtor_entry_dealtor.hpp: New.
2026
        * include/ext/pb_assoc/detail/bin_search_tree_/
2027
          constructors_destructor_fn_imps.hpp: New.
2028
        * include/ext/pb_assoc/detail/bin_search_tree_/debug_fn_imps.hpp: New.
2029
        * include/ext/pb_assoc/detail/bin_search_tree_/erase_fn_imps.hpp: New.
2030
        * include/ext/pb_assoc/detail/bin_search_tree_/find_fn_imps.hpp: New.
2031
        * include/ext/pb_assoc/detail/bin_search_tree_/find_iterators.hpp: New.
2032
        * include/ext/pb_assoc/detail/bin_search_tree_/info_fn_imps.hpp: New.
2033
        * include/ext/pb_assoc/detail/bin_search_tree_/insert_fn_imps.hpp: New.
2034
        * include/ext/pb_assoc/detail/bin_search_tree_/
2035
          iterators_fn_imps.hpp: New.
2036
        * include/ext/pb_assoc/detail/bin_search_tree_/node_iterators.hpp: New.
2037
        * include/ext/pb_assoc/detail/bin_search_tree_/
2038
          r_erase_fn_imps.hpp: New.
2039
        * include/ext/pb_assoc/detail/bin_search_tree_/rotate_fn_imps.hpp: New.
2040
        * include/ext/pb_assoc/detail/bin_search_tree_/
2041
          split_join_fn_imps.hpp: New.
2042
        * include/ext/pb_assoc/detail/cc_hash_assoc_cntnr/
2043
          constructor_destructor_fn_imps.hpp: New.
2044
        * include/ext/pb_assoc/detail/cc_ht_map_/cc_ht_map_.hpp: New.
2045
        * include/ext/pb_assoc/detail/cc_ht_map_/cmp_fn_imps.hpp: New.
2046
        * include/ext/pb_assoc/detail/cc_ht_map_/
2047
          cond_key_dtor_entry_dealtor.hpp: New.
2048
        * include/ext/pb_assoc/detail/cc_ht_map_/
2049
          constructor_destructor_fn_imps.hpp: New.
2050
        * include/ext/pb_assoc/detail/cc_ht_map_/
2051
          constructor_destructor_no_store_hash_fn_imps.hpp: New.
2052
        * include/ext/pb_assoc/detail/cc_ht_map_/
2053
          constructor_destructor_store_hash_fn_imps.hpp: New.
2054
        * include/ext/pb_assoc/detail/cc_ht_map_/debug_fn_imps.hpp: New.
2055
        * include/ext/pb_assoc/detail/cc_ht_map_/
2056
          debug_no_store_hash_fn_imps.hpp: New.
2057
        * include/ext/pb_assoc/detail/cc_ht_map_/
2058
          debug_store_hash_fn_imps.hpp: New.
2059
        * include/ext/pb_assoc/detail/cc_ht_map_/entry_list_fn_imps.hpp: New.
2060
        * include/ext/pb_assoc/detail/cc_ht_map_/erase_fn_imps.hpp: New.
2061
        * include/ext/pb_assoc/detail/cc_ht_map_/
2062
          erase_no_store_hash_fn_imps.hpp: New.
2063
        * include/ext/pb_assoc/detail/cc_ht_map_/
2064
          erase_store_hash_fn_imps.hpp: New.
2065
        * include/ext/pb_assoc/detail/cc_ht_map_/
2066
          find_fn_imps.hpp: New.
2067
        * include/ext/pb_assoc/detail/cc_ht_map_/
2068
          find_no_store_hash_fn_imps.hpp: New.
2069
        * include/ext/pb_assoc/detail/cc_ht_map_/
2070
          find_store_hash_fn_imps.hpp: New.
2071
        * include/ext/pb_assoc/detail/cc_ht_map_/info_fn_imps.hpp: New.
2072
        * include/ext/pb_assoc/detail/cc_ht_map_/insert_fn_imps.hpp: New.
2073
        * include/ext/pb_assoc/detail/cc_ht_map_/
2074
          insert_no_store_hash_fn_imps.hpp: New.
2075
        * include/ext/pb_assoc/detail/cc_ht_map_/
2076
          insert_store_hash_fn_imps.hpp: New.
2077
        * include/ext/pb_assoc/detail/cc_ht_map_/iterators_fn_imps.hpp: New.
2078
        * include/ext/pb_assoc/detail/cc_ht_map_/
2079
          policy_access_fn_imps.hpp: New.
2080
        * include/ext/pb_assoc/detail/cc_ht_map_/resize_fn_imps.hpp: New.
2081
        * include/ext/pb_assoc/detail/cc_ht_map_/
2082
          resize_no_store_hash_fn_imps.hpp: New.
2083
        * include/ext/pb_assoc/detail/cc_ht_map_/
2084
          resize_store_hash_fn_imps.hpp: New.
2085
        * include/ext/pb_assoc/detail/cc_ht_map_/size_fn_imps.hpp: New.
2086
        * include/ext/pb_assoc/detail/cc_ht_map_/standard_policies.hpp: New.
2087
        * include/ext/pb_assoc/detail/eq_fn/eq_by_less.hpp: New.
2088
        * include/ext/pb_assoc/detail/eq_fn/hash_eq_fn.hpp: New.
2089
        * include/ext/pb_assoc/detail/gp_hash_assoc_cntnr/
2090
          constructor_destructor_fn_imps.hpp: New.
2091
        * include/ext/pb_assoc/detail/gp_ht_map_/
2092
          constructor_destructor_fn_imps.hpp: New.
2093
        * include/ext/pb_assoc/detail/gp_ht_map_/
2094
          constructor_destructor_no_store_hash_fn_imps.hpp: New.
2095
        * include/ext/pb_assoc/detail/gp_ht_map_/
2096
          constructor_destructor_store_hash_fn_imps.hpp: New.
2097
        * include/ext/pb_assoc/detail/gp_ht_map_/debug_fn_imps.hpp: New.
2098
        * include/ext/pb_assoc/detail/gp_ht_map_/
2099
          debug_no_store_hash_fn_imps.hpp: New.
2100
        * include/ext/pb_assoc/detail/gp_ht_map_/
2101
          debug_store_hash_fn_imps.hpp: New.
2102
        * include/ext/pb_assoc/detail/gp_ht_map_/erase_fn_imps.hpp: New.
2103
        * include/ext/pb_assoc/detail/gp_ht_map_/
2104
          erase_no_store_hash_fn_imps.hpp: New.
2105
        * include/ext/pb_assoc/detail/gp_ht_map_/
2106
          erase_store_hash_fn_imps.hpp: New.
2107
        * include/ext/pb_assoc/detail/gp_ht_map_/find_fn_imps.hpp: New.
2108
        * include/ext/pb_assoc/detail/gp_ht_map_/
2109
          find_no_store_hash_fn_imps.hpp: New.
2110
        * include/ext/pb_assoc/detail/gp_ht_map_/
2111
          find_store_hash_fn_imps.hpp: New.
2112
        * include/ext/pb_assoc/detail/gp_ht_map_/gp_ht_map_.hpp: New.
2113
        * include/ext/pb_assoc/detail/gp_ht_map_/info_fn_imps.hpp: New.
2114
        * include/ext/pb_assoc/detail/gp_ht_map_/insert_fn_imps.hpp: New.
2115
        * include/ext/pb_assoc/detail/gp_ht_map_/
2116
          insert_no_store_hash_fn_imps.hpp: New.
2117
        * include/ext/pb_assoc/detail/gp_ht_map_/
2118
          insert_store_hash_fn_imps.hpp: New.
2119
        * include/ext/pb_assoc/detail/gp_ht_map_/iterator_fn_imps.hpp: New.
2120
        * include/ext/pb_assoc/detail/gp_ht_map_/
2121
          policy_access_fn_imps.hpp: New.
2122
        * include/ext/pb_assoc/detail/gp_ht_map_/resize_fn_imps.hpp: New.
2123
        * include/ext/pb_assoc/detail/gp_ht_map_/
2124
          resize_no_store_hash_fn_imps.hpp: New.
2125
        * include/ext/pb_assoc/detail/gp_ht_map_/
2126
          resize_store_hash_fn_imps.hpp: New.
2127
        * include/ext/pb_assoc/detail/hash_fn/
2128
          direct_mask_range_hashing_imp.hpp: New.
2129
        * include/ext/pb_assoc/detail/hash_fn/
2130
          direct_mod_range_hashing_imp.hpp: New.
2131
        * include/ext/pb_assoc/detail/hash_fn/linear_probe_fn_imp.hpp: New.
2132
        * include/ext/pb_assoc/detail/hash_fn/
2133
          mask_based_range_hashing.hpp: New.
2134
        * include/ext/pb_assoc/detail/hash_fn/mod_based_range_hashing.hpp: New.
2135
        * include/ext/pb_assoc/detail/hash_fn/probe_fn_base.hpp: New.
2136
        * include/ext/pb_assoc/detail/hash_fn/quadratic_probe_fn_imp.hpp: New.
2137
        * include/ext/pb_assoc/detail/hash_fn/ranged_hash_fn.hpp: New.
2138
        * include/ext/pb_assoc/detail/hash_fn/ranged_probe_fn.hpp: New.
2139
        * include/ext/pb_assoc/detail/lu_assoc_cntnr/
2140
          constructor_destructor_fn_imps.hpp: New.
2141
        * include/ext/pb_assoc/detail/lu_assoc_cntnr/
2142
          policy_access_fn_imps.hpp: New.
2143
        * include/ext/pb_assoc/detail/lu_map_/
2144
          constructor_destructor_fn_imps.hpp: New.
2145
        * include/ext/pb_assoc/detail/lu_map_/debug_fn_imps.hpp: New.
2146
        * include/ext/pb_assoc/detail/lu_map_/erase_fn_imps.hpp: New.
2147
        * include/ext/pb_assoc/detail/lu_map_/find_fn_imps.hpp: New.
2148
        * include/ext/pb_assoc/detail/lu_map_/info_fn_imps.hpp: New.
2149
        * include/ext/pb_assoc/detail/lu_map_/insert_fn_imps.hpp: New.
2150
        * include/ext/pb_assoc/detail/lu_map_/iterators_fn_imps.hpp: New.
2151
        * include/ext/pb_assoc/detail/lu_map_/lu_map_.hpp: New.
2152
        * include/ext/pb_assoc/detail/lu_map_/policy_access_fn_imps.hpp: New.
2153
        * include/ext/pb_assoc/detail/lu_policy/
2154
          counter_lu_metadata_imp.hpp: New.
2155
        * include/ext/pb_assoc/detail/lu_policy/counter_lu_policy_imp.hpp: New.
2156
        * include/ext/pb_assoc/detail/lu_policy/mtf_lu_policy_imp.hpp: New.
2157
        * include/ext/pb_assoc/detail/ov_tree_map_/cond_dtor.hpp: New.
2158
        * include/ext/pb_assoc/detail/ov_tree_map_/
2159
          constructors_destructor_fn_imps.hpp: New.
2160
        * include/ext/pb_assoc/detail/ov_tree_map_/debug_fn_imps.hpp: New.
2161
        * include/ext/pb_assoc/detail/ov_tree_map_/erase_fn_imps.hpp: New.
2162
        * include/ext/pb_assoc/detail/ov_tree_map_/find_fn_imps.hpp: New.
2163
        * include/ext/pb_assoc/detail/ov_tree_map_/info_fn_imps.hpp: New.
2164
        * include/ext/pb_assoc/detail/ov_tree_map_/insert_fn_imps.hpp: New.
2165
        * include/ext/pb_assoc/detail/ov_tree_map_/iterators_fn_imps.hpp: New.
2166
        * include/ext/pb_assoc/detail/ov_tree_map_/node_iterators.hpp: New.
2167
        * include/ext/pb_assoc/detail/ov_tree_map_/ov_tree_map_.hpp: New.
2168
        * include/ext/pb_assoc/detail/ov_tree_map_/split_join_fn_imps.hpp: New.
2169
        * include/ext/pb_assoc/detail/rb_tree_map_/
2170
          constructors_destructor_fn_imps.hpp: New.
2171
        * include/ext/pb_assoc/detail/rb_tree_map_/debug_fn_imps.hpp: New.
2172
        * include/ext/pb_assoc/detail/rb_tree_map_/erase_fn_imps.hpp: New.
2173
        * include/ext/pb_assoc/detail/rb_tree_map_/find_fn_imps.hpp: New.
2174
        * include/ext/pb_assoc/detail/rb_tree_map_/info_fn_imps.hpp: New.
2175
        * include/ext/pb_assoc/detail/rb_tree_map_/insert_fn_imps.hpp: New.
2176
        * include/ext/pb_assoc/detail/rb_tree_map_/node.hpp: New.
2177
        * include/ext/pb_assoc/detail/rb_tree_map_/rb_tree_.hpp: New.
2178
        * include/ext/pb_assoc/detail/rb_tree_map_/split_join_fn_imps.hpp: New.
2179
        * include/ext/pb_assoc/detail/resize_policy/
2180
          cc_hash_max_collision_resize_trigger_imp.hpp: New.
2181
        * include/ext/pb_assoc/detail/resize_policy/
2182
          hash_exponential_size_policy_imp.hpp: New.
2183
        * include/ext/pb_assoc/detail/resize_policy/
2184
          hash_load_check_resize_trigger_imp.hpp: New.
2185
        * include/ext/pb_assoc/detail/resize_policy/
2186
          hash_prime_size_policy_imp.hpp: New.
2187
        * include/ext/pb_assoc/detail/resize_policy/
2188
          hash_standard_resize_policy_imp.hpp: New.
2189
        * include/ext/pb_assoc/detail/resize_policy/
2190
          ht_prime_size_policy_imp.hpp: New.
2191
        * include/ext/pb_assoc/detail/resize_policy/size_base.hpp: New.
2192
        * include/ext/pb_assoc/detail/splay_tree_/
2193
          constructors_destructor_fn_imps.hpp: New.
2194
        * include/ext/pb_assoc/detail/splay_tree_/debug_fn_imps.hpp: New.
2195
        * include/ext/pb_assoc/detail/splay_tree_/erase_fn_imps.hpp: New.
2196
        * include/ext/pb_assoc/detail/splay_tree_/find_fn_imps.hpp: New.
2197
        * include/ext/pb_assoc/detail/splay_tree_/info_fn_imps.hpp: New.
2198
        * include/ext/pb_assoc/detail/splay_tree_/insert_fn_imps.hpp: New.
2199
        * include/ext/pb_assoc/detail/splay_tree_/node.hpp: New.
2200
        * include/ext/pb_assoc/detail/splay_tree_/splay_fn_imps.hpp: New.
2201
        * include/ext/pb_assoc/detail/splay_tree_/splay_tree_.hpp: New.
2202
        * include/ext/pb_assoc/detail/splay_tree_/split_join_fn_imps.hpp: New.
2203
        * include/ext/pb_assoc/detail/tree_assoc_cntnr/
2204
          constructor_destructor_fn_imps.hpp: New.
2205
        * include/ext/pb_assoc/detail/tree_policy/
2206
          null_node_updator_imp.hpp: New.
2207
        * include/ext/pb_assoc/detail/tree_policy/
2208
          order_statistics_imp.hpp: New.
2209
        * include/ext/pb_assoc/detail/typelist/typelist_append.hpp: New.
2210
        * include/ext/pb_assoc/detail/typelist/typelist_apply.hpp: New.
2211
        * include/ext/pb_assoc/detail/typelist/typelist_at_index.hpp: New.
2212
        * include/ext/pb_assoc/detail/typelist/typelist_contains.hpp: New.
2213
        * include/ext/pb_assoc/detail/typelist/typelist_filter.hpp: New.
2214
        * include/ext/pb_assoc/detail/typelist/typelist_transform.hpp: New.
2215
        * include/ext/pb_assoc/detail/typelist/
2216
          typelist_typelist_append.hpp: New.
2217
        * include/ext/pb_assoc/detail/unordered_iterator/
2218
          const_find_iterator.hpp: New.
2219
        * include/ext/pb_assoc/detail/unordered_iterator/
2220
          const_iterator.hpp: New.
2221
        * include/ext/pb_assoc/detail/unordered_iterator/
2222
          find_iterator.hpp: New.
2223
        * include/ext/pb_assoc/detail/unordered_iterator/iterator.hpp: New.
2224
        * include/ext/pb_assoc/detail/value_type_adapter/
2225
          constructor_destructor_and_related.hpp: New.
2226
        * include/ext/pb_assoc/detail/value_type_adapter/
2227
          erase_fn_imps.hpp: New.
2228
        * include/ext/pb_assoc/detail/value_type_adapter/
2229
          erase_if_pred.hpp: New.
2230
        * include/ext/pb_assoc/detail/value_type_adapter/find_fn_imps.hpp: New.
2231
        * include/ext/pb_assoc/detail/value_type_adapter/info_fn_imps.hpp: New.
2232
        * include/ext/pb_assoc/detail/value_type_adapter/
2233
        insert_fn_imps.hpp: New.
2234
        * include/ext/pb_assoc/detail/value_type_adapter/
2235
        invalidation_guarantee_selector.hpp: New.
2236
        * include/ext/pb_assoc/detail/value_type_adapter/
2237
        it_value_type_traits.hpp: New.
2238
        * include/ext/pb_assoc/detail/value_type_adapter/iterator.hpp: New.
2239
        * include/ext/pb_assoc/detail/value_type_adapter/
2240
        iterator_fn_imps.hpp: New.
2241
        * include/ext/pb_assoc/detail/value_type_adapter/ref_pair.hpp: New.
2242
        * include/ext/pb_assoc/detail/value_type_adapter/
2243
        value_type_adapter.hpp: New.
2244
        * include/ext/pb_assoc/detail/value_type_adapter/
2245
        value_type_traits.hpp: New.
2246
        * testsuite/Makefile.am (CLEANFILES): Add .o, .dat, .cc.
2247
        * testsuite/Makefile.in: Regenerate.
2248
        * testsuite/testsuite_common_types.h: New.
2249
        * testsuite/testsuite_visualization.h: New.
2250
        * testsuite/ext/pb_assoc/example/basic_map.cc: New.
2251
        * testsuite/ext/pb_assoc/example/basic_multimap.cc: New.
2252
        * testsuite/ext/pb_assoc/example/basic_set.cc: New.
2253
        * testsuite/ext/pb_assoc/example/ds_traits.cc: New.
2254
        * testsuite/ext/pb_assoc/example/erase_if.cc: New.
2255
        * testsuite/ext/pb_assoc/example/extract_key.cc: New.
2256
        * testsuite/ext/pb_assoc/example/hash_find_neg.cc: New.
2257
        * testsuite/ext/pb_assoc/example/hash_illegal_resize.cc: New.
2258
        * testsuite/ext/pb_assoc/example/hash_initial_size.cc: New.
2259
        * testsuite/ext/pb_assoc/example/hash_load_set_change.cc: New.
2260
        * testsuite/ext/pb_assoc/example/hash_mod.cc: New.
2261
        * testsuite/ext/pb_assoc/example/hash_resize.cc: New.
2262
        * testsuite/ext/pb_assoc/example/hash_resize_neg.cc: New.
2263
        * testsuite/ext/pb_assoc/example/hash_shift_mask.cc: New.
2264
        * testsuite/ext/pb_assoc/example/mapping_level.cc: New.
2265
        * testsuite/ext/pb_assoc/example/mapping_level_neg.cc: New.
2266
        * testsuite/ext/pb_assoc/example/ms_traits.cc: New.
2267
        * testsuite/ext/pb_assoc/example/ranged_hash.cc: New.
2268
        * testsuite/ext/pb_assoc/example/store_hash.cc: New.
2269
        * testsuite/ext/pb_assoc/example/tree_intervals.cc: New.
2270
        * testsuite/ext/pb_assoc/example/tree_join.cc: New.
2271
        * testsuite/ext/pb_assoc/example/tree_order_statistics.cc: New.
2272
        * testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc: New.
2273
        * testsuite/ext/pb_assoc/example/tree_split.cc: New.
2274
        * testsuite/performance/20_util/allocator/(insert.cc,
2275
          insert_insert.cc, list_sort_search.cc, map_mt_find.cc, map_thread.cc,
2276
          producer_consumer.cc): Recast to use typelists and move to...
2277
        * testsuite/performance/23_containers/find/map.cc: New.
2278
        * testsuite/performance/23_containers/index/map.cc: New.
2279
        * testsuite/performance/23_containers/insert/associative.cc: New.
2280
        * testsuite/performance/23_containers/insert/sequence.cc: New.
2281
        * testsuite/performance/23_containers/insert_erase/associative.cc: New.
2282
        * testsuite/performance/23_containers/producer_consumer/
2283
        (associative.cc, sequence.cc): New.
2284
        * testsuite/performance/23_containers/sort_search/list.cc: New.
2285
        * testsuite/performance/23_containers/container_benchmark.cc: Remove.
2286
        * testsuite/performance/23_containers/map_create_fill.cc: Move...
2287
        * testsuite/performance/23_containers/create/map.cc: ...here.
2288
        * testsuite/performance/23_containers/set_create_from_sorted.cc: Move.
2289
        * testsuite/performance/23_containers/create_from_sorted/set.cc: here.
2290
        * testsuite/performance/23_containers/list_create_fill_sort.cc: Move...
2291
        * testsuite/performance/23_containers/create_sort/list.cc: ...here.
2292
        * testsuite/performance/23_containers/set_insert_from_sorted.cc: Move.
2293
        * testsuite/performance/23_containers/insert_from_sorted/set.cc: here.
2294
 
2295
2005-06-23  Jakub Jelinek  
2296
 
2297
        PR libstdc++/22109
2298
        * src/compatibility.cc (_GLIBCXX_SYMVER_COMPATIBILITY): Remove.
2299
        (istreambuf_iterator, basic_fstream, basic_ifstream, basic_ofstream,
2300
        _M_copy, _M_move, _M_assign, _M_disjunct, _M_check_length,
2301
        _M_set_length_and_sharable, ignore, eq): Define to XX suffixed
2302
        variants.
2303
        (ignore (streamsize)): Remove _W prefixed aliases.
2304
        (_GLIBCXX_3_4_SYMVER_SPECIAL, _GLIBCXX_3_4_5_SYMVER_SPECIAL,
2305
        _GLIBCXX_APPLY_SYMVER_SPECIAL): Remove.
2306
        (_GLIBCXX_3_4_SYMVER, _GLIBCXX_3_4_5_SYMVER): Add XXname argument.
2307
        Use #XXname instead of #name as the alias argument.
2308
        * config/abi/compatibility.h: Replace uses of
2309
        _GLIBCXX_APPLY_SYMVER_SPECIAL with _GLIBCXX_APPLY_SYMVER.  Always
2310
        pass 2 arguments to the _GLIBCXX_APPLY_SYMVER macro.
2311
        * include/bits/char_traits.h (char_traits::eq): Revert 2005-06-15
2312
        change.
2313
        * acinclude.m4: Decrease glibcxx_min_gnu_ld_version back to 21400.
2314
        * configure: Rebuilt.
2315
 
2316
2005-06-19  Benjamin Kosnik  
2317
 
2318
        PR libstdc++/22111
2319
        * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Remove
2320
        GLIBCXX_TEST_ABI. Remove duplicate _GLIBCXX_ASM_SYMVER define.
2321
        Don't enable abi testing unless versioned.
2322
        * configure: Regenerate.
2323
        * testsuite/Makefile.am (check-abi): Remove conditional.
2324
        * testsuite/Makefile.in: Regenerate.
2325
        * testsuite/libstdc++-abi/abi.exp: Call build_support, then check
2326
        v3-symver before proceeding.
2327
        * testsuite/lib/libstdc++.exp (libstdc++-dg-test): Set v3-symvers
2328
        if _GLIBCXX_SYMVER.
2329
 
2330
2005-06-17  Paolo Carlini  
2331
 
2332
        Port from libstdcxx_so_7-branch:
2333
        2005-01-12  Christopher Jefferson 
2334
 
2335
        * include/bits/stl_function.h (mem_fun_t, const_mem_fun_t,
2336
        mem_fun_ref_t, const_mem_fun_ref_t, mem_fun1_t, const_mem_fun1_t,
2337
        mem_fun1_ref_t, const_mem_fun1_ref_t): Remove overloads for void
2338
        return type, just an old HP/SGI workaround.
2339
        * testsuite/20_util/functional/binders.cc: Move to...
2340
        * testsuite/20_util/functional/binders/3113.cc: ...here.
2341
        * testsuite/20_util/functional/binders/1.cc: New.
2342
 
2343
2005-06-17  Jonathan Wakely  
2344
 
2345
        * docs/html/21_strings/gotw29a.txt: Update code to corrected version.
2346
 
2347
2005-06-17  Jakub Jelinek  
2348
            Benjamin Kosnik  
2349
 
2350
        * config/abi/alpha-linux-gnu/baseline_symbols.txt: Update.
2351
        * config/abi/hppa-linux-gnu/baseline_symbols.txt: Same.
2352
        * config/abi/mips-linux-gnu/baseline_symbols.txt: Same.
2353
        * config/abi/sparc-linux-gnu/baseline_symbols.txt: Same.
2354
 
2355
        * config/abi/alpha-freebsd5/baseline_symbols.txt: Remove.
2356
        * config/abi/i386-freebsd4/baseline_symbols.txt: Same.
2357
        * config/abi/i386-freebsd5/baseline_symbols.txt: Same.
2358
        * config/abi/sparc-freebsd5/baseline_symbols.txt: Same.
2359
 
2360
        * config/abi/arm-linux-gnu/baseline_symbols.txt: Remove.
2361
        * config/abi/m68k-linux-gnu/baseline_symbols.txt: Same.
2362
 
2363
2005-06-17  Jakub Jelinek  
2364
 
2365
        * config/abi/ia64-linux-gnu/baseline_symbols.txt: Update.
2366
        * config/abi/s390x-linux-gnu/baseline_symbols.txt: Update.
2367
        * config/abi/s390-linux-gnu/baseline_symbols.txt: Update.
2368
        * config/abi/x86_64-linux-gnu/baseline_symbols.txt: Update.
2369
        * config/abi/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
2370
        * config/abi/powerpc-linux-gnu/baseline_symbols.txt: Update.
2371
        * config/abi/i486-linux-gnu/baseline_symbols.txt: Update.
2372
        * config/abi/i386-linux-gnu/baseline_symbols.txt: Update.
2373
        * config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New file.
2374
        * config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New file.
2375
 
2376
2005-06-16  Jakub Jelinek  
2377
 
2378
        * src/compatibility.cc: Include bits/c++config.h first.
2379
        (_GLIBCXX_SYMVER_COMPATIBILITY): Define if _GLIBCXX_SYMVER
2380
        and PIC are both defined.
2381
        * include/bits/char_traits.h (char_traits::eq): Rename
2382
        only if _GLIBCXX_SYMVER_COMPATIBILITY is defined.
2383
 
2384
2005-06-16  Jakub Jelinek  
2385
 
2386
        * acinclude.m4 ((GLIBCXX_ENABLE_SYMVERS): Rename _GLIBCXX_SIZE_T_IS_INT
2387
        to _GLIBCXX_SIZE_T_IS_UINT.  Define _GLIBCXX_PTRDIFF_T_IS_INT.
2388
        * configure: Regenerate.
2389
        * config.h.in: Regenerate.
2390
        * src/compatibility.cc (istream:ignore(streamsize)): Use
2391
        _GLIBCXX_PTRDIFF_T_IS_INT instead of _GLIBCXX_SIZE_T_IS_INT.
2392
        * config/abi/compatibility.h: Rename _GLIBCXX_SIZE_T_IS_INT
2393
        to _GLIBCXX_SIZE_T_IS_UINT.  Use _GLIBCXX_PTRDIFF_T_IS_INT
2394
        instead for symbols with streamsize arguments.
2395
 
2396
2005-06-16  Jakub Jelinek  
2397
 
2398
        * config/linker-map.gnu: Also export
2399
        _ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[il][il].
2400
 
2401
2005-06-15  Benjamin Kosnik  
2402
 
2403
        * configure.ac (libtool_VERSION): To 6:6:0.
2404
        * configure: Regenerate.
2405
        * config/linker-map.gnu: Edit.
2406
        * src/istream.cc: Move istream::ignore(streamsize) specializations...
2407
        * src/compatibility.cc: ...here. New.
2408
        * include/bits/char_traits.h (char_traits::eq): Rename when
2409
        appropriate.
2410
        * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_SIZE_T_IS_INT.
2411
        Bump glibcxx_min_gnu_ld_version to 21590.
2412
        * configure: Regenerate.
2413
        * acconfig.h: Remove _GLIBCXX_ASM_SYMVER.
2414
        * config.h.in: Regenerate.
2415
        * src/Makefile.am (sources): Add compatibility.cc.
2416
        * src/Makefile.in: Regenerate.
2417
        * include/Makefile.am (host_headers_noinst): Add compatibility.h.
2418
        * include/Makefile.in: Regenerate.
2419
        * testsuite/testsuite_abi.h (symbol): Add data members.
2420
        * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5,
2421
        GLIBCXX_3.4.6.  Remove deprecated versions. Do a better job
2422
        version checking.
2423
 
2424
2005-06-15  Paolo Carlini  
2425
 
2426
        * include/tr1/hashtable: Trivial formatting fixes.
2427
        * include/tr1/unordered_map: Likewise.
2428
        * include/tr1/unordered_set: Likewise.
2429
 
2430
2005-06-14  Tom Tromey  
2431
 
2432
        PR libgcj/19877:
2433
        * configure, aclocal.m4: Rebuilt.
2434
        * Makefile.in, include/Makefile.in, libmath/Makefile.in,
2435
        libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
2436
        testsuite/Makefile.in: Likewise.
2437
 
2438
2005-06-08  Benjamin Kosnik  
2439
 
2440
        PR libstdc++/21955
2441
        * include/std/std_sstream.h (basic_stringbuf::showmanyc): Add.
2442
        Remove unnecessary this->_M_mode decoration.
2443
        * include/bits/fstream.tcc: Adjust line spacing.
2444
        * testsuite/27_io/basic_streambuf/in_avail/char/1.cc: New, test
2445
        base class behavior.
2446
        * testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc: Same.
2447
        * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: New.
2448
        * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Match
2449
        filebuf behavior.
2450
        * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Same.
2451
        * testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc: Same.
2452
        * testsuite/27_io/basic_stringbuf/str/char/1.cc: Same.
2453
        * testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Move...
2454
        * testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc: ...here.
2455
 
2456
2005-06-07  Benjamin Kosnik  
2457
 
2458
        * acinclude.m4 (GLIBCXX_ENABLE_C99): Use C++ compiler for complex
2459
        tests.
2460
        * configure: Regenerated.
2461
 
2462
2005-06-07  Adrian Straetling  
2463
 
2464
        * config/cpu/s390/atomicity.h: (__exchange_and_add,
2465
        __atomic_add): Use the builtins for atomic memory operations.
2466
 
2467
2005-06-06  Paolo Carlini  
2468
 
2469
        PR libstdc++/21770 (cont: __gnu_debug::string)
2470
        * include/debug/string: Use _Base typedefs for pointer, const_pointer,
2471
        reference, const_reference, size_type, difference_type.
2472
        * testsuite/21_strings/basic_string/2.cc: New.
2473
 
2474
2005-06-06  Paolo Carlini  
2475
 
2476
        PR libstdc++/21770 (cont: debug-mode)
2477
        * include/debug/deque: Use _Base typedefs for pointer, const_pointer,
2478
        reference, const_reference.
2479
        * include/debug/list: Likewise.
2480
        * include/debug/map.h: Likewise.
2481
        * include/debug/multimap.h: Likewise.
2482
        * include/debug/multiset.h: Likewise.
2483
        * include/debug/set.h: Likewise.
2484
        * include/debug/vector: Likewise.
2485
 
2486
2005-06-06  Paolo Carlini  
2487
 
2488
        Port from libstdcxx_so_7-branch:
2489
        2004-09-24  Paolo Carlini  
2490
                    Jonathan Wakely  
2491
 
2492
        * include/bits/stl_list.h (list::list(size_type, value_type,
2493
        const allocator_type&): Implement according to the letter of the
2494
        standard, i.e., don't use two overloads, not equivalent in case
2495
        of non default constructible T.
2496
        (list::resize(size_type, const value_type&)): Fix the signature:
2497
        according to the standard the second argument is by value; also,
2498
        don't use two overloads.
2499
        * include/bits/list.tcc (list::resize(size_type, const value_type&)):
2500
        Adjust consistently the signature.
2501
        * include/bits/stl_deque.h (deque::deque(size_type, value_type,
2502
        const allocator_type&)): Likewise.
2503
        (deque::resize(size_type, const value_type&)): Likewise.
2504
        * include/bits/stl_vector.h (vector::vector(size_type, value_type,
2505
        const allocator_type&)): Likewise.
2506
        (vector::resize(size_type, const value_type&)): Likewise.
2507
        * testsuite/testsuite_hooks.h: Add NonDefaultConstructible test type.
2508
        * testsuite/23_containers/deque/explicit_instantiation/2.cc: New.
2509
        * testsuite/23_containers/list/explicit_instantiation/2.cc: New.
2510
        * testsuite/23_containers/map/explicit_instantiation/2.cc: New.
2511
        * testsuite/23_containers/multimap/explicit_instantiation/2.cc: New.
2512
        * testsuite/23_containers/multiset/explicit_instantiation/2.cc: New.
2513
        * testsuite/23_containers/set/explicit_instantiation/2.cc: New.
2514
        * testsuite/23_containers/vector/explicit_instantiation/2.cc: New.
2515
 
2516
        * include/bits/deque.tcc: Minor formatting fix.
2517
 
2518
2005-06-06  Peter Doerfler  
2519
 
2520
        * include/bits/stl_function.h: ... and another one.
2521
 
2522
2005-06-06  Peter Doerfler  
2523
 
2524
        * include/bits/stl_function.h: Fix typo in comment.
2525
 
2526
2005-06-05  Paolo Carlini  
2527
 
2528
        * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl
2529
        too for ac_c99_complex.
2530
        * configure: Regenerate.
2531
 
2532
2005-06-03  Paolo Carlini  
2533
 
2534
        PR libstdc++/21770
2535
        * include/bits/stl_deque.h: Add concept-check. In class _Deque_base
2536
        rebind _Alloc to  _Tp_alloc_type, change _Deque_impl to inherit from
2537
        the latter and add _M_get_Tp_allocator() which returns it. Use
2538
        everywhere _M_get_Tp_allocator() instead of get_allocator().
2539
        * include/bits/deque.tcc: Likewise, use _M_get_Tp_allocator().
2540
        * include/bits/stl_list.h: Add concept-check. In class _List_base
2541
        rebind _Alloc to _Tp_alloc_type and add _M_get_Tp_allocator(), which
2542
        returns the allocator (of type _Node_alloc_type) converted to
2543
        _Tp_alloc_type. Use everywhere _M_get_Tp_allocator() instead of
2544
        get_allocator().
2545
        * include/bits/list.tcc: Likewise, use _M_get_Tp_allocator().
2546
        * include/bits/stl_vector.h: Add concept-check. In class _Vector_base
2547
        rebind _Alloc to _Tp_alloc_type, change _Vector_impl to inherit from
2548
        the latter and add _M_get_Tp_allocator() which returns it. Use
2549
        everywhere _M_get_Tp_allocator() instead of get_allocator().
2550
        * include/bits/vector.tcc: Likewise, use _M_get_Tp_allocator().
2551
        * include/bits/stl_map.h: Add concept-check. Rebind _Alloc to
2552
        _Pair_alloc_type and use it for _Rb_tree.
2553
        * include/bits/stl_multimap.h: Likewise.
2554
        * include/bits/stl_multiset.h: Add concept-check. Rebind _Alloc to
2555
        _Key_alloc_type and use it for _Rb_tree.
2556
        * include/bits/stl_set.h: Likewise.
2557
        * include/bits/basic_string.h: Rebind _Alloc to _CharT_alloc_type and
2558
        use it for the allocator typedefs.
2559
        * testsuite/21_strings/basic_string/1.cc: New.
2560
        * testsuite/23_containers/deque/explicit_instantiation.cc: Move to...
2561
        * testsuite/23_containers/deque/explicit_instantiation/1.cc: ... here.
2562
        * testsuite/23_containers/deque/explicit_instantiation/3.cc: New.
2563
        * testsuite/23_containers/list/explicit_instantiation.cc: Move to...
2564
        * testsuite/23_containers/list/explicit_instantiation/1.cc: ... here.
2565
        * testsuite/23_containers/list/explicit_instantiation/3.cc: New.
2566
        * testsuite/23_containers/map/explicit_instantiation.cc: Move to...
2567
        * testsuite/23_containers/map/explicit_instantiation/1.cc: ... here.
2568
        * testsuite/23_containers/map/explicit_instantiation/3.cc: New.
2569
        * testsuite/23_containers/multimap/explicit_instantiation.cc: Move to...
2570
        * testsuite/23_containers/multimap/explicit_instantiation/1.cc: .. here.
2571
        * testsuite/23_containers/multimap/explicit_instantiation/3.cc: New.
2572
        * testsuite/23_containers/multiset/explicit_instantiation.cc: Move to...
2573
        * testsuite/23_containers/multiset/explicit_instantiation/1.cc: .. here.
2574
        * testsuite/23_containers/multiset/explicit_instantiation/3.cc: New.
2575
        * testsuite/23_containers/set/explicit_instantiation.cc: Move to...
2576
        * testsuite/23_containers/set/explicit_instantiation/1.cc: .. here.
2577
        * testsuite/23_containers/set/explicit_instantiation/3.cc: New.
2578
        * testsuite/23_containers/vector/explicit_instantiation.cc: Move to...
2579
        * testsuite/23_containers/vector/explicit_instantiation/1.cc: ... here.
2580
        * testsuite/23_containers/vector/explicit_instantiation/3.cc: New.
2581
 
2582
2005-06-02  Nathan Sidwell  
2583
 
2584
        PR c++/21280
2585
        * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust expected errors.
2586
        * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
2587
 
2588
2005-05-31  Paolo Carlini  
2589
 
2590
        PR libstdc++/20534 (contd)
2591
        * include/debug/macros.h: Add _GLIBCXX_DEBUG_ABORT, using
2592
        __gnu_debug::__fancy_abort.
2593
        * src/debug.cc: Define the latter.
2594
        * include/debug/debug.h: Use _GLIBCXX_DEBUG_ABORT instead of
2595
        assert.
2596
        * config/linker-map.gnu (__gnu_debug::__fancy_abort): Add.
2597
 
2598
2005-05-30  Paolo Carlini  
2599
 
2600
        * include/std/std_complex.h (log(const complex<_Tp>&)): When
2601
        _GLIBCXX_USE_C99_COMPLEX, forward to __builtin_clog/clogf/clogl.
2602
 
2603
2005-05-28  Paolo Carlini  
2604
 
2605
        Revert:
2606
        2005-05-18  Paolo Carlini  
2607
                    Nathan Myers  
2608
 
2609
        PR libstdc++/19495
2610
        * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
2611
        size_type instead of char and rename to _Raw_alloc.
2612
        * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
2613
        Use the above.
2614
        * src/bitmap_allocator.cc: Add instantiation for size_type.
2615
        * src/mt_allocator.cc: Likewise.
2616
        * src/pool_allocator.cc: Likewise.
2617
        * include/ext/array_allocator.h: Tweak slightly, avoid assuming
2618
        the existence of an _Array::begin() and size() members.
2619
        * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
2620
        of size_type, instead of char, thus avoiding problems with
2621
        rebinds, not treated correctly by array_allocator.
2622
 
2623
2005-05-27  Paolo Carlini  
2624
 
2625
        * docs/html/abi.html: Mention 3.4.0 as the current baseline; add
2626
        a notice about the configure options.
2627
 
2628
2005-05-27  Mark Mitchell  
2629
 
2630
        * docs/html/test.html: Mention PCH_CXXFLAGS.
2631
        * testsuite/lib/libstdc++.exp: Set PCH_CXXFLAGS by probing for an
2632
        available stcd++.h PCH.
2633
        * testsuite/libstdc++-dg/normal.exp: Use PCH_CXXFLAGS.
2634
 
2635
2005-05-27  Theodore Papadopoulo  
2636
 
2637
        * src/misc-inst.cc: Remove unnecessary included files.
2638
 
2639
2005-05-27  Benjamin Kosnik  
2640
 
2641
        PR libstdc++/21674
2642
        * include/bits/c++config: Remove extern template use when in debug
2643
        mode, disable for non-weak systems.
2644
 
2645
2005-05-27  Benjamin Kosnik  
2646
 
2647
        PR libstdc++/20534
2648
        * include/debug/debug.h: Forwarding header, that pulls in details
2649
        only if in debug mode.
2650
        * include/debug/macros.h: ...transfer all the internal macros here.
2651
        * include/debug/functions.h: ...transfer all the functions here.
2652
        * include/debug/safe_iterator.h: Add functions.h, macros.h includes.
2653
        * include/debug/safe_sequence.h: Same.
2654
        * include/debug/vector: Tweak.
2655
        * include/Makefile.am (debug_headers): Add new includes.
2656
        * include/Makefile.in: Regenerate.
2657
        * testsuite/17_intro/no_assert_neg.cc: Add.
2658
 
2659
        * include/ext/hash_set: Add debug mode include.
2660
        * include/ext/hash_map: Same.
2661
        * include/debug/hash_map: Fix included files to match actual files.
2662
        * include/debug/hash_set: Same.
2663
 
2664
2005-05-26  Paolo Carlini  
2665
 
2666
        PR libstdc++/13943
2667
        * include/c_std/std_cstdlib.h: Do not open code llabs and lldiv,
2668
        available when _GLIBCXX_USE_C99 is defined.
2669
        * testsuite/26_numerics/cstdlib/13943.cc: New.
2670
 
2671
        * acinclude.m4 ([GLIBCXX_ENABLE_C99]): For completeness, check
2672
        also strtoll and strtoull for ac_c99_stdlib.
2673
        * configure: Regenerate.
2674
 
2675
2005-05-25  Benjamin Kosnik  
2676
 
2677
        * config/linker-map.gnu: Add linkage support for no extern templates.
2678
        (std::ios_base::_M_call_callbacks): Add.
2679
        (std::ios_base::_M_dispose_callbacks): Add.
2680
        (std::locale::facet::_S_get_c_name): Add.
2681
        (std::__copy_streambufs): Add.
2682
        * configure.ac (libtool_VERSION): To 6:5:0.
2683
        * configure: Regenerate.
2684
        * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5.
2685
 
2686
2005-05-25  Paolo Carlini  
2687
 
2688
        * include/bits/basic_string.h (_Rep::_M_set_length_and_sharable):
2689
        Use, consistently, traits_type::assign.
2690
 
2691
2005-05-25  Paolo Carlini  
2692
 
2693
        * config/cpu/alpha/atomicity.h: Use the builtins for
2694
        atomic memory operations.
2695
        * config/cpu/powerpc/atomicity.h: Likewise.
2696
        * config/cpu/ia64/atomicity.h: Do not include ia64intrin.h.
2697
 
2698
2005-05-24  Paolo Carlini  
2699
 
2700
        * testsuite/25_algorithms/equal.cc: Move to...
2701
        * testsuite/25_algorithms/equal: ... here.
2702
        * testsuite/25_algorithms/lower_bound.cc: Move to...
2703
        * testsuite/25_algorithms/lower_bound: ... here.
2704
 
2705
2005-05-24  Paolo Carlini  
2706
 
2707
        Port from libstdcxx_so_7-branch:
2708
        2005-20-05  Chris Jefferson  
2709
 
2710
        * testsuite/25_algorithms/heap.cc: Move to...
2711
        * testsuite/25_algorithms/heap/heap.cc: ...here.
2712
        * testsuite/25_algorithms/partition.cc: Move to...
2713
        * testsuite/25_algorithms/partition/partition.cc: ...here.
2714
 
2715
        2005-03-29  Christopher Jefferson  
2716
 
2717
        * testsuite/25_algorithms/includes/1.cc: Add tests.
2718
        * testsuite/25_algorithms/search/1.cc: Likewise.
2719
        * testsuite/25_algorithms/unique_copy/1.cc: Likewise.
2720
        * testsuite/25_algorithms/swap_ranges/1.cc: New.
2721
        * testsuite/25_algorithms/swap_ranges/check_type.cc: New.
2722
        * testsuite/25_algorithms/rotate.cc: Move to...
2723
        * testsuite/25_algorithms/rotate/rotate.cc: ... here.
2724
        * testsuite/25_algorithms/rotate/1.cc: New.
2725
        * testsuite/25_algorithms/rotate/check_type.cc: New.
2726
        * testsuite/25_algorithms/search_n/iterator.cc: Fix typo.
2727
 
2728
        2005-03-14  Christopher Jefferson  
2729
 
2730
        * include/bits/stl_algo.h (replace_copy, replace_copy_if):
2731
        Don't assume that __new_value and *__first are convertible to
2732
        each other.
2733
 
2734
        * testsuite/25_algorithms/find/1.cc: New.
2735
        * testsuite/25_algorithms/find/check_type.cc: New.
2736
        * testsuite/25_algorithms/find_if/1.cc: New.
2737
        * testsuite/25_algorithms/find_if/check_type.cc: New.
2738
        * testsuite/25_algorithms/replace/1.cc: New.
2739
        * testsuite/25_algorithms/replace/check_type.cc: New.
2740
        * testsuite/25_algorithms/replace_if/1.cc: New.
2741
        * testsuite/25_algorithms/replace_if/check_type.cc: New.
2742
        * testsuite/25_algorithms/replace_copy/1.cc: New.
2743
        * testsuite/25_algorithms/replace_copy/check_type.cc: New.
2744
        * testsuite/25_algorithms/replace_copy_if/1.cc: New.
2745
        * testsuite/25_algorithms/replace_copy_if/check_type.cc: New.
2746
        * testsuite/25_algorithms/remove/1.cc: New.
2747
        * testsuite/25_algorithms/remove/check_type.cc: New.
2748
        * testsuite/25_algorithms/remove_if/1.cc: New.
2749
        * testsuite/25_algorithms/remove_if/check_type.cc: New.
2750
        * testsuite/25_algorithms/count/1.cc: New.
2751
        * testsuite/25_algorithms/count/check_type.cc: New.
2752
        * testsuite/25_algorithms/count_if/1.cc: New.
2753
        * testsuite/25_algorithms/count_if/check_type.cc: New.
2754
 
2755
        2005-02-27  Christopher Jefferson  
2756
                    Paolo Carlini  
2757
 
2758
        * testsuite/ext/is_heap/check_type.cc: New.
2759
 
2760
        2005-02-27  Paolo Carlini  
2761
 
2762
        * testsuite/ext/is_heap/1.cc: New.
2763
 
2764
        2005-02-01  Christopher Jefferson  
2765
 
2766
        * testsuite/ext/median.cc: New.
2767
        * testsuite/25_algorithms/adjacent_find/1.cc: New.
2768
        * testsuite/25_algorithms/adjacent_find/check_type.cc: New.
2769
        * testsuite/25_algorithms/search/1.cc: New.
2770
        * testsuite/25_algorithms/search/check_type.cc: New.
2771
        * testsuite/25_algorithms/unique_copy/1.cc: New.
2772
        * testsuite/25_algorithms/unique_copy/check_type.cc: New.
2773
        * testsuite/25_algorithms/partial_sort/1.cc: New.
2774
        * testsuite/25_algorithms/partial_sort/check_type.cc: New.
2775
        * testsuite/25_algorithms/partial_sort_copy/1.cc: New.
2776
        * testsuite/25_algorithms/partial_sort_copy/check_type.cc: New.
2777
        * testsuite/25_algorithms/lower_bound/1.cc: New.
2778
        * testsuite/25_algorithms/lower_bound/check_type.cc: New.
2779
        * testsuite/25_algorithms/upper_bound/1.cc: New.
2780
        * testsuite/25_algorithms/upper_bound/check_type.cc: New.
2781
        * testsuite/25_algorithms/merge/1.cc: New.
2782
        * testsuite/25_algorithms/merge/check_type.cc: New.
2783
        * testsuite/25_algorithms/inplace_merge/1.cc: New.
2784
        * testsuite/25_algorithms/inplace_merge/check_type.cc: New.
2785
        * testsuite/25_algorithms/stable_sort/1.cc: New.
2786
        * testsuite/25_algorithms/stable_sort/check_type.cc: New.
2787
        * testsuite/25_algorithms/nth_element/1.cc: New.
2788
        * testsuite/25_algorithms/nth_element/check_type.cc: New.
2789
        * testsuite/25_algorithms/equal_range/1.cc: New.
2790
        * testsuite/25_algorithms/equal_range/check_type.cc: New.
2791
        * testsuite/25_algorithms/binary_search/1.cc: New.
2792
        * testsuite/25_algorithms/binary_search/check_type.cc: New.
2793
        * testsuite/25_algorithms/includes/1.cc: New.
2794
        * testsuite/25_algorithms/includes/check_type.cc: New.
2795
        * testsuite/25_algorithms/set_union/1.cc: New.
2796
        * testsuite/25_algorithms/set_union/check_type.cc: New.
2797
        * testsuite/25_algorithms/set_intersection/1.cc: New.
2798
        * testsuite/25_algorithms/set_intersection/check_type.cc: New.
2799
        * testsuite/25_algorithms/set_difference/1.cc: New.
2800
        * testsuite/25_algorithms/set_difference/check_type.cc: New.
2801
        * testsuite/25_algorithms/set_symmetric_difference/1.cc: New.
2802
        * testsuite/25_algorithms/set_symmetric_difference/check_type.cc: New.
2803
        * testsuite/25_algorithms/min_element/1.cc: New.
2804
        * testsuite/25_algorithms/min_element/check_type.cc: New.
2805
        * testsuite/25_algorithms/max_element/1.cc: New.
2806
        * testsuite/25_algorithms/max_element/check_type.cc: New.
2807
        * testsuite/25_algorithms/prev_permutation/1.cc: New.
2808
        * testsuite/25_algorithms/prev_permutation/check_type.cc: New.
2809
        * testsuite/25_algorithms/next_permutation/1.cc: New.
2810
        * testsuite/25_algorithms/next_permutation/check_type.cc: New.
2811
        * testsuite/25_algorithms/find_first_of/1.cc: New.
2812
        * testsuite/25_algorithms/find_first_of/check_type.cc: New.
2813
        * testsuite/25_algorithms/find_end/1.cc: New.
2814
        * testsuite/25_algorithms/find_end/check_type.cc: New.
2815
        * testsuite/25_algorithms/equal/check_type.cc: Insert iterator type.
2816
        * testsuite/25_algorithms/lexicographical_compare/check_type.cc:
2817
        Likewise.
2818
 
2819
        2005-01-10  Christopher Jefferson 
2820
 
2821
        * testsuite/25_algorithms/lexicographical_compare/check_type.cc: New.
2822
        * testsuite/25_algorithms/lexicographical_compare/1.cc: Likewise.
2823
        * testsuite/25_algorithms/mismatch/check_type.cc: Likewise.
2824
        * testsuite/25_algorithms/mismatch/1.cc: Likewise.
2825
        * testsuite/25_algorithms/equal/check_type.cc: New.
2826
        * testsuite/25_algorithms/equal/1.cc: New.
2827
 
2828
2005-05-24  Benjamin Kosnik  
2829
 
2830
        * include/bits/allocator.h: Change ___glibcxx_base_allocator to
2831
        __glibcxx_base_allocator.
2832
        * config/allocator/bitmap_allocator_base.h: Same.
2833
        * config/allocator/malloc_allocator_base.h: Same.
2834
        * config/allocator/mt_allocator_base.h: Same.
2835
        * config/allocator/new_allocator_base.h: Same.
2836
        * config/allocator/pool_allocator_base.h: Same.
2837
 
2838
2005-05-24  Jonathan Wakely  
2839
 
2840
        * include/debug/string (class basic_string): Add missing
2841
        default template arguments; provide typedefs for char
2842
        and wchar_t.
2843
        (operator[]): Allow s[s.size()] in debug mode, but not
2844
        pedantic mode.
2845
 
2846
2005-05-24  Paolo Carlini  
2847
 
2848
        Port from libstdcxx_so_7-branch:
2849
        2005-04-25  Christopher Jefferson  
2850
 
2851
        * include/bits/stl_algo.h (count): Correct concept checks.
2852
        (search_n) : Likewise.
2853
        * testsuite/25_algorithms/search_n/check_type.cc: New.
2854
 
2855
        * testsuite/testsuite_iterators.h
2856
        (random_access_iterator_wrapper::operator+): Move out of
2857
        class to external function, and add symmetric version.
2858
 
2859
        2005-03-14  Christopher Jefferson  
2860
 
2861
        * testsuite/testsuite_iterators.h (WritableObject::WritableObject):
2862
        Add const.
2863
 
2864
        2005-02-01  Christopher Jefferson  
2865
 
2866
        * testsuite/testsuite_iterators.h (random_access_iterator_wrapper::
2867
        operator--): Fix typo.
2868
        (OutputContainer::OutputContainer): Correct zeroing array.
2869
        (WritableObject::operator==): Fix typo.
2870
        (WritableObject::operator=): make operator= templated
2871
        to allow differing types to be assigned.
2872
        (WritableObject::operator++): Fix checking if iterator is
2873
        written to multiple times.
2874
        (random_access_iterator_wrapper::operator+): Add const.
2875
        (random_access_iterator_wrapper::operator-): Likewise.
2876
        (random_access_iterator_wrapper::operator[]): Add dereference.
2877
 
2878
2005-05-23  Jonathan Wakely  
2879
 
2880
        * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
2881
        had to be defined for pedantic mode in 3.4 and 4.0.0.
2882
 
2883
2005-05-20  Jan Beulich  
2884
 
2885
        * libmath/stubs.c: Also implement fabsf/fabsl if not present in the
2886
        system libraries.
2887
 
2888
2005-05-20  Paolo Carlini  
2889
 
2890
        * include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):
2891
        Don't qualify __tmp as const, _ValueType is not necessarily
2892
        Assignable.
2893
        * include/bits/stl_algobase.h (swap, __iter_swap):
2894
        Likewise, as an harmless extension.
2895
 
2896
2005-05-19  Richard Henderson  
2897
 
2898
        * libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
2899
 
2900
2005-05-19  Jonathan Wakely  
2901
 
2902
        * include/bits/basic_string.h (operator[]): Allow s[s.size()] in
2903
        debug mode, but not pedantic mode.
2904
 
2905
2005-05-19  Jan Beulich  
2906
 
2907
        * libsupc++/unwind-cxx.h: Include cstdlib.
2908
        (gcc_unreachable): #define.
2909
        * libsupc++/eh_personality.cc (gcc_unreachable): Remove #define.
2910
 
2911
2005-05-18  Paolo Carlini  
2912
            Nathan Myers  
2913
 
2914
        PR libstdc++/19495
2915
        * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
2916
        size_type instead of char and rename to _Raw_alloc.
2917
        * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
2918
        Use the above.
2919
        * src/bitmap_allocator.cc: Add instantiation for size_type.
2920
        * src/mt_allocator.cc: Likewise.
2921
        * src/pool_allocator.cc: Likewise.
2922
        * include/ext/array_allocator.h: Tweak slightly, avoid assuming
2923
        the existence of an _Array::begin() and size() members.
2924
        * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
2925
        of size_type, instead of char, thus avoiding problems with
2926
        rebinds, not treated correctly by array_allocator.
2927
 
2928
2005-05-18  Paolo Carlini  
2929
 
2930
        * testsuite/22_locale/ctype/is/char/2.cc: Adjust dg-require-namedlocale.
2931
        * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
2932
        * testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
2933
        missing dg-require-namedlocale.
2934
        * testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
2935
        Likewise.
2936
        * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
2937
        Likewise.
2938
        * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
2939
        Likewise.
2940
 
2941
2005-05-18  Paolo Carlini  
2942
 
2943
        * testsuite/testsuite_hooks.cc: Remove try_named_locale.
2944
        * testsuite/testsuite_hooks.h: Remove try_named_locale.
2945
        * testsuite/lib/libstdc++.exp (check_v3_target_namedlocale): New.
2946
        * testsuite/lib/dg-options.exp (dg-require-namedlocale): New, uses
2947
        the above.
2948
        * testsuite/22_locale/codecvt/always_noconv/char/wrapped_env.cc: Use
2949
        dg-require-namedlocale.
2950
        * testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc:
2951
        Likewise.
2952
        * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Likewise.
2953
        * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Likewise.
2954
        * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Likewise.
2955
        * testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc:
2956
        Likewise.
2957
        * testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc:
2958
        Likewise.
2959
        * testsuite/22_locale/codecvt/encoding/char/wrapped_env.cc: Likewise.
2960
        * testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc: Likewise.
2961
        * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Likewise.
2962
        * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Likewise.
2963
        * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Likewise.
2964
        * testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: Likewise.
2965
        * testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc:
2966
        Likewise.
2967
        * testsuite/22_locale/codecvt/in/char/wrapped_env.cc: Likewise.
2968
        * testsuite/22_locale/codecvt/in/char/wrapped_locale.cc: Likewise.
2969
        * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
2970
        * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Likewise.
2971
        * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Likewise.
2972
        * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Likewise.
2973
        * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Likewise.
2974
        * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Likewise.
2975
        * testsuite/22_locale/codecvt/in/wchar_t/wrapped_env.cc: Likewise.
2976
        * testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc: Likewise.
2977
        * testsuite/22_locale/codecvt/length/char/wrapped_env.cc: Likewise.
2978
        * testsuite/22_locale/codecvt/length/char/wrapped_locale.cc: Likewise.
2979
        * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Likewise.
2980
        * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Likewise.
2981
        * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Likewise.
2982
        * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Likewise.
2983
        * testsuite/22_locale/codecvt/length/wchar_t/wrapped_env.cc: Likewise.
2984
        * testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc:
2985
        Likewise.
2986
        * testsuite/22_locale/codecvt/max_length/char/wrapped_env.cc: Likewise.
2987
        * testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc:
2988
        Likewise.
2989
        * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Likewise.
2990
        * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Likewise.
2991
        * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Likewise.
2992
        * testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc:
2993
        Likewise.
2994
        * testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc:
2995
        Likewise.
2996
        * testsuite/22_locale/codecvt/out/char/wrapped_env.cc: Likewise.
2997
        * testsuite/22_locale/codecvt/out/char/wrapped_locale.cc: Likewise.
2998
        * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Likewise.
2999
        * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Likewise.
3000
        * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Likewise.
3001
        * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Likewise.
3002
        * testsuite/22_locale/codecvt/out/wchar_t/wrapped_env.cc: Likewise.
3003
        * testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc: Likewise.
3004
        * testsuite/22_locale/codecvt/unshift/char/wrapped_env.cc: Likewise.
3005
        * testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc: Likewise.
3006
        * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Likewise.
3007
        * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Likewise.
3008
        * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Likewise.
3009
        * testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: Likewise.
3010
        * testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc:
3011
        Likewise.
3012
        * testsuite/22_locale/collate/compare/char/1.cc: Likewise.
3013
        * testsuite/22_locale/collate/compare/char/2.cc: Likewise.
3014
        * testsuite/22_locale/collate/compare/char/3.cc: Likewise.
3015
        * testsuite/22_locale/collate/compare/char/wrapped_env.cc: Likewise.
3016
        * testsuite/22_locale/collate/compare/char/wrapped_locale.cc: Likewise.
3017
        * testsuite/22_locale/collate/compare/wchar_t/1.cc: Likewise.
3018
        * testsuite/22_locale/collate/compare/wchar_t/2.cc: Likewise.
3019
        * testsuite/22_locale/collate/compare/wchar_t/3.cc: Likewise.
3020
        * testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc: Likewise.
3021
        * testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc:
3022
        Likewise.
3023
        * testsuite/22_locale/collate/hash/char/2.cc: Likewise.
3024
        * testsuite/22_locale/collate/hash/char/wrapped_env.cc: Likewise.
3025
        * testsuite/22_locale/collate/hash/char/wrapped_locale.cc: Likewise.
3026
        * testsuite/22_locale/collate/hash/wchar_t/2.cc: Likewise.
3027
        * testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc: Likewise.
3028
        * testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc: Likewise.
3029
        * testsuite/22_locale/collate/transform/char/2.cc: Likewise.
3030
        * testsuite/22_locale/collate/transform/char/3.cc: Likewise.
3031
        * testsuite/22_locale/collate/transform/char/wrapped_env.cc: Likewise.
3032
        * testsuite/22_locale/collate/transform/char/wrapped_locale.cc:
3033
        Likewise.
3034
        * testsuite/22_locale/collate/transform/wchar_t/2.cc: Likewise.
3035
        * testsuite/22_locale/collate/transform/wchar_t/3.cc: Likewise.
3036
        * testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc:
3037
        Likewise.
3038
        * testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
3039
        Likewise.
3040
        * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise.
3041
        * testsuite/22_locale/ctype/cons/char/wrapped_env.cc: Likewise.
3042
        * testsuite/22_locale/ctype/cons/char/wrapped_locale.cc: Likewise.
3043
        * testsuite/22_locale/ctype/is/char/2.cc: Likewise.
3044
        * testsuite/22_locale/ctype/is/char/wrapped_env.cc: Likewise.
3045
        * testsuite/22_locale/ctype/is/char/wrapped_locale.cc: Likewise.
3046
        * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
3047
        * testsuite/22_locale/ctype/is/wchar_t/wrapped_env.cc: Likewise.
3048
        * testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc: Likewise.
3049
        * testsuite/22_locale/ctype/narrow/char/wrapped_env.cc: Likewise.
3050
        * testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc: Likewise.
3051
        * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Likewise.
3052
        * testsuite/22_locale/ctype/narrow/wchar_t/wrapped_env.cc: Likewise.
3053
        * testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: Likewise.
3054
        * testsuite/22_locale/ctype/scan/char/wrapped_env.cc: Likewise.
3055
        * testsuite/22_locale/ctype/scan/char/wrapped_locale.cc: Likewise.
3056
        * testsuite/22_locale/ctype/scan/wchar_t/wrapped_env.cc: Likewise.
3057
        * testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc: Likewise.
3058
        * testsuite/22_locale/ctype/to/char/wrapped_env.cc: Likewise.
3059
        * testsuite/22_locale/ctype/to/char/wrapped_locale.cc: Likewise.
3060
        * testsuite/22_locale/ctype/to/wchar_t/wrapped_env.cc: Likewise.
3061
        * testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc: Likewise.
3062
        * testsuite/22_locale/ctype/widen/char/wrapped_env.cc: Likewise.
3063
        * testsuite/22_locale/ctype/widen/char/wrapped_locale.cc: Likewise.
3064
        * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise.
3065
        * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Likewise.
3066
        * testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc: Likewise.
3067
        * testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc: Likewise.
3068
        * testsuite/22_locale/facet/2.cc: Likewise.
3069
        * testsuite/22_locale/locale/cons/12352.cc: Likewise.
3070
        * testsuite/22_locale/locale/cons/12438.cc: Likewise.
3071
        * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
3072
        * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
3073
        * testsuite/22_locale/locale/cons/2.cc: Likewise.
3074
        * testsuite/22_locale/locale/cons/4.cc: Likewise.
3075
        * testsuite/22_locale/locale/cons/5.cc: Likewise.
3076
        * testsuite/22_locale/locale/cons/7.cc: Likewise.
3077
        * testsuite/22_locale/locale/cons/7222-env.cc: Likewise.
3078
        * testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise.
3079
        * testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise.
3080
        * testsuite/22_locale/messages/members/char/1.cc: Likewise.
3081
        * testsuite/22_locale/messages/members/char/2.cc: Likewise.
3082
        * testsuite/22_locale/messages/members/char/3.cc: Likewise.
3083
        * testsuite/22_locale/messages/members/char/wrapped_env.cc: Likewise.
3084
        * testsuite/22_locale/messages/members/char/wrapped_locale.cc: Likewise.
3085
        * testsuite/22_locale/messages_byname/named_equivalence.cc: Likewise.
3086
        * testsuite/22_locale/money_get/get/char/1.cc: Likewise.
3087
        * testsuite/22_locale/money_get/get/char/10.cc: Likewise.
3088
        * testsuite/22_locale/money_get/get/char/11.cc: Likewise.
3089
        * testsuite/22_locale/money_get/get/char/11528.cc: Likewise.
3090
        * testsuite/22_locale/money_get/get/char/12.cc: Likewise.
3091
        * testsuite/22_locale/money_get/get/char/13.cc: Likewise.
3092
        * testsuite/22_locale/money_get/get/char/15.cc: Likewise.
3093
        * testsuite/22_locale/money_get/get/char/16.cc: Likewise.
3094
        * testsuite/22_locale/money_get/get/char/17.cc: Likewise.
3095
        * testsuite/22_locale/money_get/get/char/18.cc: Likewise.
3096
        * testsuite/22_locale/money_get/get/char/2.cc: Likewise.
3097
        * testsuite/22_locale/money_get/get/char/3.cc: Likewise.
3098
        * testsuite/22_locale/money_get/get/char/4.cc: Likewise.
3099
        * testsuite/22_locale/money_get/get/char/wrapped_env.cc: Likewise.
3100
        * testsuite/22_locale/money_get/get/char/wrapped_locale.cc: Likewise.
3101
        * testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise.
3102
        * testsuite/22_locale/money_get/get/wchar_t/10.cc: Likewise.
3103
        * testsuite/22_locale/money_get/get/wchar_t/11.cc: Likewise.
3104
        * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Likewise.
3105
        * testsuite/22_locale/money_get/get/wchar_t/12.cc: Likewise.
3106
        * testsuite/22_locale/money_get/get/wchar_t/13.cc: Likewise.
3107
        * testsuite/22_locale/money_get/get/wchar_t/15.cc: Likewise.
3108
        * testsuite/22_locale/money_get/get/wchar_t/16.cc: Likewise.
3109
        * testsuite/22_locale/money_get/get/wchar_t/17.cc: Likewise.
3110
        * testsuite/22_locale/money_get/get/wchar_t/18.cc: Likewise.
3111
        * testsuite/22_locale/money_get/get/wchar_t/2.cc: Likewise.
3112
        * testsuite/22_locale/money_get/get/wchar_t/3.cc: Likewise.
3113
        * testsuite/22_locale/money_get/get/wchar_t/4.cc: Likewise.
3114
        * testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc: Likewise.
3115
        * testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc: Likewise.
3116
        * testsuite/22_locale/money_put/put/char/1.cc: Likewise.
3117
        * testsuite/22_locale/money_put/put/char/2.cc: Likewise.
3118
        * testsuite/22_locale/money_put/put/char/3.cc: Likewise.
3119
        * testsuite/22_locale/money_put/put/char/9780-3.cc: Likewise.
3120
        * testsuite/22_locale/money_put/put/char/wrapped_env.cc: Likewise.
3121
        * testsuite/22_locale/money_put/put/char/wrapped_locale.cc: Likewise.
3122
        * testsuite/22_locale/money_put/put/wchar_t/1.cc: Likewise.
3123
        * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise.
3124
        * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise.
3125
        * testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc: Likewise.
3126
        * testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc: Likewise.
3127
        * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
3128
        * testsuite/22_locale/moneypunct/members/char/wrapped_env.cc: Likewise.
3129
        * testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc:
3130
        Likewise.
3131
        * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.
3132
        * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc:
3133
        Likewise.
3134
        * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc:
3135
        Likewise.
3136
        * testsuite/22_locale/moneypunct_byname/named_equivalence.cc: Likewise.
3137
        * testsuite/22_locale/num_get/get/char/1.cc: Likewise.
3138
        * testsuite/22_locale/num_get/get/char/3.cc: Likewise.
3139
        * testsuite/22_locale/num_get/get/char/5.cc: Likewise.
3140
        * testsuite/22_locale/num_get/get/char/6.cc: Likewise.
3141
        * testsuite/22_locale/num_get/get/char/9.cc: Likewise.
3142
        * testsuite/22_locale/num_get/get/char/wrapped_env.cc: Likewise.
3143
        * testsuite/22_locale/num_get/get/char/wrapped_locale.cc: Likewise.
3144
        * testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise.
3145
        * testsuite/22_locale/num_get/get/wchar_t/3.cc: Likewise.
3146
        * testsuite/22_locale/num_get/get/wchar_t/5.cc: Likewise.
3147
        * testsuite/22_locale/num_get/get/wchar_t/6.cc: Likewise.
3148
        * testsuite/22_locale/num_get/get/wchar_t/9.cc: Likewise.
3149
        * testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc: Likewise.
3150
        * testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc: Likewise.
3151
        * testsuite/22_locale/num_put/put/char/1.cc: Likewise.
3152
        * testsuite/22_locale/num_put/put/char/20909.cc: Likewise.
3153
        * testsuite/22_locale/num_put/put/char/20914.cc: Likewise.
3154
        * testsuite/22_locale/num_put/put/char/3.cc: Likewise.
3155
        * testsuite/22_locale/num_put/put/char/5.cc: Likewise.
3156
        * testsuite/22_locale/num_put/put/char/9780-2.cc: Likewise.
3157
        * testsuite/22_locale/num_put/put/char/wrapped_env.cc: Likewise.
3158
        * testsuite/22_locale/num_put/put/char/wrapped_locale.cc: Likewise.
3159
        * testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise.
3160
        * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.
3161
        * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.
3162
        * testsuite/22_locale/num_put/put/wchar_t/3.cc: Likewise.
3163
        * testsuite/22_locale/num_put/put/wchar_t/5.cc: Likewise.
3164
        * testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc: Likewise.
3165
        * testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc: Likewise.
3166
        * testsuite/22_locale/numpunct/members/char/2.cc: Likewise.
3167
        * testsuite/22_locale/numpunct/members/char/3.cc: Likewise.
3168
        * testsuite/22_locale/numpunct/members/char/wrapped_env.cc: Likewise.
3169
        * testsuite/22_locale/numpunct/members/char/wrapped_locale.cc: Likewise.
3170
        * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Likewise.
3171
        * testsuite/22_locale/numpunct/members/wchar_t/wrapped_env.cc: Likewise.
3172
        * testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc:
3173
        Likewise.
3174
        * testsuite/22_locale/numpunct_byname/named_equivalence.cc: Likewise.
3175
        * testsuite/22_locale/time_get/date_order/char/wrapped_env.cc: Likewise.
3176
        * testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc:
3177
        Likewise.
3178
        * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc:
3179
        Likewise.
3180
        * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc:
3181
        Likewise.
3182
        * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
3183
        * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
3184
        * testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise.
3185
        * testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc:
3186
        Likewise.
3187
        * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
3188
        * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
3189
        * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise.
3190
        * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc:
3191
        Likewise.
3192
        * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc:
3193
        Likewise.
3194
        * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
3195
        * testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc:
3196
        Likewise.
3197
        * testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc:
3198
        Likewise.
3199
        * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
3200
        * testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc:
3201
        Likewise.
3202
        * testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc:
3203
        Likewise.
3204
        * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
3205
        * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
3206
        * testsuite/22_locale/time_get/get_time/char/wrapped_env.cc: Likewise.
3207
        * testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc:
3208
        Likewise.
3209
        * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
3210
        * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
3211
        * testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc:
3212
        Likewise.
3213
        * testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc:
3214
        Likewise.
3215
        * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
3216
        * testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc:
3217
        Likewise.
3218
        * testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc:
3219
        Likewise.
3220
        * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
3221
        * testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc:
3222
        Likewise.
3223
        * testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc:
3224
        Likewise.
3225
        * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
3226
        * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
3227
        * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
3228
        * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
3229
        * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
3230
        * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
3231
        * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
3232
        * testsuite/22_locale/time_put/put/char/9780-1.cc: Likewise.
3233
        * testsuite/22_locale/time_put/put/char/wrapped_env.cc: Likewise.
3234
        * testsuite/22_locale/time_put/put/char/wrapped_locale.cc: Likewise.
3235
        * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
3236
        * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
3237
        * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
3238
        * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
3239
        * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
3240
        * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
3241
        * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
3242
        * testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc: Likewise.
3243
        * testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc: Likewise.
3244
        * testsuite/27_io/basic_filebuf/imbue/char/13007.cc: Likewise.
3245
        * testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc: Likewise.
3246
        * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3247
        * testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: Likewise.
3248
        * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
3249
        * testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc: Likewise.
3250
        * testsuite/27_io/basic_filebuf/imbue/char/2.cc: Likewise.
3251
        * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Likewise.
3252
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc: Likewise.
3253
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc: Likewise.
3254
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc: Likewise.
3255
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise.
3256
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc: Likewise.
3257
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
3258
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: Likewise.
3259
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc: Likewise.
3260
        * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise.
3261
        * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise.
3262
        * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise.
3263
        * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise.
3264
        * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: Likewise.
3265
        * testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: Likewise.
3266
        * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise.
3267
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: Likewise.
3268
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: Likewise.
3269
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: Likewise.
3270
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: Likewise.
3271
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: Likewise.
3272
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: Likewise.
3273
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: Likewise.
3274
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: Likewise.
3275
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: Likewise.
3276
        * testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc: Likewise.
3277
        * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise.
3278
        * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc:
3279
        Likewise.
3280
        * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc:
3281
        Likewise.
3282
        * testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc: Likewise.
3283
        * testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc: Likewise.
3284
        * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Likewise.
3285
        * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc: Likewise.
3286
        * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc: Likewise.
3287
        * testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc: Likewise.
3288
        * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Likewise.
3289
        * testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc: Likewise.
3290
        * testsuite/27_io/objects/wchar_t/10.cc: Likewise.
3291
        * testsuite/27_io/objects/wchar_t/11.cc: Likewise.
3292
        * testsuite/27_io/objects/wchar_t/12.cc: Likewise.
3293
        * testsuite/27_io/objects/wchar_t/13.cc: Likewise.
3294
        * testsuite/27_io/objects/wchar_t/9520.cc: Likewise.
3295
        * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
3296
 
3297
2005-05-17  Nathan Sidwell  
3298
 
3299
        * libsupc++/eh_personality.cc (gcc_unreachable): Define.
3300
 
3301
2005-05-16  Paolo Carlini  
3302
 
3303
        * docs/html/install.html: Update list of required named
3304
        locales, add "es_ES".
3305
 
3306
2005-05-13  Magnus Fromreide  
3307
 
3308
        * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Use
3309
        initialization instead of copying as the string is used only once.
3310
        * testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise.
3311
        * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.
3312
        * testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise.
3313
 
3314
2005-05-12  Benjamin Kosnik  
3315
 
3316
        * scripts/create_testsuite_files: Fix.
3317
 
3318
2005-05-12  Kaz Kojima  
3319
 
3320
        * testsuite/18_support/numeric_limits.cc (dg-options): Add
3321
        -mieee to options on sh*-*-*.
3322
 
3323
2005-05-10  Jonathan Wakely  
3324
 
3325
        * include/debug/debug.h: Fix typo in macro name.
3326
 
3327
2005-05-09  Paolo Carlini  
3328
            Giovanni Bajo  
3329
 
3330
        PR libstdc++/18604
3331
        * include/bits/deque.tcc: Fully qualify names from namespace std.
3332
        * include/bits/stl_bvector.h: Likewise.
3333
        * include/bits/stl_deque.h: Likewise.
3334
        * include/bits/stl_list.h: Likewise.
3335
        * include/bits/stl_map.h: Likewise.
3336
        * include/bits/stl_multimap.h: Likewise.
3337
        * include/bits/stl_multiset.h: Likewise.
3338
        * include/bits/stl_set.h: Likewise.
3339
        * include/bits/stl_vector.h: Likewise.
3340
        * include/bits/vector.tcc: Likewise.
3341
        * include/std/std_bitset.h: Likewise.
3342
        * testsuite/23_containers/bitset/18604.cc: New.
3343
        * testsuite/23_containers/deque/18604.cc: Likewise.
3344
        * testsuite/23_containers/list/18604.cc: Likewise.
3345
        * testsuite/23_containers/map/18604.cc: Likewise.
3346
        * testsuite/23_containers/set/18604.cc: Likewise.
3347
        * testsuite/23_containers/vector/18604.cc: Likewise.
3348
 
3349
2005-05-09  Mike Stump  
3350
 
3351
        * configure: Regenerate.
3352
 
3353
2005-05-09  Jonathan Wakely  
3354
 
3355
        DR 434. bitset::to_string() hard to use [Ready]
3356
        * include/debug/bitset (to_string): Add three overloads, taking
3357
        fewer template arguments.
3358
 
3359
2005-05-06  Mark Mitchell  
3360
 
3361
        * testsuite/testsuite_hooks.cc (try_mkfifo): Remove.
3362
        * testsuite/testsuite_hooks.h (try_mkfifo): Likewise.
3363
        * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
3364
        dg-require-fork and dg-require-mkfifo.  Replace try_mkfifo with
3365
        mkfifo.
3366
        * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
3367
        * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3368
        * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
3369
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc:
3370
        Likewise.
3371
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
3372
        Likewise.
3373
        * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
3374
        * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc:
3375
        Likewise.
3376
        * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
3377
        * testsuite/27_io/objects/char/7.cc: Likewise.
3378
        * testsuite/27_io/objects/char/9661-1.cc: Likewise.
3379
        * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
3380
        * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
3381
 
3382
2005-05-04  Benjamin Kosnik  
3383
 
3384
        * acinclude.m4: Remove testsuite_wchar_t and testsuite_thread.
3385
        * testsuite/Makefile.am: Same.
3386
        * scripts/create_testsuite_files: Same.
3387
        * Makefile.in: Regenerate.
3388
        * configure: Same.
3389
        * include/Makefile.in: Same.
3390
        * libmath/Makefile.in: Same.
3391
        * libsupc++/Makefile.in: Same.
3392
        * po/Makefile.in: Same.
3393
        * src/Makefile.in: Same.
3394
 
3395
2005-05-04  Mark Mitchell  
3396
 
3397
        * testsuite/lib/libstdc++.exp (v3-build_support): Look for
3398
        __GTHREADS, rather than _GLIBCXX_HAVE_GTHR_DEFAULT, to determine
3399
        whether or not thread support is available.
3400
 
3401
        * docs/html/test.html: Explain how to run the testsuite on an
3402
        installed directory.
3403
 
3404
2005-05-01  Paolo Carlini  
3405
 
3406
        * config/os/aix/os_defines.h: Remove obsolete __off_t,
3407
        __off64_t, __ssize_t defines.
3408
        * config/os/djgpp/os_defines.h: Likewise.
3409
        * config/os/hpux/os_defines.h: Likewise.
3410
        * config/os/irix/irix5.2/os_defines.h: Likewise.
3411
        * config/os/irix/irix6.5/os_defines.h: Likewise.
3412
        * config/os/solaris/solaris2.5/os_defines.h: Likewise.
3413
        * config/os/solaris/solaris2.6/os_defines.h: Likewise.
3414
        * config/os/solaris/solaris2.7/os_defines.h: Likewise.
3415
        * docs/html/17_intro/porting.html: Don't discuss the defines.
3416
        * docs/html/17_intro/porting.texi: Likewise.
3417
 
3418
2005-04-29  Paolo Carlini  
3419
            Nathan Myers  
3420
 
3421
        PR libstdc++/21286
3422
        * include/bits/fstream.tcc (basic_filebuf<>::xsgetn):
3423
        Loop on short reads; remove the work-around for
3424
        libstdc++/20806, not needed anymore.
3425
 
3426
2005-04-29  Paolo Carlini  
3427
 
3428
        PR libstdc++/21238
3429
        * include/bits/locale_facets.tcc (num_get::_M_extract_float,
3430
        num_get::_M_extract_int, num_get::do_get(bool&),
3431
        num_put::_M_insert_int, num_put::_M_insert_float,
3432
        num_put::do_put(bool), money_get::_M_extract,
3433
        money_put::_M_insert): Adjust the __cache_type typedef not to
3434
        forward to a numpunct/moneypunct typedef.
3435
        * testsuite/testsuite_character.h: Add pod_uint and its numpunct
3436
        and moneypunct specializations.
3437
        * testsuite/testsuite_character.cc: Add numpunct::id
3438
        and moneypunct::id.
3439
        * testsuite/22_locale/num_get/3.cc: New.
3440
        * testsuite/22_locale/num_put/3.cc: Likewise.
3441
        * testsuite/22_locale/money_get/3.cc: Likewise.
3442
        * testsuite/22_locale/money_put/3.cc: Likewise.
3443
 
3444
        * include/bits/locale_facets.tcc (money_put::_M_insert,
3445
        time_get::_M_extract_name): Prefer operator== to operator!=
3446
        on char_types.
3447
 
3448
2005-04-29  Paolo Carlini  
3449
 
3450
        * include/tr1/type_traits (is_convertible): Adjust according
3451
        to the resolution of TR1 issue 3.20.
3452
        * testsuite/tr1/4_metaprogramming/relationships_between_types/
3453
        is_convertible/is_convertible.cc: Add tests.
3454
 
3455
2005-04-28  Paolo Carlini  
3456
            Gabriel Dos Reis  
3457
 
3458
        PR libstdc++/21244 (cont)
3459
        * include/bits/cpp_type_traits.h (struct __traitor): Convert
3460
        to bool the values.
3461
        * include/bits/stl_algo.h: Convert _S_threshold to int.
3462
        * include/bits/stl_bvector.h: Revert previous change, convert
3463
        _S_word_bit to int.
3464
        * include/debug/formatter.h: Convert __max_parameters to
3465
        size_t.
3466
        * include/ext/mt_allocator.h: Likewise for _S_chunk_size.
3467
        * include/ext/pool_allocator.h: Likewise for _S_max_bytes and
3468
        _S_align.
3469
        * include/ext/rope: Likewise for _S_alloc_granularity; convert
3470
        _S_max_rope_depth to int.
3471
        * include/ext/ropeimpl.h: Convert _S_path_cache_len to int;
3472
        _S_max_rope_depth to int; _S_copy_max to size_t.
3473
 
3474
2005-04-27  Benjamin Kosnik  
3475
 
3476
        * docs/doxygen/user.cfg.in: Update to doxygen-1.4.2.
3477
        * docs/doxygen/doxygroups.cc: Update namespace comments.
3478
 
3479
2005-04-27  Dominik Strasser  
3480
            Paolo Carlini  
3481
 
3482
        PR libstdc++/21244
3483
        * include/bits/stl_bvector.h: Change the anonymous enum
3484
        at namespace scope to _S_word_bit_enum.
3485
        * testsuite/23_containers/vector/bool/21244.cc: New.
3486
 
3487
2005-04-27  Paolo Carlini  
3488
 
3489
        * include/tr1/type_traits (has_trivial_copy, has_trivial_assign,
3490
        has_nothrow_copy, has_nothrow_assign): Adjust according to the
3491
        resolution of TR1 issue 3.21.
3492
        * testsuite/testsuite_tr1.h (test_copy_property,
3493
        test_assign_property): Remove.
3494
        * testsuite/tr1/4_metaprogramming/type_properties/
3495
        has_nothrow_assign/has_nothrow_assign.cc: Adjust.
3496
        * testsuite/tr1/4_metaprogramming/type_properties/
3497
        has_nothrow_copy/has_nothrow_copy.cc: Likewise.
3498
        * testsuite/tr1/4_metaprogramming/type_properties/
3499
        has_trivial_assign/has_trivial_assign.cc: Likewise.
3500
        * testsuite/tr1/4_metaprogramming/type_properties/
3501
        has_trivial_copy/has_trivial_copy.cc: Likewise.
3502
 
3503
2005-04-26  Jones Desougi  
3504
 
3505
        PR libstdc++/21131
3506
        * linkage.m4: Fix comments.
3507
 
3508
2005-04-26  Paolo Carlini  
3509
 
3510
        PR libstdc++/21209
3511
        * include/bits/locale_facets.tcc (_M_extract_int): Avoid signed
3512
        integer overflow, always use a suited unsigned type in the main
3513
        parsing loop.
3514
        (struct __to_unsigned_type): New.
3515
        * testsuite/22_locale/num_get/get/char/16.cc: New.
3516
        * testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise.
3517
 
3518
2005-04-25  Paolo Carlini  
3519
 
3520
        PR libstdc++/21035
3521
        * include/bits/basic_string.h (compare): Adjust the documentation
3522
        to match the implementation and the standard.
3523
 
3524
2005-04-24  Paolo Carlini  
3525
 
3526
        * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 35.
3527
 
3528
2005-04-20  Mark Mitchell  
3529
 
3530
        * testsuite/ext/bitmap_allocator/check_allocate_max_size.cpp: Add
3531
        explicit instantiations for systems without weak symbols.
3532
        * testsuite/ext/bitmap_allocator/check_deallocate_null.cc:
3533
        Likewise.
3534
 
3535
2005-04-18  Jonathan Wakely  
3536
 
3537
        * include/bits/stl_algo.h (rotate_copy): Add missing std qualification.
3538
 
3539
2005-04-17  Paolo Carlini  
3540
 
3541
        PR libstdc++/20914
3542
        * include/bits/locale_facets.tcc (__int_to_char(_CharT*, _ValueT,
3543
        const _CharT*, ios_base::fmtflags, bool)): Don't deal with numeric
3544
        base or sign here, instead...
3545
        (_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)): ... here,
3546
        after adding the grouping. This fixes the bug and also allows to
3547
        clean-up the code dealing with integer types.
3548
        (_M_group_int(const char*, size_t, _CharT, ios_base&, _CharT*,
3549
        _CharT*, int&)): Simplify, remove bits dealing with numeric base.
3550
        (__int_to_char(_CharT*, unsigned long, const _CharT*,
3551
        ios_base::fmtflags), __int_to_char(_CharT*, unsigned long long,
3552
        const _CharT*, ios_base::fmtflags)): Remove hackish fix for
3553
        libstdc++/15565.
3554
        (__int_to_char(_CharT*, long, const _CharT*, ios_base::fmtflags),
3555
        __int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)):
3556
        Simplify, don't pass the sign.
3557
        (_M_insert_float(_OutIter, ios_base&, _CharT, char, _ValueT)):
3558
        Deal with a sign at the beginning of __cs; robustify the grouping
3559
        check.
3560
        * testsuite/22_locale/num_put/put/char/20914.cc: New.
3561
        * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.
3562
 
3563
2005-04-14  Benjamin Kosnik  
3564
 
3565
        * include/ext/bitmap_allocator.h
3566
        (__gnu_cxx::free_list::_M_get_mutex): New.
3567
        (__gnu_cxx::free_list::_M_get_free_list): New.
3568
        (__gnu_cxx::free_list::_S_bfl_mutex): Remove.
3569
        (__gnu_cxx::free_list::_S_free_list): Remove.
3570
        * src/bitmap_allocator.cc: Same.
3571
        * config/linker-map.gnu: Remove free_list and mutex export.
3572
 
3573
2005-04-14  Benjamin Kosnik  
3574
 
3575
        *  include/ext/pod_char_traits.h (__gnu_cxx::character): Add char_type.
3576
        (character::to): New.
3577
        (character::from): New.
3578
        (operator==): Add state parameter.
3579
        (operator<): Same.
3580
        (char_traits::copy): Use std::copy.
3581
        (char_traits::assign): Use std::fill_n.
3582
        (char_traits::to_char_type): Use character::from.
3583
        (char_traits::to_int_type): Use character::to.
3584
        *  testsuite/testsuite_character.h (__gnu_test::character): Remove.
3585
        (__gnu_test::conversion_state): Remove.
3586
        (__gnu_test::pod_char): Remove.
3587
        (pod_char): New typedef.
3588
        (pod_uchar): New typedef.
3589
        (pod_ushort): New typedef.
3590
        *  testsuite/testsuite_character.cc: Fixups.
3591
        *  testsuite/21_strings/basic_string/inserters_extractors/pod/
3592
        10081-in.cc: Same.
3593
        *  testsuite/21_strings/basic_string/inserters_extractors/pod/
3594
        10081-out.cc: Same.
3595
        *  testsuite/22_locale/numpunct/members/pod/1.cc: Same.
3596
        *  testsuite/22_locale/numpunct/members/pod/2.cc: Same.
3597
        *  testsuite/27_io/basic_filebuf/close/12790-1.cc: Same.
3598
        *  testsuite/27_io/basic_filebuf/open/12790-1.cc: Same.
3599
        *  testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Same.
3600
        *  testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Same.
3601
        *  testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Same.
3602
        *  testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Same.
3603
        *  testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Same.
3604
        *  testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Same.
3605
        *  testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Same.
3606
        *  testsuite/27_io/basic_ios/imbue/14072.cc: Same.
3607
        *  testsuite/27_io/basic_istream/extractors_arithmetic/pod/
3608
        3983-1.cc: Same.
3609
        *  testsuite/27_io/basic_istream/extractors_character/pod/
3610
        3983-2.cc: Same.
3611
        *  testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
3612
        *  testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
3613
        *  testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
3614
 
3615
2005-04-12  Mike Stump  
3616
 
3617
        * configure: Regenerate.
3618
 
3619
2005-04-08  Benjamin Kosnik  
3620
 
3621
        * testsuite/Makefile.am: Remove libv3test.a.
3622
        * testsuite/Makefile.in: Regenerate.
3623
        * testsuite/lib/libstdc++.exp (v3_target_compile): Fix comments.
3624
 
3625
2005-04-08  Paolo Carlini  
3626
 
3627
        PR libstdc++/20909
3628
        * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
3629
        Don't even try to group numbers like 2e20, i.e., no decimal
3630
        point, scientific notation.
3631
        * testsuite/22_locale/num_put/put/char/20909.cc: New.
3632
        * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.
3633
 
3634
2005-04-08  Kelley Cook  
3635
 
3636
        * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_ASM_SYMVER.
3637
        * acconfig.h: Delete file.
3638
        * Makefile.in, acinclude.m4, configure: Regenerate.
3639
 
3640
2005-04-08  Kelley Cook  
3641
 
3642
        * linkage.m4 (GLIBCXX_MAYBE_UNDERSCORED_FUNCS): New macro.
3643
        (GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1,
3644
        GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2,
3645
        GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_3,
3646
        GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1,
3647
        GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2): Use it.
3648
        (GLIBCXX_CHECK_MATH_SUPPORT): Delete obsolete comment.
3649
        * acconfig.h: Delete redundant macros.
3650
        * config.h.in, configure: Regenerate.
3651
 
3652
2005-04-08  Kelley Cook  
3653
 
3654
        * linkage.m4 (GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1): Eliminate
3655
        a subshell and if test fails, test for same functions with
3656
        leading underscore.
3657
        (GLIBCXX_CHECK_MATH_SUPPORT): Eliminate seperate checks for _funcs.
3658
        * configure: Regenerate.
3659
 
3660
2005-04-08  Danny Smith  
3661
            Paolo Carlini  
3662
 
3663
        PR libstdc++/20806
3664
        * config/os/mingw32/os_defines.h: Define
3665
        _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM.
3666
        * config/os/newlib/os_defines.h: Likewise, for __CYGWIN__.
3667
        * include/bits/fstream.tcc (basic_filebuf<>::showmanyc()):
3668
        Use it.
3669
        (basic_filebuf<>::xsgetn(_CharT*, streamsize)): Likewise.
3670
 
3671
2005-04-08  Kelley Cook  
3672
 
3673
        * acconfig.h: Sort the bottom section.
3674
        * config.h.in: Regenerate.
3675
 
3676
2005-04-08  Kelley Cook  
3677
 
3678
        * acconfig.h: Remove redundant HAVE_FLOAT_H.
3679
        * config.h.in: Regenerate.
3680
 
3681
2005-04-08  Kelley Cook  
3682
 
3683
        * configure.ac: Create template for PACKAGE and VERSION.
3684
        Update comment on how to regenerate file.  Update minimum
3685
        automake version to 1.9.3.
3686
        * acconfig.h: Remove PACKAGE and VERSION.
3687
        * aclocal.m4, configure, Makefile.in, po/Makefile.in,
3688
        src/Makefile.in, include/Makefile.in, libmath/Makefile.in,
3689
        testsuite/Makefile.in, config.h.in: Regenerate.
3690
 
3691
2005-04-06  Benjamin Kosnik  
3692
 
3693
        * docs/html/test.html: Update.
3694
        * testsuite/printnow.c: Remove.
3695
        * scripts/check_survey.in: Remove.
3696
 
3697
        * testsuite/abi_check.cc: To...
3698
        * testuite/testsuite_abi_check.cc: ...here.
3699
        * testsuite/libstdc++-abi/abi.exp: Change abi_check.cc to
3700
        testsuite_abi_check.cc.
3701
 
3702
        * testsuite/testsuite_hooks.h: Move character related bits to...
3703
        * testsuite/testsuite_character.h: ...here.
3704
        * testsuite/testsuite_character.cc: ... and here.
3705
        * testsuite/21_strings/basic_string/inserters_extractors/pod/
3706
        10081-in.cc: Use testsuite_character.h.
3707
        * testsuite/21_strings/basic_string/inserters_extractors/pod/
3708
        10081-out.cc: Same.
3709
        * testsuite/22_locale/numpunct/members/pod/1.cc: Same.
3710
        * testsuite/22_locale/numpunct/members/pod/2.cc: Same.
3711
        * testsuite/27_io/basic_filebuf/2.cc: Same.
3712
        * testsuite/27_io/basic_fstream/2.cc: Same.
3713
        * testsuite/27_io/basic_istream/2.cc: Same.
3714
        * testsuite/27_io/basic_istream/extractors_arithmetic/pod/
3715
        3983-1.cc: Same.
3716
        * testsuite/27_io/basic_istream/extractors_character/char/
3717
        9826.cc: Same.
3718
        * testsuite/27_io/basic_istream/extractors_character/pod/
3719
        3983-2.cc: Same.
3720
        * testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
3721
        * testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
3722
        * testsuite/27_io/basic_ostream/2.cc: Same.
3723
        * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
3724
        * testsuite/27_io/basic_streambuf/2.cc: Same.
3725
        * testsuite/27_io/basic_stringbuf/2.cc: Same.
3726
        * testsuite/27_io/basic_stringbuf/4.cc: Same.
3727
        * testsuite/27_io/basic_stringstream/2.cc: Same.
3728
        * testsuite/27_io/fpos/1.cc: Same.
3729
        * testsuite/ext/mt_allocator/tune-1.cc: Same.
3730
        * testsuite/ext/mt_allocator/tune-2.cc: Same.
3731
        * testsuite/ext/stdio_filebuf/char/1.cc: Same.
3732
        * testsuite/lib/libstdc++.exp (v3-build_support): Add
3733
        testsuite_character.cc.
3734
        * testsuite/Makefile.am (libv3test_a_SOURCES): Add
3735
        testsuite_character.cc.
3736
        * testsuite/Makefile.in: Regenerate.
3737
 
3738
        * configure.ac: Remove use of check_survey.
3739
        * configure: Regenerate.
3740
        * testsuite/Makefile.am: Remove check-script and
3741
        check-script-install rules.
3742
        * testsuite/Makefile.in: Regenerate.
3743
 
3744
2005-04-06  Ulrich Weigand  
3745
 
3746
        * config/cpu/s390/atomicity.h (__exchange_and_add): Add "memory"
3747
        clobber to inline assembly statement.
3748
 
3749
2005-04-06  Kelley Cook  
3750
 
3751
        * acinclude.m4 (_GLIBCXX_USE_LONG_LONG,
3752
        _GLIBCXX_USE_WCHAR_T, _GLIBCXX_USE_C99, _GLIBCXX_USE_C99_MATH,
3753
        _GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_RES_LIMITS, _GLIBCXX_CONCEPT_CHECKS,
3754
        _GLIBCXX_SYMVER, _GLIBCXX_USE_LFS, _GLIBCXX_FULLY_DYNAMIC_STRING,
3755
        _GLIBCXX_USE_NLS, HAVE_GTHR_DEFAULT, HAVE_MBSTATE_T, HAVE_POLL,
3756
        HAVE_S_ISREG, HAVE_S_IFREG, HAVE_WRITEV, HAVE_INT64_T,
3757
        HAVE_LC_MESSAGES): Use long form of AC_DEFINE ...
3758
        * acconfig.h: ... to eliminate them from here.
3759
        (_GLIBCXX_ASM_SYMVER): Move definition below @BOTTOM@.
3760
        * config.h.in, configure: Regenerate.
3761
 
3762
2005-04-05  Kelley Cook  
3763
 
3764
        * Makefile.am (ACLOCAL_AMFLAGS): Define.
3765
        * crossconfig.m4: Wrap file into new GLIBCXX_CROSSCONFIG macro.
3766
        * configure.ac: Use it.
3767
        * acinclude.m4: Delete explicit m4_includes and sincludes.
3768
        * aclocal.m4, configure, Makefile.in, po/Makefile.in,
3769
        src/Makefile.in, include/Makefile.in, libmath/Makefile.in,
3770
        testsuite/Makefile.in: Regenerate.
3771
 
3772
2005-04-05  Jonathan Wakely  
3773
 
3774
        * include/tr1/memory, include/tr1/boost_shared_ptr.h: Use mutex
3775
        to make _Sp_counted_base::add_ref_lock() thread-safe. Check whether
3776
        to destroy resources by testing for equality, not inequality. Add
3777
        empty critical sections to solve memory visibility issues.
3778
        * testsuite/tr1/2_general_utilities/memory/
3779
        shared_ptr/cons/auto_ptr_neg.cc: Use dg-excess-errors instead of
3780
        explicitly listing line numbers which need to be kept in sync.
3781
        * testsuite/tr1/2_general_utilities/memory/
3782
        shared_ptr/assign/auto_ptr_neg.cc: Same.
3783
        * testsuite/tr1/2_general_utilities/memory/
3784
        shared_ptr/assign/auto_ptr_rvalue_neg.cc: Same.
3785
        * testsuite/tr1/2_general_utilities/memory/
3786
        shared_ptr/cons/weak_ptr_expired.cc: Make XFAIL for consistency when
3787
        -fno-exceptions.
3788
        * testsuite/tr1/2_general_utilities/memory/
3789
        enable_shared_from_this/not_shared.cc: Add explanatory comments.
3790
        * testsuite/tr1/2_general_utilities/memory/
3791
        enable_shared_from_this/not_shared2.cc: Same.
3792
        * testsuite/tr1/2_general_utilities/memory/
3793
        enable_shared_from_this/not_shared3.cc: Same.
3794
 
3795
2005-04-05  Kelley Cook  
3796
 
3797
        * acconfig.h: Delete macros already AC_DEFINED.
3798
        * config.h.in: Regenerate.
3799
 
3800
2005-04-05  Kelley Cook  
3801
 
3802
        * acconfig.h (HAVE_MODF): Remove.
3803
        * linkage.m4: Check for modf.
3804
        * config.h.in, configure: Regenerate.
3805
 
3806
2005-04-05  Kelley Cook  
3807
 
3808
        * acconfig.h (ENABLE_NLS, HAVE_CATGETS): Remove.
3809
        (HAVE_GETTEXT, HAVE_STPCPY): Likewise.
3810
        * config.h.in: Regenerate.
3811
 
3812
2005-04-05  Kelley Cook  
3813
 
3814
        * linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro
3815
        to convert to uppercase instead of shelling out to tr.
3816
        * acconfig.h: Remove now redundant HAVE__BUILTINS_*.
3817
        * configure, config.h.in: Regenerate.
3818
 
3819
2005-04-05  Kelley Cook  
3820
 
3821
        * acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
3822
        * config.h.in: Regenerate.
3823
 
3824
2005-04-04  Mark Mitchell  
3825
 
3826
        * testsuite/Makefile.am (check-local): Remove.
3827
        (curent_symbols.txt): Likewise.
3828
        (check-abi): Do not depend on current_symbols.txt.
3829
        * testsuite/Makefile.in: Regenerated.
3830
        * testsuite/libstdc++-abi/abi.exp: Build current_symbols.txt.
3831
 
3832
2005-04-02  Douglas Gregor  
3833
 
3834
        * include/tr1/tuple_iterate.h (tuple_element): Use new macro
3835
        _GLIBCXX_T_NUM_ARGS_PLUS_1 because _T is a macro on Darwin.
3836
        * include/tr1/repeat.h (_GLIBCXX_T_NUM_ARGS_PLUS_1): Define for
3837
        each iteration.
3838
        * scripts/gen_includers.h: Define _GLIBCXX_T_NUM_ARGS_PLUS_1 for
3839
        each iteration.
3840
 
3841
2005-04-01  Douglas Gregor  
3842
 
3843
        * include/tr1/functional (_Maybe_wrap_member_pointer): Wrap up
3844
        member pointers in _Mem_fn but let other function objects pass
3845
        through unchanged.
3846
        * include/tr1/functional_iterator (bind): Reduce number of bind()
3847
        overloads to two to eliminate ambiguities. Use
3848
        _Maybe_wrap_member_pointer to handle member pointers gracefully.
3849
 
3850
2005-04-01  Mark Mitchell  
3851
 
3852
        * testsuite/Makefile.am (noinst_PROGRAMS): Remove.
3853
        (site.exp): Write out the path to the baseline file.
3854
        (check-abi): Use DejaGNU.
3855
        (check-abi-verbose): Remove.
3856
        * testsuite/Makefile.in: Regenerated.
3857
        * testsuite/abi_check.cc (main): Check the return value from
3858
        compare_symbols.
3859
        * testsuite/testsuite_abi.cc (compare_symbols): Return a value.
3860
        * testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
3861
        * testsuite/libstdc++-abi/abi.exp: New file.
3862
 
3863
2005-03-31  Chris Jefferson  
3864
 
3865
        * include/tr1/tuple: Support iteration via tuple_iterate.h.
3866
        * include/tr1/tuple_iterate.h: Iteration file for tuple.
3867
 
3868
2005-03-31  Douglas Gregor  
3869
 
3870
        * include/Makefile.am (tr1_headers): Add bind and mu repetition
3871
        headers and reference_wrapper<> forwarding header.
3872
        * include/Makefile.in: Regenerate.
3873
        * include/tr1/bind_iterate.h: Implementation of function call
3874
        operators for the function object returned from tr1::bind().
3875
        * include/tr1/bind_repeat.h: Bind-specific repetition header,
3876
        akin to include/tr1/repeat.h.
3877
        * include/tr1/functional (_Mem_fn): Bug fix: declare result member
3878
        template for use with result_of.
3879
        (is_bind_expression): New.
3880
        (is_placeholder): New.
3881
        (_Placeholder): New. Placeholder type for bind.
3882
        (_Mu): New. Implementation detail of bind.
3883
        (_Bind, _Bind_result): New. Function objects returned by bind.
3884
        (_GLIBCXX_JOIN): New. Required to create bind placeholders.
3885
        * include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
3886
        New. Implementation of tr1::bind.
3887
        * include/tr1/mu_iterate.h (_Mu): result template and operator()
3888
        for the _Mu helper to bind.
3889
        * include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
3890
        used by tuple header.
3891
        (ref): Ditto.
3892
        (cref): Ditto.
3893
        * include/tr1/repeat.h: Add bind-specific repetition macros.
3894
        * include/tr1/tuple: Use reference_wrapper forwarding header for
3895
        initial definitions, then include  at the end, to
3896
        make the circular dependencies work.
3897
        (tie): Support zero-argument tie() function.
3898
        * testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
3899
        bind() functionality with parameters bound.
3900
        * testsuite/tr1/3_function_objects/bind/nested.cc: New test of
3901
        nested bind() expressions.
3902
        * testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
3903
        of bind() placeholders.
3904
        * testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
3905
        with arguments bound via reference_wrapper<>.
3906
        * scripts/gen_includers.pl: Generate the repetitive part of
3907
        include/tr1/repeat.h.
3908
        * scripts/gen_bind_includers.pl: Generate the repetitive part of
3909
        include/tr1/bind_repeat.h.
3910
 
3911
2005-03-30  Aaron W. LaFramboise  
3912
 
3913
        * testsuite/Makefile.am (CXX): Use ${SHELL}.
3914
        (GLIBCXX_INCLUDES): Same.
3915
        (AM_CXXFLAGS): Same.
3916
        * testsuite/Makefile.in: Regenerate.
3917
 
3918
2005-03-25  Mark Mitchell  
3919
 
3920
        * testsuite/lib/libstdc++.exp (libstdc++_init): Define LOCALEDIR
3921
        when testing an installed compiler.
3922
 
3923
        * testsuite/lib/libstdc++.exp (v3-build_support): Pass -w when
3924
        compiling support objects.
3925
 
3926
2005-03-24  Benjamin Kosnik  
3927
 
3928
        * include/tr1/memory: Forward to...
3929
        * include/tr1/boost_shared_ptr.h: ...here. Add Boost Software License.
3930
        * include/Makefile.am (tr1_headers): Add boost_shared_ptr.h.
3931
        * include/Makefile.in: Regenerate.
3932
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
3933
        auto_ptr_neg.cc: Adjust line numbers.
3934
 
3935
2005-03-23  Mark Mitchell  
3936
 
3937
        * testsuite/Makefile.am (all-local): Do not build testsuite_files.
3938
        * testsuite/Makefile.in: Regenerated.
3939
 
3940
2005-03-23  Benjamin Kosnik  
3941
 
3942
        * acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies
3943
        using _GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_USE_C99_MATH, and
3944
        _GLIBCXX_USE_C99_WCHAR.
3945
        Remove GLIBCXX_ENABLE_C_MBCHAR, consolidate in GLIBCXX_ENABLE_C99
3946
        and GLIBCXX_ENABLE_WCHAR_T.
3947
        Take C99 bits from GLIBCXX_CHECK_WCHAR_T_SUPPORT and put in
3948
        GLIBCXX_ENABLE_C99.
3949
        Change remaining parts of GLIBCXX_CHECK_WCHAR_T_SUPPORT to
3950
        GLIBCXX_CHECK_ICONV_SUPPORT.
3951
        * configure.ac: Remove GLIBCXX_ENABLE_C_MBCHAR, use
3952
        GLIBCXX_CHECK_ICONV_SUPPORT and GLIBCXX_ENABLE_WCHAR_T.
3953
        * crossconfig.m4: Same.
3954
        * acconfig.h: Same, adjust comments.
3955
        * config.h.in: Regenerate.
3956
        * configure: Regenerate.
3957
        * docs/html/configopts.html: Change --enable-c-mbchar to
3958
        --enable-wchar_t.
3959
 
3960
        * config/locale/gnu/c++locale_internal.h: Guard wide functions
3961
        with _GLIBCXX_USE_WCHAR_T.
3962
        * include/c_std/std_cwctype.h: Alphabetize, remove duplicates.
3963
        * include/c_std/std_cstdio.h: Spacing.
3964
 
3965
        * config/locale/gnu/c_locale.h: Tweaks for unused warnings.
3966
        * src/debug.cc: Same.
3967
 
3968
2005-03-23  Mark Mitchell  
3969
 
3970
        * testsuite/libstdc++-dg/normal.exp: Read testsuite_files, if it
3971
        exists.
3972
 
3973
        * testsuite/lib/libstdc++.exp (libstdc++_wchar_t): Rename to ...
3974
        (v3-wchar_t): ... this.
3975
        (libstdc++_threads): Rename to ...
3976
        (v3-threads): ... this.
3977
        (libstdc++_test_objs): Rename to ...
3978
        (v3-test_objs): ... this.
3979
        (libstdc++_build_support): Rename to ...
3980
        (v3-build_support): ... this.
3981
        * testsuite/libstdc++-dg/normal.exp: Adjust to use new names.
3982
 
3983
        * testsuite/lib/libstdc++.exp (libstdc++_init): Improve handling
3984
        of compilers not in the build directory.
3985
        (libstdc++_wchar_t): New variable.
3986
        (libstdc++_threads): Likewise.
3987
        (libstdc++_test_objs): Likewise.
3988
        (v3_target_compile): Use libstdc++_test_objs.
3989
        (v3-list-tests): Remove.
3990
        (listdc++_build_support): New function.
3991
        * testsuite/libstdc++-dg/normal.exp: Rework to dynamically
3992
        generate list of tests.
3993
 
3994
2005-03-21  Chris Jefferson  
3995
 
3996
        PR libstdc++/20577
3997
        * include/bits/stl_algobase.h (iter_swap): Only delegate iter_swap
3998
        to swap when the iterator's reference_type is a reference to its
3999
        value_type.
4000
        * testsuite/25_algorithms/iter_swap/20577.cc: New.
4001
 
4002
2005-03-21  Zack Weinberg  
4003
 
4004
        * acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic.
4005
        (GLIBCXX_EXPORT_INSTALL_INFO): Adjust quotation so ${gcc_version}
4006
        is expanded by the Makefiles, not by configure.
4007
        * fragment.am: Set gcc_version.
4008
        * libmath/Makefile.am: Likewise.
4009
        * configure, Makefile.in, include/Makefile.in, libmath/Makefile.in
4010
        * libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in
4011
        * testsuite/Makefile.in: Regenerate.
4012
 
4013
2005-03-16  Paolo Carlini  
4014
 
4015
        * testsuite/20_util/functional/binders.cc: Remove explicit
4016
        instantiations for non-weak systems.
4017
        * testsuite/20_util/memory/allocator/1.cc: Likewise.
4018
        * testsuite/20_util/memory/allocator/10378.cc: Likewise.
4019
        * testsuite/20_util/memory/allocator/10416.cc: Likewise.
4020
        * testsuite/20_util/memory/allocator/8230.cc: Likewise.
4021
        * testsuite/20_util/utility/rel_ops.cc: Likewise.
4022
        * testsuite/22_locale/ctype/is/char/2.cc: Likewise.
4023
        * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
4024
        * testsuite/23_containers/deque/cons/1.cc: Likewise.
4025
        * testsuite/23_containers/deque/cons/2.cc: Likewise.
4026
        * testsuite/23_containers/deque/invalidation/1.cc: Likewise.
4027
        * testsuite/23_containers/deque/invalidation/2.cc: Likewise.
4028
        * testsuite/23_containers/deque/invalidation/3.cc: Likewise.
4029
        * testsuite/23_containers/deque/invalidation/4.cc: Likewise.
4030
        * testsuite/23_containers/deque/modifiers/swap.cc: Likewise.
4031
        * testsuite/23_containers/deque/operators/1.cc: Likewise.
4032
        * testsuite/23_containers/list/capacity/1.cc: Likewise.
4033
        * testsuite/23_containers/list/cons/1.cc: Likewise.
4034
        * testsuite/23_containers/list/cons/2.cc: Likewise.
4035
        * testsuite/23_containers/list/cons/3.cc: Likewise.
4036
        * testsuite/23_containers/list/cons/4.cc: Likewise.
4037
        * testsuite/23_containers/list/cons/5.cc: Likewise.
4038
        * testsuite/23_containers/list/cons/6.cc: Likewise.
4039
        * testsuite/23_containers/list/cons/7.cc: Likewise.
4040
        * testsuite/23_containers/list/cons/8.cc: Likewise.
4041
        * testsuite/23_containers/list/cons/9.cc: Likewise.
4042
        * testsuite/23_containers/list/invalidation/1.cc: Likewise.
4043
        * testsuite/23_containers/list/invalidation/2.cc: Likewise.
4044
        * testsuite/23_containers/list/invalidation/3.cc: Likewise.
4045
        * testsuite/23_containers/list/invalidation/4.cc: Likewise.
4046
        * testsuite/23_containers/list/modifiers/1.cc: Likewise.
4047
        * testsuite/23_containers/list/modifiers/2.cc: Likewise.
4048
        * testsuite/23_containers/list/modifiers/3.cc: Likewise.
4049
        * testsuite/23_containers/list/operators/1.cc: Likewise.
4050
        * testsuite/23_containers/list/operators/2.cc: Likewise.
4051
        * testsuite/23_containers/list/operators/3.cc: Likewise.
4052
        * testsuite/23_containers/list/operators/4.cc: Likewise.
4053
        * testsuite/23_containers/map/insert/1.cc: Likewise.
4054
        * testsuite/23_containers/map/invalidation/1.cc: Likewise.
4055
        * testsuite/23_containers/map/invalidation/2.cc: Likewise.
4056
        * testsuite/23_containers/map/modifiers/swap.cc: Likewise.
4057
        * testsuite/23_containers/map/operators/1.cc: Likewise.
4058
        * testsuite/23_containers/multimap/invalidation/1.cc: Likewise.
4059
        * testsuite/23_containers/multimap/invalidation/2.cc: Likewise.
4060
        * testsuite/23_containers/multimap/modifiers/swap.cc: Likewise.
4061
        * testsuite/23_containers/multiset/insert/1.cc: Likewise.
4062
        * testsuite/23_containers/multiset/insert/2.cc: Likewise.
4063
        * testsuite/23_containers/multiset/invalidation/1.cc: Likewise.
4064
        * testsuite/23_containers/multiset/invalidation/2.cc: Likewise.
4065
        * testsuite/23_containers/multiset/modifiers/swap.cc: Likewise.
4066
        * testsuite/23_containers/priority_queue/members/7161.cc: Likewise.
4067
        * testsuite/23_containers/queue/members/7157.cc: Likewise.
4068
        * testsuite/23_containers/set/insert/1.cc: Likewise.
4069
        * testsuite/23_containers/set/invalidation/1.cc: Likewise.
4070
        * testsuite/23_containers/set/invalidation/2.cc: Likewise.
4071
        * testsuite/23_containers/set/modifiers/swap.cc: Likewise.
4072
        * testsuite/23_containers/stack/members/7158.cc: Likewise.
4073
        * testsuite/23_containers/vector/bool/6886.cc: Likewise.
4074
        * testsuite/23_containers/vector/capacity/1.cc: Likewise.
4075
        * testsuite/23_containers/vector/capacity/8230.cc: Likewise.
4076
        * testsuite/23_containers/vector/cons/1.cc: Likewise.
4077
        * testsuite/23_containers/vector/cons/2.cc: Likewise.
4078
        * testsuite/23_containers/vector/cons/3.cc: Likewise.
4079
        * testsuite/23_containers/vector/cons/6513.cc: Likewise.
4080
        * testsuite/23_containers/vector/element_access/1.cc: Likewise.
4081
        * testsuite/23_containers/vector/invalidation/1.cc: Likewise.
4082
        * testsuite/23_containers/vector/invalidation/2.cc: Likewise.
4083
        * testsuite/23_containers/vector/invalidation/3.cc: Likewise.
4084
        * testsuite/23_containers/vector/invalidation/4.cc: Likewise.
4085
        * testsuite/23_containers/vector/modifiers/1.cc: Likewise.
4086
        * testsuite/23_containers/vector/modifiers/2.cc: Likewise.
4087
        * testsuite/23_containers/vector/modifiers/swap.cc: Likewise.
4088
        * testsuite/23_containers/vector/resize/1.cc: Likewise.
4089
        * testsuite/24_iterators/back_insert_iterator.cc: Likewise.
4090
        * testsuite/24_iterators/front_insert_iterator.cc: Likewise.
4091
        * testsuite/24_iterators/insert_iterator.cc: Likewise.
4092
        * testsuite/24_iterators/iterator.cc: Likewise.
4093
        * testsuite/25_algorithms/copy/1.cc: Likewise.
4094
        * testsuite/25_algorithms/copy/2.cc: Likewise.
4095
        * testsuite/25_algorithms/copy/3.cc: Likewise.
4096
        * testsuite/25_algorithms/copy/4.cc: Likewise.
4097
        * testsuite/25_algorithms/equal.cc: Likewise.
4098
        * testsuite/25_algorithms/fill/1.cc: Likewise.
4099
        * testsuite/25_algorithms/fill/2.cc: Likewise.
4100
        * testsuite/25_algorithms/min_max.cc: Likewise.
4101
        * testsuite/25_algorithms/rotate.cc: Likewise.
4102
        * testsuite/25_algorithms/unique/1.cc: Likewise.
4103
        * testsuite/25_algorithms/unique/2.cc: Likewise.
4104
        * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise.
4105
        * testsuite/ext/concept_checks.cc: Likewise.
4106
        * testsuite/ext/hash_map/1.cc: Likewise.
4107
        * testsuite/ext/hash_set/1.cc: Likewise.
4108
        * testsuite/ext/rope/1.cc: Likewise.
4109
        * testsuite/ext/rope/2.cc: Likewise.
4110
        * testsuite/ext/rope/3.cc: Likewise.
4111
        * testsuite/thread/pthread1.cc: Likewise.
4112
        * testsuite/thread/pthread4.cc: Likewise.
4113
        * testsuite/thread/pthread5.cc: Likewise.
4114
        * testsuite/thread/pthread6.cc: Likewise.
4115
        * testsuite/thread/pthread7-rope.cc: Likewise.
4116
 
4117
2005-03-15  Zack Weinberg  
4118
 
4119
        * include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc
4120
        subdirectory.  Generate #define of __GLIBCXX__ from contents of
4121
        that file.
4122
        * include/Makefile.in: Regenerate.
4123
        * include/bits/c++config: Do not define __GLIBCXX__.
4124
 
4125
2005-03-15  Paolo Carlini  
4126
 
4127
        PR libstdc++/20352
4128
        * include/std/std_complex.h (pow(const complex<_Tp>&,
4129
        const _Tp&)): On non-c99 platforms, don't try to compute
4130
        log of complex zero.
4131
 
4132
2005-03-10  Ben Elliston  
4133
 
4134
        * testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
4135
        on GNU/Linux.
4136
 
4137
2005-03-07  Paolo Carlini  
4138
 
4139
        * include/tr1/type_traits (is_polymorphic): Don't forget
4140
        the virtual destructor, thus avoiding warnings.
4141
        * testsuite/testsuite_tr1.h (class AbstractClass,
4142
        class PolymorphicClass): Likewise.
4143
 
4144
2005-03-07  Paolo Carlini  
4145
 
4146
        * include/std/std_complex.h (pow(const complex<_Tp>&,
4147
        const complex<_Tp>&)): Dispatch to either __complex_pow(__x.__rep(),
4148
        __y.__rep()) or __complex_pow(__x, __y) depending on the macro
4149
        _GLIBCXX_USE_C99_COMPLEX.
4150
 
4151
2005-03-07  Paolo Carlini  
4152
 
4153
        * include/std/std_fstream.h (basic_fstream<>::open,
4154
        basic_ifstream<>::open, basic_ofstream<>::open): Implement the
4155
        resolution of DR 409 [Ready], call clear() on success.
4156
        * docs/html/ext/howto.html: Add an entry for DR 409.
4157
        * docs/html/faq/index.html (4_4): Clarify the new behavior.
4158
        * testsuite/27_io/basic_ifstream/open/char/1.cc: Adjust.
4159
        * testsuite/27_io/basic_ofstream/open/char/1.cc: Likewise.
4160
 
4161
2005-03-05  Joseph S. Myers  
4162
 
4163
        * testsuite/22_locale/collate/compare/wchar_t/2.cc,
4164
        testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc,
4165
        testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc,
4166
        testsuite/22_locale/collate/hash/wchar_t/2.cc,
4167
        testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc,
4168
        testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc,
4169
        testsuite/22_locale/collate/transform/wchar_t/2.cc,
4170
        testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc,
4171
        testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
4172
        XFAIL on *-*-hpux11.23.
4173
 
4174
2005-03-04  Paolo Carlini  
4175
 
4176
        * include/tr1/type_traits: Add is_base_of.
4177
        * testsuite/tr1/4_metaprogramming/relationships_between_types/
4178
        is_base_of/is_base_of.cc: New.
4179
        * testsuite/tr1/4_metaprogramming/relationships_between_types/
4180
        is_base_of/typedefs.cc: Likewise.
4181
 
4182
2005-03-03  Benjamin Kosnik  
4183
 
4184
        * include/tr1/functional: Convert relative path.
4185
 
4186
        * docs/doxygen/user.cfg.in: Add tr1 includes.
4187
 
4188
2005-03-03  Paolo Carlini  
4189
 
4190
        * include/tr1/type_traits: Implemenet is_polymorphic.
4191
        (is_empty): Minor tweaks.
4192
        * testsuite/testsuite_tr1.h: Add test types.
4193
        * testsuite/tr1/4_metaprogramming/type_properties/
4194
        is_polymorphic/is_polymorphic.cc: New.
4195
        * testsuite/tr1/4_metaprogramming/type_properties/
4196
        is_polymorphic/typedefs.cc: Likewise.
4197
        * testsuite/tr1/4_metaprogramming/composite_type_traits/
4198
        is_union_or_class/is_union_or_class.cc: Add tests.
4199
 
4200
2005-03-02  Douglas Gregor  
4201
 
4202
        * include/tr1/functional (_Has_result_type): Cleanup.
4203
        (_Result_of_impl): Handle member data pointers correctly.
4204
        (reference_wrapper): Support invocation.
4205
        Move repetition code into new file include/tr1/repeat.h.
4206
        * include/tr1/functional_iterate.h (reference_wrapper): Support
4207
        invocation.  Cleanup long lines.
4208
        * include/tr1/ref_wrap_iterate.h (reference_wrapper): Declare
4209
        invocation operators.
4210
        * include/tr1/repeat.h: Code repetition header.
4211
        * include/Makefile.am: Add ref_wrap_iterate.h, repeat.h.
4212
        * include/Makefile.in: Add ref_wrap_iterate.h, repeat.h.
4213
        * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
4214
        New test of reference_wrapper invocation.
4215
        * testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc:
4216
        New test of reference_wrapper typedefs and base classes.
4217
        * testsuite/tr1/3_function_objects/result_of.cc: Trivial cleanup
4218
        (e-mail address).
4219
 
4220
2005-03-02  Douglas Gregor  
4221
 
4222
        * include/tr1/function (result_of): New class template.
4223
        * include/tr1/functional/iterator.h: Implementation of TR1
4224
        result_of.
4225
        * testsuite/tr1/3_function_objects/result_of.cc: New test
4226
 
4227
2005-03-01  Vladimir Merzliakov  
4228
 
4229
        * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak.
4230
 
4231
2005-02-28  Benjamin Kosnik  
4232
 
4233
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/
4234
        cons/auto_ptr_neg.cc: Correct line numbers.
4235
 
4236
        * testsuite/testsuite_abi.cc: Add CXXABI_1.3.1.
4237
 
4238
2005-02-28  Jonathan Wakely  
4239
 
4240
        * include/tr1/memory: Replace checked_deleter with (unchecked)
4241
        _Sp_deleter as GCC warns about delete on incomplete types anyway.
4242
 
4243
2005-02-28  Jonathan Wakely  
4244
 
4245
        * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
4246
 
4247
2005-02-28  Hans-Peter Nilsson  
4248
 
4249
        PR target/19065
4250
        * config/cpu/cris/atomicity.h (__exchange_and_add): In asm, use
4251
        'Q' constraint, not 'm'.
4252
 
4253
2005-02-26  Earl Chew  
4254
            Christopher Jefferson  
4255
 
4256
        * include/bits/stl_tree.h (_Rb_tree<>::_M_insert): Don't leak
4257
        memory if _M_key_compare throws.
4258
 
4259
2005-02-25  Paolo Carlini  
4260
 
4261
        * include/tr1/type_traits: Add the trivial is_union and is_class;
4262
        add the __is_union_or_class extension.
4263
        (is_enum, is_empty): Use the latter.
4264
        * include/tr1/type_traits_fwd.h: Add __is_union_or_class.
4265
        * testsuite/testsuite_tr1.h: Add UnionType; trivial formatting
4266
        fixes.
4267
        * testsuite/tr1/4_metaprogramming/composite_type_traits/
4268
        is_union_or_class/is_union_or_class.cc: New.
4269
        * testsuite/tr1/4_metaprogramming/composite_type_traits/
4270
        is_union_or_class/typedefs.cc: Likewise.
4271
 
4272
2005-02-24  Benjamin Kosnik  
4273
 
4274
        * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Guard
4275
        wchar_t use with _GLIBCXX_USE_WCHAR_T.
4276
 
4277
2005-02-24  Benjamin Kosnik  
4278
 
4279
        * include/std/std_complex.h: _GLIBCXX_USE_C99_COMPLEX_MATH to
4280
        _GLIBCXX_USE_C99_COMPLEX.
4281
        * acinclude.m4: Same.
4282
        * acconfig.h: Same.
4283
        * configure: Regenerate.
4284
        * config.h.in: Same.
4285
 
4286
2005-02-24  Paolo Carlini  
4287
 
4288
        * include/tr1/functional (mem_fn): Avoid _T, badname on
4289
        Darwin.
4290
 
4291
2005-02-23  Douglas Gregor  
4292
 
4293
        * include/tr1/functional (function): New class template.
4294
        (mem_fn): New function template.
4295
        Implementations of TR1 function and mem_fn facilities.
4296
        * include/tr1/functional_iterate.h: Implementations of TR1
4297
        function and mem_fn facilities.
4298
        * testsuite/tr1/3_function_objects/function/1.cc: New
4299
        test of std::tr1::function.
4300
        * testsuite/tr1/3_function_objects/function/2.cc: New
4301
        test of std::tr1::function.
4302
        * testsuite/tr1/3_function_objects/function/3.cc: New
4303
        test of std::tr1::function.
4304
        * testsuite/tr1/3_function_objects/function/4.cc: New
4305
        test of std::tr1::function.
4306
        * testsuite/tr1/3_function_objects/function/5.cc: New
4307
        test of std::tr1::function.
4308
        * testsuite/tr1/3_function_objects/function/6.cc: New
4309
        test of std::tr1::function.
4310
        * testsuite/tr1/3_function_objects/function/7.cc: New
4311
        test of std::tr1::function.
4312
        * testsuite/tr1/3_function_objects/function/8.cc: New
4313
        test of std::tr1::function.
4314
        * testsuite/tr1/3_function_objects/function/9.cc: New
4315
        test of std::tr1::function.
4316
        * testsuite/tr1/3_function_objects/mem_fn.cc: New test of
4317
        std::tr1::mem_fn.
4318
 
4319
2005-02-23  Paolo Carlini  
4320
 
4321
        * include/tr1/type_traits: Implement is_convertible.
4322
        * testsuite/tr1/4_metaprogramming/relationships_between_types/
4323
        is_convertible/is_convertible.cc: New.
4324
        * testsuite/tr1/4_metaprogramming/relationships_between_types/
4325
        is_convertible/typedefs.cc: Likewise.
4326
        * testsuite/testsuite_tr1.h: Add class DerivedType.
4327
 
4328
        * include/tr1/type_traits (is_function): Don't mistake references
4329
        to function types for function types.
4330
        * testsuite/tr1/4_metaprogramming/primary_type_categories/
4331
        is_function/is_function.cc: Add testcase.
4332
 
4333
2005-02-22  Benjamin Kosnik  
4334
 
4335
        * scripts/check_performance: Tweaks.
4336
 
4337
        * testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc: Name
4338
        output file with extension that clean rules can find.
4339
 
4340
2005-02-22  Richard Henderson  
4341
 
4342
        PR libstdc++/20091
4343
        * libsupc++/eh_catch.cc (__cxa_begin_catch): Don't special case
4344
        decrement of uncaughtExceptions for rethrow.
4345
 
4346
2005-02-22  Paolo Carlini  
4347
 
4348
        * include/tr1/functional: Fix License to GPL with exception.
4349
        * include/tr1/hashtable: Likewise.
4350
        * include/tr1/tuple: Likewise.
4351
        * include/tr1/type_traits: Likewise.
4352
        * include/tr1/type_traits_fwd.h: Likewise.
4353
        * include/tr1/unordered_map: Likewise.
4354
        * include/tr1/unordered_set: Likewise.
4355
        * include/tr1/utility: Likewise.
4356
 
4357
2005-02-22  Paolo Carlini  
4358
 
4359
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
4360
        auto_ptr_neg.cc: Add missing dg-do compile directive.
4361
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
4362
        auto_ptr_rvalue_neg.cc: Likewise.
4363
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
4364
        shared_ptr_neg.cc: Likewise.
4365
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
4366
        auto_ptr_neg.cc: Likewise.
4367
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
4368
        reset_neg.cc: Likewise.
4369
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
4370
        swap_neg.cc: Likewise.
4371
 
4372
2005-02-22  Jonathan Wakely  
4373
 
4374
        * include/Makefile.am, include/Makefile.in: Fix accidental extra
4375
        change from previous commit.
4376
 
4377
2005-02-21  Jonathan Wakely  
4378
 
4379
        * include/tr1/memory: New file.
4380
        * include/Makefile.am, include/Makefile.in: Add new TR1 header.
4381
        * testsuite/tr1/2_general_utilities/memory/
4382
        enable_shared_from_this/not_shared.cc: New test.
4383
        * testsuite/tr1/2_general_utilities/memory/
4384
        enable_shared_from_this/not_shared2.cc: New test.
4385
        * testsuite/tr1/2_general_utilities/memory/
4386
        enable_shared_from_this/not_shared3.cc: New test.
4387
        * testsuite/tr1/2_general_utilities/memory/
4388
        enable_shared_from_this/shared.cc: New test.
4389
        * testsuite/tr1/2_general_utilities/memory/
4390
        enable_shared_from_this/still_shared.cc: New test.
4391
        * testsuite/tr1/2_general_utilities/memory/
4392
        shared_ptr/assign/assign.cc: New test.
4393
        * testsuite/tr1/2_general_utilities/memory/
4394
        shared_ptr/assign/auto_ptr.cc: New test.
4395
        * testsuite/tr1/2_general_utilities/memory/
4396
        shared_ptr/assign/auto_ptr_neg.cc: New test.
4397
        * testsuite/tr1/2_general_utilities/memory/
4398
        shared_ptr/assign/auto_ptr_rvalue_neg.cc: New test.
4399
        * testsuite/tr1/2_general_utilities/memory/
4400
        shared_ptr/assign/shared_ptr.cc: New test.
4401
        * testsuite/tr1/2_general_utilities/memory/
4402
        shared_ptr/assign/shared_ptr_neg.cc: New test.
4403
        * testsuite/tr1/2_general_utilities/memory/
4404
        shared_ptr/comparison/cmp.cc: New test.
4405
        * testsuite/tr1/2_general_utilities/memory/
4406
        shared_ptr/cons/auto_ptr.cc: New test.
4407
        * testsuite/tr1/2_general_utilities/memory/
4408
        shared_ptr/cons/auto_ptr_neg.cc: New test.
4409
        * testsuite/tr1/2_general_utilities/memory/
4410
        shared_ptr/cons/copy.cc: New test.
4411
        * testsuite/tr1/2_general_utilities/memory/
4412
        shared_ptr/cons/default.cc: New test.
4413
        * testsuite/tr1/2_general_utilities/memory/
4414
        shared_ptr/cons/pointer.cc: New test.
4415
        * testsuite/tr1/2_general_utilities/memory/
4416
        shared_ptr/cons/weak_ptr.cc: New test.
4417
        * testsuite/tr1/2_general_utilities/memory/
4418
        shared_ptr/cons/weak_ptr_expired.cc: New test.
4419
        * testsuite/tr1/2_general_utilities/memory/
4420
        shared_ptr/dest/dest.cc: New test.
4421
        * testsuite/tr1/2_general_utilities/memory/
4422
        shared_ptr/misc/io.cc: New test.
4423
        * testsuite/tr1/2_general_utilities/memory/
4424
        shared_ptr/misc/swap.cc: New test.
4425
        * testsuite/tr1/2_general_utilities/memory/
4426
        shared_ptr/modifiers/reset.cc: New test.
4427
        * testsuite/tr1/2_general_utilities/memory/
4428
        shared_ptr/modifiers/reset_neg.cc: New test.
4429
        * testsuite/tr1/2_general_utilities/memory/
4430
        shared_ptr/modifiers/swap.cc: New test.
4431
        * testsuite/tr1/2_general_utilities/memory/
4432
        shared_ptr/modifiers/swap_neg.cc: New test.
4433
        * testsuite/tr1/2_general_utilities/memory/
4434
        shared_ptr/observers/bool_conv.cc: New test.
4435
        * testsuite/tr1/2_general_utilities/memory/
4436
        shared_ptr/observers/get.cc: New test.
4437
        * testsuite/tr1/2_general_utilities/memory/
4438
        shared_ptr/observers/unique.cc: New test.
4439
        * testsuite/tr1/2_general_utilities/memory/
4440
        shared_ptr/observers/use_count.cc: New test.
4441
 
4442
2005-02-21  Paolo Carlini  
4443
 
4444
        * include/tr1/type_traits (is_member_function_pointer):
4445
        Remove ugly workaround for c++/19076.
4446
 
4447
2005-02-21  Paolo Carlini  
4448
 
4449
        * include/bits/basic_string.tcc (_Rep::_M_destroy): Don't
4450
        check for this == &_S_empty_rep, it's always false, here.
4451
 
4452
2005-02-19  Matt Austern  
4453
 
4454
        * include/tr1/functional (tr1_hashtable_define_trivial_hash): Make
4455
        hash::operator() a const member function for T a fundamental type
4456
        * include/tr1/hashtable (extract1st::operator()): Declare const.
4457
        (hash_code_base): Declare all member functions const
4458
        (hashtable::find): fix call to this->bucket_count()
4459
        (hashtable::count): Likewise.
4460
        (hashtable::equal_range): m_incr_bucket applies to iterator, not node.
4461
        * testsuite/tr1/6_containers/unordered/find/set1.cc: New test.
4462
        * testsuite/tr1/6_containers/unordered/find/map1.cc: New test.
4463
        * testsuite/tr1/6_containers/unordered/find/multimap1.cc: New test.
4464
        * testsuite/tr1/6_containers/unordered/find/multiset1.cc: New test.
4465
 
4466
2005-02-19  Hans-Peter Nilsson  
4467
 
4468
        PR libstdc++/20071
4469
        * include/tr1/functional (hash): Wrap in #ifdef
4470
        _GLIBCXX_USE_WCHAR_T.
4471
 
4472
2005-02-18  Richard Henderson  
4473
 
4474
        PR libstdc++/10606
4475
        * config/linker-map.gnu (CXXABI_1.3.1): Add __cxa_get_exception_ptr.
4476
        * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Increment
4477
        uncaughtExceptions here instead of ...
4478
        * libsupc++/eh_throw.cc (__cxa_throw) ... here.
4479
        (__cxa_rethrow): Increment uncaughtExceptions here instead of ...
4480
        * libsupc++/eh_catch.cc (__cxa_end_catch): ... here.
4481
        (__cxa_get_exception_ptr): New.
4482
        * libsupc++/unwind-cxx.h (__cxa_get_exception_ptr): Declare.
4483
 
4484
2005-02-18  Matt Austern  
4485
 
4486
        * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: Fix
4487
        test case to use assignment instead of ==
4488
        * testsuite/tr1/6_containers/unordered/insert/map_range.cc: New test.
4489
        * testsuite/tr1/6_containers/unordered/insert/multimap_range.cc: New test.
4490
        * testsuite/tr1/6_containers/unordered/insert/multiset_range.cc: New test.
4491
        * testsuite/tr1/6_containers/unordered/insert/set_range.cc: New test.
4492
 
4493
2005-02-18  Eric Botcazou  
4494
 
4495
        * testsuite/thread/pthread1.cc: Do not invoke pthread_setconcurrency
4496
        on Solaris 2.6 and below.
4497
        * testsuite/thread/pthread2.cc: Likewise.
4498
        * testsuite/thread/pthread3.cc: Likewise.
4499
        * testsuite/thread/pthread4.cc: Likewise.
4500
        * testsuite/thread/pthread5.cc: Likewise.
4501
        * testsuite/thread/pthread6.cc: Likewise.
4502
        * testsuite/thread/pthread7-rope.cc: Likewise.
4503
 
4504
2005-02-17  Matt Austern  
4505
 
4506
        * include/tr1/functional (hash): New function object.
4507
        * include/tr1/hashtable: New file.
4508
        * include/tr1/unordered_set: New file.
4509
        * include/tr1/unordered_map: New file.
4510
        * include/Makefile.am: Add three new TR1 headers.
4511
        * include/Makefile.in: Likewise.
4512
        * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: New test.
4513
        * testsuite/tr1/6_containers/unordered/insert/map_single.cc: New test.
4514
        * testsuite/tr1/6_containers/unordered/insert/multimap_single.cc: New test.
4515
        * testsuite/tr1/6_containers/unordered/insert/multiset_single.cc: New test.
4516
        * testsuite/tr1/6_containers/unordered/insert/set_single.cc: New test.
4517
        * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: New test.
4518
        * testsuite/tr1/6_containers/unordered/instantiate/map.cc: New test.
4519
        * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc: New test.
4520
        * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc: New test.
4521
        * testsuite/tr1/6_containers/unordered/instantiate/set.cc: New test.
4522
 
4523
2005-02-16  Paolo Carlini  
4524
 
4525
        * testsuite/23_containers/set/modifiers/16728.cc:
4526
        Remove redundant include .
4527
 
4528
2005-02-16  Paolo Carlini  
4529
 
4530
        PR libstdc++/19829
4531
        * testsuite/21_strings/basic_string/find/char/3.cc: Fix the test
4532
        at line #66 to not access str_lit01 beyond its end.
4533
        * testsuite/21_strings/basic_string/find/wchar_t/3.cc: Likewise.
4534
 
4535
2005-02-15  Paolo Carlini  
4536
            Jon Grimm  
4537
 
4538
        PR libstdc++/19955
4539
        * include/bits/locale_facets.h (ctype::_M_narrow_init()):
4540
        Fix the logic setting _M_narrow_ok: first check whether the
4541
        transformation is trivial with a dflt == 0, then deal with the
4542
        special case of zero.
4543
        * testsuite/22_locale/ctype/narrow/char/19955.cc: New.
4544
 
4545
        * include/bits/locale_facets.h (ctype::_M_widen_init()):
4546
        Tweak consistently to use memcmp; minor formatting fixes.
4547
 
4548
2005-02-15  Jakub Jelinek  
4549
 
4550
        PR libstdc++/19946
4551
        * testsuite/demangle/abi_examples/01.cc (main): Adjust for 2005-02-13
4552
        demangler change.
4553
        * testsuite/demangle/abi_examples/02.cc (main): Likewise.
4554
 
4555
2005-02-13  Richard Guenther  
4556
            Paolo Carlini  
4557
 
4558
        PR libstdc++/11706
4559
        * include/c_std/std_cmath.h (pow): Use __builtin_powi[lf]
4560
        for integer overloads.
4561
 
4562
        * testsuite/26_numerics/cmath/powi.cc: New.
4563
 
4564
2005-02-11  Janis Johnson  
4565
 
4566
        * testsuite/26_numerics/complex/13450.cc: Fix XFAIL selector.
4567
        * testsuite/26_numerics/complex/complex_value.cc: Ditto.
4568
        * testsuite/26_numerics/complex/pow.cc: Ditto.
4569
 
4570
        * testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
4571
        * testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
4572
        * testsuite/26_numerics/complex/complex_value.cc: Ditto.
4573
        * testsuite/26_numerics/complex/pow.cc: Ditto.
4574
 
4575
2005-02-09  Mike Stump  
4576
 
4577
        * libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.
4578
 
4579
2005-02-09  Janis Johnson  
4580
 
4581
        * testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*.
4582
 
4583
2005-02-08  Mark Mitchell  
4584
 
4585
        * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
4586
 
4587
2005-02-07  Loren J. Rittle  
4588
 
4589
        * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static.
4590
        * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc: Make ref and
4591
        src static.
4592
 
4593
2005-02-02  Brad Spencer  
4594
 
4595
        * debug.html: Fix broken tags.
4596
        * documentation.html: Same.
4597
 
4598
2005-02-02  Andreas Jaeger  
4599
 
4600
        * testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch
4601
        from 2005-01-28.
4602
        * testsuite/Makefile.am: Likewise.
4603
        * testsuite/Makefile.in: Likewise.
4604
 
4605
2005-02-01  Paolo Carlini  
4606
 
4607
        * include/bits/cpp_type_traits.h: Rename _M_type fields to
4608
        __value, except for __enable_if, _M_type -> __type, consistently
4609
        with the other traits.
4610
        * include/bits/stl_algobase.h: Tweak consistently.
4611
        * include/bits/stl_tree.h: Likewise.
4612
        * include/bits/valarray_array.h: Likewise.
4613
        * include/c_std/std_cmath.h: Likewise.
4614
        * include/debug/safe_iterator.h: Likewise.
4615
        * include/std/std_complex.h: Likewise.
4616
 
4617
2005-01-31  Brad Spencer  
4618
 
4619
        * crossconfig.m4: Repair Solaris cross bits for strtold and strtof.
4620
        * configure: Regenerated.
4621
 
4622
2005-01-31  Mark Mitchell  
4623
 
4624
        * include/std/std_limits.h (numeric_limits::has_denorm):
4625
        Add required cast.
4626
        (numeric_limits::has_denorm): Likewise.
4627
        (numeric_limits::has_denorm): Likewise.
4628
 
4629
2005-01-31  Paolo Carlini  
4630
            Gabriel Dos Reis  
4631
 
4632
        * include/bits/cpp_type_traits.h: Add types to the structs thus
4633
        making type_traits.h redundant; exploit new __truth_type and
4634
        __traitor helpers.
4635
        * include/bits/type_traits.h: Remove.
4636
        * include/Makefile.am: Update.
4637
        * include/Makefile.in: Regenerate.
4638
        * include/backward/tempbuf.h: Include cpp_type_traits.h instead.
4639
        * include/bits/basic_string.h (replace(iterator, iterator,
4640
        _InputIterator, _InputIterator), _S_construct(_InIterator,
4641
        _InIterator, const _Alloc&)): Use __is_integer instead.
4642
        * include/bits/stl_bvector.h (vector(_InputIterator,
4643
        _InputIterator, const allocator_type&), assign(_InputIterator,
4644
        _InputIterator), insert(iterator, _InputIterator, _InputIterator)):
4645
        Likewise.
4646
        * include/bits/stl_construct.h (_Destroy(_ForwardIterator,
4647
        _ForwardIterator)): Use __is_scalar.
4648
        * include/bits/stl_deque.h (deque(_InputIterator, _InputIterator,
4649
        const allocator_type&), assign(_InputIterator, _InputIterator),
4650
        insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
4651
        * include/bits/stl_list.h (assign(_InputIterator, _InputIterator),
4652
        insert(iterator, _InputIterator, _InputIterator)): Likewise.
4653
        * include/bits/stl_tempbuf.h (_Temporary_buffer(_ForwardIterator,
4654
        _ForwardIterator)): Use __is_scalar.
4655
        * include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator,
4656
        _InputIterator, _ForwardIterator), uninitialized_fill(_ForwardIterator,
4657
        _ForwardIterator, const _Tp&), uninitialized_fill_n(_ForwardIterator,
4658
        _Size, const _Tp&)): Likewise.
4659
        * include/bits/stl_vector.h (vector(_InputIterator, _InputIterator,
4660
        const allocator_type&), assign(_InputIterator, _InputIterator),
4661
        insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
4662
        * include/debug/debug.h (__valid_range(const _InputIterator&,
4663
        const _InputIterator&)): Use __is_integer.
4664
        * include/ext/slist (assign(_InputIterator, _InputIterator)): Likewise.
4665
        * include/std/std_string.h: Include cpp_type_traits.h instead.
4666
 
4667
2005-01-30  Paolo Carlini  
4668
 
4669
        PR libstdc++/19642
4670
        * config/locale/generic/c_locale.h (__convert_from_v): Switch only
4671
        LC_NUMERIC, and only when actually != "C".
4672
 
4673
2005-01-28  Paolo Carlini  
4674
 
4675
        * include/tr1/type_traits (is_function): Minor consistency tweaks.
4676
 
4677
2005-01-28  Geoffrey Keating  
4678
 
4679
        * testsuite/lib/libstdc++.exp (libstdc++_init): Search the path
4680
        for the compiler.  Don't set cxxflags.
4681
        (v3_target_compile): Search for libv3test.a relative to $objdir.
4682
        (lsearch_all_inline): New.
4683
        (lsearch_all_inline_not): New.
4684
        (v3-list-tests): Rewrite to not need generated files.
4685
        * testsuite/Makefile.am (IGNORE_WCHAR_T): New.
4686
        (IGNORE_THREAD): New.
4687
        (TESTS_TO_IGNORE): New.
4688
        (site.exp): Set tests_to_ignore, cxxflags.
4689
        * aclocal.m4: Regenerate.
4690
        * Makefile.in: Regenerate.
4691
        * libmath/Makefile.in: Likewise.
4692
        * libsupc++/Makefile.in: Likewise.
4693
        * po/Makefile.in: Likewise.
4694
        * src/Makefile.in: Likewise.
4695
        * testsuite/Makefile.in: Likewise.
4696
 
4697
2005-01-28  Paolo Carlini  
4698
 
4699
        * include/tr1/type_traits: Implement is_empty.
4700
        * testsuite/tr1/4_metaprogramming/type_properties/is_empty/
4701
        is_empty.cc: New.
4702
        * testsuite/tr1/4_metaprogramming/type_properties/is_empty/
4703
        typedefs.cc: Likewise.
4704
 
4705
        * include/tr1/type_traits (__is_abstract_helper): Simplify a bit.
4706
 
4707
2005-01-28  Paolo Carlini  
4708
 
4709
        * include/tr1/type_traits: Implement is_abstract, by exploiting the
4710
        resolution of DR core/337.
4711
        * testsuite/testsuite_tr1.h: Add AbstractClass.
4712
        * testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
4713
        is_abstract.cc: New.
4714
        * testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
4715
        typedefs.cc: Likewise.
4716
 
4717
        * include/tr1/type_traits (is_function): Rewrite, use the conversion
4718
        F& -> F* instead, thus avoiding problems with abstract classes.
4719
        * testsuite/tr1/4_metaprogramming/primary_type_categories/
4720
        is_function/is_function.cc: Add a test for tricky AbstractClass.
4721
 
4722
2005-01-26  Paolo Carlini  
4723
 
4724
        * include/ext/mt_allocator.h
4725
        (struct __per_type_pool_policy<,, false>::_S_get_pool,
4726
        struct __per_type_pool_policy<,, true>::_S_get_pool): Scale
4727
        _M_chunk_size too with sizeof(_Tp), otherwise the allocator
4728
        breaks down as soon as sizeof(_Tp) >~ _S_chunk_size / 128;
4729
        reduce to 64 the multiplier for _M_max_bytes (safer wrt
4730
        _Binmap_type being a short); trivial reformattings.
4731
        * testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: New.
4732
 
4733
2005-01-26  Paolo Carlini  
4734
 
4735
        * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex
4736
        to the final test for enable_c99, thus robustifying it; remove
4737
        duplicate final test on ac_99_math.
4738
        * configure: Regenerate.
4739
 
4740
        * include/std/std_complex.h: Remove usages of the dead
4741
        _GLIBCXX_BUGGY_COMPLEX macro.
4742
 
4743
        * testsuite/26_numerics/cmath/19322.cc: Protect with
4744
        _GLIBCXX_USE_C99_MATH instead of the stronger _GLIBCXX_USE_C99,
4745
        since only C99 math facilities are involved.
4746
        * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
4747
        Likewise.
4748
 
4749
2005-01-25  Loren J. Rittle  
4750
 
4751
        * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin
4752
        instead of generic.  Change autoconf report to "darwin or freebsd".
4753
        * configure: Regenerate.
4754
        * config/os/bsd/freebsd/ctype_inline.h (ctype::do_is): Add.
4755
        (ctype::do_scan_is): Likewise.
4756
        (ctype::do_scan_not): Likewise.
4757
 
4758
2005-01-25  Benjamin Kosnik  
4759
 
4760
        * acinclude.m4 (GLIBCXX_ENABLE_C99): Test for complex math
4761
        functions, and enable _GLIBCXX_USE_C99_COMPLEX_MATH if they exist.
4762
        * acconfig.h: Add _GLIBCXX_USE_C99_COMPLEX_MATH.
4763
        * config.h.in: Regenerate.
4764
        * configure: Regenerate.
4765
        * include/std/std_complex.h: Protect complex builtins with
4766
        _GLIBCXX_USE_C99_COMPLEX_MATH.
4767
 
4768
2005-01-24  Paolo Carlini  
4769
 
4770
        * include/tr1/type_traits: Implement is_signed and is_unsigned.
4771
        * testsuite/tr1/4_metaprogramming/type_properties/
4772
        is_signed/is_signed.cc: New.
4773
        * testsuite/tr1/4_metaprogramming/type_properties/
4774
        is_signed/typedefs.cc: Likewise.
4775
        * testsuite/tr1/4_metaprogramming/type_properties/
4776
        is_unsigned/is_unsigned.cc: Likewise.
4777
        * testsuite/tr1/4_metaprogramming/type_properties/
4778
        is_unsigned/typedefs.cc: Likewise.
4779
 
4780
2005-01-23  Paolo Carlini  
4781
 
4782
        * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 34.
4783
 
4784
2005-01-23  Paolo Carlini  
4785
 
4786
        * testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc: New.
4787
        * testsuite/27_io/basic_ostream/endl/wchar_t/1.cc: Likewise.
4788
        * testsuite/27_io/basic_ostream/ends/wchar_t/1.cc: Likewise.
4789
        * testsuite/27_io/basic_ostream/ends/wchar_t/2.cc: Likewise.
4790
        * testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc: Likewise.
4791
        * testsuite/27_io/basic_ostream/flush/wchar_t/1.cc: Likewise.
4792
        * testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise.
4793
        * testsuite/27_io/basic_ostream/flush/wchar_t/
4794
        exceptions_badbit_throw.cc: Likewise.
4795
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4796
        wchar_t/2.cc: Likewise.
4797
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4798
        wchar_t/3.cc: Likewise.
4799
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4800
        wchar_t/4.cc: Likewise.
4801
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4802
        wchar_t/4402.cc: Likewise.
4803
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4804
        wchar_t/5.cc: Likewise.
4805
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4806
        wchar_t/6.cc: Likewise.
4807
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4808
        wchar_t/9555-oa.cc: Likewise.
4809
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4810
        wchar_t/exceptions_badbit_throw.cc: Likewise.
4811
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4812
        wchar_t/exceptions_failbit_throw.cc: Likewise.
4813
        * testsuite/27_io/basic_ostream/inserters_character/
4814
        wchar_t/1.cc: Likewise.
4815
        * testsuite/27_io/basic_ostream/inserters_character/
4816
        wchar_t/2.cc: Likewise.
4817
        * testsuite/27_io/basic_ostream/inserters_character/
4818
        wchar_t/3.cc: Likewise.
4819
        * testsuite/27_io/basic_ostream/inserters_character/
4820
        wchar_t/4.cc: Likewise.
4821
        * testsuite/27_io/basic_ostream/inserters_character/
4822
        wchar_t/5.cc: Likewise.
4823
        * testsuite/27_io/basic_ostream/inserters_character/
4824
        wchar_t/6.cc: Likewise.
4825
        * testsuite/27_io/basic_ostream/inserters_character/
4826
        wchar_t/9555-oc.cc: Likewise.
4827
        * testsuite/27_io/basic_ostream/inserters_other/
4828
        wchar_t/1.cc: Likewise.
4829
        * testsuite/27_io/basic_ostream/inserters_other/
4830
        wchar_t/2.cc: Likewise.
4831
        * testsuite/27_io/basic_ostream/inserters_other/
4832
        wchar_t/3.cc: Likewise.
4833
        * testsuite/27_io/basic_ostream/inserters_other/
4834
        wchar_t/4.cc: Likewise.
4835
        * testsuite/27_io/basic_ostream/inserters_other/
4836
        wchar_t/5.cc: Likewise.
4837
        * testsuite/27_io/basic_ostream/inserters_other/
4838
        wchar_t/9318-out.cc: Likewise.
4839
        * testsuite/27_io/basic_ostream/inserters_other/
4840
        wchar_t/9424-out.cc: Likewise.
4841
        * testsuite/27_io/basic_ostream/inserters_other/
4842
        wchar_t/9555-oo.cc: Likewise.
4843
        * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
4844
        error_failbit.cc: Likewise.
4845
        * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
4846
        exceptions_badbit_throw.cc: Likewise.
4847
        * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
4848
        exceptions_failbit_throw.cc: Likewise.
4849
        * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
4850
        exceptions_null.cc: Likewise.
4851
        * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
4852
        * testsuite/27_io/basic_ostream/put/wchar_t/1.cc: Likewise.
4853
        * testsuite/27_io/basic_ostream/seekp/char/
4854
        exceptions_badbit_throw.cc: Likewise.
4855
        * testsuite/27_io/basic_ostream/seekp/wchar_t/
4856
        2346-fstream.cc: Likewise.
4857
        * testsuite/27_io/basic_ostream/seekp/wchar_t/
4858
        2346-sstream.cc: Likewise.
4859
        * testsuite/27_io/basic_ostream/seekp/wchar_t/
4860
        exceptions_badbit_throw.cc: Likewise.
4861
        * testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc: Likewise.
4862
        * testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc: Likewise.
4863
        * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise.
4864
        * testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise.
4865
        * testsuite/27_io/basic_ostream/tellp/wchar_t/
4866
        exceptions_badbit_throw.cc: Likewise.
4867
        * testsuite/27_io/basic_ostream/write/wchar_t/1.cc: Likewise.
4868
 
4869
        * testsuite/data/wostream_inserter_char-1.tst: Likewise.
4870
        * testsuite/data/wostream_inserter_char-1.txt: Likewise.
4871
        * testsuite/data/wostream_inserter_other-1.tst: Likewise.
4872
        * testsuite/data/wostream_inserter_other-2.tst: Likewise.
4873
        * testsuite/data/wostream_seeks-1.tst: Likewise.
4874
 
4875
        * testsuite/27_io/basic_ostream/endl/char/1.cc: Minor tweaks.
4876
        * testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise.
4877
        * testsuite/27_io/basic_ostream/exceptions/char/9561.cc: Likewise.
4878
        * testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise.
4879
        * testsuite/27_io/basic_ostream/flush/char/2.cc: Likewise.
4880
        * testsuite/27_io/basic_ostream/flush/char/
4881
        exceptions_badbit_throw.cc: Likewise.
4882
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4883
        char/2.cc: Likewise.
4884
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4885
        char/3.cc: Likewise.
4886
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4887
        char/4.cc: Likewise.
4888
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4889
        char/4402.cc: Likewise.
4890
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4891
        char/5.cc: Likewise.
4892
        * testsuite/27_io/basic_ostream/inserters_arithmetic/
4893
        char/6.cc: Likewise.
4894
        * testsuite/27_io/basic_ostream/inserters_character/
4895
        char/4.cc: Likewise.
4896
        * testsuite/27_io/basic_ostream/inserters_other/char/
4897
        2.cc: Likewise.
4898
        * testsuite/27_io/basic_ostream/inserters_other/char/
4899
        5.cc: Likewise.
4900
        * testsuite/27_io/basic_ostream/inserters_other/char/
4901
        error_failbit.cc: Likewise.
4902
        * testsuite/27_io/basic_ostream/inserters_other/char/
4903
        exceptions_badbit_throw.cc: Likewise.
4904
        * testsuite/27_io/basic_ostream/inserters_other/char/
4905
        exceptions_failbit_throw.cc: Likewise.
4906
        * testsuite/27_io/basic_ostream/inserters_other/char/
4907
        exceptions_null.cc: Likewise.
4908
        * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
4909
        * testsuite/27_io/basic_ostream/seekp/char/
4910
        exceptions_badbit_throw.cc: Likewise.
4911
        * testsuite/27_io/basic_ostream/sentry/char/2.cc: Likewise.
4912
        * testsuite/27_io/basic_ostream/write/char/1.cc: Likewise.
4913
 
4914
2005-01-23  Paolo Carlini  
4915
 
4916
        * include/tr1/type_traits (aligned_storage): Use __aligned__ instead
4917
        of aligned.
4918
 
4919
2005-01-23  Paolo Carlini  
4920
            Andreas Jaeger  
4921
 
4922
        PR libstdc++/19343
4923
        * include/bits/functexcept.h: Mark the helpers as 'noreturn'.
4924
 
4925
2005-01-21  Loren J. Rittle  
4926
 
4927
        * testsuite/27_io/basic_filebuf/open/char/9507.cc: Allow
4928
        lseek on fifo to succeed.  Thus, check for consistent report.
4929
 
4930
2005-01-21  Volker Reichelt  
4931
 
4932
        PR libstdc++/19510
4933
        * include/bits/stl_list.h (_List_iterator): Initialize _M_node
4934
        in constructor.
4935
        (_List_const_iterator): Likewise.
4936
        * include/bits/stl_tree.h (_Rb_tree_iterator): Likewise.
4937
        (_Rb_tree_const_iterator): Likewise.
4938
 
4939
        * testsuite/23_containers/map/operators/1_neg.cc: Adjust line numbers.
4940
        * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
4941
 
4942
2005-01-20  Benjamin Kosnik  
4943
 
4944
        * testsuite/Makefile.am (check-compile): New.
4945
        * testsuite/Makefile.in: Regenerate.
4946
        * scripts/check_compile_time: New.
4947
        * scripts/check_performance: Tweaks.
4948
 
4949
2005-01-19  Paolo Carlini  
4950
 
4951
        PR libstdc++/19535
4952
        * include/tr1/utility (struct __pair_get<1>::__get, __const_get):
4953
        Fix typo in the return type.
4954
        * testsuite/tr1/6_containers/utility/19535.cc: New.
4955
 
4956
2005-01-19  Loren J. Rittle  
4957
 
4958
        * include/ext/array_allocator.h (array_allocator<>::allocate):
4959
        Avoid __used.  Use __array_used instead.
4960
        * docs/html/17_intro/BADNAMES: Add list for FreeBSD.
4961
 
4962
2005-01-18  David Edelsohn  
4963
 
4964
        * config/os/aix/os_defines.h (_XOPEN_SOURCE): Delete.
4965
        (_XOPEN_SOURCE_EXTENDED): Delete.
4966
 
4967
2005-01-18  Benjamin Kosnik  
4968
 
4969
        * testsuite/testsuite_performance.h (time_counter::start):
4970
        Clear. Tweaks.
4971
        (clear_counters): Inline.
4972
        (start_counters): Inline.
4973
        (stop_counters): Inline.
4974
        * testsuite/performance/20_util/allocator/map_thread.cc: Return.
4975
        * testsuite/performance/20_util/allocator/insert.cc: Remove bogus
4976
        return, add return.
4977
        * testsuite/performance/20_util/allocator/map_thread.cc: Same.
4978
 
4979
2005-01-17  Paolo Carlini  
4980
 
4981
        PR libstdc++/19433
4982
        * include/bits/stl_tree.h (_Rb_tree<>::insert_unique(iterator,
4983
        const _Val&), _Rb_tree<>::insert_equal(iterator, const _Val&)):
4984
        Obtain amortized constant complexity if t is inserted right after
4985
        p - not before p - as per Table 69.
4986
        * testsuite/performance/23_containers/set_insert_from_sorted.cc: New.
4987
 
4988
        * testsuite/23_containers/multiset/insert/2.cc: New.
4989
        * testsuite/23_containers/set/insert/1.cc: Likewise.
4990
 
4991
        * testsuite/performance/23_containers/set_create_from_sorted.cc:
4992
        Simplify.
4993
 
4994
        * include/bits/stl_tree.h: Add a few missing std:: qualifications.
4995
 
4996
2005-01-16  Jonathan Wakely  
4997
 
4998
        * include/ext/rope: Qualify calls to std::copy() by sequence_buffer.
4999
        * testsuite/ext/rope/4.cc: Add.
5000
 
5001
2005-01-16  Lorenz Minder  
5002
            Paolo Carlini  
5003
 
5004
        PR libstdc++/19322
5005
        * include/c_std/std_cmath.h: Define the C99 classification facilities
5006
        directly inside namespace std:.
5007
        * testsuite/26_numerics/cmath/19322.cc: New.
5008
 
5009
2005-01-15  David Edelsohn  
5010
 
5011
        * config/os/aix/os_defines.h (_G_USING_THUNKS): Delete.
5012
 
5013
2005-01-14  Paolo Carlini  
5014
 
5015
        PR libstdc++/19422
5016
        * include/bits/stl_tree.h (_Rb_tree<>::insert_equal(_II, _II),
5017
        _Rb_tree<>::insert_unique(_II, _II)): Use insert_equal (insert_unique,
5018
        respectively) with hint (end()).
5019
        * testsuite/performance/23_containers/set_create_from_sorted.cc: New.
5020
 
5021
2005-01-13  Geoffrey Keating  
5022
 
5023
        * configure.host (darwin): On darwin8 or later, no need to build
5024
        libstdc++ with -flat_namespace.
5025
 
5026
2005-01-13  Jonathan Wakely  
5027
 
5028
        * docs/doxygen/user.cfg.in: Set HAVE_DOT back to YES.
5029
 
5030
2005-01-13  Paolo Carlini  
5031
 
5032
        * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
5033
        Re-enable commented-out test for double type.
5034
 
5035
2005-01-11  Paolo Carlini  
5036
            Benjamin Kosnik  
5037
 
5038
        * src/istream.cc (basic_istream::ignore(streamsize),
5039
        basic_istream::ignore(streamsize, int_type),
5040
        basic_istream::ignore(streamsize),
5041
        basic_istream::ignore(streamsize, int_type)): In case
5042
        more than numeric_limits::max() chars are skipped,
5043
        set _M_gcount = max().
5044
        * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5045
        int_type)): Likewise; keep simple, don't forward.
5046
 
5047
2005-01-11  Paolo Carlini  
5048
 
5049
        * src/istream.cc (basic_istream::ignore(streamsize),
5050
        basic_istream::ignore(streamsize, int_type),
5051
        basic_istream::ignore(streamsize),
5052
        basic_istream::ignore(streamsize, int_type)): Revert
5053
        2005-01-05 change: actually, the previous behavior is conforming
5054
        and consistent with that of get(char_type*, streamsize, char_type),
5055
        albeit slightly different from that of 3.3/3.4 in a corner case
5056
        due to the use of snextc.
5057
        * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5058
        int_type)): Likewise.
5059
        * testsuite/27_io/basic_istream/ignore/char/4.cc: Remove.
5060
        * testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
5061
 
5062
2005-01-11  Paolo Carlini  
5063
 
5064
        * include/tr1/type_traits: Implement alignment_of and aligned_storage.
5065
        * testsuite/tr1/4_metaprogramming/other_transformations/
5066
        aligned_storage/aligned_storage.cc: New.
5067
        * testsuite/tr1/4_metaprogramming/other_transformations/
5068
        aligned_storage/typedefs.cc: Likewise.
5069
        * testsuite/tr1/4_metaprogramming/type_properties/
5070
        alignment_of/alignment_of.cc: Likewise.
5071
        * testsuite/tr1/4_metaprogramming/type_properties/
5072
        alignment_of/typedefs.cc: Likewise.
5073
 
5074
2005-01-10  Paolo Carlini  
5075
 
5076
        * Makefile.in: Regenerate.
5077
        * libmath/Makefile.in: Likewise.
5078
        * libsupc++/Makefile.in: Likewise.
5079
        * po/Makefile.in: Likewise.
5080
        * src/Makefile.in: Likewise.
5081
        * testsuite/Makefile.in: Likewise.
5082
 
5083
2005-01-10  Paolo Carlini  
5084
 
5085
        * include/bits/stl_algobase.h (lexicographical_compare):
5086
        Fix concept check.
5087
 
5088
2005-01-07  Benjamin Kosnik  
5089
 
5090
        * acinclude.m4: Remove CCODECVT_H.
5091
        * configure: Regenerate.
5092
        * include/Makefile.am (host_headers_extra): Move to...
5093
        (ext_headers): ...here.
5094
        * include/Makefile.in: Regenerate.
5095
        * include/ext/enc_filebuf: Remove enc_filebuf, consolidate
5096
        enc_traits to...
5097
        * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Move...
5098
        * include/ext/codecvt_specializations.h: ...here. Remove
5099
        _GLIBCXX_USE___ENC_TRAITS.
5100
        (__enc_traits): To __encoding_state, put in __gnu_cxx namespace.
5101
        (enc_char_traits): To __encoding_char_traits, put in __gnu_cxx
5102
        namespace.
5103
        * config/locale/generic/codecvt_specializations.h: Remove.
5104
        * include/bits/codecvt.h: Remove codecvt_specializations.h include.
5105
        * src/codecvt.cc: Remove __enc_traits::_S_max_size.
5106
 
5107
2005-01-06  Benjamin Kosnik  
5108
 
5109
        * include/bits/fstream.tcc: Remove unnecessary qualifications for
5110
        uglified data members of basic_filebuf, including _M_buf,
5111
        _M_buf_size, _M_mode, _M_pback_init.
5112
        * include/std/std_fstream.h: Same.
5113
 
5114
2005-01-05  Benjamin Kosnik  
5115
 
5116
        * testsuite/testsuite_hooks.h:
5117
        (copy_constructor::mark_call):  Use __throw_runtime_error.
5118
        (assignment_operator::mark_call): Same.
5119
        * testsuite/testsuite_hooks.cc (verify_demangle): Same.
5120
        (locale_data): Remove, just use runtime_error directly.
5121
        (environment_variable): Same.
5122
        (not_found): Same.
5123
        (run_tests_wrapped_locale): Use __throw_runtime_error.
5124
        (run_tests_wrapped_env): Same.
5125
        (semaphore::semaphore): Same.
5126
        (semaphore::signal): Same.
5127
        (semaphore::wait): Same.
5128
        * testsuite/testsuite_abi.h (symbol_error): Remove, use logic_error.
5129
        * testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.
5130
        (create_symbols): Use __throw_runtime_error.
5131
        * src/bitmap_allocator.cc: Use __throw_bad_alloc.
5132
 
5133
2005-01-05  Mark Mitchell  
5134
 
5135
        * testsuite/27_io/basic_filebuf/open/char/9507.cc: Remove child
5136
        process.
5137
 
5138
2005-01-05  Paolo Carlini  
5139
 
5140
        * src/istream.cc (basic_istream::ignore(streamsize),
5141
        basic_istream::ignore(streamsize, int_type),
5142
        basic_istream::ignore(streamsize),
5143
        basic_istream::ignore(streamsize, int_type)): At the end,
5144
        first check _M_gcount vs __n.
5145
        * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5146
        int_type)): Likewise.
5147
        * testsuite/27_io/basic_istream/ignore/char/4.cc: New.
5148
        * testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
5149
 
5150
2005-01-03  Mark Mitchell  
5151
 
5152
        * testsuite/testsuite_hooks.cc: Use __throw_exception_again
5153
        instead of just throw.
5154
 
5155
        * testsuite/testsuite_hooks.cc: Update coypright and follow style
5156
        guidelines.
5157
        * testsuite/testsuite_hooks.h: Likewise.
5158
        * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
5159
        semaphores, not sleep.
5160
        * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
5161
        * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
5162
        * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
5163
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
5164
        Likewise.
5165
        * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
5166
        * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
5167
        * testsuite/27_io/objects/char/7.cc: Likewise.
5168
        * testsuite/27_io/objects/char/9661-1.cc: Likewise.
5169
        * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
5170
        * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
5171
 
5172
        * configure.ac: Check for sys/ipc.h and sys/sem.h.
5173
        * config.h.in: Regenerated.
5174
        * configure: Likewise.
5175
        * testsuite/testsuite_hooks.cc (_GLIBCXX_SYSV_SEM): Conditionally
5176
        define.
5177
        (sys/types.h): Include.
5178
        (sys/ipc.h): Likewise.
5179
        (sys/sem.h): Likewise.
5180
        (__gnu_test::semun): New type.
5181
        (__gnu_test::semaphore::sempaphore): New function.
5182
        (__gnu_test::semaphore::~semaphore): Likewise.
5183
        (__gnu_test::semaphore::wait): Likewise.
5184
        (__gnu_test::semaphore::signal): Likewise.
5185
        * testsuite/testsuite_hooks.h (__gnu_test::semaphore): New class.
5186
        * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
5187
        semaphores, not sleep.
5188
        * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
5189
        * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
5190
        * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
5191
        * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
5192
        Likewise.
5193
        * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
5194
        * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
5195
        * testsuite/27_io/objects/char/7.cc: Likewise.
5196
        * testsuite/27_io/objects/char/9661-1.cc: Likewise.
5197
        * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
5198
        * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
5199
 
5200
2005-01-03  Paolo Carlini  
5201
 
5202
        * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5203
        int_type)): Reset _M_gcount to numeric_limits::min().
5204
        * src/istream.cc (basic_istream::ignore(streamsize, int_type),
5205
        basic_istream::ignore(streamsize, int_type)): Likewise.
5206
        * src/istream.cc (basic_istream::ignore(streamsize),
5207
        basic_istream::ignore(streamsize)): Likewise; fix a typo.
5208
 
5209
2005-01-02  Paolo Carlini  
5210
 
5211
        * src/istream.cc (basic_istream::ignore(streamsize),
5212
        basic_istream::ignore(streamsize, int_type),
5213
        basic_istream::ignore(streamsize),
5214
        basic_istream::ignore(streamsize, int_type)): Avoid
5215
        _M_gcount overflows.
5216
        * include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5217
        int_type)): Likewise; use snextc in the main loop, consistently
5218
        with the specializations above.
5219
 
5220
2005-01-02  Chris Jefferson  
5221
 
5222
        * include/bits/stl_algobase.h (mismatch): Correct concept check.
5223
 
5224
2005-01-01  Paolo Carlini  
5225
 
5226
        * testsuite/ext/enc_filebuf/char/13189.cc: Fix, first include
5227
        testsuite_hooks.h, to know whether including ext/enc_filebuf.h.
5228
        * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.
5229
 
5230
2005-01-01  Paolo Carlini  
5231
 
5232
        * testsuite/27_io/basic_istream/extractors_character/char/1.cc: Fix,
5233
        null-terminate array1 at the outset.
5234
        * testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc:
5235
        Likewise.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.