future (launch): Update enumerators and define operators required for bitmask type.
[gcc.git] / libstdc++-v3 / ChangeLog
1 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
2
3 * include/std/future (launch): Update enumerators and define
4 operators required for bitmask type. Remove trailing whitespace.
5 * src/future.cc: Remove trailing whitespace.
6 * testsuite/30_threads/async/any.cc: Adjust.
7 * testsuite/30_threads/async/sync.cc: Adjust.
8 * testsuite/30_threads/async/launch.cc: New.
9
10 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
11
12 * include/std/future: Use noexcept.
13 * src/future.cc: Likewise.
14
15 2011-05-27 Jonathan Wakely <jwakely.gcc@gmail.com>
16
17 * include/std/thread (this_thread::sleep_until): Move after sleep_for.
18
19 2011-05-27 Paolo Carlini <paolo.carlini@oracle.com>
20
21 PR libstdc++/49187
22 * include/parallel/losertree.h: Add missing using declarations
23 of _Base::_M_comp.
24 * include/parallel/algobase.h: Include <parallel/algorithmfwd.h>.
25 * include/parallel/multiway_merge.h: Include <parallel/
26 multiseq_selection.h>, forward declare __merge_advance.
27 * include/parallel/multiseq_selection.h: Don't include <parallel/
28 sort.h> here.
29 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Fix
30 qualification of upper_bound.
31
32 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc:
33 Use dg-require-debug-mode.
34 * testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc:
35 Likewise.
36 * testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc:
37 Likewise.
38 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc:
39 Likewise.
40 * testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc:
41 Likewise.
42 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
43 Likewise.
44 * testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
45 Likewise.
46 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc:
47 Likewise.
48 * testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc:
49 Likewise.
50
51 * include/parallel/algo.h: Minor uglification fixes.
52
53 2011-05-26 Paolo Carlini <paolo.carlini@oracle.com>
54
55 * src/list.cc: Use noexcept per the FDIS.
56 * src/compatibility-list-2.cc: Likewise.
57 * include/debug/set.h: Likewise.
58 * include/debug/unordered_map: Likewise.
59 * include/debug/multiset.h: Likewise.
60 * include/debug/forward_list: Likewise.
61 * include/debug/unordered_set: Likewise.
62 * include/debug/vector: Likewise.
63 * include/debug/map.h: Likewise.
64 * include/debug/deque: Likewise.
65 * include/debug/list: Likewise.
66 * include/debug/multimap.h: Likewise.
67 * include/profile/set.h: Likewise.
68 * include/profile/unordered_map: Likewise.
69 * include/profile/multiset.h: Likewise.
70 * include/profile/forward_list: Likewise.
71 * include/profile/vector: Likewise.
72 * include/profile/unordered_set: Likewise.
73 * include/profile/map.h: Likewise.
74 * include/profile/deque: Likewise.
75 * include/profile/list: Likewise.
76 * include/profile/multimap.h: Likewise.
77 * include/bits/hashtable.h: Likewise.
78 * include/bits/stl_list.h: Likewise.
79 * include/bits/stl_map.h: Likewise.
80 * include/bits/hashtable_policy.h: Likewise.
81 * include/bits/stl_set.h: Likewise.
82 * include/bits/forward_list.h: Likewise.
83 * include/bits/stl_multimap.h: Likewise.
84 * include/bits/stl_vector.h: Likewise.
85 * include/bits/stl_deque.h: Likewise.
86 * include/bits/stl_multiset.h: Likewise.
87 * include/bits/stl_bvector.h: Likewise.
88 * include/bits/stl_tree.h: Likewise.
89
90 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
91
92 * include/bits/stl_queue.h: Use noexcept per the FDIS.
93 * include/bits/stl_stack.h: Likewise.
94
95 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
96
97 * config/abi/pre/gnu.ver: Correct last change, export instead
98 at the existing @3.4.16.
99 * configure.ac: Revert last change.
100 * testsuite/util/testsuite_abi.cc: Likewise.
101 * configure: Regenerate.
102
103 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
104
105 * doc/xml/manual/documentation_hacking.xml: Minor corrections.
106
107 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
108
109 * include/std/mutex: Add doxygen comments.
110
111 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
112
113 * config/abi/pre/gnu.ver: Export recently added basic_streambuf
114 and basic_stringbuf symbols @3.4.17.
115 * configure.ac: Update.
116 * testsuite/util/testsuite_abi.cc: Likewise.
117 * configure: Regenerate.
118
119 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
120
121 * libsupc++/guard.cc: Fix comments.
122
123 2011-05-25 Ian Lance Taylor <iant@google.com>
124
125 PR libstdc++/49060
126 * include/backward/hashtable.h (hashtable::erase): Don't crash if
127 erasing first and another element with a reference to the other
128 element.
129 * testsuite/backward/hash_set/49060.cc: New.
130
131 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
132
133 * include/bits/random.h (random_device::min, max): Specify constexpr.
134
135 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
136
137 * include/std/thread: Use noexcept throughout per the FDIS.
138 * include/std/mutex: Likewise.
139
140 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
141
142 * testsuite/20_util/duration/arithmetic/dr2020.cc: Fix typo.
143
144 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
145
146 PR libstdc++/49151
147 * include/std/chrono (operator+, operator-, operator*, operator/,
148 operator&): Implement LWG 2020 [WP]; specify constexpr.
149 * testsuite/20_util/duration/arithmetic/dr2020.cc: New.
150
151 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
152
153 PR libstdc++/49141
154 * testsuite/26_numerics/complex/cons/48760.cc: Use dg-require-c-std.
155 * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
156 * testsuite/26_numerics/headers/cmath/19322.cc: Likewise.
157
158 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
159
160 * include/bits/c++config (_GLIBCXX_NOTHROW): Update for noexcept.
161 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error
162 line number.
163
164 2011-05-23 Benjamin Kosnik <bkoz@redhat.com>
165
166 PR libstdc++/37144
167 PR libstdc++/28457
168 Interface changes for ext/pb_ds.
169 PB_DS_BASE_C_DEC to unique PB_DS_*_BASE macros.
170 * include/ext/pb_ds/assoc_container.hpp (container_base): Remove.
171 (basic_hash_table, basic_branch, list_update): Derive from
172 container_base_dispatch.
173 * include/ext/pb_ds/list_update_policy.hpp (null_lu_metadata): Remove.
174 (move_to_front_lu_policy): To lu_move_to_front_policy.
175 (counter_lu_policy): To lu_counter_policy.
176 * include/ext/pb_ds/tree_policy.hpp (null_tree_node_update): Remove.
177 * include/ext/pb_ds/tag_and_trait.hpp (container_base_dispatch): Adjust
178 template parameters, declare here.
179 (null_mapped_type) Remove.
180 (null_type): Just use this for template tricks everywhere.
181 * include/ext/pb_ds/hash_policy.hpp (null_hash_fn, null_probe_fn):
182 Remove.
183 * include/ext/pb_ds/trie_policy.hpp (null_trie_node_update): Remove.
184 (string_trie_e_access_traits): To trie_string_access_traits.
185 * include/ext/pb_ds/priority_queue.hpp: Use container_base_dispatch.
186
187 File changes.
188 * include/Makefile.am (pb_headers): Removed and changed file names.
189 * include/Makefile.in: Regenerated.
190 * include/ext/pb_ds/detail/basic_types.hpp: Remove.
191 * include/ext/pb_ds/detail/bin_search_tree_/
192 cond_dtor_entry_dealtor.hpp: Remove.
193 * include/ext/pb_ds/detail/bin_search_tree_/
194 cond_key_dtor_entry_dealtor.hpp: Remove.
195 * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Move..
196 * include/ext/pb_ds/detail/binary_heap_/
197 point_const_iterator.hpp: ..here.
198 * include/ext/pb_ds/detail/basic_tree_policy: Move to...
199 * include/ext/pb_ds/detail/branch_policy: This.
200 * include/ext/pb_ds/detail/branch_policy/
201 basic_tree_policy_base.hpp: Move...
202 * include/ext/pb_ds/detail/branch_policy/branch_policy.hpp: ...here.
203 * include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp: Add.
204 * include/ext/pb_ds/detail/branch_policy/traits.hpp: Add.
205 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
206 null_metadata.hpp: Remove.
207 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
208 const_point_iterator.hpp: Move...
209 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
210 point_const_iterator.hpp: ...here.
211 * include/ext/pb_ds/detail/list_update_policy/
212 counter_lu_metadata.hpp: Move..
213 * include/ext/pb_ds/detail/list_update_policy/
214 lu_counter_metadata.hpp: ...here.
215 * include/ext/pb_ds/detail/list_update_policy/
216 counter_lu_policy_imp.hpp: Remove.
217 * include/ext/pb_ds/detail/list_update_policy/
218 mtf_lu_policy_imp.hpp: Remove.
219 * include/ext/pb_ds/detail/trie_policy/
220 string_trie_e_access_traits_imp.hpp: Move...
221 * include/ext/pb_ds/detail/trie_policy/
222 sample_trie_access_traits.hpp: ...here.
223 * include/ext/pb_ds/detail/trie_policy/
224 sample_trie_e_access_traits.hpp: Move...
225 * include/ext/pb_ds/detail/trie_policy/
226 trie_string_access_traits_imp.hpp: ...here.
227 * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Remove.
228 * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Remove.
229 * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Remove.
230 * include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: New, fold all
231 types found in the following files into pat_trie_base.
232 * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Folded.
233 * include/ext/pb_ds/detail/pat_trie_/
234 cond_dtor_entry_dealtor.hpp: Folded.
235 * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Folded.
236 * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Folded.
237 * include/ext/pb_ds/detail/pat_trie_/head.hpp: Folded.
238 * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Folded.
239 * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Folded.
240 * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Folded.
241 * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Folded.
242 * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Folded.
243 * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Folded.
244 * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Move...
245 * include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp: ...here.
246 * include/ext/pb_ds/detail/unordered_iterator/
247 const_point_iterator.hpp: Move...
248 * include/ext/pb_ds/detail/unordered_iterator/
249 point_const_iterator.hpp: ...here.
250
251
252 Adjust for above changes.
253 * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
254 * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
255 * include/ext/pb_ds/detail/resize_policy/
256 sample_resize_trigger.hpp: Same.
257 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
258 * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
259 * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
260 * include/ext/pb_ds/detail/binomial_heap_base_/
261 binomial_heap_base_.hpp: Same.
262 * include/ext/pb_ds/detail/binomial_heap_base_/
263 constructors_destructor_fn_imps.hpp: Same.
264 * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
265 * include/ext/pb_ds/detail/binomial_heap_base_/
266 split_join_fn_imps.hpp: Same.
267 * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same. Adjust
268 for template parameter ordering change.
269 * include/ext/pb_ds/detail/cc_hash_table_map_/
270 erase_store_hash_fn_imps.hpp: Same.
271 * include/ext/pb_ds/detail/cc_hash_table_map_/
272 constructor_destructor_no_store_hash_fn_imps.hpp: Same.
273 * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
274 * include/ext/pb_ds/detail/cc_hash_table_map_/
275 insert_no_store_hash_fn_imps.hpp: Same.
276 * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
277 * include/ext/pb_ds/detail/cc_hash_table_map_/
278 policy_access_fn_imps.hpp: Same.
279 * include/ext/pb_ds/detail/cc_hash_table_map_/
280 resize_store_hash_fn_imps.hpp: Same.
281 * include/ext/pb_ds/detail/cc_hash_table_map_/
282 constructor_destructor_store_hash_fn_imps.hpp: Same.
283 * include/ext/pb_ds/detail/cc_hash_table_map_/
284 insert_store_hash_fn_imps.hpp: Same.
285 * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
286 * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
287 * include/ext/pb_ds/detail/cc_hash_table_map_/
288 entry_list_fn_imps.hpp: Same.
289 * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
290 * include/ext/pb_ds/detail/cc_hash_table_map_/
291 find_store_hash_fn_imps.hpp: Same.
292 * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
293 * include/ext/pb_ds/detail/cc_hash_table_map_/
294 debug_no_store_hash_fn_imps.hpp: Same.
295 * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
296 * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
297 * include/ext/pb_ds/detail/cc_hash_table_map_/
298 constructor_destructor_fn_imps.hpp: Same.
299 * include/ext/pb_ds/detail/cc_hash_table_map_/
300 cond_key_dtor_entry_dealtor.hpp: Same.
301 * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
302 * include/ext/pb_ds/detail/cc_hash_table_map_/
303 debug_store_hash_fn_imps.hpp: Same.
304 * include/ext/pb_ds/detail/cc_hash_table_map_/
305 erase_no_store_hash_fn_imps.hpp: Same.
306 * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
307 * include/ext/pb_ds/detail/cc_hash_table_map_/
308 iterators_fn_imps.hpp: Same.
309 * include/ext/pb_ds/detail/cc_hash_table_map_/
310 resize_no_store_hash_fn_imps.hpp: Same.
311 * include/ext/pb_ds/detail/cc_hash_table_map_/
312 standard_policies.hpp: Same.
313 * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
314 * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
315 * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
316 * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
317 * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
318 * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
319 * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
320 * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
321 * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
322 * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
323 * include/ext/pb_ds/detail/pat_trie_/
324 constructors_destructor_fn_imps.hpp: Same.
325 * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
326 * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
327 * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
328 * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
329 * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
330 * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
331 * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
332 * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
333 * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
334 * include/ext/pb_ds/detail/bin_search_tree_/
335 policy_access_fn_imps.hpp: Same.
336 * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
337 * include/ext/pb_ds/detail/bin_search_tree_/
338 constructors_destructor_fn_imps.hpp: Same.
339 * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
340 * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
341 * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
342 * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
343 * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
344 * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
345 * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
346 * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
347 * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
348 * include/ext/pb_ds/detail/bin_search_tree_/
349 split_join_fn_imps.hpp: Same.
350 * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
351 * include/ext/pb_ds/detail/list_update_policy/
352 sample_update_policy.hpp: Same.
353 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
354 trace_fn_imps.hpp: Same.
355 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
356 erase_fn_imps.hpp: Same.
357 * include/ext/pb_ds/detail/gp_hash_table_map_/
358 erase_store_hash_fn_imps.hpp: Same.
359 * include/ext/pb_ds/detail/gp_hash_table_map_/
360 constructor_destructor_no_store_hash_fn_imps.hpp: Same.
361 * include/ext/pb_ds/detail/gp_hash_table_map_/
362 insert_no_store_hash_fn_imps.hpp: Same.
363 * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
364 * include/ext/pb_ds/detail/gp_hash_table_map_/
365 policy_access_fn_imps.hpp: Same.
366 * include/ext/pb_ds/detail/gp_hash_table_map_/
367 resize_store_hash_fn_imps.hpp: Same.
368 * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
369 * include/ext/pb_ds/detail/gp_hash_table_map_/
370 constructor_destructor_store_hash_fn_imps.hpp: Same.
371 * include/ext/pb_ds/detail/gp_hash_table_map_/
372 insert_store_hash_fn_imps.hpp: Same.
373 * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
374 * include/ext/pb_ds/detail/gp_hash_table_map_/
375 iterator_fn_imps.hpp: Same.
376 * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
377 * include/ext/pb_ds/detail/gp_hash_table_map_/
378 find_no_store_hash_fn_imps.hpp: Same.
379 * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
380 * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
381 * include/ext/pb_ds/detail/gp_hash_table_map_/
382 find_store_hash_fn_imps.hpp: Same.
383 * include/ext/pb_ds/detail/gp_hash_table_map_/
384 debug_no_store_hash_fn_imps.hpp: Same.
385 * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
386 * include/ext/pb_ds/detail/gp_hash_table_map_/
387 constructor_destructor_fn_imps.hpp: Same.
388 * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
389 * include/ext/pb_ds/detail/gp_hash_table_map_/
390 debug_store_hash_fn_imps.hpp: Same.
391 * include/ext/pb_ds/detail/gp_hash_table_map_/
392 erase_no_store_hash_fn_imps.hpp: Same.
393 * include/ext/pb_ds/detail/gp_hash_table_map_/
394 resize_no_store_hash_fn_imps.hpp: Same.
395 * include/ext/pb_ds/detail/gp_hash_table_map_/
396 standard_policies.hpp: Same.
397 * include/ext/pb_ds/detail/standard_policies.hpp: Same.
398 * include/ext/pb_ds/detail/types_traits.hpp: Same.
399 * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
400 * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
401 * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
402 * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
403 * include/ext/pb_ds/detail/binary_heap_/
404 constructors_destructor_fn_imps.hpp: Same.
405 * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
406 * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
407 * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
408 * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
409 * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
410 * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
411 * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
412 * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
413 * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
414 * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
415 * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
416 * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
417 * include/ext/pb_ds/detail/tree_policy/
418 sample_tree_node_update.hpp: Same.
419 * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
420 * include/ext/pb_ds/detail/trie_policy/
421 sample_trie_node_update.hpp: Same.
422 * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
423 * include/ext/pb_ds/detail/trie_policy/
424 prefix_search_node_update_imp.hpp: Same.
425 * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
426 * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
427 * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
428 Adjust for template parameter change, fold into
429 container_base_dispatch.
430 * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
431 * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
432 * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
433 * include/ext/pb_ds/detail/pairing_heap_/
434 constructors_destructor_fn_imps.hpp: Same.
435 * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
436 * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
437 * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
438 * include/ext/pb_ds/detail/binomial_heap_/
439 constructors_destructor_fn_imps.hpp: Same.
440 * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
441 * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
442 * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
443 * include/ext/pb_ds/detail/type_utils.hpp: Same.
444 * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
445 * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
446 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
447 policy_access_fn_imps.hpp: Same.
448 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
449 left_child_next_sibling_heap_.hpp: Same.
450 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
451 const_iterator.hpp: Same.
452 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
453 insert_fn_imps.hpp: Same.
454 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
455 constructors_destructor_fn_imps.hpp: Same.
456 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
457 debug_fn_imps.hpp: Same.
458 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
459 node.hpp: Same.
460 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
461 info_fn_imps.hpp: Same.
462 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
463 iterators_fn_imps.hpp: Same.
464 * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
465 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
466 * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
467 * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
468 * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
469 * include/ext/pb_ds/detail/thin_heap_/
470 constructors_destructor_fn_imps.hpp: Same.
471 * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
472 * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
473 * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
474 * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
475 * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
476 * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
477 * include/ext/pb_ds/detail/ov_tree_map_/
478 constructors_destructor_fn_imps.hpp: Same.
479 * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
480 * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
481 * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
482 * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
483 * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
484 * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
485 * include/ext/pb_ds/detail/debug_map_base.hpp: Same.
486 * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
487 * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
488 * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
489 * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
490 * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
491 * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
492 * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
493 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
494 * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
495 * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
496 * include/ext/pb_ds/detail/splay_tree_/
497 constructors_destructor_fn_imps.hpp: Same.
498 * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
499 * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
500 * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
501 * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
502 * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
503 * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
504 * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
505 * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
506 * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
507 * include/ext/pb_ds/detail/list_update_map_/
508 entry_metadata_base.hpp: Same.
509 * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
510 * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
511 * include/ext/pb_ds/detail/list_update_map_/
512 constructor_destructor_fn_imps.hpp: Same.
513 * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
514 * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
515 * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
516 * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
517 * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
518 * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
519 * include/ext/pb_ds/detail/rc_binomial_heap_/
520 rc_binomial_heap_.hpp: Same.
521 * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
522 * include/ext/pb_ds/detail/rc_binomial_heap_/
523 constructors_destructor_fn_imps.hpp: Same.
524 * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
525 * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
526 * include/ext/pb_ds/detail/rc_binomial_heap_/
527 split_join_fn_imps.hpp: Same.
528 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
529 * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
530 * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
531 * include/ext/pb_ds/detail/rb_tree_map_/
532 constructors_destructor_fn_imps.hpp: Same.
533 * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
534 * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
535 * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
536 * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
537 * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
538 * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
539
540
541 Documentation changes.
542 * include/ext/pb_ds/*: Add doxygen markup.
543 * doc/doxygen/user.cfg.in: Add details for extracting comments
544 from pb_ds.
545 * scripts/run_doxygen: Fixup __gnu_pb_ds::detail.
546 * scripts/make_graph.py: Move to svg output. Re-format generated tables.
547
548 * doc/Makefile.am (stamp-html-copy): New rule.
549 (stamp-html): Use it to copy non-generated files into html docs.
550 * doc/Makefile.in: Regenerated.
551
552 * doc/html/ext/pb_ds/sample_trie_e_access_traits.html: Move...
553 * doc/html/ext/pb_ds/trie_string_access_traits.html: ...here.
554 * doc/html/ext/pb_ds/string_trie_e_access_traits.html: Move..
555 * doc/html/ext/pb_ds/sample_trie_access_traits.html: ...here.
556
557 * doc/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png,
558 hash_random_int_erase_mem_usage_test_local.png,
559 multimap_text_insert_mem_usage_test_small_s2p_hash_local.png,
560 tree_text_insert_timing_test_pat_trie_local.png ,
561 multimap_text_insert_mem_usage_test_small_s2p_tree_local.png ,
562 priority_queue_text_modify_down_timing_test_local.png,
563 gp_hash_random_int_subscript_timing_test_find_local.png,
564 text_find_timing_test_hash_local.png,
565 multimap_text_insert_timing_test_small_s2p_hash_local.png,
566 multimap_text_insert_timing_test_small_s2p_tree_local.png,
567 multimap_text_insert_mem_usage_test_large_s2p_hash_local.png,
568 multimap_text_insert_mem_usage_test_large_s2p_tree_local.png,
569 multimap_text_insert_timing_test_large_s2p_hash_local.png,
570 hash_zlob_random_int_find_timing_test_local.png,
571 multimap_text_insert_timing_test_large_s2p_tree_local.png,
572 binary_priority_queue_random_int_push_timing_test_local.png,
573 priority_queue_text_pop_mem_usage_test_local.png,
574 priority_queue_text_modify_down_timing_test_pairing_thin_local.png,
575 tree_split_join_timing_test_local.png,
576 multimap_text_find_timing_test_small_s2p_hash_local.png,
577 ccgp_hash_random_int_subscript_timing_test_insert_local.png,
578 priority_queue_random_int_push_pop_timing_test_local.png,
579 multimap_text_find_timing_test_small_s2p_tree_local.png,
580 gp_hash_random_int_subscript_timing_test_insert_local.png,
581 priority_queue_text_push_timing_test_local.png,
582 cc_hash_random_int_subscript_timing_test_find_local.png,
583 tree_text_insert_timing_test_vector_tree_local.png,
584 multimap_text_find_timing_test_large_s2p_hash_local.png,
585 pairing_priority_queue_text_push_timing_test_local.png,
586 tree_order_statistics_timing_test_local.png,
587 priority_queue_text_push_pop_timing_test_local.png,
588 text_find_timing_test_tree_like_local.png,
589 multimap_text_find_timing_test_large_s2p_tree_local.png,
590 priority_queue_text_modify_up_timing_test_pairing_thin_local.png,
591 cc_hash_random_int_subscript_timing_test_insert_local.png,
592 priority_queue_text_modify_up_timing_test_local.png,
593 random_int_find_find_timing_test_tree_local.png,
594 priority_queue_random_int_push_timing_test_local.png,
595 tree_text_insert_timing_test_node_tree_local.png,
596 pairing_priority_queue_text_push_pop_timing_test_local.png,
597 gp_hash_random_int_find_timing_test_local.png,
598 cc_hash_random_int_find_timing_test_local.png,
599 priority_queue_text_join_timing_test_local.png: Update local pngs.
600
601
602 Testsuite changes.
603 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc: New.
604 * testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc: New.
605 * testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc: New.
606 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc: New.
607 * testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc: New.
608 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
609 New.
610 * testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
611 New.
612 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc: New.
613 * testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc: New.
614
615 * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Fix typo.
616
617 * testsuite/ext/pb_ds/example/basic_set.cc: Update.
618 * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
619 * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
620 * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
621 * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
622 * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
623 * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
624 * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc:
625 Same.
626 * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
627 * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
628 * testsuite/data/make_graph_test_infos.xml: Same.
629 * testsuite/util/regression/common_type.hpp: Same.
630 * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
631 * testsuite/util/regression/trait/assoc/trait.hpp: Same.
632 * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
633 * testsuite/util/regression/rand/priority_queue/
634 rand_regression_test.hpp: Same.
635 * testsuite/util/regression/rand/priority_queue/
636 container_rand_regression_test.tcc: Same.
637 * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
638 * testsuite/util/regression/rand/assoc/container_rand_regression_test.h
639 * testsuite/util/regression/rand/assoc/
640 container_rand_regression_test.tcc: Same.
641 * testsuite/util/native_type/native_priority_queue.hpp: Same.
642 * testsuite/util/native_type/native_multimap.hpp: Same.
643 * testsuite/util/native_type/native_hash_multimap.hpp: Same.
644 * testsuite/util/native_type/native_set.hpp: Same.
645 * testsuite/util/native_type/native_map.hpp: Same.
646 * testsuite/util/native_type/native_hash_set.hpp: Same.
647 * testsuite/util/native_type/native_hash_map.hpp: Same.
648 * testsuite/util/testsuite_containers.h
649 * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
650 * testsuite/util/common_type/assoc/common_type.hpp: Same.
651 * testsuite/util/common_type/assoc/string_form.hpp: Same.
652 * testsuite/util/common_type/assoc/template_policy.hpp: Same.
653 * testsuite/util/common_type/assoc/detail/
654 trigger_policy_string_form.hpp: Same.
655 * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
656 * testsuite/util/common_type/assoc/detail/
657 size_policy_string_form.hpp: Same.
658 * testsuite/util/common_type/assoc/detail/
659 probe_fn_string_form.hpp: Same.
660 * testsuite/util/common_type/assoc/detail/
661 tree_supports_order_statistics.hpp: Same.
662 * testsuite/util/common_type/assoc/detail/
663 trie_supports_prefix_search.hpp: Same.
664 * testsuite/util/common_type/assoc/detail/
665 list_update_policy_string_form.hpp: Same.
666 * testsuite/util/common_type/assoc/detail/
667 trie_supports_order_statistics.hpp: Same.
668 * testsuite/util/common_type/assoc/native_set.hpp: Same.
669 * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
670 * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
671 * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
672
673 2011-05-23 Paolo Carlini <paolo.carlini@oracle.com>
674
675 * include/bits/streambuf_iterator.h: Use noexcept per the FDIS.
676 (istreambuf_iterator<>::istreambuf_iterator(const
677 istreambuf_iterator&), ~istreambuf_iterator()): Add defaulted
678 in C++0x mode.
679
680 2011-05-23 Jason Merrill <jason@redhat.com>
681
682 * libsupc++/exception_ptr.h: Fix compilation in C++0x mode.
683
684 2011-05-22 Jonathan Wakely <jwakely.gcc@gmail.com>
685
686 * testsuite/20_util/bind/cv_quals_2.cc: New.
687
688 2011-05-22 Paolo Carlini <paolo.carlini@oracle.com>
689
690 PR libstdc++/49058
691 * include/std/functional (_Bind<_Functor(_Bound_args...)>::
692 operator()(_Args&&...)): Don't cv qualify _Functor directly
693 in the default template argument, SFINAE doesn't apply when
694 the functor has no arguments.
695 * testsuite/20_util/bind/49058_1.cc: New.
696 * testsuite/20_util/bind/49058_2.cc: Likewise.
697
698 2011-05-21 Paolo Carlini <paolo.carlini@oracle.com>
699
700 * include/bits/unique_ptr.h: Use noexcept per the FDIS.
701
702 2011-05-20 Paolo Carlini <paolo.carlini@oracle.com>
703
704 * testsuite/21_strings/basic_string/requirements/exception/
705 propagation_consistent.cc: Fix vs POD-ness of value_type.
706 * testsuite/21_strings/basic_string/requirements/exception/
707 basic.cc: Likewise.
708 * testsuite/ext/vstring/requirements/exception/
709 propagation_consistent.cc: Likewise.
710 * testsuite/ext/vstring/requirements/exception/basic.cc: Likewise.
711
712 2011-05-20 Paolo Carlini <paolo.carlini@oracle.com>
713
714 * include/bits/char_traits.h: Use noexcept throughout.
715 * include/std/typeindex: Likewise.
716
717 * include/std/tuple (_Tuple_impl<>_Tuple_impl(_Tuple_impl&&)): Use
718 noexcept; adjust callers.
719 * include/bits/stl_pair.h (pair<>::pair(pair<>&&)): Use noexcept.
720 * testsuite/20_util/tuple/cons/noexcept_move_construct.cc: New.
721 * testsuite/20_util/pair/cons/noexcept_move_construct.cc: Likewise.
722 * testsuite/20_util/pair/noexcept_swap.cc: Likewise.
723 * testsuite/20_util/pair/noexcept_move_assign.cc: Likewise.
724 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
725 line numbers.
726
727 2011-05-20 Jason Merrill <jason@redhat.com>
728
729 * include/ext/pb_ds/assoc_container.hpp: Explicitly qualify calls to
730 functions from dependent bases.
731 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Likewise.
732 * include/ext/pb_ds/detail/rb_tree_map_/
733 split_join_fn_imps.hpp: Likewise.
734 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Likewise.
735 * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Likewise.
736 * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Likewise.
737 * include/ext/pb_ds/detail/splay_tree_/
738 split_join_fn_imps.hpp: Likewise.
739 * include/ext/pb_ds/detail/tree_policy/
740 order_statistics_imp.hpp: Likewise.
741 * include/ext/pb_ds/detail/trie_policy/
742 prefix_search_node_update_imp.hpp: Likewise.
743 * include/ext/rc_string_base.h: Likewise.
744 * include/ext/rope: Likewise.
745 * include/ext/ropeimpl.h: Likewise.
746 * testsuite/util/exception/safety.h: Likewise.
747 * testsuite/util/native_type/native_priority_queue.hpp: Likewise.
748 * testsuite/util/testsuite_io.h: Likewise.
749 * include/std/functional: Declare mem_fn earlier.
750 * include/tr1/functional: Likewise.
751 * include/tr1/exp_integral.tcc: Declare __expint_E1 earlier.
752
753 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
754
755 * include/std/tuple (tuple_element<__i, const _Tp>,
756 tuple_element<__i, volatile _Tp>, tuple_element<__i,
757 const volatile _Tp>, tuple_size<const _Tp>, tuple_size<volatile _Tp>,
758 tuple_size<const volatile _Tp>): Add.
759 * include/std/utility (tuple_size<std::pair<_Tp1, _Tp2>>): Tweak.
760 * include/std/array (tuple_size<array<_Tp, _Nm>>): Likewise.
761 * testsuite/20_util/tuple/cv_tuple_size.cc: New.
762 * testsuite/20_util/tuple/cv_tuple_element.cc: Likewise.
763 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-warning
764 line number.
765
766 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
767
768 * include/std/tuple (tuple<>::operator=(tuple&&)): Specify as
769 noexcept.
770 (__get_helper): Likewise.
771 (_Head_base<>::_M_head, _Tuple_impl<>::_M_head, _M_tail): Likewise.
772 * include/bits/move.h (swap): Likewise.
773 * include/bits/algorithmfwd.h (swap): Adjust.
774 * include/bits/stl_pair.h (pair<>::operator=(pair&&)): Spec noexcept.
775 * testsuite/util/testsuite_allocator.h (uneq_allocator): In C++0x
776 mode, prefer delete to access control to make the type not copy
777 assignable.
778 * testsuite/util/testsuite_tr1.h: Add test classes.
779 * testsuite/20_util/tuple/noexcept_swap.cc: New.
780 * testsuite/20_util/tuple/noexcept_move_assign.cc: Likewise.
781 * testsuite/25_algorithms/reverse/moveable.cc: Likewise, prefer
782 delete to access control.
783 * testsuite/25_algorithms/swap_ranges/moveable.cc: Likewise.
784 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
785 line numbers.
786
787 2011-05-19 Daniel Krugler <daniel.kruegler@googlemail.com>
788
789 * testsuite/util/testsuite_tr1.h: Add test classes.
790 * testsuite/20_util/is_nothrow_assignable/value.cc: Add.
791
792 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
793
794 * include/std/type_traits (is_assignable, is_copy_assignable,
795 is_move_assignable, is_nothrow_assignable, is_nothrow_copy_assignable,
796 is_nothrow_move_assignable): Add; minor tweaks elsewhere.
797 (has_nothrow_copy_assign): Remove.
798 * testsuite/util/testsuite_tr1.h: Add test classes.
799 * testsuite/20_util/is_assignable/requirements/typedefs.cc: Add.
800 * testsuite/20_util/is_assignable/requirements/
801 explicit_instantiation.cc: Likewise.
802 * testsuite/20_util/is_nothrow_assignable/value.cc: Likewise.
803 * testsuite/20_util/is_nothrow_assignable/requirements/typedefs.cc:
804 Likewise.
805 * testsuite/20_util/is_nothrow_assignable/requirements/
806 explicit_instantiation.cc: Likewise.
807 * testsuite/20_util/is_move_assignable/value.cc: Likewise.
808 * testsuite/20_util/is_move_assignable/requirements/typedefs.cc:
809 Likewise.
810 * testsuite/20_util/is_move_assignable/requirements/
811 explicit_instantiation.cc: Likewise.
812 * testsuite/20_util/is_copy_assignable/value.cc: Likewise.
813 * testsuite/20_util/is_copy_assignable/requirements/typedefs.cc:
814 Likewise.
815 * testsuite/20_util/is_copy_assignable/requirements/
816 explicit_instantiation.cc: Likewise.
817 * testsuite/20_util/is_nothrow_move_assignable/value.cc: Likewise.
818 * testsuite/20_util/is_nothrow_move_assignable/requirements/
819 typedefs.cc: Likewise.
820 * testsuite/20_util/is_nothrow_move_assignable/requirements/
821 explicit_instantiation.cc: Likewise.
822 * testsuite/20_util/is_nothrow_copy_assignable/value.cc: Likewise.
823 * testsuite/20_util/is_nothrow_copy_assignable/requirements/
824 typedefs.cc: Likewise.
825 * testsuite/20_util/is_nothrow_copy_assignable/requirements/
826 explicit_instantiation.cc: Likewise.
827 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
828 dg-error line numbers.
829 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
830 Likewise.
831 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
832
833 2011-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
834
835 * include/bits/shared_ptr_base.h: Use noexcept. Define special member
836 functions as defaulted/deleted.
837 * include/bits/shared_ptr.h: Use noexcept.
838 * 20_util/shared_ptr/cons/43820_neg.cc: Adjust dg-error line numbers.
839 * 20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.
840
841 2011-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
842
843 * doc/xml/manual/bitmap_allocator.xml: Fix typos.
844
845 2011-05-18 Paolo Carlini <paolo.carlini@oracle.com>
846
847 * libsupc++/initializer_list: Use noexcept specifier.
848 (initializer_list<>::size, begin, end): Qualify as const.
849 * include/bits/move.h (__addressof, forward, move, addressof): Specify
850 as noexcept.
851 * include/std/bitset: Use noexcept specifier throughout.
852 * include/debug/bitset: Update.
853 * include/profile/bitset: Likewise.
854
855 2011-05-17 Paolo Carlini <paolo.carlini@oracle.com>
856
857 * include/std/tuple: Use noexcept where appropriate.
858 (tuple<>::swap): Rework implementation.
859 (_Head_base<>::_M_swap_impl): Remove.
860 (get(std::tuple<>&&)): Add.
861 * testsuite/20_util/tuple/element_access/get2.cc: New.
862 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
863 line number.
864
865 2011-05-16 Paolo Carlini <paolo.carlini@oracle.com>
866
867 * include/std/utility: Simplify the last commit, the whole
868 std::get code is C++0x only.
869
870 2011-05-16 Paolo Carlini <paolo.carlini@oracle.com>
871
872 * include/std/utility (get(std::pair<>&&)): Add.
873 * include/bits/stl_pair.h (pair::swap(pair&),
874 swap(pair<>&, pair<>&)): Use noexcept.
875 * include/bits/random.h (discard_block_engine<>::base,
876 independent_bits_engine<>::base, shuffle_order_engine<>::base,
877 random_device::entropy): Use noexcept.
878 * include/std/array: Use noexcept where appropriate.
879 (get(array<>&&)): Add.
880 * testsuite/23_containers/array/requirements/get.cc: New.
881 * testsuite/20_util/pair/get.cc: Likewise.
882 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-error
883 line number.
884
885 2011-05-15 Paolo Carlini <paolo.carlini@oracle.com>
886
887 * include/bits/c++config (_GLIBCXX_NOEXCEPT, _GLIBCXX_USE_NOEXCEPT):
888 Add.
889 * include/std/limits: Use the latter everywhere.
890 (numeric_limits<char16_t>, numeric_limits<char32_t>): Simplify
891 macro usages, the specializations exist only in C++0x mode.
892 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error
893 line number.
894
895 2011-05-11 Paolo Carlini <paolo.carlini@oracle.com>
896
897 * testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc: Use
898 dg-require-cmath.
899 * testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc: Likewise.
900
901 2011-05-11 François Dumont <francois.cppdevs@free.fr>
902
903 * include/ext/pb_ds/detail/resize_policy/
904 hash_load_check_resize_trigger_imp.hpp (assert_valid): Replace
905 _GLIBCXX_DEBUG_ASSERT calls with PB_DS_DEBUG_VERIFY.
906 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp,
907 find_fn_imps.hpp, insert_fn_imps.hpp, binomial_heap_base_.hpp,
908 constructors_destructor_fn_imps.hpp, split_join_fn_imps.hpp
909 (PB_DS_ASSERT_VALID): Rename in PB_DS_ASSERT_VALID_COND.
910 * include/ext/pb_ds/detail/debug_map_base.hpp,
911 splay_tree_/splay_tree_.hpp, ov_tree_map_/ov_tree_map_.hpp,
912 cc_hash_table_map_/cc_ht_map_.hpp, pat_trie_/pat_trie_.hpp,
913 leaf.hpp, internal_node.hpp, gp_hash_table_map_/gp_ht_map_.hpp,
914 bin_search_tree_/bin_search_tree_.hpp, list_update_map_/lu_map_.hpp,
915 rb_tree_map_/rb_tree_.hpp (PB_DS_ASSERT_VALID, PB_DS_DEBUG_VERIFY,
916 PB_DS_CHECK_KEY_EXISTS, PB_DS_CHECK_KEY_DOES_NOT_EXIST): Duplicate
917 macro definitions move...
918 * include/ext/pb_ds/detail/container_base_dispatch.hpp: ... here...
919 * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: ... and here.
920 * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp,
921 resize_policy.hpp, pairing_heap_/pairing_heap_.hpp,
922 left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp,
923 binomial_heap_/binomial_heap_.hpp, thin_heap_/thin_heap_.hpp,
924 rc_binomial_heap_/rc_binomial_heap_.hpp, rc.hpp (PB_DS_ASSERT_VALID,
925 PB_DS_DEBUG_VERIFY): Duplicate macro definitions move...
926 * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:
927 ...here.
928
929 2011-05-09 Paolo Carlini <paolo.carlini@oracle.com>
930
931 PR libstdc++/48933
932 * include/c_global/cmath (acosh, asinh, atanh, cbrt, copysign,
933 erf, erfc, exp2, expm1, fdim, fma, fmax, hypot, ilogb, lgamma,
934 llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
935 nextafter, nexttoward, remainder, remquo, rint, round, scalbln,
936 scalbn, tgamma, trunc): Use __enable_if on the return type.
937 * include/tr1/cmath: Likewise.
938 * testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc: New.
939 * testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc: Likewise.
940
941 2011-05-07 François Dumont <francois.cppdevs@free.fr>
942
943 * include/debug/macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New.
944 (_GLICXX_DEBUG_VERIFY): Use latter.
945 * include/ext/pb_ds/detail/resize_policy/
946 hash_load_check_resize_trigger_imp.hpp: Emit assertion on the line
947 containing the original assert call.
948 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp,
949 find_fn_imps.hpp, insert_fn_imps.hpp, binomial_heap_base_.hpp,
950 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
951 split_join_fn_imps.hpp: Likewise.
952 * include/ext/pb_ds/detail/cc_hash_table_map_/
953 erase_store_hash_fn_imps.hpp, insert_no_store_hash_fn_imps.hpp,
954 find_fn_imps.hpp, insert_store_hash_fn_imps.hpp, debug_fn_imps.hpp,
955 debug_no_store_hash_fn_imps.hpp, cc_ht_map_.hpp, resize_fn_imps.hpp,
956 constructor_destructor_fn_imps.hpp, debug_store_hash_fn_imps.hpp,
957 erase_no_store_hash_fn_imps.hpp: Likewise.
958 * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp,
959 insert_join_fn_imps.hpp, pat_trie_/head.hpp, debug_fn_imps.hpp,
960 constructors_destructor_fn_imps.hpp, pat_trie_.hpp, split_fn_imps.hpp,
961 leaf.hpp, erase_fn_imps.hpp, node_base.hpp, internal_node.hpp:
962 Likewise.
963 * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp,
964 r_erase_fn_imps.hpp, constructors_destructor_fn_imps.hpp,
965 debug_fn_imps.hpp, rotate_fn_imps.hpp, erase_fn_imps.hpp,
966 bin_search_tree_.hpp, insert_fn_imps.hpp, split_join_fn_imps.hpp:
967 Likewise.
968 * include/ext/pb_ds/detail/gp_hash_table_map_/
969 erase_store_hash_fn_imps.hpp, insert_no_store_hash_fn_imps.hpp,
970 find_fn_imps.hpp, gp_ht_map_.hpp, insert_store_hash_fn_imps.hpp,
971 debug_fn_imps.hpp, erase_fn_imps.hpp, debug_no_store_hash_fn_imps.hpp,
972 resize_fn_imps.hpp, constructor_destructor_fn_imps.hpp,
973 debug_store_hash_fn_imps.hpp, erase_no_store_hash_fn_imps.hpp:
974 Likewise.
975 * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp,
976 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
977 erase_fn_imps.hpp, insert_fn_imps.hpp, binary_heap_.hpp,
978 resize_policy.hpp, split_join_fn_imps.hpp: Likewise.
979 * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp,
980 find_fn_imps.hpp, insert_fn_imps.hpp,
981 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
982 pairing_heap_.hpp, split_join_fn_imps.hpp: Likewise.
983 * include/ext/pb_ds/detail/binomial_heap_/
984 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
985 binomial_heap_.hpp: Likewise.
986 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
987 erase_fn_imps.hpp, left_child_next_sibling_heap_.hpp,
988 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp: Likewise.
989 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp,
990 find_fn_imps.hpp, thin_heap_.hpp, insert_fn_imps.hpp,
991 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
992 split_join_fn_imps.hpp: Likewise.
993 * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp,
994 ov_tree_map_.hpp, constructors_destructor_fn_imps.hpp,
995 debug_fn_imps.hpp, split_join_fn_imps.hpp, info_fn_imps.hpp: Likewise.
996 * include/ext/pb_ds/detail/debug_map_base.hpp: Likewise.
997 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp,
998 find_fn_imps.hpp, insert_fn_imps.hpp,
999 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1000 splay_fn_imps.hpp, split_join_fn_imps.hpp, splay_tree_.hpp: Likewise.
1001 * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp,
1002 find_fn_imps.hpp, lu_map_.hpp, constructor_destructor_fn_imps.hpp,
1003 insert_fn_imps.hpp, debug_fn_imps.hpp: Likewise.
1004 * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp,
1005 rc_binomial_heap_.hpp, insert_fn_imps.hpp,
1006 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp, rc.hpp,
1007 split_join_fn_imps.hpp: Likewise.
1008 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp,
1009 insert_fn_imps.hpp, constructors_destructor_fn_imps.hpp,
1010 debug_fn_imps.hpp, rb_tree_.hpp, split_join_fn_imps.hpp: Likewise.
1011 * include/ext/pb_ds/hash_policy.hpp: Likewise.
1012
1013 2011-05-06 Paolo Carlini <paolo.carlini@oracle.com>
1014
1015 * testsuite/22_locale/messages_byname/named_equivalence.cc: Fix.
1016
1017 2011-05-04 Marc Glisse <marc.glisse@normalesup.org>
1018
1019 PR libstdc++/47913 (again)
1020 * include/std/ratio (ratio_add, ratio_less): Rewrite.
1021 * testsuite/20_util/ratio/operations/47913.cc: Extend.
1022 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust dg-error
1023 line numbers.
1024 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
1025
1026 2011-05-03 Paolo Carlini <paolo.carlini@oracle.com>
1027
1028 PR libstdc++/48848
1029 * include/std/valarray (valarray<>::valarray(valarray&&),
1030 valarray<>::operator=(valarray&&), valarray<>::swap): Add.
1031 * doc/xml/manual/status_cxx200x.xml: Update.
1032 * testsuite/26_numerics/valarray/moveable.cc: New.
1033 * testsuite/26_numerics/valarray/swap.cc: Likewise.
1034
1035 2011-05-03 Paolo Carlini <paolo.carlini@oracle.com>
1036
1037 PR libstdc++/48750
1038 * include/parallel/multiway_merge.h: Run _ValueType destructors.
1039 * include/parallel/multiway_mergesort.h: Likewise.
1040 * include/parallel/quicksort.h: Likewise.
1041 * include/parallel/random_shuffle.h: Likewise.
1042 * include/parallel/partial_sum.h: Likewise.
1043 * include/parallel/losertree.h: Run destructors; minor tweaks.
1044 * include/parallel/par_loop.h: Run destructors, fix memory
1045 allocations and deallocations.
1046 * testsuite/26_numerics/accumulate/48750.cc: New.
1047
1048 * testsuite/ext/profile/mutex_extensions_neg.cc: Do not run in
1049 parallel-mode to avoid spurious multiple errors.
1050
1051 2011-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
1052
1053 * include/std/functional (bind): Remove from overload set when first
1054 argument type might be a socket file descriptor.
1055 * testsuite/20_util/bind/socket.cc: New.
1056
1057 2011-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
1058
1059 PR libstdc++/48848
1060 * doc/xml/manual/status_cxx200x.xml: Update valarray status.
1061 * doc/html/*: Regenerate.
1062
1063 2011-05-02 Ollie Wild <aaw@google.com>
1064
1065 * include/ext/sso_string_base.h (__sso_string_base<>::_M_construct):
1066 Fix unqualified lookup.
1067 (__sso_string_base<>::_M_assign): Likewise.
1068 (__sso_string_base<>::_M_reserve): Likewise.
1069 (__sso_string_base<>::_M_mutate): Likewise.
1070 (__sso_string_base<>::_M_erase): Likewise.
1071 * include/ext/vstring.h (__versa_string<>::replace): Likewise.
1072 (__versa_string<>::compare): Likewise.
1073 * include/ext/vstring.tcc (__versa_string<>::compare): Likewise.
1074
1075 2011-05-02 Jonathan Wakely <jwakely.gcc@gmail.com>
1076
1077 * doc/xml/manual/status_cxx200x.xml: Update to reflect current status
1078 and FDIS content.
1079 * doc/xml/manual/documentation_hacking.xml: Fix typo.
1080 * doc/html/*: Regenerate.
1081
1082 2011-04-30 Daniel Krugler <daniel.kruegler@googlemail.com>
1083
1084 * include/std/type_traits (__is_default_constructible_atom,
1085 __is_default_constructible_safe<, true>,
1086 __is_direct_constructible_new_safe,
1087 __is_base_to_derived_ref<,, true>, __is_lvalue_to_rvalue_ref<,, true>,
1088 __is_direct_constructible_ref_cast, __is_direct_constructible,
1089 __is_nary_constructible): Simplify; add comments throughout.
1090
1091 2011-04-30 Paolo Carlini <paolo.carlini@oracle.com>
1092
1093 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
1094 Adjust dg-error line numbers.
1095 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1096 Likewise.
1097 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1098
1099 2011-04-30 Doug Kwan <dougkwan@google.com>
1100
1101 * include/Makefile.am (install-freestanding-headers): Also install
1102 cxxabi_tweaks.h.
1103 * include/Makefile.in: Regenerate.
1104
1105 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
1106
1107 PR libstdc++/48760
1108 * include/std/complex (complex<float>::complex(float, float),
1109 complex<double>::complex(double, double),
1110 complex<long double>::complex(long double, long double)): Use
1111 list-initialization in C++0x mode, initialize in the body in
1112 C++03 mode.
1113 * testsuite/26_numerics/complex/cons/48760.cc: New.
1114 * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
1115
1116 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
1117
1118 * include/std/bitset (_Base_bitset(unsigned long long)): Minor
1119 tweak, remove redundant round braces.
1120
1121 2011-04-27 Paolo Carlini <paolo.carlini@oracle.com>
1122
1123 * include/bits/move.h (move_if_noexcept): Add.
1124 * testsuite/20_util/move_if_noexcept/requirements/
1125 explicit_instantiation.cc: New.
1126 * testsuite/20_util/move_if_noexcept/1.cc: Likewise.
1127
1128 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
1129
1130 * include/std/type_traits (struct underlying_type): Add.
1131 * testsuite/20_util/underlying_type/requirements/typedefs-1.cc: New.
1132 * testsuite/20_util/underlying_type/requirements/typedefs-2.cc:
1133 Likewise.
1134 * testsuite/20_util/underlying_type/requirements/
1135 explicit_instantiation.cc: Likewise.
1136 * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
1137 line number.
1138
1139 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
1140
1141 * include/parallel/multiway_merge.h: Uglify equally_split
1142 and equally_split_point throughout.
1143 * include/parallel/par_loop.h: Likewise.
1144 * include/parallel/equally_split.h: Likewise.
1145 * include/parallel/set_operations.h: Likewise.
1146 * include/parallel/unique_copy.h: Likewise.
1147 * include/parallel/multiway_mergesort.h: Likewise.
1148 * include/parallel/search.h: Likewise.
1149 * include/parallel/partial_sum.h: Likewise.
1150 * include/parallel/find.h: Likewise.
1151
1152 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
1153
1154 * doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
1155 documentation. Expand link text.
1156
1157 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
1158
1159 * libsupc++/cxxabi.h: Adjust link to FAQ entry.
1160
1161 2011-04-22 François Dumont <francois.cppdevs@free.fr>
1162
1163 * testsuite/lib/libstdc++.exp (check_v3_target_time): Discard
1164 unused compilation result thanks to /dev/null.
1165 * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode,
1166 check_v3_target_profile_mode, check_v3_target_normal_mode,
1167 check_v3_target_cstdint, check_v3_target_cmath,
1168 check_v3_target_atomic_builtins, check_v3_target_gthreads,
1169 check_v3_target_nanosleep, check_v3_target_sched_yield,
1170 check_v3_target_string_conversions, check_v3_target_swprintf,
1171 check_v3_target_binary_io): Use simple preprocessing rather than
1172 compilation. Discard unused preprocessing result thanks to /dev/null.
1173
1174 2011-04-20 Jim Meyering <meyering@redhat.com>
1175
1176 * libsupc++/del_opnt.cc (operator delete): Remove useless
1177 if-before-free.
1178
1179 2011-04-19 Jonathan Wakely <jwakely.gcc@gmail.com>
1180
1181 PR libstdc++/48521
1182 * include/std/type_traits (result_of): Handle pointer to member.
1183 * include/std/functional (__invoke): Likewise.
1184 (_Function_to_function_pointer): Remove.
1185 (_Reference_wrapper_base): Provide nested types independent of
1186 unary_function and binary_function.
1187 (reference_wrapper::operator()): DR 2017.
1188 (ref(const A&&), cref(const A&&): Define as deleted.
1189 * include/std/future (async): Simplify SFINAE and use result_of to
1190 support pointer to member.
1191 * testsuite/20_util/reference_wrapper/invoke.cc: Test pointer to
1192 member.
1193 * testsuite/20_util/reference_wrapper/24803.cc: Likewise.
1194 * testsuite/20_util/reference_wrapper/typedefs.cc: Test for types
1195 instead of derivation from unary_function and binary_function.
1196 * testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
1197 * testsuite/20_util/reference_wrapper/invoke-2.cc: New.
1198 * testsuite/20_util/reference_wrapper/ref_neg.c: New.
1199 * testsuite/20_util/reference_wrapper/typedefs-3.c: New.
1200
1201 2011-04-19 Hans-Peter Nilsson <hp@axis.com>
1202
1203 PR testsuite/48675
1204 * testsuite/20_util/hash/chi2_quality.cc (test_document_words): Stub
1205 this part if SAMPLES < 100000.
1206
1207 2011-04-18 Paolo Carlini <paolo.carlini@oracle.com>
1208
1209 * include/std/type_traits (is_nothrow_default_constructible,
1210 is_nothrow_copy_constructible, is_nothrow_move_constructible,
1211 is_copy_constructible, is_move_constructible): Add.
1212 (has_nothrow_default_constructor, has_nothrow_copy_constructor):
1213 Remove.
1214 (is_nothrow_constructible): Adjust.
1215
1216 * testsuite/util/testsuite_tr1.h (ThrowDefaultClass,
1217 ThrowCopyConsClass, ThrowMoveConsClass, NoexceptDefaultClass,
1218 ExceptDefaultClass, NoexceptCopyConsClass, ExceptCopyConsClass,
1219 NoexceptMoveConsClass, ExceptMoveConsClass): Add in C++0x mode.
1220
1221 * testsuite/20_util/has_nothrow_default_constructor: Remove.
1222 * testsuite/20_util/has_nothrow_copy_constructor: Likewise.
1223
1224 * testsuite/20_util/is_nothrow_move_constructible/value.cc: Likewise.
1225 * testsuite/20_util/is_nothrow_move_constructible/requirements/
1226 typedefs.cc: Likewise.
1227 * testsuite/20_util/is_nothrow_move_constructible/requirements/
1228 explicit_instantiation.cc: Likewise.
1229 * testsuite/20_util/is_nothrow_copy_constructible/value.cc: Likewise.
1230 * testsuite/20_util/is_nothrow_copy_constructible/requirements/
1231 typedefs.cc: Likewise.
1232 * testsuite/20_util/is_nothrow_copy_constructible/requirements/
1233 explicit_instantiation.cc: Likewise.
1234 * testsuite/20_util/is_nothrow_default_constructible/value.cc:
1235 Likewise.
1236 * testsuite/20_util/is_nothrow_default_constructible/requirements/
1237 typedefs.cc: Likewise.
1238 * testsuite/20_util/is_nothrow_default_constructible/requirements/
1239 explicit_instantiation.cc: Likewise.
1240 * testsuite/20_util/is_move_constructible/value.cc: Likewise.
1241 * testsuite/20_util/is_move_constructible/requirements/typedefs.cc:
1242 Likewise.
1243 * testsuite/20_util/is_move_constructible/requirements/
1244 explicit_instantiation.cc: Likewise.
1245 * testsuite/20_util/is_copy_constructible/value.cc: Likewise.
1246 * testsuite/20_util/is_copy_constructible/requirements/typedefs.cc:
1247 Likewise.
1248 * testsuite/20_util/is_copy_constructible/requirements/
1249 explicit_instantiation.cc: Likewise.
1250
1251 * testsuite/20_util/is_default_constructible/value.cc: Add tests.
1252 * testsuite/20_util/is_nothrow_constructible/value.cc: Likewise.
1253
1254 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
1255 Adjust dg-error line numbers.
1256 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1257 Likewise.
1258 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1259
1260 2011-04-17 Paolo Carlini <paolo.carlini@oracle.com>
1261
1262 * testsuite/25_algorithms/partition/moveable.cc: Actually run
1263 it in parallel-mode for check-parallel.
1264
1265 2011-04-17 Daniel Krugler <daniel.kruegler@googlemail.com>
1266 Paolo Carlini <paolo.carlini@oracle.com>
1267
1268 PR libstdc++/48635 (again)
1269 * include/bits/unique_ptr.h (unique_ptr<>::unique_ptr(unique_ptr<>&&),
1270 unique_ptr<_Tp[]>::unique_ptr(unique_ptr<>&&),
1271 unique_ptr<>::operator=(unique_ptr<>&&),
1272 unique_ptr<_Tp[]>::operator=(unique_ptr<>&&)): Use forward<_Ep>, not
1273 forward<_Dp>, to forward the deleter.
1274 * testsuite/20_util/unique_ptr/assign/48635_neg.cc: New.
1275
1276 2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
1277 Paolo Carlini <paolo.carlini@oracle.com>
1278
1279 PR libstdc++/48631
1280 * include/bits/unique_ptr.h (default_delete<_Tp[]>): Add deleted
1281 function call operator.
1282 * testsuite/20_util/default_delete/48631_neg.cc: New.
1283 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
1284 line numbers.
1285
1286 2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
1287 Paolo Carlini <paolo.carlini@oracle.com>
1288
1289 PR libstdc++/48635
1290 * include/bits/unique_ptr.h (unique_ptr<>::operator=(unique_ptr&&),
1291 unique_ptr<>::operator=(unique_ptr<>&&),
1292 unique_ptr<_Tp[],>::operator=(unique_ptr&&),
1293 unique_ptr<_Tp[],>::operator=(unique_ptr<>&&)): Forward the deleter
1294 instead of moving it.
1295 * testsuite/20_util/unique_ptr/assign/48635.cc: New.
1296
1297 2011-04-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1298
1299 * scripts/extract_symvers.pl: Handle NOTY.
1300
1301 2011-04-15 Paolo Carlini <paolo.carlini@oracle.com>
1302
1303 * include/std/istream: Fix comments in the light of DR60 + N3168.
1304
1305 2011-04-13 Daniel Krugler <daniel.kruegler@googlemail.com>
1306 Paolo Carlini <paolo.carlini@oracle.com>
1307
1308 PR libstdc++/48526
1309 * include/std/type_traits (struct is_constructible): Re-implement,
1310 according to n3290.
1311 (struct is_default_constructible): Add.
1312 (struct is_destructible): Likewise.
1313 (struct __and_, __or_, __not_): Add and use throughout; reorder some
1314 facilities, other minor tweaks.
1315 * testsuite/util/testsuite_tr1.h: Add test types.
1316 * testsuite/20_util/is_constructible/value-2.cc: New.
1317 * testsuite/20_util/is_default_constructible/value.cc: Likewise.
1318 * testsuite/20_util/is_default_constructible/requirements/typedefs.cc:
1319 Likewise.
1320 * testsuite/20_util/is_default_constructible/requirements/
1321 explicit_instantiation.cc: Likewise.
1322 * testsuite/20_util/is_destructible/value.cc: Likewise.
1323 * testsuite/20_util/is_destructible/requirements/typedefs.cc:
1324 Likewise.
1325 * testsuite/20_util/is_destructible/requirements/
1326 explicit_instantiation.cc: Likewise.
1327 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
1328 dg-error line numbers.
1329 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1330 Likewise.
1331 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1332 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
1333
1334 2011-04-13 Paolo Carlini <paolo.carlini@oracle.com>
1335
1336 * testsuite/20_util/is_function/value.cc: Add, adapted from the tr
1337 testsuite.
1338 * testsuite/20_util/is_function/requirements/typedefs.cc: Likewise.
1339 * testsuite/20_util/is_function/requirements/
1340 explicit_instantiation.cc: Likewise.
1341 * testsuite/20_util/is_function/24808.cc: Likewise.
1342 * testsuite/20_util/is_function/35637.cc: Likewise.
1343 * testsuite/20_util/is_object/value.cc: Likewise.
1344 * testsuite/20_util/is_object/requirements/typedefs.cc: Likewise.
1345 * testsuite/20_util/is_object/requirements/explicit_instantiation.cc:
1346 : Likewise.
1347 * testsuite/20_util/is_object/24808.cc: Likewise.
1348 * testsuite/20_util/is_compound/value.cc: Likewise.
1349 * testsuite/20_util/is_compound/requirements/typedefs.cc: Likewise.
1350 * testsuite/20_util/is_compound/requirements/
1351 explicit_instantiation.cc: Likewise.
1352 * testsuite/20_util/is_member_object_pointer/value.cc: Likewise.
1353 * testsuite/20_util/is_member_object_pointer/requirements/
1354 typedefs.cc: Likewise.
1355 * testsuite/20_util/is_member_object_pointer/requirements/
1356 explicit_instantiation.cc: Likewise.
1357 * testsuite/20_util/is_fundamental/value.cc: Likewise.
1358 * testsuite/20_util/is_fundamental/requirements/typedefs.cc: Likewise.
1359 * testsuite/20_util/is_fundamental/requirements/
1360 explicit_instantiation.cc: Likewise.
1361 * testsuite/20_util/is_member_pointer/value.cc: Likewise.
1362 * testsuite/20_util/is_member_pointer/requirements/typedefs.cc:
1363 Likewise.
1364 * testsuite/20_util/is_member_pointer/requirements/
1365 explicit_instantiation.cc: Likewise.
1366 * testsuite/20_util/is_member_function_pointer/value.cc: Likewise.
1367 * testsuite/20_util/is_member_function_pointer/
1368 requirements/typedefs.cc: Likewise.
1369 * testsuite/20_util/is_member_function_pointer/requirements/
1370 explicit_instantiation.cc: Likewise.
1371
1372 * testsuite/20_util/is_convertible/value.cc: Minor tweak, adjust
1373 Copyright years.
1374
1375 2011-04-12 Takaya Saito <gintensubaru@gmail.com>
1376
1377 PR libstdc++/48476
1378 * include/std/tuple (_Tuple_impl<>::_Tuple_impl(_Tuple_impl<>&&),
1379 _Tuple_impl<>::operator=(_Tuple_impl&&), _Tuple_impl<>::operator=
1380 (_Tuple_impl<>&&), tuple_cat): Use std::forward where appropriate.
1381 * testsuite/20_util/tuple/cons/48476.cc: New.
1382 * testsuite/20_util/tuple/48476.cc: Likewise.
1383 * testsuite/20_util/tuple/creation_functions/48476.cc: Likewise.
1384
1385 2011-04-12 Allan McRae <allan@archlinux.org>
1386
1387 PR libstdc++/48566
1388 * testsuite/tr1/6_containers/unordered_map/requirements/
1389 iterator_null_neg.cc: Include <cstddef>.
1390 * testsuite/tr1/6_containers/unordered_set/requirements/
1391 iterator_null_neg.cc: Likewise.
1392 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Include
1393 <cstring>.
1394 * testsuite/util/testsuite_common_types.h: Include <limits>.
1395 * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc:
1396 Adjust dg-error line numbers.
1397 * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise.
1398 * testsuite/29_atomics/atomic_integral/operators/increment_neg.cc:
1399 Likewise.
1400 * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc:
1401 Likewise.
1402 * testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc:
1403 Likewise.
1404 * testsuite/29_atomics/atomic/cons/assign_neg.cc: Likewise.
1405 * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.
1406
1407 2011-04-11 Jason Merrill <jason@redhat.com>
1408
1409 * testsuite/20_util/is_convertible/value.cc: Adjust.
1410
1411 2011-04-11 Paolo Carlini <paolo.carlini@oracle.com>
1412
1413 * testsuite/25_algorithms/inplace_merge/moveable.cc: Actually run
1414 it in parallel-mode for check-parallel.
1415 * testsuite/25_algorithms/rotate/moveable.cc: Likewise.
1416 * testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
1417 * testsuite/25_algorithms/remove/moveable.cc: Likewise.
1418 * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
1419 Likewise.
1420 * testsuite/25_algorithms/unique/moveable.cc: Likewise.
1421 * testsuite/25_algorithms/remove_if/moveable.cc: Likewise.
1422 * testsuite/25_algorithms/heap/moveable.cc: Likewise.
1423
1424 * testsuite/25_algorithms/next_permutation/moveable.cc: Only skip
1425 the tests based on std::lexicographical_compare for check-parallel.
1426 * testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.
1427
1428 2011-04-10 Jonathan Wakely <jwakely.gcc@gmail.com>
1429
1430 PR libstdc++/48541
1431 * include/std/functional (_Base_manager::_M_get_pointer): Use
1432 addressof.
1433 * testsuite/20_util/function/48541.cc: New.
1434
1435 2011-04-10 Jonathan Wakely <jwakely.gcc@gmail.com>
1436
1437 PR libstdc++/48465
1438 * configure.ac (libtool_VERSION): Bump library version to 6:16:0.
1439 * configure: Regenerate.
1440 * config/abi/pre/gnu.ver (GLIBCXX_3.4.16): Export missing symbols.
1441 * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.16.
1442
1443 2011-04-06 Jeffrey Yasskin <jyasskin@google.com>
1444
1445 * include/ext/algorithm (is_sorted): In C++0x mode import from
1446 namespace std.
1447 * include/ext/numeric (iota): In C++0x mode import from
1448 namespace std.
1449 * testsuite/ext/is_sorted/cxx0x.cc: New.
1450 * testsuite/ext/iota/cxx0x.cc: New.
1451
1452 2011-04-02 Jonathan Wakely <redi@gcc.gnu.org>
1453
1454 PR libstdc++/48398
1455 * include/bits/unique_ptr.h (__tuple_type): Store pointer type.
1456 * testsuite/20_util/unique_ptr/modifiers/48398.cc: New.
1457 * testsuite/20_util/unique_ptr/requirements/pointer_type.cc: Remove
1458 unused parameter name.
1459
1460 2011-03-31 Jeffrey Yasskin <jyasskin@google.com>
1461
1462 * libsupc++/exception_ptr.h: Forward-declare std::type_info.
1463 * libsupc++/nested_exception.h (__throw_with_nested): Remove a
1464 redundant default argument from std::__throw_with_nested.
1465
1466 2011-03-31 Paolo Carlini <paolo.carlini@oracle.com>
1467
1468 PR libstdc++/48382
1469 * src/ctype.cc: Do not include <bits/ctype_noninline.h>.
1470 * src/Makefile.am: Add ctype_configure_char.cc to host_sources.
1471 * src/Makefile.in: Regenerate.
1472 * include/Makefile.am: Remove ctype_noninline.h from host_headers.
1473 * include/Makefile.in: Regenerate.
1474 * doc/xml/manual/internals.xml: Update.
1475 * config/os/newlib/ctype_noninline.h: Fixup and rename to...
1476 * config/os/newlib/ctype_configure_char.cc: ... this.
1477 * config/os/aix/ctype_noninline.h: Likewise.
1478 * config/os/aix/ctype_configure_char.cc: Likewise.
1479 * config/os/vxworks/ctype_noninline.h: Likewise.
1480 * config/os/vxworks/ctype_configure_char.cc
1481 * config/os/hpux/ctype_noninline.h: Likewise.
1482 * config/os/hpux/ctype_configure_char.cc: Likewise.
1483 * config/os/gnu-linux/ctype_noninline.h: Likewise.
1484 * config/os/gnu-linux/ctype_configure_char.cc: Likewise.
1485 * config/os/mingw32/ctype_noninline.h: Likewise.
1486 * config/os/mingw32/ctype_configure_char.cc: Likewise.
1487 * config/os/tpf/ctype_noninline.h: Likewise.
1488 * config/os/tpf/ctype_configure_char.cc: Likewise.
1489 * config/os/uclibc/ctype_noninline.h: Likewise.
1490 * config/os/uclibc/ctype_configure_char.cc: Likewise.
1491 * config/os/bionic/ctype_noninline.h: Likewise.
1492 * config/os/bionic/ctype_configure_char.cc: Likewise.
1493 * config/os/djgpp/ctype_noninline.h: Likewise.
1494 * config/os/djgpp/ctype_configure_char.cc: Likewise.
1495 * config/os/qnx/qnx6.1/ctype_noninline.h: Likewise.
1496 * config/os/qnx/qnx6.1/ctype_configure_char.cc: Likewise.
1497 * config/os/bsd/netbsd/ctype_noninline.h: Likewise.
1498 * config/os/bsd/netbsd/ctype_configure_char.cc: Likewise.
1499 * config/os/bsd/darwin/ctype_noninline.h: Likewise.
1500 * config/os/bsd/darwin/ctype_configure_char.cc: Likewise.
1501 * config/os/bsd/freebsd/ctype_noninline.h: Likewise.
1502 * config/os/bsd/freebsd/ctype_configure_char.cc: Likewise.
1503 * config/os/irix/irix6.5/ctype_noninline.h: Likewise.
1504 * config/os/irix/irix6.5/ctype_configure_char.cc: Likewise.
1505 * config/os/generic/ctype_noninline.h: Likewise.
1506 * config/os/generic/ctype_configure_char.cc: Likewise.
1507 * config/os/solaris/solaris2.7/ctype_noninline.h: Likewise.
1508 * config/os/solaris/solaris2.7/ctype_configure_char.cc: Likewise.
1509
1510 2011-03-25 Jonathan Wakely <jwakely.gcc@gmail.com>
1511
1512 * include/std/future (future::share): Add.
1513 (packaged_task::result_type): Remove as per LWG 2030.
1514 (packaged_task::packaged_task): Remove redundant constructors, as per
1515 LWG 1514.
1516 * testsuite/30_threads/future/members/share.cc: New.
1517 * testsuite/30_threads/packaged_task/requirements/typedefs.cc: Remove.
1518
1519 2011-03-25 Jonathan Wakely <jwakely.gcc@gmail.com>
1520
1521 * testsuite/28_regex/match_results/ctors/char/default.cc: Do not call
1522 members which require a fully established result state.
1523 * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.
1524
1525 2011-03-25 Paolo Carlini <paolo.carlini@oracle.com>
1526
1527 * include/bits/random.h (negative_binomial_distribution<>::
1528 negative_binomial_distribution(_IntType, double),
1529 negative_binomial_distribution<>::
1530 negative_binomial_distribution(const param_type&)): Tweak
1531 construction of _M_gd.
1532 * include/bits/random.tcc (negative_binomial_distribution<>::
1533 operator()): Adjust.
1534
1535 2011-03-24 Paolo Carlini <paolo.carlini@oracle.com>
1536
1537 * include/bits/random.h (negative_binomial_distribution<>::
1538 negative_binomial_distribution(_IntType, double),
1539 negative_binomial_distribution<>::
1540 negative_binomial_distribution(const param_type&)): Fix
1541 construction of _M_gd.
1542 * include/bits/random.tcc (negative_binomial_distribution<>::
1543 operator()): Fix computation, per Leger's algorithm.
1544 * testsuite/util/testsuite_random.h (discrete_pdf,
1545 negative_binomial_pdf, poisson_pdf, uniform_int_pdf): New.
1546 (binomial_pdf): Swap last two parameters.
1547 * testsuite/26_numerics/random/discrete_distribution/
1548 operators/values.cc: New.
1549 * testsuite/26_numerics/random/negative_binomial_distribution/
1550 operators/values.cc: Likewise.
1551 * testsuite/26_numerics/random/poisson_distribution/
1552 operators/values.cc: Likewise.
1553 * testsuite/26_numerics/random/uniform_int_distribution/
1554 operators/values.cc: Likewise.
1555 * testsuite/26_numerics/random/binomial_distribution/
1556 operators/values.cc: Adjust.
1557
1558 2011-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1559
1560 * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate.
1561 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
1562 * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise.
1563 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
1564 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
1565
1566 2011-03-23 Matthias Klose <doko@ubuntu.com>
1567
1568 * config/abi/post/sparc-linux-gnu/baseline_symbols.txt: Regenerated.
1569
1570 2011-03-23 Uros Bizjak <ubizjak@gmail.com>
1571
1572 * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Regenerated.
1573
1574 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1575
1576 * configure.ac: Don't handle powerpc*-*-gnu*.
1577 * configure: Regenerate.
1578
1579 2011-03-22 Paolo Carlini <paolo.carlini@oracle.com>
1580
1581 * testsuite/21_strings/basic_string/cons/char/moveable2.cc: Tweak
1582 Copyright years.
1583 * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc:
1584 Likewise.
1585
1586 2011-03-22 Paolo Carlini <paolo.carlini@oracle.com>
1587
1588 * include/bits/shared_ptr.h (operator>, operator<=, operator>=): Add,
1589 per DR 1401.
1590 (operator==, operator!=, operator<): Fix per the letter of DR 1401.
1591 * include/bits/shared_ptr_base.h: Likewise for __shared_ptr.
1592 * include/bits/unique_ptr.h (operator==, operator!=, operator<,
1593 operator<=, operator>, operator>=): Fix per the letter of DR 1401.
1594 * testsuite/20_util/shared_ptr/comparison/dr1401.cc: New.
1595 * testsuite/20_util/unique_ptr/comparison/dr1401.cc: Likewise.
1596 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust.
1597
1598 2011-03-22 Jakub Jelinek <jakub@redhat.com>
1599
1600 * config/abi/pre/gnu.ver (GLIBCXX_3.4.15): Export _ZNSsC2EOSs
1601 and _ZNSbIwSt11char_traitsIwESaIwEEC2EOS2_.
1602 * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerated.
1603 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
1604 * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise.
1605 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
1606 * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise.
1607 * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
1608 * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
1609 * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
1610 Likewise.
1611 * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise.
1612 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
1613 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
1614 * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
1615 * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Likewise.
1616 * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise.
1617 * testsuite/21_strings/basic_string/cons/char/moveable2.cc: New test.
1618 * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc: New
1619 test.
1620
1621 2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu>
1622
1623 * testsuite/lib/prune.exp (libstdc++-dg-prune): Prune "could not
1624 create compact unwind for" warnings.
1625
1626 2011-03-21 Jakub Jelinek <jakub@redhat.com>
1627
1628 * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update.
1629 * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
1630 * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
1631 Likewise.
1632 * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
1633 * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
1634 * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise.
1635 * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise.
1636 * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise.
1637 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
1638 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
1639 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
1640 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
1641
1642 * testsuite/util/testsuite_abi.cc (check_version): Set incompatible
1643 even when adding symbols to CXXABI_1.3, GLIBCXX_LDBL_3.4 and
1644 CXXABI_LDBL_1.3 versions.
1645
1646 2011-03-21 Benjamin Kosnik <bkoz@redhat.com>
1647
1648 * config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
1649
1650 2011-03-21 Jakub Jelinek <jakub@redhat.com>
1651
1652 * config/abi/pre/gnu.ver (CXXABI_1.3): Don't export _ZT[IS][PK]*[no].
1653 (CXXABI_1.3.5): Export _ZTI[PK]*[no].
1654
1655 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1656
1657 * testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
1658 sparc*-sun-solaris2.10 && lp64.
1659
1660 2011-03-19 Paolo Carlini <paolo.carlini@oracle.com>
1661
1662 * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename
1663 to check_v3_target_cmath.
1664 * testsuite/lib/dg-options.exp (dg-require-c99_math): Rename
1665 to dg-require-cmath.
1666 * testsuite/26_numerics/random/binomial_distribution/
1667 operators/values.cc: Adjust.
1668
1669 2011-03-18 Diego Novillo <dnovillo@google.com>
1670
1671 * testsuite/decimal/mixed-mode-arith_neg.cc: Rename from
1672 mixed-mode_neg.cc
1673 * testsuite/decimal/mixed-mode-cmp_neg.cc: Factor out of
1674 mixed-mode-arith_neg.cc
1675
1676 2011-03-18 Paolo Carlini <paolo.carlini@oracle.com>
1677
1678 * testsuite/util/testsuite_random.h: New.
1679 * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Add.
1680 * testsuite/lib/dg-options.exp (dg-require-c99_math): Likewise.
1681 * testsuite/26_numerics/random/bernoulli_distribution/
1682 operators/values.cc: New.
1683 * testsuite/26_numerics/random/binomial_distribution/
1684 operators/values.cc: Likewise.
1685 * testsuite/26_numerics/random/geometric_distribution/
1686 operators/values.cc: Likewise.
1687
1688 2011-03-16 Benjamin Kosnik <bkoz@redhat.com>
1689
1690 * config/abi/pre/gnu.ver: Add base destructors for stdexcept classes.
1691 * testsuite/19_diagnostics/stdexcept.cc: New.
1692
1693 2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
1694
1695 * include/std/thread: Revert.
1696 * src/thread.cc: Same.
1697 * config/abi/pre/gnu.ver: Same.
1698
1699 2011-03-15 Doug Kwan <dougkwan@google.com>
1700
1701 PR libstdc++/48123
1702 * include/Makefile.am (install-freestanding-headers): Install
1703 cpu_defines.h
1704 * include/Makefile.in: Regenerate.
1705
1706 2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
1707
1708 * config/abi/pre/gnu.ver: Make nested_exception exports super clear.
1709 Move bad_function_call exports from CXXABI_1.3.5 to GLIBCXX_3.4.15.
1710
1711 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
1712
1713 PR libstdc++/48130
1714 * src/future.cc: Guard definitions.
1715 * libsupc++/nested_exception.cc: Same.
1716
1717 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
1718
1719 * src/Makefile.am: Add functional.cc, shared_ptr.cc.
1720 * src/Makefile.in: Regenerate.
1721 * libsupc++/Makefile.am: Add nested_exception.cc.
1722 * libsupc++/Makefile.in: Regenerate.
1723 * src/system_error.cc: Add ctor and dtor definitions for error_category.
1724 * src/functional.cc: New. Add dtor definition for bad_function_call.
1725 * src/stdexcept.cc: Add dtor definitions for domain_error,
1726 invalid_argument, length_error, out_of_range, range_error,
1727 overflow_error, underflow_error.
1728 * src/future.cc: Add dtor definition for __future_base::_Result_base.
1729 * src/shared_ptr.cc: New. Add dtor definition for bad_weak_ptr.
1730 * src/thread.cc: Add dtor for thread::_Impl_base.
1731 * include/std/system_error: Adjust.
1732 * include/std/stdexcept: Same.
1733 * include/std/future: Same.
1734 * include/std/functional: Same.
1735 * include/std/thread: Same.
1736 * include/bits/shared_ptr_base.h: Same.
1737 * libsupc++/nested_exception.cc: New. Add dtor for nested_exception.
1738 * libsupc++/nested_exception.h: Adjust.
1739 * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers.
1740 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
1741 * config/abi/pre/gnu.ver: Add new exports.
1742
1743 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
1744
1745 * include/bits/regex_compiler.h: Nest namespace versioning.
1746 * include/bits/regex_grep_matcher.tcc: Same.
1747 * include/bits/regex_grep_matcher.h: Same.
1748 * include/bits/regex_cursor.h: Same.
1749 * include/bits/regex_nfa.h: Same.
1750 * include/bits/regex_nfa.tcc: Same.
1751
1752 * include/bits/regex_grep_matcher.h: Version forward declarations.
1753 * include/bits/c++config: Add namespace association for __regex.
1754 * include/bits/regex.h: Make sub_match consistent.
1755
1756 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1757
1758 * doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN
1759 equivalents.
1760 * doc/html/manual/abi.html: Regenerate.
1761
1762 2011-03-14 Tom Tromey <tromey@redhat.com>
1763
1764 * python/libstdcxx/v6/printers.py (_use_gdb_pp): New global.
1765 Try to import `gdb.printing' module.
1766 (UniquePointerPrinter.__init__): Add 'typename' argument.
1767 (StdSlistPrinter.__init__): Likewise.
1768 (StdSlistIteratorPrinter.__init__): Likewise.
1769 (StdVectorIteratorPrinter.__init__): Likewise.
1770 (StdRbtreeIteratorPrinter.__init__): Likewise.
1771 (StdDebugIteratorPrinter.__init__): Likewise.
1772 (StdDequeIteratorPrinter.__init__): Likewise.
1773 (StdStringPrinter.__init__): Likewise.
1774 (RxPrinter, Printer): New class.
1775 (libstdcxx_printer): New global.
1776 (register_libstdcxx_printers): Rewrite.
1777 (build_libstdcxx_dictionary): Rewrite.
1778 (pretty_printers_dict): Remove.
1779
1780 2011-03-14 Andrey Zholos <aaz@althenia.net>
1781
1782 PR libstdc++/48114
1783 * include/bits/random.h (geometric_distribution): Correct formula
1784 in comment, per C++0x.
1785 (geometric_distribution<>::param_type::param_type(double)): Fix check.
1786 (geometric_distribution<>::param_type::_M_initialize):
1787 Store log(1 - p).
1788 * include/bits/random.tcc (geometric_distribution<>::operator()):
1789 Fix computation.
1790 (binomial_distribution<>::operator()): Likewise.
1791
1792 2011-03-09 Paolo Carlini <paolo.carlini@oracle.com>
1793
1794 * testsuite/util/testsuite_rvalref.h: Minor tweaks.
1795
1796 2011-03-09 Jonathan Wakely <redi@gcc.gnu.org>
1797 Chris Jefferson <chris@bubblescope.net>
1798 Paolo Carlini <paolo.carlini@oracle.com>
1799
1800 * testsuite/util/testsuite_rvalref.h (rvalstruct_compare_by_value):
1801 New.
1802 * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
1803 Likewise.
1804 * testsuite/25_algorithms/partial_sort/check_compare_by_value:
1805 Likewise.
1806 * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc:
1807 Likewise.
1808 * testsuite/25_algorithms/sort/check_compare_by_value: Likewise.
1809
1810 2011-03-09 Chris Jefferson <chris@bubblescope.net>
1811
1812 PR libstdc++/48038
1813 * include/bits/stl_algo.h (__merge_backward): Rename to
1814 __move_merge_backward and change to always move rather than copy.
1815 (__move_merge): New function similar to std::merge except values
1816 are moved instead of copied.
1817 (__merge_adaptive, __merge_sort_loop): Change from using std::merge
1818 and __merge_backward to __move_merge and __move_merge_backward.
1819
1820 2011-03-07 Jason Merrill <jason@redhat.com>
1821
1822 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust
1823 expected errors.
1824
1825 2011-03-07 Benjamin Kosnik <bkoz@redhat.com>
1826 Matthias Klose <doko@ubuntu.com>
1827 Jonathan Wakely <redi@gcc.gnu.org>
1828
1829 PR libstdc++/47145
1830 * acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Define.
1831 * configure.ac: Use it.
1832 * doc/Makefile.am (XSL_STYLE_DIR): Set at configure time.
1833 * configure: Regenerate.
1834 * doc/Makefile.in: Regenerate.
1835
1836 2011-03-04 Benjamin Kosnik <bkoz@chula>
1837
1838 * src/Makefile.am (inst_sources): Make source instantion files
1839 conditional.
1840 (XTEMPLATE_FLAGS): Make -fno-implicit-templates conditional.
1841 * src/Makefile.in: Regenerate.
1842 * src/valarray-inst.cc: Move to..
1843 * src/valarray.cc: ...this.
1844 * acinclude.m4 (GLIBCXX_ENABLE_EXTERN_TEMPLATE]): Define.
1845 * configure.ac (GLIBCXX_ENABLE_EXTERN_TEMPLATE): Use it.
1846 * configure: Regenerate.
1847 * include/Makefile.am (stamp-extern-template): Add.
1848 * include/Makefile.in: Regenerate.
1849
1850 * doc/xml/manual/configure.xml: Document --enable-extern-template.
1851
1852 * include/bits/locale_classes.tcc: Adjust comment.
1853 * include/bits/locale_facets.tcc: Same.
1854 * include/bits/basic_ios.tcc: Same.
1855 * include/bits/istream.tcc: Same.
1856 * include/bits/codecvt.h: Same.
1857 * include/bits/ostream.tcc: Same.
1858 * include/bits/sstream.tcc: Same.
1859 * include/bits/c++config: Same.
1860 * include/bits/basic_string.tcc: Same.
1861 * include/bits/ostream_insert.h: Same.
1862 * include/bits/locale_facets_nonio.tcc: Same.
1863 * include/bits/streambuf.tcc: Same.
1864 * include/bits/allocator.h: Same.
1865 * include/bits/fstream.tcc: Same.
1866
1867 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
1868
1869 2011-03-02 Benjamin Kosnik <bkoz@redhat.com>
1870
1871 * testsuite/Makefile.am: Make clean fixups.
1872 * testsuite/Makefile.in: Regenerate.
1873
1874 2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
1875
1876 * include/std/ratio (ratio_less): Add comments.
1877
1878 2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
1879
1880 PR libstdc++/47913
1881 * include/std/ratio (ratio_add): Avoid denominator overflow.
1882 * testsuite/20_util/ratio/operations/47913.cc: New.
1883
1884 2011-02-28 Benjamin Kosnik <bkoz@redhat.com>
1885
1886 * testsuite/20_util/hash/chi2_quality.cc: Use C++0x mode on simulators.
1887 * testsuite/20_util/hash/quality.cc: Same.
1888
1889 2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
1890
1891 PR libstdc++/47921
1892 * include/std/streambuf (basic_streambuf<>::__safe_gbump,
1893 __safe_pbump): Add.
1894 * include/bits/streambuf.tcc (basic_streambuf<>::xgetn,
1895 xputn): Use the latter.
1896 * include/bits/streambuf_iterator.h: Likewise.
1897 * src/strstream.cc: Likewise.
1898 * src/streambuf.cc: Likewise.
1899 * src/compatibility.cc: Likewise.
1900 * src/istream.cc: Likewise.
1901 * include/bits/fstream.tcc (basic_filebuf<>::xsgetn): Use setg
1902 instead of gbump.
1903 * include/std/sstream (basic_stringbuf<>::_M_pbump): Add.
1904 * include/bits/sstream.tcc (basic_stringbuf<>::seekoff,
1905 seekpos, _M_sync): Use setg, setp, and _M_pbump.
1906 * config/abi/pre/gnu.ver: Tweak.
1907
1908 2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
1909
1910 * testsuite/20_util/ratio/comparisons/comp3.cc: New.
1911
1912 2011-02-28 Marc Glisse <marc.glisse@normalesup.org>
1913
1914 PR libstdc++/42622
1915 * include/std/ratio (ratio_less): Reimplement to never overflow.
1916 * testsuite/20_util/ratio/comparisons/comp2.cc: Extend.
1917
1918 2011-02-24 Benjamin Kosnik <bkoz@redhat.com>
1919
1920 * testsuite/18_support/type_info/fundamental.cc: New.
1921
1922 * testsuite/Makefile.am: Make clean fixups.
1923 * testsuite/Makefile.in: Regenerate.
1924
1925 2011-02-19 François Dumont <francois.cppdevs@free.fr>
1926
1927 * include/debug/string (basic_string::insert): Add iterator check and
1928 pass normal iterator to normal insert.
1929 * include/debug/macros.h (__glibcxx_check_heap,
1930 __glibcxx_check_heap_pred): Remove __glibcxx_check_valid_range,
1931 already done.
1932
1933 2011-02-17 Paolo Carlini <paolo.carlini@oracle.com>
1934
1935 PR libstdc++/47776
1936 * testsuite/ext/vstring/hash/char/1.cc: Fix.
1937 * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
1938
1939 2011-02-17 Jonathan Wakely <jwakely.gcc@gmail.com>
1940
1941 * include/bits/regex.h (basic_regex::traits_type): Add typedef.
1942 (basic_regex::basic_regex(basic_regex&&)): Add noexcept.
1943 (basic_regex::operator=(basic_regex&&)): Likewise.
1944 (basic_regex::assign(basic_regex&&)): Likewise.
1945 (operator==(sub_match,...)): Implement DR 1181.
1946 (match_results::match_results(match_results&&)): Define.
1947 (match_results::operator=(const match_results&)): Fix parameter type.
1948 (match_results::operator=(match_results&&)): Define.
1949
1950 2011-02-17 Jonathan Wakely <jwakely.gcc@gmail.com>
1951
1952 PR libstdc++/47724
1953 * include/bits/regex_compiler.h (_Scanner::_M_advance): Do not treat
1954 line anchors as metacharacters.
1955 * testsuite/28_regex/basic_regex/ctors/47724.cc: New.
1956
1957 2011-02-16 Paolo Carlini <paolo.carlini@oracle.com>
1958
1959 PR libstdc++/47773
1960 * include/ext/vstring.h (hash<__gnu_cxx::__vstring>,
1961 hash<__gnu_cxx::__wvstring>, hash<__gnu_cxx::__u16vstring>,
1962 hash<__gnu_cxx::__u32vstring>): Add.
1963 * testsuite/ext/vstring/hash/char/1.cc: New.
1964 * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
1965
1966 2011-02-16 Jonathan Wakely <jwakely.gcc@gmail.com>
1967
1968 * include/bits/regex.h (match_results::format): Use char_traits.
1969
1970 2011-02-16 Benjamin Kosnik <bkoz@redhat.com>
1971
1972 * include/std/atomic: Remove atomic_address, uplift to N3225.
1973 * include/bits/atomic_0.h: Same.
1974 * include/bits/atomic_2.h: Same.
1975 * include/bits/atomic_base.h: Same.
1976 * testsuite/29_atomics/atomic_address/*: Delete.
1977
1978 2011-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
1979
1980 * include/bits/regex.h (sub_match::sub_match): Add.
1981 (match_results::ready): Add.
1982 (match_results::empty): Adjust.
1983 (match_results::length): Add missing dereference.
1984 (match_results::operator[],prefix,suffix): Add debug mode checks.
1985 (match_results::cend): Re-use end().
1986 (match_results::format): Adjust signatures.
1987 (operator==(match_results,match_results)): Implement.
1988 * include/bits/regex_compiler.h (_Scanner_base): Use constexpr.
1989 * include/bits/regex_constants.h (syntax_option_type): Likewise.
1990 * include/bits/regex_grep_matcher.h: Fix comment typo.
1991 (_SpecializedResults::_SpecializedResults): Simplify.
1992 * include/bits/regex_cursor.h: Fix comment typo.
1993 * include/bits/regex_nfa.h: Likewise.
1994 * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc:
1995 Fix error code, remove xfail.
1996 * testsuite/28_regex/basic_regex/ctors/extended/
1997 string_range_01_02_03.cc: Likewise.
1998
1999 2011-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
2000
2001 * include/bits/regex_compiler.h: Remove unnecessary bind() calls.
2002 * include/bits/regex_nfa.h: Remove unnecessary base classes.
2003
2004 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2005
2006 * configure: Regenerate.
2007
2008 2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
2009
2010 PR libstdc++/47709
2011 * include/ext/algorithm (is_heap): In C++0x mode import from
2012 namespace std.
2013 * testsuite/ext/is_heap/47709.cc: New.
2014
2015 2011-02-12 Jakub Jelinek <jakub@redhat.com>
2016 Jonathan Wakely <jwakely.gcc@gmail.com>
2017
2018 PR libstdc++/47662
2019 * testsuite/17_intro/headers/c++200x/operator_names.cc: New.
2020 * testsuite/17_intro/headers/c++1998/operator_names.cc: Add comment.
2021
2022 2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
2023
2024 * include/tr1/cmath (fabs): Define.
2025 * include/tr1/complex (acos, asin, atan): Avoid duplicate definitions
2026 in C++0x mode.
2027
2028 2011-02-12 Jonathan Wakely <jwakely.gcc@gmail.com>
2029
2030 * testsuite/tr1/headers/c++200x/complex.cc: New.
2031
2032 2011-02-11 Johannes Singler <singler@kit.edu>
2033
2034 PR libstdc++/47433
2035 * include/parallel/losertree.h
2036 (_LoserTreeUnguarded<>::__delete_min_insert):
2037 Add missing "using std::swap;", as for other variants.
2038
2039 2011-02-10 Benjamin Kosnik <bkoz@redhat.com>
2040
2041 * src/Makefile.am (sources): Add regex.cc.
2042 * src/Makefile.in: Regenerate.
2043 * src/regex.cc: New.
2044 * include/bits/regex_error.h (error_type): Use constexpr.
2045 (regex_error): Move ctor and dtor out of line.
2046
2047 * testsuite/28_regex/03_requirements: To...
2048 * testsuite/28_regex/requirements: ... this.
2049 * testsuite/28_regex/04_header: To...
2050 * testsuite/28_regex/headers: ... this.
2051 * testsuite/28_regex/05_constants: To...
2052 * testsuite/28_regex/constants: ... this.
2053 * testsuite/28_regex/06_exception_type: To...
2054 * testsuite/28_regex/regex_error: ... this.
2055 * testsuite/28_regex/07_traits: To...
2056 * testsuite/28_regex/traits: ... this.
2057 * testsuite/28_regex/08_basic_regex: To...
2058 * testsuite/28_regex/basic_regex: ... this.
2059 * testsuite/28_regex/09_sub_match: To...
2060 * testsuite/28_regex/sub_match: ... this.
2061 * testsuite/28_regex/10_match_results: To...
2062 * testsuite/28_regex/match_results: ... this.
2063 * testsuite/28_regex/11_algorithms: To...
2064 * testsuite/28_regex/algorithms: ... this.
2065 * testsuite/28_regex/12_iterators: To...
2066 * testsuite/28_regex/iterators: ... this.
2067
2068 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2069
2070 PR libstdc++/47662
2071 * include/bits/c++config: Do not use alternative token.
2072 * testsuite/17_intro/headers/c++1998/operator_names.cc: New.
2073
2074 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2075
2076 * src/future.cc (future_error_category::message): Handle no_state.
2077
2078 2011-02-10 Paolo Carlini <paolo.carlini@oracle.com>
2079
2080 * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Do
2081 not test in C++0x mode.
2082 * testsuite/23_containers/map/modifiers/erase/47628.cc: Likewise.
2083 * testsuite/20_util/headers/utility/synopsis.cc: Tweak to work
2084 in C++0x mode too.
2085
2086 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2087
2088 * doc/xml/manual/status_cxx200x.xml: Update.
2089 * doc/html/*: Regenerate.
2090
2091 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2092
2093 * doc/xml/manual/debug.xml: Improve data race docs.
2094
2095 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2096
2097 PR libstdc++/47668
2098 * include/debug/map.h (map): Remove unnecessary using-declaration.
2099 * include/debug/multimap.h (multimap): Likewise.
2100 * include/profile/map.h (map): Likewise.
2101 * include/profile/multimap.h (multimap): Likewise.
2102
2103 2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com>
2104
2105 PR libstdc++/43863
2106 * libsupc++/guard.cc (recursive_init_error::~recursive_init_error):
2107 Move to ...
2108 * libsupc++/guard_error.cc: ... new file.
2109 * libsupc++/Makefile.am: Update.
2110 * libsupc++/Makefile.in: Regenerate.
2111
2112 2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com>
2113
2114 * include/std/future (packaged_task::operator bool): Rename to...
2115 (packaged_task::valid): ...this.
2116 * testsuite/30_threads/packaged_task/cons/1.cc: Adjust.
2117 * testsuite/30_threads/packaged_task/cons/2.cc: Adjust.
2118 * testsuite/30_threads/packaged_task/cons/move.cc: Adjust.
2119 * testsuite/30_threads/packaged_task/cons/move_assign.cc: Adjust.
2120 * testsuite/30_threads/packaged_task/cons/alloc.cc: Adjust.
2121 * testsuite/30_threads/packaged_task/members/invoke.cc: Adjust.
2122 * testsuite/30_threads/packaged_task/members/reset.cc: Adjust.
2123 * testsuite/30_threads/packaged_task/members/reset2.cc: Adjust.
2124 * testsuite/30_threads/packaged_task/members/swap.cc: Adjust.
2125 * testsuite/30_threads/packaged_task/members/boolconv.cc: Remove.
2126 * testsuite/30_threads/packaged_task/members/valid.cc: Add.
2127
2128 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2129
2130 * doc/xml/manual/io.xml: Fix typo.
2131 * doc/html/manual/streambufs.html: Likewise.
2132
2133 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2134
2135 * config/abi/pre/gnu.ver: Fix.
2136
2137 2011-02-08 Benjamin Kosnik <bkoz@redhat.com>
2138
2139 * doc/xml/manual/appendix_porting.xml: Add doc section.
2140 * doc/xml/manual/appendix_contributing.xml: Split out doc bits to...
2141 * doc/xml/manual/documentation_hacking.xml: ...here.
2142
2143 * doc/xml/manual/debug_mode.xml: Adjust.
2144 * doc/xml/manual/prerequisites.xml: Adjust.
2145 * doc/Makefile.am (xml_sources): Add dot files,
2146 documentation_hacking.xml.
2147 * doc/Makefile.in: Regenerate.
2148
2149 * doc/xml/manual/build_hacking.xml: Use absolute paths for images.
2150 * doc/xml/images/confdeps.pdf: Add.
2151
2152 * doc/html/*: Regenerate.
2153
2154 2011-02-08 Jonathan Wakely <jwakely.gcc@gmail.com>
2155
2156 * doc/xml/gnu/fdl-1.2.xml: Remove.
2157 * doc/xml/gnu/gpl-2.0.xml: Remove.
2158 * doc/Makefile.am: Update.
2159 * doc/Makefile.in: Regenerate.
2160
2161 2011-02-07 Paolo Carlini <paolo.carlini@oracle.com>
2162
2163 PR libstdc++/47628
2164 * include/bits/stl_tree.h (_Rb_tree::erase(iterator), erase(iterator,
2165 iterator)): Add back in C++03 mode.
2166 * testsuite/23_containers/map/modifiers/erase/47628.cc: New.
2167 * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Likewise.
2168
2169 2011-02-07 Benjamin Kosnik <bkoz@redhat.com>
2170
2171 PR libstdc++/47560 try two
2172 * config/os/hpux/os_defines.h: Guard for C++.
2173
2174 2011-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2175
2176 * doc/xml/faq.xml: Adjust link to bug database.
2177 Remove old item on broken header files.
2178
2179 2011-02-04 Benjamin Kosnik <bkoz@redhat.com>
2180
2181 * include/bits/regex_error.h (__throw_regex_error): Not inline.
2182 * src/functexcept.cc: Add definition.
2183 * config/abi/pre/gnu.ver: Export.
2184
2185 2011-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
2186
2187 * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*.
2188 * configure: Regenerate.
2189
2190 2011-02-01 Paolo Carlini <paolo.carlini@oracle.com>
2191
2192 PR libstdc++/46914
2193 * include/bits/atomic_0.h (_ATOMIC_STORE_, _ATOMIC_MODIFY_,
2194 _ATOMIC_CMPEXCHNG_): Rename __v -> __w, and __m -> __n, to
2195 avoid name conflicts.
2196
2197 2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
2198
2199 PR libstdc++/47560
2200 * config/os/hpux/os_defines.h: Remove use of macros on namespace.
2201
2202 2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
2203
2204 * scripts/run_doxygen: Allow doxygen 1.7.0 again.
2205 * doc/doxygen/user.cfg.in (PDF_HYPERLINKS): Re-enable.
2206 (COMPACT_LATEX): Enable.
2207
2208 * include/profile/impl/profiler_container_size.h: Adjust doxygen markup.
2209 * include/profile/impl/profiler_hash_func.h: Same.
2210 * include/bits/hashtable.h: Same.
2211 * include/backward/auto_ptr.h: Same.
2212 * include/backward/strstream: Same.
2213 * include/backward/backward_warning.h: Same.
2214 * include/backward/binders.h: Same.
2215
2216 2011-02-01 Gerald Pfeifer <gerald@pfeifer.com>
2217
2218 * doc/xml/manual/debug.xml: Use GDB instead of gdb.
2219 Adjust link to GDB manual.
2220
2221 2011-01-31 Benjamin Kosnik <bkoz@redhat.com>
2222
2223 * include/bits/c++config (_GLIBCXX_DEPRECATED): To
2224 _GLIBCXX_USE_DEPRECATED.
2225 (_GLIBCXX_DEPRECATED_ATTR): To _GLIBCXX_DEPRECATED.
2226 * doc/xml/manual/using.xml: Same.
2227 * include/std/memory: Same.
2228 * include/std/streambuf: Same.
2229 * include/bits/shared_ptr.h: Same.
2230 * include/bits/unique_ptr.h: Same.
2231 * include/bits/shared_ptr_base.h: Same.
2232 * include/bits/stl_function.h: Same.
2233 * include/tr1/shared_ptr.h: Same.
2234 * include/backward/auto_ptr.h: Same.
2235 * include/backward/binders.h: Same.
2236
2237 2011-01-31 Paolo Carlini <paolo.carlini@oracle.com>
2238
2239 * doc/html/ext/lwg-active.html: Update to Revision D73.
2240 * doc/html/ext/lwg-closed.html: Likewise.
2241 * doc/html/ext/lwg-defects.html: Likewise.
2242 * doc/xml/manual/intro.xml: Update status of issues 408, 539, 865.
2243
2244 2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
2245
2246 PR libstdc++/36104 part four
2247 * include/bits/c++config (_GLIBCXX_STD): Remove.
2248 (_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
2249 (_GLIBCXX_P): Now _GLIBCXX_STD_A.
2250 (_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
2251 _GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
2252 (_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
2253 _GLIBCXX_INLINE_PROFILE): Remove.
2254 (_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
2255 (_GLIBCXX_END_NAMESPACE): Remove.
2256 (_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
2257 (_GLIBCXX_END_NESTED_NAMESPACE): Remove.
2258 (_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
2259 (_GLIBCXX_END_NAMESPACE_ALGO): Add.
2260 (_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
2261 (_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
2262 (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
2263 (_GLIBCXX_END_NAMESPACE_VERSION): Add.
2264 (_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
2265 (_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
2266 (_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
2267 * include/*: Use new macros for namespace scope.
2268 * config/*: Same.
2269 * src/*: Same.
2270
2271 * src/Makefile.am (sources): Remove debug_list.cc, add
2272 compatibility-debug_list-2.cc.
2273 (parallel_sources): Remove parallel_list.cc, add
2274 compatibility-parallel_list-2.cc.
2275 (compatibility-parallel_list-2.[o,lo]): New rule.
2276 * src/Makefile.in: Regenerate.
2277 * src/debug_list.cc: Remove.
2278 * src/parallel_list.cc: Remove.
2279 * src/compatibility-list-2.cc: New.
2280 * src/compatibility-debug_list-2.cc: New.
2281 * src/compatibility-parallel_list-2.cc: New.
2282
2283 * doc/doxygen/user.cfg.in: Adjust macros.
2284
2285 * testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
2286 * testsuite/20_util/declval/requirements/1_neg.cc: Same.
2287 * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
2288 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
2289 * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
2290 * testsuite/20_util/forward/c_neg.cc: Same.
2291 * testsuite/20_util/forward/f_neg.cc: Same.
2292 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
2293 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
2294 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
2295 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
2296 * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
2297 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
2298 * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
2299 * testsuite/23_containers/deque/requirements/dr438/
2300 constructor_1_neg.cc: Same.
2301 * testsuite/23_containers/deque/requirements/dr438/
2302 constructor_2_neg.cc: Same.
2303 * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
2304 * testsuite/23_containers/forward_list/capacity/1.cc: Same.
2305 * testsuite/23_containers/forward_list/requirements/dr438/
2306 assign_neg.cc: Same.
2307 * testsuite/23_containers/forward_list/requirements/dr438/
2308 constructor_1_neg.cc: Same.
2309 * testsuite/23_containers/forward_list/requirements/dr438/
2310 constructor_2_neg.cc: Same.
2311 * testsuite/23_containers/forward_list/requirements/dr438/
2312 insert_neg.cc: Same.
2313 * testsuite/23_containers/list/capacity/29134.cc: Same.
2314 * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
2315 * testsuite/23_containers/list/requirements/dr438/
2316 constructor_1_neg.cc: Same.
2317 * testsuite/23_containers/list/requirements/dr438/
2318 constructor_2_neg.cc: Same.
2319 * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
2320 * testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
2321 * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
2322 * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
2323 * testsuite/23_containers/vector/requirements/dr438/
2324 constructor_1_neg.cc: Same.
2325 * testsuite/23_containers/vector/requirements/dr438/
2326 constructor_2_neg.cc: Same.
2327 * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
2328 * testsuite/25_algorithms/sort/35588.cc: Same.
2329 * testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
2330 * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
2331 * testsuite/ext/profile/mutex_extensions_neg.cc: Same.
2332 * testsuite/ext/profile/profiler_algos.cc: Same.
2333 * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
2334 * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
2335 * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
2336 * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
2337 * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
2338
2339 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
2340
2341 * doc/xml/manual/abi.xml: Adjust link to C++ ABI specification.
2342 Improve description of one such reference.
2343
2344 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
2345
2346 * doc/xml/manual/codecvt.xml: Fix link to The Austin Common
2347 Standards Revision Group.
2348 * doc/xml/manual/locale.xml: Ditto.
2349 * doc/xml/manual/messages.xml: Ditto.
2350 * doc/xml/manual/using_exceptions.xml: Ditto.
2351
2352 2011-01-28 Paolo Carlini <paolo.carlini@oracle.com>
2353
2354 * include/bits/atomic_base.h: Do not include <stddef.h>.
2355 (kill_dependency): Uglify ret.
2356
2357 2011-01-26 Johannes Singler <singler@kit.edu>
2358
2359 * include/parallel/numeric (inner_product, partial_sum):
2360 Qualify subsequent call with __gnu_parallel instead of
2361 _GLIBCXX_STD_P to reenable parallel execution without ambiguity.
2362 * include/parallel/algobase.h (equal): Likewise.
2363 * include/parallel/algo.h (find_first_of, search_n, merge,
2364 nth_element, partial_sort, max_element, min_element): Likewise.
2365 * testsuite/25_algorithms/headers/algorithm/
2366 parallel_algorithm_mixed1.cc (main): Add respective test cases.
2367 * testsuite/25_algorithms/headers/algorithm/
2368 parallel_algorithm_mixed2.cc (main): Likewise.
2369 * testsuite/26_numerics/headers/numeric/
2370 parallel_numeric_mixed1.cc (main): Likewise.
2371 * testsuite/26_numerics/headers/numeric/
2372 parallel_numeric_mixed2.cc (main): Likewise.
2373
2374 2011-01-24 Graham Reed <greed@pobox.com>
2375
2376 PR libstdc++/47387
2377 * config/os/aix/ctype_inline.h (ctype<char>::is): Use _M_table if
2378 provided.
2379
2380 2011-01-24 Johannes Singler <singler@kit.edu>
2381
2382 PR libstdc++/47433
2383 * include/parallel/losertree.h
2384 (_LoserTree<>::__delete_min_insert):
2385 Do not qualify swap with std:: for value type,
2386 but include a using directive instead.
2387 (_LoserTreeUnguarded<>::__delete_min_insert): Likewise.
2388 * include/parallel/balanced_quicksort.h (__qsb_divide):
2389 Use std::iter_swap instead of std::swap.
2390 (__qsb_local_sort_with_helping): Likewise.
2391 * include/parallel/partition.h (__parallel_partition):
2392 Likewise. (__parallel_nth_element): Likewise.
2393
2394 2011-01-24 Johannes Singler <singler@kit.edu>
2395
2396 PR libstdc++/47437
2397 * include/parallel/multiway_merge.h (_UnguardedIterator):
2398 Remove useless "mutable" from reference declaration.
2399
2400 2011-01-21 Benjamin Kosnik <bkoz@redhat.com>
2401
2402 * include/bits/c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
2403 * include/debug/safe_sequence.h: Same.
2404 * include/debug/safe_iterator.h: Same.
2405 * include/std/forward_list: Same.
2406 * include/std/deque: Same.
2407 * include/std/list: Same.
2408 * include/std/random: Same.
2409 * include/std/streambuf: Same.
2410 * include/std/fstream: Same.
2411 * include/std/istream: Same.
2412 * include/std/string: Same.
2413 * include/std/ostream: Same.
2414 * include/std/sstream: Same.
2415 * include/ext/vstring.h: Same.
2416 * include/bits/basic_ios.h: Same.
2417 * include/bits/locale_classes.h: Same.
2418 * include/bits/locale_facets.h: Same.
2419 * include/bits/valarray_array.h: Same.
2420 * include/bits/locale_facets_nonio.h: Same.
2421 * include/tr1/random: Same.
2422
2423 2011-01-20 Jonathan Wakely <jwakely.gcc@gmail.com>
2424
2425 * doc/xml/manual/diagnostics.xml: Replace note about C++0x concepts.
2426
2427 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
2428
2429 PR libstdc++/36104 part three
2430 * src/hashtable_c++0x.cc: Adjust namespace macros.
2431 * testsuite/util/testsuite_rvalref.h: Don't forward declare hash.
2432 * config/abi/pre/gnu-versioned-namespace.ver: Update.
2433
2434 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
2435
2436 * include/ext/pb_ds/detail/resize_policy/
2437 hash_load_check_resize_trigger_imp.hpp: Adjust assert condition.
2438 * include/ext/pb_ds/detail/pat_trie_/
2439 constructors_destructor_fn_imps.hpp: Same.
2440 * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Format.
2441 * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
2442 * include/ext/pb_ds/detail/debug_map_base.hpp: Use never_adjustor.
2443
2444 * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Adjust
2445 iterations downward when testing in debug mode.
2446 * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
2447 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
2448 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
2449 * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
2450 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
2451 * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Use SIZE,
2452 reduce in debug mode.
2453
2454 2011-01-19 Benjamin Kosnik <bkoz@redhat.com>
2455
2456 PR libstdc++/36104 part two
2457 * include/bits/hashtable.h: Revert to non-nested macro usage.
2458 * include/bits/hashtable_policy.h: Same.
2459
2460 2011-01-19 Graham Reed <greed@pobox.com>
2461
2462 PR libstdc++/47354
2463 * src/bitmap_allocator.cc (free_list::_M_get): Lock mutex.
2464
2465 2011-01-18 Benjamin Kosnik <bkoz@redhat.com>
2466
2467 * doc/xml/images/confdeps.png: Regenerate.
2468
2469 * include/std/chrono (duration): Mark copy constructor constexpr.
2470 * testsuite/20_util/duration/cons/constexpr.cc: Add test.
2471
2472 2011-01-18 Paolo Carlini <paolo.carlini@oracle.com>
2473
2474 * include/bits/unique_ptr.h (default_delete<>::default_delete()):
2475 Declare defaulted per DR 1517.
2476 * testsuite/util/testsuite_common_types.h
2477 (constexpr_defaulted_default_constructible): Add.
2478 * testsuite/20_util/default_delete/cons/constexpr.cc: Use it.
2479
2480 2011-01-17 Paolo Carlini <paolo.carlini@oracle.com>
2481
2482 * include/bits/stl_queue.h (queue<>::swap, priority_queue<>::swap):
2483 Implement DR 1198.
2484 * include/bits/stl_stack.h (stack<>::swap): Likewise.
2485
2486 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2487
2488 PR libstdc++/47323
2489 * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc:
2490 Only test wregex when _GLIBCXX_USE_WCHAR_T is defined.
2491
2492 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2493
2494 PR libstdc++/47320
2495 * testsuite/18_support/numeric_limits/lowest.cc:
2496 Only test wchar_t when _GLIBCXX_USE_WCHAR_T is defined.
2497
2498 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2499
2500 PR libstdc++/47321
2501 * testsuite/21_strings/basic_string/requirements/typedefs.cc:
2502 Only test std::wstring when _GLIBCXX_USE_WCHAR_T is defined.
2503
2504 2011-01-16 François Dumont <francois.cppdevs@free.fr>
2505
2506 * testsuite/23_containers/forward_list/debug/erase_after1_neg.cc: Move
2507 to this. Use _neg suffix.
2508 * testsuite/23_containers/forward_list/debug/erase_after1.cc: ...from
2509 this.
2510 * testsuite/23_containers/forward_list/debug/erase_after2_neg.cc:
2511 Same.
2512 * testsuite/23_containers/forward_list/debug/erase_after2.cc: Same.
2513 * testsuite/23_containers/forward_list/debug/erase_after3_neg.cc:
2514 Same.
2515 * testsuite/23_containers/forward_list/debug/erase_after3.cc: Same.
2516 * testsuite/23_containers/forward_list/debug/erase_after4_neg.cc:
2517 Same.
2518 * testsuite/23_containers/forward_list/debug/erase_after4.cc: Same.
2519 * testsuite/23_containers/forward_list/debug/erase_after5_neg.cc:
2520 Same.
2521 * testsuite/23_containers/forward_list/debug/erase_after5.cc: Same.
2522 * testsuite/23_containers/forward_list/debug/erase_after6_neg.cc:
2523 Same.
2524 * testsuite/23_containers/forward_list/debug/erase_after6.cc: Same.
2525 * testsuite/23_containers/forward_list/debug/erase_after7_neg.cc:
2526 Same.
2527 * testsuite/23_containers/forward_list/debug/erase_after7.cc: Same.
2528 * testsuite/23_containers/forward_list/debug/erase_after8_neg.cc:
2529 Same.
2530 * testsuite/23_containers/forward_list/debug/erase_after8.cc: Same.
2531 * testsuite/23_containers/forward_list/debug/erase_after9_neg.cc:
2532 Same.
2533 * testsuite/23_containers/forward_list/debug/erase_after9.cc: Same.
2534 * testsuite/23_containers/forward_list/debug/insert_after1_neg.cc:
2535 Same.
2536 * testsuite/23_containers/forward_list/debug/insert_after1.cc: Same.
2537 * testsuite/23_containers/forward_list/debug/insert_after2_neg.cc:
2538 Same.
2539 * testsuite/23_containers/forward_list/debug/insert_after2.cc: Same.
2540 * testsuite/23_containers/forward_list/debug/insert_after3_neg.cc:
2541 Same.
2542 * testsuite/23_containers/forward_list/debug/insert_after3.cc: Same.
2543 * testsuite/23_containers/forward_list/debug/splice_after1_neg.cc:
2544 Same.
2545 * testsuite/23_containers/forward_list/debug/splice_after1.cc: Same.
2546 * testsuite/23_containers/forward_list/debug/splice_after2_neg.cc:
2547 Same.
2548 * testsuite/23_containers/forward_list/debug/splice_after2.cc: Same.
2549 * testsuite/23_containers/forward_list/debug/splice_after3_neg.cc:
2550 Same.
2551 * testsuite/23_containers/forward_list/debug/splice_after3.cc: Same.
2552 * testsuite/23_containers/forward_list/debug/splice_after4_neg.cc:
2553 Same.
2554 * testsuite/23_containers/forward_list/debug/splice_after4.cc: Same.
2555
2556 2011-01-14 Benjamin Kosnik <bkoz@redhat.com>
2557
2558 PR libstdc++/36104
2559 * include/Makefile.am (bits_sup_headers, stamp-bits-sup): New.
2560 * include/Makefile.in: Regenerate.
2561 * libsupc++/Makefile.am (std_HEADERS, bits_HEADERS): New.
2562 (install-stdHEADERS, install-bitsHEADERS): New.
2563 * libsupc++/Makefile.in: Regenerate.
2564
2565 * include/bits/c++config: Update for inline namespaces.
2566 * libsupc++/cxxabi-forced.h: To...
2567 * libsupc++/cxxabi_forced.h: ...this.
2568 * libsupc++/hash_bytes.h: Separate file.
2569 * libsupc++/typeinfo: Use it.
2570 * libsupc++/exception: Adjust for bits subdirectory.
2571 * libsupc++/eh_aux_runtime.cc: Same.
2572 * libsupc++/eh_ptr.cc: Same.
2573 * libsupc++/new_op.cc: Same.
2574 * libsupc++/exception_defines.h: Same.
2575 * libsupc++/nested_exception.h: Same.
2576 * libsupc++/eh_terminate.cc: Same.
2577 * libsupc++/vec.cc: Same.
2578 * libsupc++/vterminate.cc: Same.
2579 * libsupc++/exception_ptr.h: Same.
2580 * libsupc++/eh_personality.cc: Same.
2581 * libsupc++/eh_call.cc: Same.
2582 * libsupc++/new_opnt.cc: Same.
2583 * libsupc++/hash_bytes.cc: Same.
2584 * config/cpu/arm/cxxabi_tweaks.h: Same.
2585 * config/cpu/generic/cxxabi_tweaks.h: Same.
2586 * libsupc++/cxxabi.h: Same. Consolidate _GLIBCXX_NOTHROW defines.
2587 * include/std/bitset: Same.
2588 * include/ext/vstring.tcc: Same.
2589 * include/bits/hashtable.h: Same.
2590 * include/bits/functional_hash.h: Same.
2591 * include/bits/hashtable_policy.h: Same.
2592 * include/bits/basic_string.h: Same.
2593 * include/bits/istream.tcc: Same.
2594 * include/bits/ostream.tcc: Same.
2595 * include/bits/algorithmfwd.h: Same.
2596 * include/bits/basic_string.tcc: Same.
2597 * include/bits/ostream_insert.h: Same.
2598 * include/bits/fstream.tcc: Same.
2599 * include/bits/functexcept.h: Same.
2600
2601 * doc/doxygen/user.cfg.in: Adjust names.
2602
2603 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
2604
2605 2011-01-14 Paolo Carlini <paolo.carlini@oracle.com>
2606
2607 * testsuite/25_algorithms/is_permutation/check_type.cc: Minor
2608 tweaks.
2609 * testsuite/25_algorithms/is_permutation/1.cc: Cosmetic changes.
2610
2611 2011-01-13 Paolo Carlini <paolo.carlini@oracle.com>
2612
2613 * testsuite/25_algorithms/is_permutation/check_type.cc: New.
2614 * testsuite/25_algorithms/is_permutation/requirements/
2615 explicit_instantiation/2.cc: Likewise.
2616 * testsuite/25_algorithms/is_permutation/requirements/
2617 explicit_instantiation/pod.cc: Likewise.
2618 * testsuite/25_algorithms/is_permutation/1.cc: Likewise.
2619
2620 2011-01-13 John Lakos <jlakos@bloomberg.net>
2621 Pablo Halpern <phalpern@halpernwightsoftware.com>
2622 Paolo Carlini <paolo.carlini@oracle.com>
2623
2624 * include/bits/stl_algo.h (is_permutation): Add, per N3068.
2625 * include/bits/algorithmfwd.h: Add.
2626
2627 2011-01-13 Jonathan Wakely <jwakely.gcc@gmail.com>
2628
2629 PR libstdc++/47045
2630 * config/os/bsd/netbsd/ctype_base.h: Use new macros based on version.
2631
2632 2011-01-11 Paolo Carlini <paolo.carlini@oracle.com>
2633
2634 * aclocal.m4: Regenerate.
2635
2636 2011-01-06 Paolo Carlini <paolo.carlini@oracle.com>
2637
2638 PR libstdc++/47185
2639 * src/placeholders.cc: New.
2640 * src/Makefile.am: Adjust.
2641 * src/Makefile.in: Regenerate.
2642 * include/std/functional (placeholders::_1, _2, ..., _29): Declare
2643 extern.
2644 * config/abi/pre/gnu.ver: Export.
2645
2646 2011-01-05 François Dumont <francois.cppdevs@free.fr>
2647
2648 * include/debug/safe_base.h (_Safe_iterator_base::_M_unlink): New.
2649 * include/src/debug.cc: Use latter
2650 * include/debug/forward_list (forward_list<>::_M_swap): Fix to
2651 correctly handle before_begin iterators.
2652 * testsuite/23_containers/forward_list/debug/swap.cc: Remove now
2653 useless _GLIBCXX_DEBUG checks.
2654
2655 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
2656
2657 PR libstdc++/47145
2658 * configure.ac (AC_CHECK_FILE): Replaced by test -f.
2659 * configure: Regenerated.
2660
2661 2011-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2662
2663 PR libstdc++/46922
2664 * config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
2665
2666 \f
2667 Copyright (C) 2011 Free Software Foundation, Inc.
2668
2669 Copying and distribution of this file, with or without modification,
2670 are permitted in any medium without royalty provided the copyright
2671 notice and this notice are preserved.