OSDN Git Service

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