2008-01-31 19:44:55 +01:00
|
|
|
2008-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* include/backward/auto_ptr.h: Fix comment typos.
|
|
|
|
* include/bits/algorithmfwd.h: Likewise.
|
|
|
|
* include/bits/basic_ios.h: Likewise.
|
|
|
|
* include/bits/c++config: Likewise.
|
|
|
|
* include/bits/char_traits.h: Likewise.
|
|
|
|
* include/bits/codecvt.h: Likewise.
|
|
|
|
* include/bits/gslice.h: Likewise.
|
|
|
|
* include/bits/ios_base.h: Likewise.
|
|
|
|
* include/bits/locale_facets.h: Likewise.
|
|
|
|
* include/bits/locale_facets_nonio.tcc: Likewise.
|
|
|
|
* include/bits/postypes.h: Likewise.
|
|
|
|
* include/bits/sstream.tcc: Likewise.
|
|
|
|
* include/bits/stl_algo.h: Likewise.
|
|
|
|
* include/bits/stl_deque.h: Likewise.
|
|
|
|
* include/bits/stl_iterator.h: Likewise.
|
|
|
|
* include/bits/stl_iterator_base_types.h Likewise.
|
|
|
|
* include/bits/stl_list.h: Likewise.
|
|
|
|
* include/bits/stl_map.h: Likewise.
|
|
|
|
* include/bits/stl_multimap.h: Likewise.
|
|
|
|
* include/bits/stl_multiset.h: Likewise.
|
|
|
|
* include/bits/stl_set.h: Likewise.
|
|
|
|
* include/bits/stl_vector.h: Likewise.
|
|
|
|
* include/bits/valarray_array.h: Likewise.
|
|
|
|
* include/debug/safe_base.h: Likewise.
|
|
|
|
* include/ext/bitmap_allocator.h: Likewise.
|
|
|
|
* include/ext/codecvt_specializations.h Likewise.
|
|
|
|
* include/ext/mt_allocator.h: Likewise.
|
|
|
|
* include/ext/rc_string_base.h: Likewise.
|
|
|
|
* include/ext/rope: Likewise.
|
|
|
|
* include/parallel/checkers.h: Likewise.
|
|
|
|
* include/parallel/find.h: Likewise.
|
|
|
|
* include/parallel/multiseq_selection.h: Likewise.
|
|
|
|
* include/parallel/partition.h: Likewise.
|
|
|
|
* include/parallel/settings.h: Likewise.
|
|
|
|
* include/std/bitset: Likewise.
|
|
|
|
* include/std/complex: Likewise.
|
|
|
|
* include/std/fstream: Likewise.
|
|
|
|
* include/std/istream: Likewise.
|
|
|
|
* include/std/limits: Likewise.
|
|
|
|
* include/std/ostream: Likewise.
|
|
|
|
* include/std/stdexcept: Likewise.
|
|
|
|
* include/std/streambuf: Likewise.
|
|
|
|
* include/tr1/bessel_function.tcc: Likewise.
|
|
|
|
* include/tr1/cmath: Likewise.
|
|
|
|
* include/tr1/ell_integral.tcc: Likewise.
|
|
|
|
* include/tr1/hypergeometric.tcc: Likewise.
|
|
|
|
* include/tr1/legendre_function.tcc: Likewise.
|
|
|
|
* include/tr1_impl/random: Likewise.
|
|
|
|
* include/tr1_impl/regex: Likewise.
|
|
|
|
|
2008-01-31 18:19:55 +01:00
|
|
|
2008-01-31 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc:
|
|
|
|
Avoid -Wall warnings.
|
|
|
|
* testsuite/22_locale/global_templates/user_facet_hierarchies.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/hash/operators/size_t.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/tuple/cons/big_tuples.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/tuple/cons/constructor.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/requirements/contiguous.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/requirements/member_swap.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/
|
|
|
|
less_or_equal.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/
|
|
|
|
greater_or_equal.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/less.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/equal.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/greater.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/back.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/capacity/empty.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/capacity/max_size.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/capacity/size.cc: Likewise.
|
|
|
|
* testsuite/thread/guard.cc: Likewise.
|
|
|
|
* testsuite/20_util/tuple/cons/big_tuples.cc: Likewise.
|
|
|
|
* testsuite/20_util/tuple/cons/constructor.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/creation/dr402.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/creation/make.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/creation/alloc.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc:
|
|
|
|
Likewise.
|
|
|
|
|
2008-01-26 17:28:03 +01:00
|
|
|
2008-01-26 David Edelsohn <edelsohn@gnu.org>
|
|
|
|
|
|
|
|
PR target/34794
|
|
|
|
* config/os/aix/os_defines.h: Define __COMPATMATH__.
|
|
|
|
|
2008-01-24 17:25:09 +01:00
|
|
|
2008-01-24 David Edelsohn <edelsohn@gnu.org>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-01-22 18:34:56 +01:00
|
|
|
2008-01-21 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES.
|
|
|
|
|
2008-01-20 02:48:44 +01:00
|
|
|
2008-01-19 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* include/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
|
2008-01-18 09:16:51 +01:00
|
|
|
2008-01-18 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* docs/*: To...
|
|
|
|
* doc/*: ...here.
|
|
|
|
* testsuite/Makefile.am: Move doc-performance to...
|
|
|
|
* Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
|
|
|
|
* doc/Makefile.am: Consolidate documentation creation here.
|
|
|
|
(doc-doxygen-html): New.
|
|
|
|
(doc-doxygen-man): New.
|
|
|
|
(doc-performance): New.
|
|
|
|
* doc/Makefile.in: New.
|
|
|
|
* acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
|
|
|
|
* doc/doxygen/guide.html: Edit for unified html configuration.
|
|
|
|
* doc/doxygen/mainpage.html: Same.
|
|
|
|
* doc/doxygen/run_doxygen: Same, more namespace fixups for man
|
|
|
|
generation.
|
|
|
|
* doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
|
|
|
|
|
|
|
|
* include/tr1_impl/random: Remove maint from doxygen markup.
|
|
|
|
* include/tr1_impl/functional: Same.
|
|
|
|
* include/std/tuple: Same.
|
|
|
|
* include/std/streambuf: Same.
|
|
|
|
* include/std/bitset: Same.
|
|
|
|
* include/std/limits: Same.
|
|
|
|
* include/std/fstream: Same.
|
|
|
|
* include/std/istream: Same.
|
|
|
|
* include/std/sstream: Same.
|
|
|
|
* include/ext/pool_allocator.h: Same.
|
|
|
|
* include/ext/rc_string_base.h: Same.
|
|
|
|
* include/bits/basic_ios.h: Same.
|
|
|
|
* include/bits/stl_list.h: Same.
|
|
|
|
* include/bits/stl_map.h: Same.
|
|
|
|
* include/bits/locale_classes.h: Same.
|
|
|
|
* include/bits/stl_set.h: Same.
|
|
|
|
* include/bits/stl_iterator_base_types.h: Same.
|
|
|
|
* include/bits/basic_string.h: Same.
|
|
|
|
* include/bits/stl_multimap.h: Same.
|
|
|
|
* include/bits/stl_vector.h: Same.
|
|
|
|
* include/bits/ios_base.h: Same.
|
|
|
|
* include/bits/stl_deque.h: Same.
|
|
|
|
* include/bits/postypes.h: Same.
|
|
|
|
* include/bits/stl_multiset.h: Same.
|
|
|
|
* include/bits/stl_algo.h: Same.
|
|
|
|
* include/bits/stl_iterator.h: Same.
|
|
|
|
* include/bits/stl_tempbuf.h: Same.
|
|
|
|
* include/bits/stl_construct.h: Same.
|
|
|
|
* include/bits/stl_relops.h: Same.
|
|
|
|
* include/tr1/tuple: Same.
|
|
|
|
* include/backward/auto_ptr.h: Same.
|
|
|
|
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
|
|
|
|
Fixups for line number changes.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Same.
|
|
|
|
* testsuite/20_util/auto_ptr/assign_neg.cc: Same.
|
|
|
|
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* config.h.in: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
* po/Makefile.in: Regenerate.
|
|
|
|
* libmath/Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* libsupc++/Makefile.in: Regenerate.
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
* scripts/make_graphs.py: Correct paths for new layout.
|
|
|
|
|
|
|
|
2008-01-17 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* acinclude.m4 (AC_LC_MESSAGES): Remove serial.
|
|
|
|
* linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
|
2008-01-15 03:06:31 +01:00
|
|
|
2008-01-14 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/list_partition.h: Formatting fixes, inline tweaks.
|
|
|
|
* include/parallel/numeric: Likewise.
|
|
|
|
* include/parallel/balanced_quicksort.h: Likewise.
|
|
|
|
* include/parallel/unique_copy.h: Likewise.
|
|
|
|
* include/parallel/algobase.h: Likewise.
|
|
|
|
* include/parallel/algo.h: Likewise.
|
|
|
|
|
2008-01-15 01:15:43 +01:00
|
|
|
2008-01-14 Seongbae Park <seongbae.park@gmail.com>
|
|
|
|
|
|
|
|
* crossconfig.m4: Add missing header checks, C99 TR1 check,
|
|
|
|
and sigsetjmp check.
|
|
|
|
|
2008-01-14 19:08:39 +01:00
|
|
|
2008-01-14 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/tree.h: Remove.
|
|
|
|
* include/Makefile.am: Update.
|
|
|
|
* include/Makefile.in: Rebuild.
|
|
|
|
|
|
|
|
* src/Makefile.am: Remove spurious trailing backslash.
|
|
|
|
* src/Makefile.in: Rebuild.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
|
re PR libstdc++/34730 (Legal program doesn't compile with -D_GLIBCXX_DEBUG)
2008-01-12 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/34730
* include/debug/functions.h (__check_sorted_set,
__check_sorted_set_aux): Add.
(__check_sorted): Check StrictWeakOrdering.
* include/debug/macros.h (__glibcxx_check_strict_weak_ordering,
__glibcxx_check_strict_weak_ordering_pred): Remove.
(__glibcxx_check_sorted, __glibcxx_check_sorted_pred): Adjust.
(__glibcxx_check_sorted_set, __glibcxx_check_sorted_set_pred): Add.
* include/debug/debug.h (__glibcxx_requires_sorted_set,
__glibcxx_requires_sorted_set_pred): Add.
* include/bits/stl_algo.h (merge, includes, set_union,
set_intersection, set_difference, set_symmetric_difference):
Adjust, use __glibcxx_requires_sorted_set* instead.
* testsuite/25_algorithms/set_intersection/34730.cc: New.
From-SVN: r131500
2008-01-13 02:34:58 +01:00
|
|
|
2008-01-12 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34730
|
|
|
|
* include/debug/functions.h (__check_sorted_set,
|
|
|
|
__check_sorted_set_aux): Add.
|
|
|
|
(__check_sorted): Check StrictWeakOrdering.
|
|
|
|
* include/debug/macros.h (__glibcxx_check_strict_weak_ordering,
|
|
|
|
__glibcxx_check_strict_weak_ordering_pred): Remove.
|
|
|
|
(__glibcxx_check_sorted, __glibcxx_check_sorted_pred): Adjust.
|
|
|
|
(__glibcxx_check_sorted_set, __glibcxx_check_sorted_set_pred): Add.
|
|
|
|
* include/debug/debug.h (__glibcxx_requires_sorted_set,
|
|
|
|
__glibcxx_requires_sorted_set_pred): Add.
|
|
|
|
* include/bits/stl_algo.h (merge, includes, set_union,
|
|
|
|
set_intersection, set_difference, set_symmetric_difference):
|
|
|
|
Adjust, use __glibcxx_requires_sorted_set* instead.
|
|
|
|
* testsuite/25_algorithms/set_intersection/34730.cc: New.
|
|
|
|
|
2008-01-10 03:07:41 +01:00
|
|
|
2008-01-09 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/multiway_merge.h: Reformat to 80 columns;
|
|
|
|
adjust some inline specifiers; other minor style fixes.
|
|
|
|
* include/parallel/losertree.h: Likewise.
|
|
|
|
* include/parallel/list_partition.h: Likewise.
|
|
|
|
* include/parallel/multiseq_selection.h: Likewise.
|
|
|
|
* include/parallel/workstealing.h: Likewise.
|
|
|
|
* include/parallel/base.h: Likewise.
|
|
|
|
* include/parallel/par_loop.h: Likewise.
|
|
|
|
* include/parallel/numeric: Likewise.
|
|
|
|
* include/parallel/quicksort.h: Likewise.
|
|
|
|
* include/parallel/algorithmfwd.h: Likewise.
|
|
|
|
* include/parallel/for_each_selectors.h: Likewise.
|
|
|
|
* include/parallel/omp_loop_static.h: Likewise.
|
|
|
|
* include/parallel/random_shuffle.h: Likewise.
|
|
|
|
* include/parallel/balanced_quicksort.h: Likewise.
|
|
|
|
* include/parallel/set_operations.h: Likewise.
|
|
|
|
* include/parallel/tree.h: Likewise.
|
|
|
|
* include/parallel/merge.h: Likewise.
|
|
|
|
* include/parallel/unique_copy.h: Likewise.
|
|
|
|
* include/parallel/settings.h: Likewise.
|
|
|
|
* include/parallel/multiway_mergesort.h: Likewise.
|
|
|
|
* include/parallel/numericfwd.h: Likewise.
|
|
|
|
* include/parallel/search.h: Likewise.
|
|
|
|
* include/parallel/partition.h: Likewise.
|
|
|
|
* include/parallel/compatibility.h: Likewise.
|
|
|
|
* include/parallel/partial_sum.h: Likewise.
|
|
|
|
* include/parallel/find.h: Likewise.
|
|
|
|
* include/parallel/algo.h: Likewise.
|
|
|
|
* include/parallel/queue.h: Likewise.
|
|
|
|
* include/parallel/omp_loop.h: Likewise.
|
|
|
|
* include/parallel/sort.h: Likewise.
|
|
|
|
* include/parallel/random_number.h: Likewise.
|
|
|
|
|
2008-01-09 20:10:47 +01:00
|
|
|
2008-01-09 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* docs/html/17_intro/api.html: Fix markup for rope.h.
|
|
|
|
|
2008-01-09 19:27:27 +01:00
|
|
|
2008-01-09 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/iterator.h: Reformat to 80 columns; adjust some
|
|
|
|
inline specifiers.
|
|
|
|
* include/parallel/find_selectors.h: Likewise.
|
|
|
|
* include/parallel/losertree.h: Likewise.
|
|
|
|
* include/parallel/list_partition.h: Likewise.
|
|
|
|
* include/parallel/for_each.h: Likewise.
|
|
|
|
* include/parallel/multiseq_selection.h: Likewise.
|
|
|
|
* include/parallel/algorithmfwd.h: Likewise.
|
|
|
|
* include/parallel/for_each_selectors.h: Likewise.
|
|
|
|
* include/parallel/balanced_quicksort.h: Likewise.
|
|
|
|
* include/parallel/merge.h: Likewise.
|
|
|
|
* include/parallel/algobase.h: Likewise.
|
|
|
|
* include/parallel/find.h: Likewise.
|
|
|
|
* include/parallel/algo.h: Likewise.
|
|
|
|
* include/parallel/checkers.h: Likewise.
|
|
|
|
|
2008-01-09 12:12:11 +01:00
|
|
|
2008-01-09 Francesco Biscani <bluescarni@gmail.com>
|
|
|
|
|
|
|
|
* include/tr1_impl/hashtable (_Hashtable): Fix friend declaration
|
|
|
|
of __detail::_Map_base<>.
|
|
|
|
|
2008-01-08 19:16:06 +01:00
|
|
|
2008-01-08 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
|
|
|
|
not include <cassert>.
|
|
|
|
* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/util/testsuite_common_types.h: Include <algorithm>.
|
|
|
|
|
2008-01-08 17:14:49 +01:00
|
|
|
2008-01-08 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* configure.ac (--enable-linux-futex): Add new configure option.
|
|
|
|
(HAVE_LINUX_FUTEX): New AC_DEFINE.
|
|
|
|
* Makefile.in: Rebuilt.
|
|
|
|
* aclocal.m4: Rebuilt.
|
|
|
|
* configure: Rebuilt.
|
|
|
|
* config.h.in: Rebuilt.
|
|
|
|
* config/cpu/generic/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
|
|
|
|
_GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
|
|
|
|
* config/cpu/arm/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
|
|
|
|
_GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
|
|
|
|
* libsupc++/guard.cc: Include climits and syscall.h.
|
|
|
|
(_GLIBCXX_USE_FUTEX): Define if futex syscall and atomic builtins
|
|
|
|
are supported.
|
|
|
|
(_GLIBCXX_FUTEX_WAIT, _GLIBCXX_FUTEX_WAKE): Likewise.
|
|
|
|
(__guard_test_bit): New static inline.
|
|
|
|
(__cxa_guard_acquire, __cxa_guard_release, __cxa_guard_abort): Use
|
|
|
|
atomic builtins and futex syscall if _GLIBCXX_USE_FUTEX.
|
|
|
|
|
2008-01-07 12:11:02 +01:00
|
|
|
2008-01-07 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34680
|
|
|
|
* include/bits/locale_classes.h (has_facet<>, use_facet<>): Do not
|
|
|
|
use dynamic_cast when run-time type identification is disabled; do
|
|
|
|
not mark inline; only declare, define...
|
|
|
|
* include/bits/locale_classes.tcc: ... here.
|
|
|
|
|
2008-01-06 21:25:57 +01:00
|
|
|
2008-01-06 Ted Phelps <phelps@gnusto.com>
|
|
|
|
|
|
|
|
PR c++/34152
|
|
|
|
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
|
|
|
|
_GLIBCXX_HAVE_GETIPINFO instead of HAVE_GETIPINFO.
|
|
|
|
|
2008-01-01 20:05:41 +01:00
|
|
|
2008-01-01 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34095
|
|
|
|
* include/parallel/multiway_merge.h (multiway_merge_bubble,
|
|
|
|
parallel_multiway_merge): Together with ::operator new use
|
|
|
|
::operator delete.
|
|
|
|
* include/parallel/losertree.h (LoserTree<>::~LoserTree): Likewise.
|
|
|
|
* include/parallel/quicksort.h (parallel_sort_qs_divide): Likewise.
|
|
|
|
* include/parallel/random_shuffle.h (parallel_random_shuffle_drs_pu,
|
|
|
|
sequential_random_shuffle): Likewise.
|
|
|
|
* include/parallel/tree.h (_M_not_sorted_bulk_insertion_construction):
|
|
|
|
Likewise.
|
|
|
|
* include/parallel/multiway_mergesort.h (parallel_sort_mwms_pu,
|
|
|
|
parallel_sort_mwms): Likewise.
|
|
|
|
* include/parallel/partial_sum.h (parallel_partial_sum_linear):
|
|
|
|
Likewise.
|
|
|
|
* testsuite/25_algorithms/sort/34095.cc: New.
|
|
|
|
|
2008-01-01 17:52:38 +01:00
|
|
|
2008-01-01 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* testsuite/25_algorithms/sort/34636.cc: Fix Copyright year.
|
|
|
|
|
2008-01-01 17:42:34 +01:00
|
|
|
2008-01-01 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34636
|
|
|
|
* include/parallel/algobase.h (lexicographical_compare_switch(...,
|
|
|
|
random_access_iterator_tag, random_access_iterator_tag)): Careful
|
|
|
|
with undereferenceable iterators.
|
|
|
|
* testsuite/25_algorithms/sort/34636.cc: New.
|