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