OSDN Git Service

2008-02-17 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2008-02-17  Benjamin Kosnik  <bkoz@redhat.com>
2
3         PR libstdc++/34797
4         * include/parallel/settings.h (_Settings): Reconstruct Settings class
5         here, uglify, remove anonymous namespace and static
6         members. Convert to datum.      
7         * include/parallel/types.h: Move Settings:: enumerations here, uglify.
8         * src/parallel_settings.cc: New, definition for _Settings member
9         functions.      
10         * include/parallel/multiway_merge.h: Same.
11         * include/parallel/for_each.h: Same.
12         * include/parallel/workstealing.h: Same.
13         * include/parallel/base.h: Same.
14         * include/parallel/numeric
15         * include/parallel/features.h: Same.
16         * include/parallel/quicksort.h: Same.
17         * include/parallel/equally_split.h: Same.
18         * include/parallel/algorithmfwd.h: Same.
19         * include/parallel/omp_loop_static.h: Same.
20         * include/parallel/random_shuffle.h: Same.
21         * include/parallel/balanced_quicksort.h: Same.
22         * include/parallel/tags.h: Same.
23         * include/parallel/multiway_mergesort.h: Same.
24         * include/parallel/numericfwd.h: Same.
25         * include/parallel/partition.h: Same.
26         * include/parallel/partial_sum.h: Same.
27         * include/parallel/find.h: Same.
28         * include/parallel/algo.h: Same.
29         * include/parallel/omp_loop.h: Same.
30         * include/parallel/sort.h: Same.
31
32         * src/Makefile.am (parallel_sources): Add parallel_settings.cc.
33         * src/Makefile.in: Regenerate.
34         
35         * config/abi/pre/gnu.ver: Export _Settings::get and _Settings::set.
36
37 2008-02-17  Paolo Carlini  <pcarlini@suse.de>
38
39         PR libstdc++/35221
40         * include/parallel/types.h: Reinstate integer types typedefs.
41         * include/parallel/multiseq_selection.h: Adjust.
42         * include/parallel/compatibility.h: Likewise.
43         * include/parallel/random_shuffle.h: Likewise.
44         * include/parallel/random_number.h: Likewise.
45         * include/parallel/base.h: Likewise.
46
47 2008-02-17  Paolo Carlini  <pcarlini@suse.de>
48
49         PR libstdc++/35209
50         * config/abi/pre/gnu.ver: Export stdio_sync_filebuf symbols.
51         * testsuite/ext/stdio_sync_filebuf/char/35209.cc: New.
52         * testsuite/ext/stdio_sync_filebuf/wchar_t/35209.cc: Likewise.
53         
54 2008-02-16  Benjamin Kosnik  <bkoz@redhat.com>
55
56         * include/parallel/random_number.h: Use TR1's mersenne_twister.
57         (random_number::genrand_bits()): Remove.
58         (random_number::set_seed): Remove.
59         
60 2008-02-15  Benjamin Kosnik  <bkoz@redhat.com>
61         
62         * include/parallel/types.h: Remove enum parallelism.
63         
64 2008-02-15  Benjamin Kosnik  <bkoz@redhat.com>
65
66         * include/parallel/types.h: Move enum parallelism here.  Use
67         tr1/cstdint's int16_t, uint16_t, int32_t, uint32_t, int64_t,
68         uint64_t. 
69         * include/parallel/multiseq_selection.h: Adjust for cstdint.
70         * include/parallel/compatibility.h: Same.
71         * include/parallel/tags.h: Just compile-time tags.
72         * include/parallel/base.h: Put namespace bits here.
73
74         * src/Makefile.am (PARALLEL_FLAGS): Use it.
75         * src/Makefile.in: Regenerate.
76
77         * testsuite/25_algorithms/nth_element/1.cc: Add test variable.
78
79 2008-02-15  Hans-Peter Nilsson  <hp@axis.com>
80
81         * testsuite/config/default.exp: Load gcc dejapatches.exp.
82
83 2008-02-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
84
85         * testsuite/27_io/fpos/14320-1.cc: Check for "long long" and
86         remove XFAIL.
87
88 2008-02-14  Benjamin Kosnik  <bkoz@redhat.com>
89
90         * config/os/generic/error_constants.h (posix_errno): Guard
91         not_supported use of ENOTSUP.
92         * acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add check for ENOTSUP
93         for OpenBSD.
94         * aclocal.m4: Regenerate.
95         * configure: Rengerate.
96         * config.h.in: Same.
97
98 2008-02-13  Benjamin Kosnik  <bkoz@redhat.com>
99
100         * doc/doxygen/mainpage.html: Correct links.
101
102 2008-02-11  Benjamin Kosnik  <bkoz@redhat.com>
103
104         * doc/html/*: Populate with regenerated files.
105
106 2008-02-11  Benjamin Kosnik  <bkoz@redhat.com>
107
108         * doc/html/*: Remove all but contents of ext/pb_ds.
109         * doc/html/index.html: New.
110         * doc/html/README: New.
111
112 2008-02-11  Benjamin Kosnik  <bkoz@redhat.com>
113
114         * doc/doxygen/mainpage.html: Add in corrected links.
115         * README: Edit, move most into...
116         * doc/xml/manual/appendix_contributing.xml (Directory Layout): ...here.
117         (Documentation Style): Revise.
118         * doc/xml/spine.xml: Edit file names.
119         * doc/Makefile.am: Edit xml_sources.
120         * doc/Makefile.in: Regenerate.
121
122 2008-02-11  Paolo Carlini  <pcarlini@suse.de>
123
124         * configure: Regenerate with documented autoconf and automake
125         versions (i.e., 2.59 and 1.9.6).
126         * Makefile.in: Likewise.
127         * src/Makefile.in: Likewise.
128         * doc/Makefile.in: Likewise.
129         * po/Makefile.in: Likewise.
130         * libmath/Makefile.in: Likewise.
131         * include/Makefile.in: Likewise.
132         * libsupc++/Makefile.in: Likewise.
133         * testsuite/Makefile.in: Likewise.
134         * aclocal.m4: Likewise.
135
136 2008-02-10  Benjamin Kosnik  <bkoz@redhat.com>
137
138         Convert documentation to DocBook.
139         * doc/Makefile.am (doc-doxygen-html): Changed to doc-html-doxygen.
140         (doc-doxygen-man): Changed to doc-man-doxygen.
141         (doc-performance): Changed to doc-html-performance.
142         (doc-xml-doxygen): New.
143         (doc-xml-single): New.
144         (doc-xml-validate): New.
145         (doc-html): New.
146         (doc-html-single): New.
147         (doc-fo): New.
148         (doc-pdf): New.
149         (doc-pdf-fop-xml): New.
150         (doc-pdf-fop-fo): New.
151         (doc-pdf-xmlto): New.
152         (doc-pdf-xmlroff): New.
153         (doc-pdf-prince): New.
154         * doc/xml: New directory.
155         * doc/xml/authors.xml: New.
156         * doc/xml/images: New directory.
157         * doc/xml/images/confdeps.png: Add.
158         * doc/xml/images/confdeps.dot: Add.
159         * doc/xml/faq.xml: New.
160         * doc/xml/api.xml: New.
161         * doc/xml/gnu: New directory.
162         * doc/xml/gnu/gpl-3.0.xml: New.
163         * doc/xml/gnu/fdl-1.2.xml: New.
164         * doc/xml/gnu/gpl-2.0.xml: New.
165         * doc/xml/manual: New directory.
166         * doc/xml/manual/mt_allocator.xml: New.
167         * doc/xml/manual/allocator.xml: New.
168         * doc/xml/manual/ctype.xml: New.
169         * doc/xml/manual/numerics.xml: New.
170         * doc/xml/manual/codecvt.xml: New.
171         * doc/xml/manual/concurrency.xml: New.
172         * doc/xml/manual/backwards_compatibility.xml: New.
173         * doc/xml/manual/intro.xml: New.
174         * doc/xml/manual/shared_ptr.xml: New.
175         * doc/xml/manual/abi.xml: New.
176         * doc/xml/manual/status_cxxtr1.xml: New.
177         * doc/xml/manual/auto_ptr.xml: New.
178         * doc/xml/manual/build.xml: New.
179         * doc/xml/manual/internals.xml: New.
180         * doc/xml/manual/parallel_mode.xml: New.
181         * doc/xml/manual/status_cxx1998.xml: New.
182         * doc/xml/manual/containers.xml: New.
183         * doc/xml/manual/io.xml: New.
184         * doc/xml/manual/appendix_porting.xml: New.
185         * doc/xml/manual/utilities.xml: New.
186         * doc/xml/manual/bitmap_allocator.xml: New.
187         * doc/xml/manual/support.xml: New.
188         * doc/xml/manual/configure.xml: New.
189         * doc/xml/manual/build_hacking.xml: New.
190         * doc/xml/manual/evolution.xml: New.
191         * doc/xml/manual/using.xml: New.
192         * doc/xml/manual/debug.xml: New.
193         * doc/xml/manual/localization.xml: New.
194         * doc/xml/manual/strings.xml: New.
195         * doc/xml/manual/debug_mode.xml: New.
196         * doc/xml/manual/locale.xml: New.
197         * doc/xml/manual/extensions.xml: New.
198         * doc/xml/manual/appendix_contributing.xml: New.
199         * doc/xml/manual/messages.xml: New.
200         * doc/xml/manual/diagnostics.xml: New.
201         * doc/xml/manual/appendix_free.xml: New.
202         * doc/xml/manual/algorithms.xml: New.
203         * doc/xml/manual/iterators.xml: New.
204         * doc/xml/manual/spine.xml: New.
205         * doc/xml/manual/test.xml: New.
206         * doc/xml/manual/status_cxx200x.xml: New.
207         * doc/xml/spine.xml: New.
208
209         * doc/xml/book.txml: New. Template file.
210         * doc/xml/chapter.txml: Same.
211         * doc/xml/class.txml: Same.
212
213         * doc/doxygen/guide.html: Removed, integrated into other docs.
214         * doc/doxygen/user.cfg.in: Clean up XML generation.
215         * doc/doxygen/run_doxygen: Move to..
216         * scripts/run_doxygen: ...here.
217
218         * configure: Regenerate.
219         * Makefile.in: Regenerate.
220         * src/Makefile.in: Regenerate.
221         * doc/Makefile.in: Regenerate.
222         * po/Makefile.in: Regenerate.
223         * libmath/Makefile.in: Regenerate.
224         * include/Makefile.in: Regenerate.
225         * libsupc++/Makefile.in: Regenerate.
226         * testsuite/Makefile.in: Regenerate.
227         * aclocal.m4: Regenerate.
228
229 2008-02-10  Paolo Carlini  <pcarlini@suse.de>
230
231         PR libstdc++/16251
232         * include/std/istream (basic_istream<>::basic_istream()): Call
233         this->init().
234         (basic_iostream<>::basic_iostream(basic_streambuf<>*)): Don't
235         do it here, per 27.6.1.5.1/1.
236         * include/std/ostream (basic_ostream<>::basic_ostream()): Call
237         this->init().
238         * testsuite/27_io/basic_iostream/cons/16251.C: New.
239
240         * testsuite/27_io/basic_iostream/cons/2020.cc: Minor tweaks.
241
242 2008-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
243
244         * include/backward/auto_ptr.h: Fix comment typos.
245         * include/bits/algorithmfwd.h: Likewise.
246         * include/bits/basic_ios.h: Likewise.
247         * include/bits/c++config: Likewise.
248         * include/bits/char_traits.h: Likewise.
249         * include/bits/codecvt.h: Likewise.
250         * include/bits/gslice.h: Likewise.
251         * include/bits/ios_base.h: Likewise.
252         * include/bits/locale_facets.h: Likewise.
253         * include/bits/locale_facets_nonio.tcc: Likewise.
254         * include/bits/postypes.h: Likewise.
255         * include/bits/sstream.tcc: Likewise.
256         * include/bits/stl_algo.h: Likewise.
257         * include/bits/stl_deque.h: Likewise.
258         * include/bits/stl_iterator.h: Likewise.
259         * include/bits/stl_iterator_base_types.h Likewise.
260         * include/bits/stl_list.h: Likewise.
261         * include/bits/stl_map.h: Likewise.
262         * include/bits/stl_multimap.h: Likewise.
263         * include/bits/stl_multiset.h: Likewise.
264         * include/bits/stl_set.h: Likewise.
265         * include/bits/stl_vector.h: Likewise.
266         * include/bits/valarray_array.h: Likewise.
267         * include/debug/safe_base.h: Likewise.
268         * include/ext/bitmap_allocator.h: Likewise.
269         * include/ext/codecvt_specializations.h Likewise.
270         * include/ext/mt_allocator.h: Likewise.
271         * include/ext/rc_string_base.h: Likewise.
272         * include/ext/rope: Likewise.
273         * include/parallel/checkers.h: Likewise.
274         * include/parallel/find.h: Likewise.
275         * include/parallel/multiseq_selection.h: Likewise.
276         * include/parallel/partition.h: Likewise.
277         * include/parallel/settings.h: Likewise.
278         * include/std/bitset: Likewise.
279         * include/std/complex: Likewise.
280         * include/std/fstream: Likewise.
281         * include/std/istream: Likewise.
282         * include/std/limits: Likewise.
283         * include/std/ostream: Likewise.
284         * include/std/stdexcept: Likewise.
285         * include/std/streambuf: Likewise.
286         * include/tr1/bessel_function.tcc: Likewise.
287         * include/tr1/cmath: Likewise.
288         * include/tr1/ell_integral.tcc: Likewise.
289         * include/tr1/hypergeometric.tcc: Likewise.
290         * include/tr1/legendre_function.tcc: Likewise.
291         * include/tr1_impl/random: Likewise.
292         * include/tr1_impl/regex: Likewise.
293
294 2008-01-31  Paolo Carlini  <pcarlini@suse.de>
295
296         * testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc:
297         Avoid -Wall warnings.
298         * testsuite/22_locale/global_templates/user_facet_hierarchies.cc:
299         Likewise.
300         * testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
301         Likewise.
302         * testsuite/tr1/6_containers/hash/operators/size_t.cc: Likewise.
303         * testsuite/tr1/6_containers/tuple/cons/big_tuples.cc: Likewise.
304         * testsuite/tr1/6_containers/tuple/cons/constructor.cc: Likewise.
305         * testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc:
306         Likewise.
307         * testsuite/tr1/6_containers/array/requirements/contiguous.cc: 
308         Likewise.
309         * testsuite/tr1/6_containers/array/requirements/member_swap.cc:
310         Likewise.
311         * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
312         * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
313         Likewise.
314         * testsuite/tr1/6_containers/array/comparison_operators/
315         less_or_equal.cc: Likewise.
316         * testsuite/tr1/6_containers/array/comparison_operators/
317         greater_or_equal.cc: Likewise.
318         * testsuite/tr1/6_containers/array/comparison_operators/less.cc:
319         Likewise.
320         * testsuite/tr1/6_containers/array/comparison_operators/equal.cc:
321         Likewise.
322         * testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc:
323         Likewise.
324         * testsuite/tr1/6_containers/array/comparison_operators/greater.cc:
325         Likewise.
326         * testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
327         * testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc:
328         Likewise.
329         * testsuite/tr1/6_containers/array/element_access/back.cc: Likewise.
330         * testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
331         * testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
332         * testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc:
333         Likewise.
334         * testsuite/tr1/6_containers/array/capacity/empty.cc: Likewise.
335         * testsuite/tr1/6_containers/array/capacity/max_size.cc: Likewise.
336         * testsuite/tr1/6_containers/array/capacity/size.cc: Likewise.
337         * testsuite/thread/guard.cc: Likewise.
338         * testsuite/20_util/tuple/cons/big_tuples.cc: Likewise.
339         * testsuite/20_util/tuple/cons/constructor.cc: Likewise.
340         * testsuite/20_util/shared_ptr/creation/dr402.cc: Likewise.
341         * testsuite/20_util/shared_ptr/creation/make.cc: Likewise.
342         * testsuite/20_util/shared_ptr/creation/alloc.cc: Likewise.
343         * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
344         * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc:
345         Likewise.
346
347 2008-01-26  David Edelsohn  <edelsohn@gnu.org>
348
349         PR target/34794
350         * config/os/aix/os_defines.h: Define __COMPATMATH__.
351
352 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
353
354         * configure: Regenerate.
355
356 2008-01-21  Matthias Klose  <doko@ubuntu.com>
357
358         * doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES.
359
360 2008-01-19  Paolo Carlini  <pcarlini@suse.de>
361
362         * configure: Regenerate.
363         * Makefile.in: Likewise.
364         * src/Makefile.in: Likewise.
365         * doc/Makefile.in: Likewise.
366         * po/Makefile.in: Likewise.
367         * libmath/Makefile.in: Likewise.
368         * include/Makefile.in: Likewise.
369         * libsupc++/Makefile.in: Likewise.
370         * testsuite/Makefile.in: Likewise.
371         * aclocal.m4: Likewise.
372
373 2008-01-18  Benjamin Kosnik  <bkoz@redhat.com>
374
375         * docs/*: To...
376         * doc/*: ...here.
377         * testsuite/Makefile.am: Move doc-performance to...
378         * Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
379         * doc/Makefile.am: Consolidate documentation creation here.
380         (doc-doxygen-html): New.
381         (doc-doxygen-man): New.
382         (doc-performance): New.
383         * doc/Makefile.in: New.
384         * acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
385         * doc/doxygen/guide.html: Edit for unified html configuration.
386         * doc/doxygen/mainpage.html: Same.
387         * doc/doxygen/run_doxygen: Same, more namespace fixups for man
388         generation.
389         * doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
390
391         * include/tr1_impl/random: Remove maint from doxygen markup.
392         * include/tr1_impl/functional: Same.
393         * include/std/tuple: Same.
394         * include/std/streambuf: Same.
395         * include/std/bitset: Same.
396         * include/std/limits: Same.
397         * include/std/fstream: Same.
398         * include/std/istream: Same.
399         * include/std/sstream: Same.
400         * include/ext/pool_allocator.h: Same.
401         * include/ext/rc_string_base.h: Same.
402         * include/bits/basic_ios.h: Same.
403         * include/bits/stl_list.h: Same.
404         * include/bits/stl_map.h: Same.
405         * include/bits/locale_classes.h: Same.
406         * include/bits/stl_set.h: Same.
407         * include/bits/stl_iterator_base_types.h: Same.
408         * include/bits/basic_string.h: Same.
409         * include/bits/stl_multimap.h: Same.
410         * include/bits/stl_vector.h: Same.
411         * include/bits/ios_base.h: Same.
412         * include/bits/stl_deque.h: Same.
413         * include/bits/postypes.h: Same.
414         * include/bits/stl_multiset.h: Same.
415         * include/bits/stl_algo.h: Same.
416         * include/bits/stl_iterator.h: Same.
417         * include/bits/stl_tempbuf.h: Same.
418         * include/bits/stl_construct.h: Same.
419         * include/bits/stl_relops.h: Same.
420         * include/tr1/tuple: Same.
421         * include/backward/auto_ptr.h: Same.
422
423         * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
424         Fixups for line number changes.
425         * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
426         * testsuite/23_containers/vector/requirements/dr438/
427         constructor_1_neg.cc: Same.
428         * testsuite/23_containers/vector/requirements/dr438/
429         constructor_2_neg.cc: Same.
430         * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
431         * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
432         * testsuite/23_containers/deque/requirements/dr438/
433         constructor_1_neg.cc: Same.
434         * testsuite/23_containers/deque/requirements/dr438/
435         constructor_2_neg.cc: Same.
436         * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
437         * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
438         * testsuite/23_containers/list/requirements/dr438/
439         constructor_1_neg.cc: Same.
440         * testsuite/23_containers/list/requirements/dr438/
441         constructor_2_neg.cc: Same.
442         * testsuite/20_util/auto_ptr/assign_neg.cc: Same.
443
444         * aclocal.m4: Regenerate.
445         * config.h.in: Regenerate.
446         * configure: Regenerate.
447         * Makefile.in: Regenerate.
448         * src/Makefile.in: Regenerate.
449         * po/Makefile.in: Regenerate.
450         * libmath/Makefile.in: Regenerate.
451         * include/Makefile.in: Regenerate.
452         * libsupc++/Makefile.in: Regenerate.
453         * testsuite/Makefile.in: Regenerate.
454
455         * scripts/make_graphs.py: Correct paths for new layout.
456
457 2008-01-17  Benjamin Kosnik  <bkoz@redhat.com>
458
459         * acinclude.m4 (AC_LC_MESSAGES): Remove serial.
460         * linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
461         * configure: Regenerate.
462         * aclocal.m4: Regenerate.
463
464 2008-01-14  Paolo Carlini  <pcarlini@suse.de>
465
466         * include/parallel/list_partition.h: Formatting fixes, inline tweaks.
467         * include/parallel/numeric: Likewise.
468         * include/parallel/balanced_quicksort.h: Likewise.
469         * include/parallel/unique_copy.h: Likewise.
470         * include/parallel/algobase.h: Likewise.
471         * include/parallel/algo.h: Likewise.
472
473 2008-01-14  Seongbae Park <seongbae.park@gmail.com>
474
475         * crossconfig.m4: Add missing header checks, C99 TR1 check,
476         and sigsetjmp check.
477
478 2008-01-14  Paolo Carlini  <pcarlini@suse.de>
479
480         * include/parallel/tree.h: Remove.
481         * include/Makefile.am: Update.
482         * include/Makefile.in: Rebuild.
483
484         * src/Makefile.am: Remove spurious trailing backslash.
485         * src/Makefile.in: Rebuild.
486         * po/Makefile.in: Likewise.
487         * libmath/Makefile.in: Likewise.
488         * testsuite/Makefile.in: Likewise.
489         * libsupc++/Makefile.in: Likewise.
490         * aclocal.m4: Likewise.
491         * Makefile.in: Likewise.
492         * configure: Likewise.
493
494 2008-01-12  Paolo Carlini  <pcarlini@suse.de>
495
496         PR libstdc++/34730
497         * include/debug/functions.h (__check_sorted_set,
498         __check_sorted_set_aux): Add.
499         (__check_sorted): Check StrictWeakOrdering.
500         * include/debug/macros.h (__glibcxx_check_strict_weak_ordering,
501         __glibcxx_check_strict_weak_ordering_pred): Remove.
502         (__glibcxx_check_sorted, __glibcxx_check_sorted_pred): Adjust.
503         (__glibcxx_check_sorted_set, __glibcxx_check_sorted_set_pred): Add.
504         * include/debug/debug.h (__glibcxx_requires_sorted_set,
505         __glibcxx_requires_sorted_set_pred): Add.
506         * include/bits/stl_algo.h (merge, includes, set_union,
507         set_intersection, set_difference, set_symmetric_difference):
508         Adjust, use __glibcxx_requires_sorted_set* instead. 
509         * testsuite/25_algorithms/set_intersection/34730.cc: New.
510
511 2008-01-09  Paolo Carlini  <pcarlini@suse.de>
512
513         * include/parallel/multiway_merge.h: Reformat to 80 columns;
514         adjust some inline specifiers; other minor style fixes.
515         * include/parallel/losertree.h: Likewise.
516         * include/parallel/list_partition.h: Likewise.
517         * include/parallel/multiseq_selection.h: Likewise.
518         * include/parallel/workstealing.h: Likewise.
519         * include/parallel/base.h: Likewise.
520         * include/parallel/par_loop.h: Likewise.
521         * include/parallel/numeric: Likewise.
522         * include/parallel/quicksort.h: Likewise.
523         * include/parallel/algorithmfwd.h: Likewise.
524         * include/parallel/for_each_selectors.h: Likewise.
525         * include/parallel/omp_loop_static.h: Likewise.
526         * include/parallel/random_shuffle.h: Likewise.
527         * include/parallel/balanced_quicksort.h: Likewise.
528         * include/parallel/set_operations.h: Likewise.
529         * include/parallel/tree.h: Likewise.
530         * include/parallel/merge.h: Likewise.
531         * include/parallel/unique_copy.h: Likewise.
532         * include/parallel/settings.h: Likewise.
533         * include/parallel/multiway_mergesort.h: Likewise.
534         * include/parallel/numericfwd.h: Likewise.
535         * include/parallel/search.h: Likewise.
536         * include/parallel/partition.h: Likewise.
537         * include/parallel/compatibility.h: Likewise.
538         * include/parallel/partial_sum.h: Likewise.
539         * include/parallel/find.h: Likewise.
540         * include/parallel/algo.h: Likewise.
541         * include/parallel/queue.h: Likewise.
542         * include/parallel/omp_loop.h: Likewise.
543         * include/parallel/sort.h: Likewise.
544         * include/parallel/random_number.h: Likewise.
545
546 2008-01-09  Benjamin Kosnik  <bkoz@redhat.com>
547
548         * docs/html/17_intro/api.html: Fix markup for rope.h.
549
550 2008-01-09  Paolo Carlini  <pcarlini@suse.de>
551
552         * include/parallel/iterator.h: Reformat to 80 columns; adjust some
553         inline specifiers.
554         * include/parallel/find_selectors.h: Likewise.
555         * include/parallel/losertree.h: Likewise.
556         * include/parallel/list_partition.h: Likewise.
557         * include/parallel/for_each.h: Likewise.
558         * include/parallel/multiseq_selection.h: Likewise.
559         * include/parallel/algorithmfwd.h: Likewise.
560         * include/parallel/for_each_selectors.h: Likewise.
561         * include/parallel/balanced_quicksort.h: Likewise.
562         * include/parallel/merge.h: Likewise.
563         * include/parallel/algobase.h: Likewise.
564         * include/parallel/find.h: Likewise.
565         * include/parallel/algo.h: Likewise.
566         * include/parallel/checkers.h: Likewise.        
567
568 2008-01-09  Francesco Biscani  <bluescarni@gmail.com>
569
570         * include/tr1_impl/hashtable (_Hashtable): Fix friend declaration
571         of __detail::_Map_base<>.
572
573 2008-01-08  Paolo Carlini  <pcarlini@suse.de>
574
575         * testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
576         not include <cassert>.
577         * testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
578         Likewise.
579         * testsuite/util/testsuite_common_types.h: Include <algorithm>.
580
581 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
582
583         * configure.ac (--enable-linux-futex): Add new configure option.
584         (HAVE_LINUX_FUTEX): New AC_DEFINE.
585         * Makefile.in: Rebuilt.
586         * aclocal.m4: Rebuilt.
587         * configure: Rebuilt.
588         * config.h.in: Rebuilt.
589         * config/cpu/generic/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
590         _GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
591         * config/cpu/arm/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
592         _GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
593         * libsupc++/guard.cc: Include climits and syscall.h.
594         (_GLIBCXX_USE_FUTEX): Define if futex syscall and atomic builtins
595         are supported.
596         (_GLIBCXX_FUTEX_WAIT, _GLIBCXX_FUTEX_WAKE): Likewise.
597         (__guard_test_bit): New static inline.
598         (__cxa_guard_acquire, __cxa_guard_release, __cxa_guard_abort): Use
599         atomic builtins and futex syscall if _GLIBCXX_USE_FUTEX.
600
601 2008-01-07  Paolo Carlini  <pcarlini@suse.de>
602
603         PR libstdc++/34680
604         * include/bits/locale_classes.h (has_facet<>, use_facet<>): Do not
605         use dynamic_cast when run-time type identification is disabled; do
606         not mark inline; only declare, define...
607         * include/bits/locale_classes.tcc: ... here.
608
609 2008-01-06  Ted Phelps  <phelps@gnusto.com>
610
611         PR c++/34152
612         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
613         _GLIBCXX_HAVE_GETIPINFO instead of HAVE_GETIPINFO.
614
615 2008-01-01  Paolo Carlini  <pcarlini@suse.de>
616
617         PR libstdc++/34095
618         * include/parallel/multiway_merge.h (multiway_merge_bubble,
619         parallel_multiway_merge): Together with ::operator new use
620         ::operator delete.
621         * include/parallel/losertree.h (LoserTree<>::~LoserTree): Likewise.
622         * include/parallel/quicksort.h (parallel_sort_qs_divide): Likewise.
623         * include/parallel/random_shuffle.h (parallel_random_shuffle_drs_pu,
624         sequential_random_shuffle): Likewise.
625         * include/parallel/tree.h (_M_not_sorted_bulk_insertion_construction):
626         Likewise.
627         * include/parallel/multiway_mergesort.h (parallel_sort_mwms_pu,
628         parallel_sort_mwms): Likewise.
629         * include/parallel/partial_sum.h (parallel_partial_sum_linear):
630         Likewise. 
631         * testsuite/25_algorithms/sort/34095.cc: New.
632
633 2008-01-01  Paolo Carlini  <pcarlini@suse.de>
634
635         * testsuite/25_algorithms/sort/34636.cc: Fix Copyright year.
636
637 2008-01-01  Paolo Carlini  <pcarlini@suse.de>
638
639         PR libstdc++/34636
640         * include/parallel/algobase.h (lexicographical_compare_switch(...,
641         random_access_iterator_tag, random_access_iterator_tag)): Careful
642         with undereferenceable iterators.
643         * testsuite/25_algorithms/sort/34636.cc: New.