Revert r135493 & r135463
[official-gcc.git] / libstdc++-v3 / ChangeLog
blob1a32e5572e457396a7f92b93d5ebd04b7a938ce7
1 2008-05-16  Benjamin Kosnik  <bkoz@redhat.com>
3         * include/std/system_error: Align to current draft specifications.
4         * src/system_error.cc: Same.
5         * src/functexcept.cc: Adjust for corrected system_error construction.
6         * include/std/ostream: Adjust error_code inserter.
7         * acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Remove sys_nerr test.
8         * config/abi/pre/gnu.ver: Add new exports.
9         
10         * testsuite/util/testsuite_error.h: Consolidate error testing
11         utilities here.
12         * testsuite/19_diagnostics/error_code/cons/1.cc: Use
13         testsuite_error, adjust line numbers and constructor calls.
14         * testsuite/19_diagnostics/error_code/operators/equal.cc: Same.
15         * testsuite/19_diagnostics/error_code/operators/not_equal.cc: Same.
16         * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Same.
17         * testsuite/19_diagnostics/error_category/cons/default.cc: Same.
18         * testsuite/19_diagnostics/error_category/operators/equal.cc: Same.
19         * testsuite/19_diagnostics/error_category/operators/not_equal.cc: Same.
20         * testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc: 
21         Same.
22         * testsuite/19_diagnostics/system_error/cons-1.cc: Same.
23         * testsuite/19_diagnostics/system_error/what-1.cc: Same.
24         * testsuite/19_diagnostics/system_error/what-2.cc: Same.
25         * testsuite/19_diagnostics/system_error/what-big.cc: Same.
26         * testsuite/19_diagnostics/system_error/what-3.cc: Same.
27         * testsuite/19_diagnostics/system_error/what-4.cc: Same.
29 2008-05-15  Bernd Schmidt  <bernd.schmidt@analog.com>
31         * configure.ac: Don't check AC_LIBTOOL_DLOPEN if using newlib.
32         * configure: Regenerate.
34 2008-05-15  Johannes Singler  <singler@ira.uka.de>
36         * xml/manual/parallel_mode.xml:
37         General revision and documentation of new compile-time 
38         options for sorting.
40 2008-05-14  Benjamin Kosnik  <bkoz@redhat.com>
42         * include/std/mutex (mutex::try_lock): Eat errors.
43         (mutex::unlock): Same.
44         (recursive_mutex::try_lock): Eat errors.
45         (recursive_mutex::unlock): Same.
46         * testsuite/30_threads/mutex/dest/destructor_locked.cc: Add
47         -pthreads, adjust line numbers.
48         * testsuite/30_threads/mutex/native_handle/1.cc: Same.
49         * testsuite/30_threads/mutex/cons/1.cc: Same.
50         * testsuite/30_threads/mutex/try_lock/1.cc: Same.
51         * testsuite/30_threads/mutex/try_lock/2.cc: Same.
52         * testsuite/30_threads/mutex/lock/1.cc: Same.
53         * testsuite/30_threads/mutex/unlock/1.cc: Same.
54         * testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc: Same.
55         * testsuite/30_threads/recursive_mutex/native_handle/1.cc: Same.
56         * testsuite/30_threads/recursive_mutex/cons/1.cc: Same.
58 2008-05-14  Benjamin Kosnik  <bkoz@redhat.com>
60         * include/std/sstream: Adjust braces.
61         * include/bits/fstream.tcc: Same.
62         * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Add
63         -shared-libgcc.
64         * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
66         * doc/doxygen/user.cfg.in: Remove thread include.
67         
68 2008-05-13  David Daney  <ddaney@avtrex.com>
70         * config/cpu/mips/atomicity.h: Remove file.
71         * config/cpu/mips: Remove directory.
72         * configure.host: Remove host specific handling for mips*-*-*.
74 2008-05-12  Stefano Soffia  <soffia@cs.unipr.it>
75             Paolo Carlini  <paolo.carlini@oracle.com>
77         * include/debug/vector (vector<>::_M_requires_reallocation): Just
78         use this->capacity().
79         (vector<>::capacity): Move non-pedantic / pedantic logic here.
80         * testsuite/23_containers/vector/
81         debug_mode_requires_reallocation-2.cc: New.
83         * testsuite/23_containers/vector/debug_mode_requires_reallocation.cc:
84         Rename to debug_mode_requires_reallocation-1.cc
86 2008-05-10  Roberto Bagnara  <bagnara@cs.unipr.it>
87             Paolo Carlini  <paolo.carlini@oracle.com>
89         * include/debug/vector (vector<>::_M_requires_reallocation): Fix macro.
90         * testsuite/23_containers/vector/debug_mode_requires_reallocation.cc:
91         New.
93 2008-05-07  Johannes Singler  <singler@ira.uka.de>
95        * include/parallel/quicksort.h:
96        (parallel_sort_qs_conquer) Explicitly request number of threads
97        in the parallel clause.
98        (parallel_sort_qs) Remove setting the number of threads globally. 
100 2008-05-06  Benjamin Kosnik  <bkoz@redhat.com>
102         * include/std/mutex (mutex::mutex): Fix usage of initializing macro.
103         (recursive_mutex::recursive_mutex): Same.
104         (once_flag::once_flag): Same.
105         * testsuite/30_threads/mutex/cons/assign_neg.cc: Fix line numbers.
106         * testsuite/30_threads/mutex/cons/copy_neg.cc: Same.
107         * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Same.
108         * testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Same.
109         
110 2008-05-06  Benjamin Kosnik  <bkoz@redhat.com>
112         * include/std/condition_variable: New.
113         * include/std/mutex: New.
114         * src/condition_variable.cc: New.
115         * src/mutex.cc: New.
116         * include/bits/functexcept.h: Add __throw_system_error varients.
117         * src/functexcept.cc: Same.
118         * config/abi/pre/gnu.ver: Add exports.
120         * doc/xml/manual/using.xml: Add new includes.
121         * doc/doxygen/user.cfg.in: Doxygen support.
122         * doc/doxygen/doxygroups.cc: Same.
124         * include/Makefile.am: Add mutex, condition_variable.
125         * include/Makefile.in: Regenerated.
126         * src/Makefile.am: Add mutex.cc, condition_variable.cc.
127         * src/Makefile.in: Regenerated.
129         * testsuite/30_threads: New.
130         * testsuite/30_threads/lock_error: New.
131         * testsuite/30_threads/mutex: New.
132         * testsuite/30_threads/mutex/dest: New.
133         * testsuite/30_threads/mutex/dest/destructor_locked.cc: New.
134         * testsuite/30_threads/mutex/native_handle: New.
135         * testsuite/30_threads/mutex/native_handle/1.cc: New.
136         * testsuite/30_threads/mutex/cons: New.
137         * testsuite/30_threads/mutex/cons/assign_neg.cc: New.
138         * testsuite/30_threads/mutex/cons/1.cc: New.
139         * testsuite/30_threads/mutex/cons/copy_neg.cc: New.
140         * testsuite/30_threads/mutex/requirements: New.
141         * testsuite/30_threads/mutex/requirements/typedefs.cc: New.
142         * testsuite/30_threads/mutex/try_lock: New.
143         * testsuite/30_threads/mutex/try_lock/1.cc: New.
144         * testsuite/30_threads/mutex/try_lock/2.cc: New.
145         * testsuite/30_threads/mutex/lock: New.
146         * testsuite/30_threads/mutex/lock/1.cc: New.
147         * testsuite/30_threads/mutex/unlock: New.
148         * testsuite/30_threads/mutex/unlock/1.cc: New.
149         * testsuite/30_threads/recursive_mutex: New.
150         * testsuite/30_threads/recursive_mutex/dest: New.
151         * testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc: New.
152         * testsuite/30_threads/recursive_mutex/native_handle: New.
153         * testsuite/30_threads/recursive_mutex/native_handle/1.cc: New.
154         * testsuite/30_threads/recursive_mutex/cons: New.
155         * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: New.
156         * testsuite/30_threads/recursive_mutex/cons/1.cc: New.
157         * testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: New.
158         * testsuite/30_threads/recursive_mutex/requirements: New.
159         * testsuite/30_threads/recursive_mutex/requirements/typedefs.cc: New.
160         * testsuite/30_threads/lock_guard: New.
161         * testsuite/30_threads/lock_guard/requirements: New.
162         * testsuite/30_threads/lock_guard/requirements/typedefs.cc: New.
163         * testsuite/30_threads/lock_guard/requirements/
164         explicit_instantiation.cc: New.
165         * testsuite/30_threads/headers: New.
166         * testsuite/30_threads/headers/mutex: New.
167         * testsuite/30_threads/headers/mutex/types_std_c++0x.cc: New.
168         * testsuite/30_threads/headers/mutex/std_c++0x_neg.cc: New.
169         * testsuite/30_threads/headers/condition_variable: New.
170         * testsuite/30_threads/headers/condition_variable/
171         types_std_c++0x.cc: New.
172         * testsuite/30_threads/headers/condition_variable/std_c++0x_neg.cc: New.
173         * testsuite/30_threads/once_flag: New.
174         * testsuite/30_threads/unique_lock: New.
175         * testsuite/30_threads/unique_lock/requirements: New.
176         * testsuite/30_threads/unique_lock/requirements/typedefs.cc: New.
177         * testsuite/30_threads/unique_lock/requirements/
178         explicit_instantiation.cc: New.
179         * testsuite/17_intro/headers/c++200x/all.cc: Add new includes.
181 2008-05-06  Benjamin Kosnik  <bkoz@redhat.com>
183         PR libstdc++/36130
184         * include/bits/c++config: Namespace macros and setup only in C++.
185         * testsuite/29_atomics/headers/stdatomic.h/debug_mode.c: New.
187 2008-05-06  Johannes Singler  <singler@ira.uka.de>
189         * include/parallel/multiway_merge.h:
190           (multiway_merge_*_unguarded):
191           Pass sentinel directly, to allow correct determination.
192           (multiway_merge_loser_tree_unguarded):
193           Remove over-cautious assertion.
194           (calls to multiway_merge_*_splitting):
195           Parametrize with type that is correct in all cases.
196         * include/parallel/losertree.h:
197           (delete_min_insert (in many classes)):
198           Correct and standardize assertions.
200 2008-05-05  Benjamin Kosnik  <bkoz@redhat.com>
202         * testsuite/util/testsuite_visualization.h: Move contents into...
203         * testsuite/util/testsuite_performance.h: ...here.
204         * testsuite/util/testsuite_common_types.h: Move
205         performance-related test infrastructure into
206         testsuite_performance.
207         * testsuite/performance/25_algorithms/search_n.cc: Fix includes.
208         * testsuite/performance/23_containers/find/map.cc: Same.
209         * testsuite/performance/23_containers/create/map.cc: Same.
210         * testsuite/performance/23_containers/insert_erase/associative.cc: Same.
211         * testsuite/performance/23_containers/insert/sequence.cc: Same.
212         * testsuite/performance/23_containers/insert/associative.cc: Same.
213         * testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
214         * testsuite/performance/23_containers/index/map.cc: Same.
215         * testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
216         * testsuite/performance/23_containers/create_sort/list.cc: Same.
217         * testsuite/performance/23_containers/sort_search/list.cc: Same.
218         * testsuite/performance/23_containers/producer_consumer/sequence.cc:
219         Same.
220         * testsuite/performance/23_containers/producer_consumer/associative.cc:
221         Same.
223         * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust line numbers.
224         * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
226 2008-05-05  Benjamin Kosnik  <bkoz@redhat.com>
228         * 20_util/make_signed/requirements/typedefs-1.cc: Correct requirements.
229         * 20_util/make_unsigned/requirements/typedefs-1.cc: Same.
231 2008-05-01  Benjamin Kosnik  <bkoz@redhat.com>
233         * include/bits/c++config: Revert _GLIBCXX_LONG_DOUBLE_COMPAT change.
235 2008-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
237         * include/Makefile.am (install-headers): Cope with empty
238         parallel_headers.
239         * include/Makefile.in: Regenerate.
241 2008-04-29  Benjamin Kosnik  <bkoz@redhat.com>
243         * include/bits/c++config: Remove space between '#' and 'undef' for
244         _GLIBCXX_LONG_DOUBLE_COMPAT.
246 2008-04-29  Joseph Myers  <joseph@codesourcery.com>
248         * Makefile.am (install-html, install-pdf): Add dummy targets.
249         * Makefile.in: Regenerate.
250         * doc/Makefile.am (install-html, install-pdf): Remove.
251         * doc/Makefile.in: Regenerate.
253 2008-04-28  Benjamin Kosnik  <bkoz@redhat.com>
255         * include/bits/c++config: Move os_defines and cpu_defines after
256         namespace definitions and base macros.
258 2008-04-28  Benjamin Kosnik  <bkoz@redhat.com>
260         PR libstdc++/35887
261         * acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Revert back to just
262         checking for omp.h.
263         * configure: Regenerate.
265 2008-04-25  Benjamin Kosnik  <bkoz@redhat.com>
267         PR libstdc++/35922
268         * include/std/unordered_map: Include debug/unordered_map if
269         _GLIBCXX_DEBUG.
270         * testsuite/23_containers/unordered_map/requirements/debug.cc: Move...
271         * testsuite/23_containers/unordered_map/requirements/
272         debug_container.cc: ...here.
273         * testsuite/23_containers/unordered_map/requirements/debug_mode.cc: New.
274         * testsuite/23_containers/unordered_set/requirements/debug.cc: Move...
275         * testsuite/23_containers/unordered_set/requirements/
276         debug_container.cc: ...here.
277         * testsuite/23_containers/unordered_set/requirements/debug_mode.cc: New.
279 2008-04-25  Benjamin Kosnik  <bkoz@redhat.com>
281         PR libstdc++/35887
282         * acinclude.m4: (GLIBCXX_ENABLE_PARALLEL): Check for thread support.
283         * configure.ac: Re-order compiler macros.
284         * configure: Regenerated.
286 2008-04-24  Benjamin Kosnik  <bkoz@redhat.com>
288         PR libstdc++/35887
289         * configure.ac: Add default argument to GLIBCXX_ENABLE_PARALLEL.
290         Move atomic warnings to GLIBCXX_ENABLE_ATOMIC_BUILTINS.
291         * acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Check for --disable-libgomp.
292         (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Add warning information.
293         * configure: Regenerate.
294         * include/Makefile.am (parallel_headers): Make conditional on
295         ENABLE_PARALLEL.
296         * include/Makefile.in: Regenerate.
298 2008-04-24  Paolo Carlini  <pcarlini@suse.de>
300         PR libstdc++/35969
301         * include/debug/list (merge): Use _M_transfer_iter, consistently
302         with the splice members.
303         * testsuite/23_containers/list/operations/35969.cc: New.
305         * testsuite/23_containers/list/operators: Rename to
306         testsuite/23_containers/list/operations.
308 2008-04-24  Benjamin Kosnik  <bkoz@redhat.com>
310         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Check for set of
311         all used __sync builtins, in two sizes.
312         * config.h.in: Regenerate.
313         * configure: Regenerate.
314         * src/atomic.cc: Use  _GLIBCXX_ATOMIC_BUILTINS_1.
315         * include/ext/atomicity.h: Use  _GLIBCXX_ATOMIC_BUILTINS_4.
316         * libsupc++/guard.cc: Use  _GLIBCXX_ATOMIC_BUILTINS_4.
317         * doc/xml/manual/concurrency.xm: Update docs.
319 2008-04-23  Benjamin Kosnik  <bkoz@redhat.com>
321         * config/os/hpux/os_defines.h: Use _GLIBCXX_BEGIN_NAMESPACE,
322         _GLIBCXX_BEGIN_EXTERN_C, etc.
324 2008-04-23  Johannes Singler  <singler@ira.uka.de>
326         * include/parallel/quicksort.h: Reformat,
327         (parallel_sort_qs): Do not pass number of elements.
328         * include/parallel/balanced_quicksort.h: Reformat,
329         (parallel_sort_qsb): Do not pass number of elements.
330         * include/parallel/tags.h:
331         Introduce new tags for compile-time choice.
332         * include/parallel/merge.h:
333         (parallel_merge_advance):Beautified.
334         * include/parallel/algo.h: Reformatting (spaces for tabs)
335         New sort and stable_sort variants, corresponding to the tags.
336         * include/parallel/sort.h:
337         New sort and stable_sort variants, corresponding to the tags.
338         Changed determining the desired number of threads.
340 2008-04-23  Johannes Singler  <singler@ira.uka.de>
342         * include/parallel/multiway_merge.h
343         (multiway_merge_loser_tree):
344         Leave checks to callers, add precondition instead.
345         (multiway_merge_loser_tree_unguarded): Likewise.
346         (multiway_merge_loser_tree_sentinel): Likewise.
347         (sequential_multiway_merge): Added checks for total length 0.
348         (parallel_multiway_merge): Skip empty sequences.
349         (multiway_merge, all variants):
350         Remove temporary variable, return directly.
351         (stable_multiway_merge, all variants): Likewise.
352         (multiway_merge_sentinels, all variants):  Likewise.
353         (stable_multiway_merge_sentinels, all variants): Likewise.
354         * include/parallel/multiseq_selection.h
355         (multiseq_partition): More detailed assertions.
357 2008-04-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
359         * acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT, GLIBCXX_ENABLE_C99)
360         (GLIBCXX_CHECK_C99_TR1, GLIBCXX_CHECK_RANDOM_TR1)
361         (GLIBCXX_ENABLE_VISIBILITY): Fix cache variable names.
362         (GLIBCXX_CHECK_SYSTEM_ERROR): Likewise.  Factorize.
363         * configure: Regenerate.
365 2008-04-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
367         PR libstdc++/35954
368         * include/Makefile.am (pch*_output): Do not touch pch*_output_anchor.
369         Call 'mkdir -p' unconditionally, but ignore its return value.
370         * include/Makefile.in: Regenerate.
372         * include/Makefile.am: Fix most stamp rules to regenerate
373         the links for all sources newer than the stamp file.
374         * include/Makefile.in: Regenerate.
375         * Makefile.in: Likewise.
376         * src/Makefile.in: Likewise.
377         * doc/Makefile.in: Likewise.
378         * po/Makefile.in: Likewise.
379         * libmath/Makefile.in: Likewise.
380         * libsupc++/Makefile.in: Likewise.
381         * testsuite/Makefile.in: Likewise.
383 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
385         PR bootstrap/35457
386         * aclocal.m4: Regenerate.
387         * configure: Regenerate.
389 2008-04-16  Andreas Tobler  <a.tobler@schweiz.org>
391         PR libstdc++/35915
392         * configure.ac: Use GCC_HEADER_STDINT.
393         * src/atomic.cc: Include gstdint.h
394         * configure: Regenerate.
395         * Makefile.in: Likewise.
396         * doc/Makefile.in: Likewise.
397         * include/Makefile.in: Likewise.
398         * libmath/Makefile.in: Likewise.
399         * libsupc++/Makefile.in: Likewise.
400         * po/Makefile.in: Likewise.
401         * src/Makefile.in: Likewise.
402         * testsuite/Makefile.in: Likewise.
403         * aclocal.m4: Likewise.
405 2008-04-14  Benjamin Kosnik  <bkoz@redhat.com>
407         PR libstdc++/35816
408         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Set CXXFLAGS to
409         -O0 when checking for atomic builtins.
410         * configure: Regenerate.
412 2008-04-14  Benjamin Kosnik  <bkoz@redhat.com>
414         * include/bits/c++config: Guard _LDBL_ macros with __cplusplus.
416 2008-04-10  Benjamin Kosnik  <bkoz@redhat.com>
418         * doc/html/*: Regenerate.
420 2008-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
422         * doc/xml/manual/bitmap_allocator.xml: Improve wording a bit.
423         * doc/xml/authors.xml: Fix typos.
424         * doc/xml/faq.xml: Likewise.
425         * doc/xml/manual/abi.xml: Likewise.
426         * doc/xml/manual/allocator.xml: Likewise.
427         * doc/xml/manual/appendix_contributing.xml: Likewise.
428         * doc/xml/manual/backwards_compatibility.xml: Likewise.
429         * doc/xml/manual/build_hacking.xml: Likewise.
430         * doc/xml/manual/codecvt.xml: Likewise.
431         * doc/xml/manual/concurrency.xml: Likewise.
432         * doc/xml/manual/ctype.xml: Likewise.
433         * doc/xml/manual/debug_mode.xml: Likewise.
434         * doc/xml/manual/diagnostics.xml: Likewise.
435         * doc/xml/manual/evolution.xml: Likewise.
436         * doc/xml/manual/extensions.xml: Likewise.
437         * doc/xml/manual/locale.xml: Likewise.
438         * doc/xml/manual/messages.xml: Likewise.
439         * doc/xml/manual/parallel_mode.xml: Likewise.
440         * doc/xml/manual/status_cxx200x.xml: Likewise.
441         * doc/xml/manual/strings.xml: Likewise.
442         * doc/xml/manual/support.xml: Likewise.
443         * doc/xml/manual/test.xml: Likewise.
444         * doc/xml/manual/using.xml: Likewise.
446 2008-04-10  Benjamin Kosnik  <bkoz@redhat.com>
447             Johannes Singler  <singler@ira.uka.de>
449         * doc/xml/manual/parallel_mode.xml: Remove map/set bulk
450         insertors. Correct omp_set_num_threads example.
452 2008-04-10  Benjamin Kosnik  <bkoz@redhat.com>
454         * include/c_global/cstdatomic: C++ types only, format, doxygen markup.
455         * include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
456         * src/atomic.c: Format, doxygen markup, edits.
458         * include/Makefile.am (cstdatomic, stdatomic.h): Add.
459         * src/Makefile.am (atomic.c): Add.
460         * acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
461         * configure.ac: Call it.
462         * include/Makefile.in: Regenerate.
463         * src/Makefile.in: Same.
464         * Makefile.in: Same.
465         * doc/Makefile.in: Same.
466         * po/Makefile.in: Same.
467         * libmath/Makefile.in: Same.
468         * include/Makefile.in: Same.
469         * testsuite/Makefile.in: Same.
470         * libsupc++/Makefile.in: Same.
471         * config.h.in: Same.
472         * configure: Same.
474         * config/abi/pre/gnu.ver: Add atomics exports.
476         * include/ext/typelist.h (apply_generator): New.
477         * include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
478         (_GLIBCXX_END_EXTERN_C): New.
479         Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
480         compiling as C.
481         * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
482         flag for libstdc++.
483         * testsuite/util/testsuite_common_types.h (integral_types): New
484         typelist.
485         (atomics, atomics_tl): Same.
486         (assignable, default_constructible, copy_constructible,
487         explicit_value_constructible): New.
488         * testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
489         * testsuite/29_atomics: New.
490         * testsuite/29_atomics/atomic_address: Same.
491         * testsuite/29_atomics/atomic_address/cons: Same.
492         * testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
493         * testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
494         * testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
495         * testsuite/29_atomics/atomic_address/cons/default.cc: Same.
496         * testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
497         * testsuite/29_atomics/atomic_flag: Same.
498         * testsuite/29_atomics/atomic_flag/cons: Same.
499         * testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
500         * testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
501         * testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
502         * testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
503         * testsuite/29_atomics/atomic_flag/requirements: Same.
504         * testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
505         Same.
506         * testsuite/29_atomics/atomic_flag/
507         atomic_global_fence_compatibility.cc: Same.
508         * testsuite/29_atomics/atomic_flag/test_and_set: Same.
509         * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
510         * testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
511         * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
512         * testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
513         * testsuite/29_atomics/headers: Same.
514         * testsuite/29_atomics/headers/cstdatomic: Same.
515         * testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
516         * testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
517         * testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
518         * testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
519         * testsuite/29_atomics/headers/stdatomic.h: Same.
520         * testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
521         * testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
522         * testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
523         * testsuite/29_atomics/atomic: Same.
524         * testsuite/29_atomics/atomic/cons: Same.
525         * testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
526         * testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
527         * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
528         * testsuite/29_atomics/atomic/cons/default.cc: Same.
529         * testsuite/29_atomics/atomic/requirements: Same.
530         * testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
531         * testsuite/29_atomics/atomic/requirements/explicit_instantiation/
532         1.cc: Same.
534 2008-04-10  Lawrence Crowl  <crowl@google.com>
536         * include/c_global/cstdatomic: New.
537         * include/c_compatibility/stdatomic.h: New.
538         * src/atomic.c: New.
540 2008-04-10  Benjamin Kosnik  <bkoz@redhat.com>
542         * include/std/tuple: Consistency check for include guard, doxygen
543         file markup.
544         * include/std/date_time: Same.
545         * include/std/type_traits: Same.
546         * include/std/regex: Same.
547         * include/std/array: Same.
548         * include/std/system_error: Same, add error_code ctor.
550 2008-04-07  Johannes Singler  <singler@ira.uka.de>
552         * include/parallel/multiway_merge.h: Moved decisions to
553         compile-time instead of run-time.
554         * include/parallel/losertree.h: Removed obsolete variants, added
555         variant that uses pointers in the loser tree.
556         * include/parallel/types.h: Remove obsolete settings options from enum.
557         * include/parallel/features.h: Remove obsolete compile-time switches.
558         * include/parallel/compiletime_settings.h: Remove obsolete variant
559         that copies back *after* sorting.
560         * include/parallel/tags.h: Add one new tag for compile-time switch.
561         * include/parallel/merge.h: Adapt to changes in multiway_merge.h.
562         * include/parallel/multiway_mergesort.h: Adapt to changes in
563         multiway_merge.h. Factor out splitting variants. Remove obsolete
564         variant that copies back *after* sorting.
565         * include/parallel/sort.h: Adapt to changes in multiway_mergesort.h.
566         * testsuite/25_algorithms/sort/35588.cc: Added test case from /
567         for PR 35588.
569 2008-03-29  Paolo Carlini  <pcarlini@suse.de>
571         PR libstdc++/35725
572         * include/bits/stl_algobase.h (__fill_a(_ForwardIterator,
573         _ForwardIterator, _Tp), __fill_a(_Tp*, _Tp*, _Tp),
574         __fill_n_a(_OutputIterator, _Size, _Tp), __fill_n_a(_Tp*, _Size,
575         _Tp)): Fix signatures.
576         * testsuite/25_algorithms/fill/35725.cc: New.
577         * testsuite/25_algorithms/fill_n/35725.cc: Likewise.
579 2008-03-29  Matthias Klose  <doko@ubuntu.com>
581         * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Update.
582         * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Likewise.
583         * config/abi/post/mips-linux-gnu/baseline_symbols.txt: Likewise.
584         * config/abi/post/sparc-linux-gnu/baseline_symbols.txt: Likewise.
586 2008-03-27  Ian Lance Taylor  <iant@google.com>
588         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set
589         glibcxx_ld_is_gold.  Check for gold in --gc-sections test.
590         (GLIBCXX_ENABLE_SYMVERS): Check for gold.
591         * aclocal.m4, configure: Rebuild.
593 2008-03-26  Benjamin Kosnik  <bkoz@redhat.com>
595         * testsuite/util/testsuite_abi.h: Remove symbol_objects,
596         symbol_names typedefs.
597         * testsuite/util/testsuite_abi.cc (compare_symbols): Correct check
598         for long double compatiblity symbols, simplify data structures used.
600 2008-03-25  Benjamin Kosnik  <bkoz@redhat.com>
602         * scripts/run_doxygen: Remove html_output_dir. Downgrade to
603         Doxygen 1.5.1.
604         * doc/doxygen/style.css: Delete.
605         * doc/doxygen/user.cfg.in: Regenerate with Doxygen 1.5.1.
606         (INPUT): Update.
607         (PREDEFINED): Update.
608         (HTML_OUTPUT): Remove html_output_dir, use html.
609         (HTML_STYLESHEET): Remove style.css.
610         * doc/doxygen/tables.html: Remove style.css use.
611         * doc/doxygen/mainpage.html: Nested lists for Namespaces and Classes.
612         * doc/doxygen/doxygroups.cc: Namespace edits.
613         * doc/doxygen/Intro.3: Correct typo.
615         * doc/xml/api.xml: Add gcc-4.3 links.
616         * doc/html/api.html: Regenerate.
618         * include/debug/debug.h: Document namepaces here.
619         * include/parallel/base.h: Same.
620         * include/ext/typelist.h: Same.
621         * include/ext/pb_ds/tag_and_trait.hpp: Same.
623         * include/tr1_impl/random: Adjust line break.
624         * include/tr1_impl/unordered_map: Correct and or add markup.
625         * include/tr1_impl/boost_shared_ptr.h: Correct and or add markup.
626         * include/tr1_impl/functional_hash.h: Same.
627         * include/tr1_impl/cmath: Same.
628         * include/tr1_impl/functional: Same.
629         * include/tr1_impl/unordered_set: Same.
630         * include/tr1_impl/complex: Same.
631         * include/tr1_impl/type_traits: Same.
632         * include/tr1_impl/regex: Same.
633         * include/tr1_impl/array: Same.
634         * include/std/tuple: Same.
635         * include/std/date_time: Same.
636         * include/std/system_error: Same.
637         * include/std/type_traits: Same.
638         * include/ext/enc_filebuf.h: Same.
639         * include/ext/throw_allocator.h: Same.
640         * include/ext/pool_allocator.h: Same.
641         * include/ext/bitmap_allocator.h: Same.
642         * include/ext/concurrence.h: Same.
643         * include/ext/codecvt_specializations.h: Same.
644         * include/ext/stdio_sync_filebuf.h: Same.
645         * include/ext/array_allocator.h: Same.
646         * include/ext/mt_allocator.h: Same.
647         * include/bits/locale_classes.h: Same.
648         * include/bits/locale_facets.h: Same.
649         * include/bits/codecvt.h: Same.
650         * include/bits/char_traits.h: Same.
651         * include/bits/allocator.h: Same.
652         * include/bits/locale_facets_nonio.h: Same.
653         * include/tr1/poly_laguerre.tcc: Same.
654         * include/tr1/riemann_zeta.tcc: Same.
655         * include/tr1/beta_function.tcc: Same.
656         * include/tr1/tuple: Same.
657         * include/tr1/exp_integral.tcc: Same.
658         * include/tr1/gamma.tcc: Same.
659         * include/tr1/hypergeometric.tcc: Same.
660         * include/tr1/modified_bessel_func.tcc: Same.
661         * include/tr1/legendre_function.tcc: Same.
662         * include/tr1/type_traits: Same.
663         * include/tr1/special_function_util.h: Same.
664         * include/tr1/bessel_function.tcc: Same.
665         * include/tr1/cmath: Same.
666         * include/tr1/poly_hermite.tcc: Same.
667         * include/tr1/ell_integral.tcc: Same.
668         * config/abi/compatibility.h: Adjust file name.
670         * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Adjust
671         line numbers.
672         * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
673         * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
675 2008-03-23  Paolo Carlini  <pcarlini@suse.de>
677         * doc/xml/faq.xml: Fix various links.
678         * doc/xml/api.xml: Likewise.
679         * doc/xml/manual/parallel_mode.xml: Likewise.
680         * doc/html/faq.html: Regenerate.
681         * doc/html/api.html: Likewise.
682         * doc/html/manual/bk01pt12ch31s03.html: Likewise.
684 2008-03-20  Benjamin Kosnik  <bkoz@redhat.com>
686         * testsuite/util/testsuite_abi.cc: Add support for not counting
687         GLIBCXX_LDBL_* compat symbols missing if no long double compat
688         symbols under test.
690 2008-03-20  Paolo Carlini  <pcarlini@suse.de>
692         PR libstdc++/35637
693         * include/tr1_impl/type_traits (struct __in_array): Add back.
694         (is_function): Use it.
695         * testsuite/tr1/4_metaprogramming/is_function/35637.cc: New.
697 2008-03-20  Johannes Singler  <singler@ira.uka.de>
699         * include/parallel/set_operations.h (set_intersection): Remove.
701 2008-03-19  Benjamin Kosnik  <bkoz@redhat.com>
703         PR libstdc++/35256
704         * doc/xml/manual/parallel_mode.xml: Correct configuration documentation.
705         * doc/html/manual/bk01pt12ch31s04.html: Regenerate.
707 2008-03-18  Benjamin Kosnik  <bkoz@redhat.com>
709         * configure.ac (libtool_VERSION): To 6:11:0.
710         * configure: Regenerate.
711         * aclocal.m4: Regenerate.
713 2008-03-16  Paolo Carlini  <pcarlini@suse.de>
715         * testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
716         Update.
717         * testsuite/17_intro/headers/c++200x/all.cc: Likewise.
718         * include/precompiled/stdc++.h: Likewise.
720 2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
722         * include/std/date_time: New file.
723         * src/date_time.cc: New file.
724         * config/abi/pre/gnu.ver: Added <date_time> symbols in version
725         GLIBCXX_3.4.11 and changed two patterns in version GLIBCXX_3.4
726         that matched new symbols.
727         * include/Makefile.am: Add date_time in std headers.
728         * src/Makefile.am: Add date_time.cc to source files.
729         * include/Makefile.in: Regenerate.
730         * src/Makefile.in: Likewise.
732 2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
734       * testsuite/31_date_time/headers/date_time/types_std.cc: New.
735       * testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
736       * testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
737       * testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
738       * testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
739       * testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
740       * testsuite/31_date_time/system_time/requirements: Likewise.
741       * testsuite/31_date_time/system_time/requirements/traits.cc: Likewise.
743 2008-03-16  Paolo Carlini  <pcarlini@suse.de>
745         * config.h.in: Regenerate.
747 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
749         * aclocal.m4: Regenerate.
750         * configure: Likewise.
751         * Makefile.in: Likewise.
752         * doc/Makefile.in: Likewise.
753         * include/Makefile.in: Likewise.
754         * libmath/Makefile.in: Likewise.
755         * libsupc++/Makefile.in: Likewise.
756         * po/Makefile.in: Likewise.
757         * src/Makefile.in: Likewise.
758         * testsuite/Makefile.in: Likewise.
760 2008-03-13  Dennis Czeremin  <dennis.czeremin@smiths-heimann.com>
762         PR libstdc++/35566
763         * include/bits/stl_multimap.h (multimap<>::multimap(_InputIterator,
764         _InputIterator)): Forward to _M_insert_equal, not _M_insert_unique.
766 2008-03-13  Paolo Carlini  <pcarlini@suse.de>
768         PR libstdc++/35541
769         * include/debug/functions.h (__check_sorted_set_aux): Fix signature.
770         * testsuite/25_algorithms/set_difference/35541.cc: New.
772 2008-03-07  Jakub Jelinek  <jakub@redhat.com>
774         * config/abi/pre/gnu.ver: Move <system_error> related
775         symbols to GLIBCXX_3.4.11 symbol version.
776         * testsuite/util/testsuite_abi.cc (check_version): Allow
777         GLIBCXX_3.4.11.
779 2008-03-06  Chris Jefferson  <chris@bubblescope.net>
780             Paolo Carlini  <pcarlini@suse.de>
782         PR libstdc++/35480
783         * include/tr1/tuple (operator==, operator<): Fix.
784         * include/std/tuple (operator==, operator<): Likewise.
785         * testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc: New.
786         * testsuite/20_util/tuple/comparison_operators/35480.cc: Likewise.
788 2008-03-04  Joseph Myers  <joseph@codesourcery.com>
790         * crossconfig.m4 (*-mingw32*): Define HAVE_STRTOF and
791         HAVE_STRTOLD.
792         * configure: Regenerate.
794 2008-03-02  Hans-Peter Nilsson  <hp@axis.com>
796         * testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc,
797         testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc:
798         Mark changed error message prelude, adding "in file included from",
799         using dg-excess-errors.
801 2008-03-01  Jakub Jelinek  <jakub@redhat.com>
803         * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
804         * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
805         * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
806         * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Likewise.
807         * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
808         Likewise.
809         * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
810         * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
812 2008-02-29  Jakub Jelinek  <jakub@redhat.com>
814         * config/abi/pre/gnu.ver: Remove
815         _ZNKSt3tr14hashIgEclEg@@GLIBCXX_3.4.10 and
816         _ZNKSt4hashIgEclEg@@GLIBCXX_3.4.10 export.
817         * config/os/gnu-linux/ldbl-extra.ver: Export
818         _ZNKSt3tr14hashIgEclEg@@GLIBCXX_LDBL_3.4.10
819         and _ZNKSt4hashIgEclEg@@GLIBCXX_LDBL_3.4.10.
820         * src/hash.cc: Only define long double hash specialization if
821         _GLIBCXX_LONG_DOUBLE_COMPAT_IMPL is defined.
822         * src/compatibility-ldbl.cc: Include "hash.cc".
823         (_GLIBCXX_LONG_DOUBLE_COMPAT_IMPL): Define.
824         (_ZNKSt4hashIeEclEe): New alias.
825         * testsuite/util/testsuite_abi.cc (check_version): Support
826         GLIBCXX_LDBL_3.4.10.
828 2008-02-25  Jan Beulich  <jbeulich@novell.com>
830         * acinclude.m4: Also check for EIDRM and ETXTBSY.
831         * configure: Re-generate.
832         * config/os/generic/error_constants.h (namespace posix_error):
833         Also wrap uses of EIDRM and ETXTBSY in conditionals.
834         * testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
835         Likewise.
837 2008-02-20  Jason Merrill  <jason@redhat.com>
839         * include/bits/c++config: Use 'inline namespace' instead of
840         strong using.
842 2008-02-18  Pedro Lamarao <pedro.lamarao@mndfck.org>
844         * include/std/tuple: Fixes for moveable, non-copyable types.
845         * testsuite/20_util/tuple/moveable2.cc: New.
847 2008-02-18  Paolo Carlini  <pcarlini@suse.de>
849         * include/std/tuple (operator+(tuple<>&&, tuple<>&&): Remove.
851 2008-02-17  Ed Smith-Rowland  <3dw4rd@verizon.net>
853         * include/tr1/poly_laguerre.tcc: Doxygen fixes.
854         * include/tr1/exp_integral.tcc: Same.
855         * include/tr1/gamma.tcc: Same.
856         * include/tr1/hypergeometric.tcc: Same.
858 2008-02-17  Benjamin Kosnik  <bkoz@redhat.com>
860         PR libstdc++/34797
861         * include/parallel/settings.h (_Settings): Reconstruct Settings class
862         here, uglify, remove anonymous namespace and static
863         members. Convert to datum.
864         * include/parallel/types.h: Move Settings:: enumerations here, uglify.
865         * src/parallel_settings.cc: New, definition for _Settings member
866         functions.
867         * include/parallel/multiway_merge.h: Same.
868         * include/parallel/for_each.h: Same.
869         * include/parallel/workstealing.h: Same.
870         * include/parallel/base.h: Same.
871         * include/parallel/numeric
872         * include/parallel/features.h: Same.
873         * include/parallel/quicksort.h: Same.
874         * include/parallel/equally_split.h: Same.
875         * include/parallel/algorithmfwd.h: Same.
876         * include/parallel/omp_loop_static.h: Same.
877         * include/parallel/random_shuffle.h: Same.
878         * include/parallel/balanced_quicksort.h: Same.
879         * include/parallel/tags.h: Same.
880         * include/parallel/multiway_mergesort.h: Same.
881         * include/parallel/numericfwd.h: Same.
882         * include/parallel/partition.h: Same.
883         * include/parallel/partial_sum.h: Same.
884         * include/parallel/find.h: Same.
885         * include/parallel/algo.h: Same.
886         * include/parallel/omp_loop.h: Same.
887         * include/parallel/sort.h: Same.
889         * src/Makefile.am (parallel_sources): Add parallel_settings.cc.
890         * src/Makefile.in: Regenerate.
892         * config/abi/pre/gnu.ver: Export _Settings::get and _Settings::set.
894 2008-02-17  Paolo Carlini  <pcarlini@suse.de>
896         PR libstdc++/35221
897         * include/parallel/types.h: Reinstate integer types typedefs.
898         * include/parallel/multiseq_selection.h: Adjust.
899         * include/parallel/compatibility.h: Likewise.
900         * include/parallel/random_shuffle.h: Likewise.
901         * include/parallel/random_number.h: Likewise.
902         * include/parallel/base.h: Likewise.
904 2008-02-17  Paolo Carlini  <pcarlini@suse.de>
906         PR libstdc++/35209
907         * config/abi/pre/gnu.ver: Export stdio_sync_filebuf symbols.
908         * testsuite/ext/stdio_sync_filebuf/char/35209.cc: New.
909         * testsuite/ext/stdio_sync_filebuf/wchar_t/35209.cc: Likewise.
911 2008-02-16  Benjamin Kosnik  <bkoz@redhat.com>
913         * include/parallel/random_number.h: Use TR1's mersenne_twister.
914         (random_number::genrand_bits()): Remove.
915         (random_number::set_seed): Remove.
917 2008-02-15  Benjamin Kosnik  <bkoz@redhat.com>
919         * include/parallel/types.h: Remove enum parallelism.
921 2008-02-15  Benjamin Kosnik  <bkoz@redhat.com>
923         * include/parallel/types.h: Move enum parallelism here.  Use
924         tr1/cstdint's int16_t, uint16_t, int32_t, uint32_t, int64_t,
925         uint64_t.
926         * include/parallel/multiseq_selection.h: Adjust for cstdint.
927         * include/parallel/compatibility.h: Same.
928         * include/parallel/tags.h: Just compile-time tags.
929         * include/parallel/base.h: Put namespace bits here.
931         * src/Makefile.am (PARALLEL_FLAGS): Use it.
932         * src/Makefile.in: Regenerate.
934         * testsuite/25_algorithms/nth_element/1.cc: Add test variable.
936 2008-02-15  Hans-Peter Nilsson  <hp@axis.com>
938         * testsuite/config/default.exp: Load gcc dejapatches.exp.
940 2008-02-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
942         * testsuite/27_io/fpos/14320-1.cc: Check for "long long" and
943         remove XFAIL.
945 2008-02-14  Benjamin Kosnik  <bkoz@redhat.com>
947         * config/os/generic/error_constants.h (posix_errno): Guard
948         not_supported use of ENOTSUP.
949         * acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add check for ENOTSUP
950         for OpenBSD.
951         * aclocal.m4: Regenerate.
952         * configure: Rengerate.
953         * config.h.in: Same.
955 2008-02-13  Benjamin Kosnik  <bkoz@redhat.com>
957         * doc/doxygen/mainpage.html: Correct links.
959 2008-02-11  Benjamin Kosnik  <bkoz@redhat.com>
961         * doc/html/*: Populate with regenerated files.
963 2008-02-11  Benjamin Kosnik  <bkoz@redhat.com>
965         * doc/html/*: Remove all but contents of ext/pb_ds.
966         * doc/html/index.html: New.
967         * doc/html/README: New.
969 2008-02-11  Benjamin Kosnik  <bkoz@redhat.com>
971         * doc/doxygen/mainpage.html: Add in corrected links.
972         * README: Edit, move most into...
973         * doc/xml/manual/appendix_contributing.xml (Directory Layout): ...here.
974         (Documentation Style): Revise.
975         * doc/xml/spine.xml: Edit file names.
976         * doc/Makefile.am: Edit xml_sources.
977         * doc/Makefile.in: Regenerate.
979 2008-02-11  Paolo Carlini  <pcarlini@suse.de>
981         * configure: Regenerate with documented autoconf and automake
982         versions (i.e., 2.59 and 1.9.6).
983         * Makefile.in: Likewise.
984         * src/Makefile.in: Likewise.
985         * doc/Makefile.in: Likewise.
986         * po/Makefile.in: Likewise.
987         * libmath/Makefile.in: Likewise.
988         * include/Makefile.in: Likewise.
989         * libsupc++/Makefile.in: Likewise.
990         * testsuite/Makefile.in: Likewise.
991         * aclocal.m4: Likewise.
993 2008-02-10  Benjamin Kosnik  <bkoz@redhat.com>
995         Convert documentation to DocBook.
996         * doc/Makefile.am (doc-doxygen-html): Changed to doc-html-doxygen.
997         (doc-doxygen-man): Changed to doc-man-doxygen.
998         (doc-performance): Changed to doc-html-performance.
999         (doc-xml-doxygen): New.
1000         (doc-xml-single): New.
1001         (doc-xml-validate): New.
1002         (doc-html): New.
1003         (doc-html-single): New.
1004         (doc-fo): New.
1005         (doc-pdf): New.
1006         (doc-pdf-fop-xml): New.
1007         (doc-pdf-fop-fo): New.
1008         (doc-pdf-xmlto): New.
1009         (doc-pdf-xmlroff): New.
1010         (doc-pdf-prince): New.
1011         * doc/xml: New directory.
1012         * doc/xml/authors.xml: New.
1013         * doc/xml/images: New directory.
1014         * doc/xml/images/confdeps.png: Add.
1015         * doc/xml/images/confdeps.dot: Add.
1016         * doc/xml/faq.xml: New.
1017         * doc/xml/api.xml: New.
1018         * doc/xml/gnu: New directory.
1019         * doc/xml/gnu/gpl-3.0.xml: New.
1020         * doc/xml/gnu/fdl-1.2.xml: New.
1021         * doc/xml/gnu/gpl-2.0.xml: New.
1022         * doc/xml/manual: New directory.
1023         * doc/xml/manual/mt_allocator.xml: New.
1024         * doc/xml/manual/allocator.xml: New.
1025         * doc/xml/manual/ctype.xml: New.
1026         * doc/xml/manual/numerics.xml: New.
1027         * doc/xml/manual/codecvt.xml: New.
1028         * doc/xml/manual/concurrency.xml: New.
1029         * doc/xml/manual/backwards_compatibility.xml: New.
1030         * doc/xml/manual/intro.xml: New.
1031         * doc/xml/manual/shared_ptr.xml: New.
1032         * doc/xml/manual/abi.xml: New.
1033         * doc/xml/manual/status_cxxtr1.xml: New.
1034         * doc/xml/manual/auto_ptr.xml: New.
1035         * doc/xml/manual/build.xml: New.
1036         * doc/xml/manual/internals.xml: New.
1037         * doc/xml/manual/parallel_mode.xml: New.
1038         * doc/xml/manual/status_cxx1998.xml: New.
1039         * doc/xml/manual/containers.xml: New.
1040         * doc/xml/manual/io.xml: New.
1041         * doc/xml/manual/appendix_porting.xml: New.
1042         * doc/xml/manual/utilities.xml: New.
1043         * doc/xml/manual/bitmap_allocator.xml: New.
1044         * doc/xml/manual/support.xml: New.
1045         * doc/xml/manual/configure.xml: New.
1046         * doc/xml/manual/build_hacking.xml: New.
1047         * doc/xml/manual/evolution.xml: New.
1048         * doc/xml/manual/using.xml: New.
1049         * doc/xml/manual/debug.xml: New.
1050         * doc/xml/manual/localization.xml: New.
1051         * doc/xml/manual/strings.xml: New.
1052         * doc/xml/manual/debug_mode.xml: New.
1053         * doc/xml/manual/locale.xml: New.
1054         * doc/xml/manual/extensions.xml: New.
1055         * doc/xml/manual/appendix_contributing.xml: New.
1056         * doc/xml/manual/messages.xml: New.
1057         * doc/xml/manual/diagnostics.xml: New.
1058         * doc/xml/manual/appendix_free.xml: New.
1059         * doc/xml/manual/algorithms.xml: New.
1060         * doc/xml/manual/iterators.xml: New.
1061         * doc/xml/manual/spine.xml: New.
1062         * doc/xml/manual/test.xml: New.
1063         * doc/xml/manual/status_cxx200x.xml: New.
1064         * doc/xml/spine.xml: New.
1066         * doc/xml/book.txml: New. Template file.
1067         * doc/xml/chapter.txml: Same.
1068         * doc/xml/class.txml: Same.
1070         * doc/doxygen/guide.html: Removed, integrated into other docs.
1071         * doc/doxygen/user.cfg.in: Clean up XML generation.
1072         * doc/doxygen/run_doxygen: Move to..
1073         * scripts/run_doxygen: ...here.
1075         * configure: Regenerate.
1076         * Makefile.in: Regenerate.
1077         * src/Makefile.in: Regenerate.
1078         * doc/Makefile.in: Regenerate.
1079         * po/Makefile.in: Regenerate.
1080         * libmath/Makefile.in: Regenerate.
1081         * include/Makefile.in: Regenerate.
1082         * libsupc++/Makefile.in: Regenerate.
1083         * testsuite/Makefile.in: Regenerate.
1084         * aclocal.m4: Regenerate.
1086 2008-02-10  Paolo Carlini  <pcarlini@suse.de>
1088         PR libstdc++/16251
1089         * include/std/istream (basic_istream<>::basic_istream()): Call
1090         this->init().
1091         (basic_iostream<>::basic_iostream(basic_streambuf<>*)): Don't
1092         do it here, per 27.6.1.5.1/1.
1093         * include/std/ostream (basic_ostream<>::basic_ostream()): Call
1094         this->init().
1095         * testsuite/27_io/basic_iostream/cons/16251.C: New.
1097         * testsuite/27_io/basic_iostream/cons/2020.cc: Minor tweaks.
1099 2008-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1101         * include/backward/auto_ptr.h: Fix comment typos.
1102         * include/bits/algorithmfwd.h: Likewise.
1103         * include/bits/basic_ios.h: Likewise.
1104         * include/bits/c++config: Likewise.
1105         * include/bits/char_traits.h: Likewise.
1106         * include/bits/codecvt.h: Likewise.
1107         * include/bits/gslice.h: Likewise.
1108         * include/bits/ios_base.h: Likewise.
1109         * include/bits/locale_facets.h: Likewise.
1110         * include/bits/locale_facets_nonio.tcc: Likewise.
1111         * include/bits/postypes.h: Likewise.
1112         * include/bits/sstream.tcc: Likewise.
1113         * include/bits/stl_algo.h: Likewise.
1114         * include/bits/stl_deque.h: Likewise.
1115         * include/bits/stl_iterator.h: Likewise.
1116         * include/bits/stl_iterator_base_types.h Likewise.
1117         * include/bits/stl_list.h: Likewise.
1118         * include/bits/stl_map.h: Likewise.
1119         * include/bits/stl_multimap.h: Likewise.
1120         * include/bits/stl_multiset.h: Likewise.
1121         * include/bits/stl_set.h: Likewise.
1122         * include/bits/stl_vector.h: Likewise.
1123         * include/bits/valarray_array.h: Likewise.
1124         * include/debug/safe_base.h: Likewise.
1125         * include/ext/bitmap_allocator.h: Likewise.
1126         * include/ext/codecvt_specializations.h Likewise.
1127         * include/ext/mt_allocator.h: Likewise.
1128         * include/ext/rc_string_base.h: Likewise.
1129         * include/ext/rope: Likewise.
1130         * include/parallel/checkers.h: Likewise.
1131         * include/parallel/find.h: Likewise.
1132         * include/parallel/multiseq_selection.h: Likewise.
1133         * include/parallel/partition.h: Likewise.
1134         * include/parallel/settings.h: Likewise.
1135         * include/std/bitset: Likewise.
1136         * include/std/complex: Likewise.
1137         * include/std/fstream: Likewise.
1138         * include/std/istream: Likewise.
1139         * include/std/limits: Likewise.
1140         * include/std/ostream: Likewise.
1141         * include/std/stdexcept: Likewise.
1142         * include/std/streambuf: Likewise.
1143         * include/tr1/bessel_function.tcc: Likewise.
1144         * include/tr1/cmath: Likewise.
1145         * include/tr1/ell_integral.tcc: Likewise.
1146         * include/tr1/hypergeometric.tcc: Likewise.
1147         * include/tr1/legendre_function.tcc: Likewise.
1148         * include/tr1_impl/random: Likewise.
1149         * include/tr1_impl/regex: Likewise.
1151 2008-01-31  Paolo Carlini  <pcarlini@suse.de>
1153         * testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc:
1154         Avoid -Wall warnings.
1155         * testsuite/22_locale/global_templates/user_facet_hierarchies.cc:
1156         Likewise.
1157         * testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
1158         Likewise.
1159         * testsuite/tr1/6_containers/hash/operators/size_t.cc: Likewise.
1160         * testsuite/tr1/6_containers/tuple/cons/big_tuples.cc: Likewise.
1161         * testsuite/tr1/6_containers/tuple/cons/constructor.cc: Likewise.
1162         * testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc:
1163         Likewise.
1164         * testsuite/tr1/6_containers/array/requirements/contiguous.cc:
1165         Likewise.
1166         * testsuite/tr1/6_containers/array/requirements/member_swap.cc:
1167         Likewise.
1168         * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
1169         * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
1170         Likewise.
1171         * testsuite/tr1/6_containers/array/comparison_operators/
1172         less_or_equal.cc: Likewise.
1173         * testsuite/tr1/6_containers/array/comparison_operators/
1174         greater_or_equal.cc: Likewise.
1175         * testsuite/tr1/6_containers/array/comparison_operators/less.cc:
1176         Likewise.
1177         * testsuite/tr1/6_containers/array/comparison_operators/equal.cc:
1178         Likewise.
1179         * testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc:
1180         Likewise.
1181         * testsuite/tr1/6_containers/array/comparison_operators/greater.cc:
1182         Likewise.
1183         * testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
1184         * testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc:
1185         Likewise.
1186         * testsuite/tr1/6_containers/array/element_access/back.cc: Likewise.
1187         * testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
1188         * testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
1189         * testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc:
1190         Likewise.
1191         * testsuite/tr1/6_containers/array/capacity/empty.cc: Likewise.
1192         * testsuite/tr1/6_containers/array/capacity/max_size.cc: Likewise.
1193         * testsuite/tr1/6_containers/array/capacity/size.cc: Likewise.
1194         * testsuite/thread/guard.cc: Likewise.
1195         * testsuite/20_util/tuple/cons/big_tuples.cc: Likewise.
1196         * testsuite/20_util/tuple/cons/constructor.cc: Likewise.
1197         * testsuite/20_util/shared_ptr/creation/dr402.cc: Likewise.
1198         * testsuite/20_util/shared_ptr/creation/make.cc: Likewise.
1199         * testsuite/20_util/shared_ptr/creation/alloc.cc: Likewise.
1200         * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
1201         * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc:
1202         Likewise.
1204 2008-01-26  David Edelsohn  <edelsohn@gnu.org>
1206         PR target/34794
1207         * config/os/aix/os_defines.h: Define __COMPATMATH__.
1209 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1211         * configure: Regenerate.
1213 2008-01-21  Matthias Klose  <doko@ubuntu.com>
1215         * doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES.
1217 2008-01-19  Paolo Carlini  <pcarlini@suse.de>
1219         * configure: Regenerate.
1220         * Makefile.in: Likewise.
1221         * src/Makefile.in: Likewise.
1222         * doc/Makefile.in: Likewise.
1223         * po/Makefile.in: Likewise.
1224         * libmath/Makefile.in: Likewise.
1225         * include/Makefile.in: Likewise.
1226         * libsupc++/Makefile.in: Likewise.
1227         * testsuite/Makefile.in: Likewise.
1228         * aclocal.m4: Likewise.
1230 2008-01-18  Benjamin Kosnik  <bkoz@redhat.com>
1232         * docs/*: To...
1233         * doc/*: ...here.
1234         * testsuite/Makefile.am: Move doc-performance to...
1235         * Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
1236         * doc/Makefile.am: Consolidate documentation creation here.
1237         (doc-doxygen-html): New.
1238         (doc-doxygen-man): New.
1239         (doc-performance): New.
1240         * doc/Makefile.in: New.
1241         * acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
1242         * doc/doxygen/guide.html: Edit for unified html configuration.
1243         * doc/doxygen/mainpage.html: Same.
1244         * doc/doxygen/run_doxygen: Same, more namespace fixups for man
1245         generation.
1246         * doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
1248         * include/tr1_impl/random: Remove maint from doxygen markup.
1249         * include/tr1_impl/functional: Same.
1250         * include/std/tuple: Same.
1251         * include/std/streambuf: Same.
1252         * include/std/bitset: Same.
1253         * include/std/limits: Same.
1254         * include/std/fstream: Same.
1255         * include/std/istream: Same.
1256         * include/std/sstream: Same.
1257         * include/ext/pool_allocator.h: Same.
1258         * include/ext/rc_string_base.h: Same.
1259         * include/bits/basic_ios.h: Same.
1260         * include/bits/stl_list.h: Same.
1261         * include/bits/stl_map.h: Same.
1262         * include/bits/locale_classes.h: Same.
1263         * include/bits/stl_set.h: Same.
1264         * include/bits/stl_iterator_base_types.h: Same.
1265         * include/bits/basic_string.h: Same.
1266         * include/bits/stl_multimap.h: Same.
1267         * include/bits/stl_vector.h: Same.
1268         * include/bits/ios_base.h: Same.
1269         * include/bits/stl_deque.h: Same.
1270         * include/bits/postypes.h: Same.
1271         * include/bits/stl_multiset.h: Same.
1272         * include/bits/stl_algo.h: Same.
1273         * include/bits/stl_iterator.h: Same.
1274         * include/bits/stl_tempbuf.h: Same.
1275         * include/bits/stl_construct.h: Same.
1276         * include/bits/stl_relops.h: Same.
1277         * include/tr1/tuple: Same.
1278         * include/backward/auto_ptr.h: Same.
1280         * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
1281         Fixups for line number changes.
1282         * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
1283         * testsuite/23_containers/vector/requirements/dr438/
1284         constructor_1_neg.cc: Same.
1285         * testsuite/23_containers/vector/requirements/dr438/
1286         constructor_2_neg.cc: Same.
1287         * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
1288         * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
1289         * testsuite/23_containers/deque/requirements/dr438/
1290         constructor_1_neg.cc: Same.
1291         * testsuite/23_containers/deque/requirements/dr438/
1292         constructor_2_neg.cc: Same.
1293         * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
1294         * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
1295         * testsuite/23_containers/list/requirements/dr438/
1296         constructor_1_neg.cc: Same.
1297         * testsuite/23_containers/list/requirements/dr438/
1298         constructor_2_neg.cc: Same.
1299         * testsuite/20_util/auto_ptr/assign_neg.cc: Same.
1301         * aclocal.m4: Regenerate.
1302         * config.h.in: Regenerate.
1303         * configure: Regenerate.
1304         * Makefile.in: Regenerate.
1305         * src/Makefile.in: Regenerate.
1306         * po/Makefile.in: Regenerate.
1307         * libmath/Makefile.in: Regenerate.
1308         * include/Makefile.in: Regenerate.
1309         * libsupc++/Makefile.in: Regenerate.
1310         * testsuite/Makefile.in: Regenerate.
1312         * scripts/make_graphs.py: Correct paths for new layout.
1314 2008-01-17  Benjamin Kosnik  <bkoz@redhat.com>
1316         * acinclude.m4 (AC_LC_MESSAGES): Remove serial.
1317         * linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
1318         * configure: Regenerate.
1319         * aclocal.m4: Regenerate.
1321 2008-01-14  Paolo Carlini  <pcarlini@suse.de>
1323         * include/parallel/list_partition.h: Formatting fixes, inline tweaks.
1324         * include/parallel/numeric: Likewise.
1325         * include/parallel/balanced_quicksort.h: Likewise.
1326         * include/parallel/unique_copy.h: Likewise.
1327         * include/parallel/algobase.h: Likewise.
1328         * include/parallel/algo.h: Likewise.
1330 2008-01-14  Seongbae Park <seongbae.park@gmail.com>
1332         * crossconfig.m4: Add missing header checks, C99 TR1 check,
1333         and sigsetjmp check.
1335 2008-01-14  Paolo Carlini  <pcarlini@suse.de>
1337         * include/parallel/tree.h: Remove.
1338         * include/Makefile.am: Update.
1339         * include/Makefile.in: Rebuild.
1341         * src/Makefile.am: Remove spurious trailing backslash.
1342         * src/Makefile.in: Rebuild.
1343         * po/Makefile.in: Likewise.
1344         * libmath/Makefile.in: Likewise.
1345         * testsuite/Makefile.in: Likewise.
1346         * libsupc++/Makefile.in: Likewise.
1347         * aclocal.m4: Likewise.
1348         * Makefile.in: Likewise.
1349         * configure: Likewise.
1351 2008-01-12  Paolo Carlini  <pcarlini@suse.de>
1353         PR libstdc++/34730
1354         * include/debug/functions.h (__check_sorted_set,
1355         __check_sorted_set_aux): Add.
1356         (__check_sorted): Check StrictWeakOrdering.
1357         * include/debug/macros.h (__glibcxx_check_strict_weak_ordering,
1358         __glibcxx_check_strict_weak_ordering_pred): Remove.
1359         (__glibcxx_check_sorted, __glibcxx_check_sorted_pred): Adjust.
1360         (__glibcxx_check_sorted_set, __glibcxx_check_sorted_set_pred): Add.
1361         * include/debug/debug.h (__glibcxx_requires_sorted_set,
1362         __glibcxx_requires_sorted_set_pred): Add.
1363         * include/bits/stl_algo.h (merge, includes, set_union,
1364         set_intersection, set_difference, set_symmetric_difference):
1365         Adjust, use __glibcxx_requires_sorted_set* instead.
1366         * testsuite/25_algorithms/set_intersection/34730.cc: New.
1368 2008-01-09  Paolo Carlini  <pcarlini@suse.de>
1370         * include/parallel/multiway_merge.h: Reformat to 80 columns;
1371         adjust some inline specifiers; other minor style fixes.
1372         * include/parallel/losertree.h: Likewise.
1373         * include/parallel/list_partition.h: Likewise.
1374         * include/parallel/multiseq_selection.h: Likewise.
1375         * include/parallel/workstealing.h: Likewise.
1376         * include/parallel/base.h: Likewise.
1377         * include/parallel/par_loop.h: Likewise.
1378         * include/parallel/numeric: Likewise.
1379         * include/parallel/quicksort.h: Likewise.
1380         * include/parallel/algorithmfwd.h: Likewise.
1381         * include/parallel/for_each_selectors.h: Likewise.
1382         * include/parallel/omp_loop_static.h: Likewise.
1383         * include/parallel/random_shuffle.h: Likewise.
1384         * include/parallel/balanced_quicksort.h: Likewise.
1385         * include/parallel/set_operations.h: Likewise.
1386         * include/parallel/tree.h: Likewise.
1387         * include/parallel/merge.h: Likewise.
1388         * include/parallel/unique_copy.h: Likewise.
1389         * include/parallel/settings.h: Likewise.
1390         * include/parallel/multiway_mergesort.h: Likewise.
1391         * include/parallel/numericfwd.h: Likewise.
1392         * include/parallel/search.h: Likewise.
1393         * include/parallel/partition.h: Likewise.
1394         * include/parallel/compatibility.h: Likewise.
1395         * include/parallel/partial_sum.h: Likewise.
1396         * include/parallel/find.h: Likewise.
1397         * include/parallel/algo.h: Likewise.
1398         * include/parallel/queue.h: Likewise.
1399         * include/parallel/omp_loop.h: Likewise.
1400         * include/parallel/sort.h: Likewise.
1401         * include/parallel/random_number.h: Likewise.
1403 2008-01-09  Benjamin Kosnik  <bkoz@redhat.com>
1405         * docs/html/17_intro/api.html: Fix markup for rope.h.
1407 2008-01-09  Paolo Carlini  <pcarlini@suse.de>
1409         * include/parallel/iterator.h: Reformat to 80 columns; adjust some
1410         inline specifiers.
1411         * include/parallel/find_selectors.h: Likewise.
1412         * include/parallel/losertree.h: Likewise.
1413         * include/parallel/list_partition.h: Likewise.
1414         * include/parallel/for_each.h: Likewise.
1415         * include/parallel/multiseq_selection.h: Likewise.
1416         * include/parallel/algorithmfwd.h: Likewise.
1417         * include/parallel/for_each_selectors.h: Likewise.
1418         * include/parallel/balanced_quicksort.h: Likewise.
1419         * include/parallel/merge.h: Likewise.
1420         * include/parallel/algobase.h: Likewise.
1421         * include/parallel/find.h: Likewise.
1422         * include/parallel/algo.h: Likewise.
1423         * include/parallel/checkers.h: Likewise.
1425 2008-01-09  Francesco Biscani  <bluescarni@gmail.com>
1427         * include/tr1_impl/hashtable (_Hashtable): Fix friend declaration
1428         of __detail::_Map_base<>.
1430 2008-01-08  Paolo Carlini  <pcarlini@suse.de>
1432         * testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
1433         not include <cassert>.
1434         * testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
1435         Likewise.
1436         * testsuite/util/testsuite_common_types.h: Include <algorithm>.
1438 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
1440         * configure.ac (--enable-linux-futex): Add new configure option.
1441         (HAVE_LINUX_FUTEX): New AC_DEFINE.
1442         * Makefile.in: Rebuilt.
1443         * aclocal.m4: Rebuilt.
1444         * configure: Rebuilt.
1445         * config.h.in: Rebuilt.
1446         * config/cpu/generic/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
1447         _GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
1448         * config/cpu/arm/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
1449         _GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
1450         * libsupc++/guard.cc: Include climits and syscall.h.
1451         (_GLIBCXX_USE_FUTEX): Define if futex syscall and atomic builtins
1452         are supported.
1453         (_GLIBCXX_FUTEX_WAIT, _GLIBCXX_FUTEX_WAKE): Likewise.
1454         (__guard_test_bit): New static inline.
1455         (__cxa_guard_acquire, __cxa_guard_release, __cxa_guard_abort): Use
1456         atomic builtins and futex syscall if _GLIBCXX_USE_FUTEX.
1458 2008-01-07  Paolo Carlini  <pcarlini@suse.de>
1460         PR libstdc++/34680
1461         * include/bits/locale_classes.h (has_facet<>, use_facet<>): Do not
1462         use dynamic_cast when run-time type identification is disabled; do
1463         not mark inline; only declare, define...
1464         * include/bits/locale_classes.tcc: ... here.
1466 2008-01-06  Ted Phelps  <phelps@gnusto.com>
1468         PR c++/34152
1469         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
1470         _GLIBCXX_HAVE_GETIPINFO instead of HAVE_GETIPINFO.
1472 2008-01-01  Paolo Carlini  <pcarlini@suse.de>
1474         PR libstdc++/34095
1475         * include/parallel/multiway_merge.h (multiway_merge_bubble,
1476         parallel_multiway_merge): Together with ::operator new use
1477         ::operator delete.
1478         * include/parallel/losertree.h (LoserTree<>::~LoserTree): Likewise.
1479         * include/parallel/quicksort.h (parallel_sort_qs_divide): Likewise.
1480         * include/parallel/random_shuffle.h (parallel_random_shuffle_drs_pu,
1481         sequential_random_shuffle): Likewise.
1482         * include/parallel/tree.h (_M_not_sorted_bulk_insertion_construction):
1483         Likewise.
1484         * include/parallel/multiway_mergesort.h (parallel_sort_mwms_pu,
1485         parallel_sort_mwms): Likewise.
1486         * include/parallel/partial_sum.h (parallel_partial_sum_linear):
1487         Likewise.
1488         * testsuite/25_algorithms/sort/34095.cc: New.
1490 2008-01-01  Paolo Carlini  <pcarlini@suse.de>
1492         * testsuite/25_algorithms/sort/34636.cc: Fix Copyright year.
1494 2008-01-01  Paolo Carlini  <pcarlini@suse.de>
1496         PR libstdc++/34636
1497         * include/parallel/algobase.h (lexicographical_compare_switch(...,
1498         random_access_iterator_tag, random_access_iterator_tag)): Careful
1499         with undereferenceable iterators.
1500         * testsuite/25_algorithms/sort/34636.cc: New.