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