X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=8b16606df6a8ca72b84830fc4dab965e59832558;hb=27995ee1b8257f1ad72929bdbfff8ebf06d052f9;hp=e64168abc6bf89fc137b0d39af1baced5dba7972;hpb=395c9e79f07f584249100371b31071dace281999;p=platform%2Fupstream%2Fgcc.git diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e64168a..8b16606 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,856 @@ +2008-04-24 Paolo Carlini + + PR libstdc++/35969 + * include/debug/list (merge): Use _M_transfer_iter, consistently + with the splice members. + * testsuite/23_containers/list/operations/35969.cc: New. + + * testsuite/23_containers/list/operators: Rename to + testsuite/23_containers/list/operations. + +2008-04-24 Benjamin Kosnik + + * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Check for set of + all used __sync builtins, in two sizes. + * config.h.in: Regenerate. + * configure: Regenerate. + * src/atomic.cc: Use _GLIBCXX_ATOMIC_BUILTINS_1. + * include/ext/atomicity.h: Use _GLIBCXX_ATOMIC_BUILTINS_4. + * libsupc++/guard.cc: Use _GLIBCXX_ATOMIC_BUILTINS_4. + * doc/xml/manual/concurrency.xm: Update docs. + +2008-04-23 Benjamin Kosnik + + * config/os/hpux/os_defines.h: Use _GLIBCXX_BEGIN_NAMESPACE, + _GLIBCXX_BEGIN_EXTERN_C, etc. + +2008-04-23 Johannes Singler + + * include/parallel/quicksort.h: Reformat, + (parallel_sort_qs): Do not pass number of elements. + * include/parallel/balanced_quicksort.h: Reformat, + (parallel_sort_qsb): Do not pass number of elements. + * include/parallel/tags.h: + Introduce new tags for compile-time choice. + * include/parallel/merge.h: + (parallel_merge_advance):Beautified. + * include/parallel/algo.h: Reformatting (spaces for tabs) + New sort and stable_sort variants, corresponding to the tags. + * include/parallel/sort.h: + New sort and stable_sort variants, corresponding to the tags. + Changed determining the desired number of threads. + +2008-04-23 Johannes Singler + + * include/parallel/multiway_merge.h + (multiway_merge_loser_tree): + Leave checks to callers, add precondition instead. + (multiway_merge_loser_tree_unguarded): Likewise. + (multiway_merge_loser_tree_sentinel): Likewise. + (sequential_multiway_merge): Added checks for total length 0. + (parallel_multiway_merge): Skip empty sequences. + (multiway_merge, all variants): + Remove temporary variable, return directly. + (stable_multiway_merge, all variants): Likewise. + (multiway_merge_sentinels, all variants): Likewise. + (stable_multiway_merge_sentinels, all variants): Likewise. + * include/parallel/multiseq_selection.h + (multiseq_partition): More detailed assertions. + +2008-04-21 Ralf Wildenhues + + * acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT, GLIBCXX_ENABLE_C99) + (GLIBCXX_CHECK_C99_TR1, GLIBCXX_CHECK_RANDOM_TR1) + (GLIBCXX_ENABLE_VISIBILITY): Fix cache variable names. + (GLIBCXX_CHECK_SYSTEM_ERROR): Likewise. Factorize. + * configure: Regenerate. + +2008-04-20 Ralf Wildenhues + + PR libstdc++/35954 + * include/Makefile.am (pch*_output): Do not touch pch*_output_anchor. + Call 'mkdir -p' unconditionally, but ignore its return value. + * include/Makefile.in: Regenerate. + + * include/Makefile.am: Fix most stamp rules to regenerate + the links for all sources newer than the stamp file. + * include/Makefile.in: Regenerate. + * Makefile.in: Likewise. + * src/Makefile.in: Likewise. + * doc/Makefile.in: Likewise. + * po/Makefile.in: Likewise. + * libmath/Makefile.in: Likewise. + * libsupc++/Makefile.in: Likewise. + * testsuite/Makefile.in: Likewise. + +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2008-04-16 Andreas Tobler + + PR libstdc++/35915 + * configure.ac: Use GCC_HEADER_STDINT. + * src/atomic.cc: Include gstdint.h + * configure: Regenerate. + * Makefile.in: Likewise. + * doc/Makefile.in: Likewise. + * include/Makefile.in: Likewise. + * libmath/Makefile.in: Likewise. + * libsupc++/Makefile.in: Likewise. + * po/Makefile.in: Likewise. + * src/Makefile.in: Likewise. + * testsuite/Makefile.in: Likewise. + * aclocal.m4: Likewise. + +2008-04-14 Benjamin Kosnik + + PR libstdc++/35816 + * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Set CXXFLAGS to + -O0 when checking for atomic builtins. + * configure: Regenerate. + +2008-04-14 Benjamin Kosnik + + * include/bits/c++config: Guard _LDBL_ macros with __cplusplus. + +2008-04-10 Benjamin Kosnik + + * doc/html/*: Regenerate. + +2008-04-10 Ralf Wildenhues + + * doc/xml/manual/bitmap_allocator.xml: Improve wording a bit. + * doc/xml/authors.xml: Fix typos. + * doc/xml/faq.xml: Likewise. + * doc/xml/manual/abi.xml: Likewise. + * doc/xml/manual/allocator.xml: Likewise. + * doc/xml/manual/appendix_contributing.xml: Likewise. + * doc/xml/manual/backwards_compatibility.xml: Likewise. + * doc/xml/manual/build_hacking.xml: Likewise. + * doc/xml/manual/codecvt.xml: Likewise. + * doc/xml/manual/concurrency.xml: Likewise. + * doc/xml/manual/ctype.xml: Likewise. + * doc/xml/manual/debug_mode.xml: Likewise. + * doc/xml/manual/diagnostics.xml: Likewise. + * doc/xml/manual/evolution.xml: Likewise. + * doc/xml/manual/extensions.xml: Likewise. + * doc/xml/manual/locale.xml: Likewise. + * doc/xml/manual/messages.xml: Likewise. + * doc/xml/manual/parallel_mode.xml: Likewise. + * doc/xml/manual/status_cxx200x.xml: Likewise. + * doc/xml/manual/strings.xml: Likewise. + * doc/xml/manual/support.xml: Likewise. + * doc/xml/manual/test.xml: Likewise. + * doc/xml/manual/using.xml: Likewise. + +2008-04-10 Benjamin Kosnik + Johannes Singler + + * doc/xml/manual/parallel_mode.xml: Remove map/set bulk + insertors. Correct omp_set_num_threads example. + +2008-04-10 Benjamin Kosnik + + * include/c_global/cstdatomic: C++ types only, format, doxygen markup. + * include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup. + * src/atomic.c: Format, doxygen markup, edits. + + * include/Makefile.am (cstdatomic, stdatomic.h): Add. + * src/Makefile.am (atomic.c): Add. + * acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New. + * configure.ac: Call it. + * include/Makefile.in: Regenerate. + * src/Makefile.in: Same. + * Makefile.in: Same. + * doc/Makefile.in: Same. + * po/Makefile.in: Same. + * libmath/Makefile.in: Same. + * include/Makefile.in: Same. + * testsuite/Makefile.in: Same. + * libsupc++/Makefile.in: Same. + * config.h.in: Same. + * configure: Same. + + * config/abi/pre/gnu.ver: Add atomics exports. + + * include/ext/typelist.h (apply_generator): New. + * include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New. + (_GLIBCXX_END_EXTERN_C): New. + Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when + compiling as C. + * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L + flag for libstdc++. + * testsuite/util/testsuite_common_types.h (integral_types): New + typelist. + (atomics, atomics_tl): Same. + (assignable, default_constructible, copy_constructible, + explicit_value_constructible): New. + * testsuite/17_intro/headers/c++200x/all.cc: Test new headers. + * testsuite/29_atomics: New. + * testsuite/29_atomics/atomic_address: Same. + * testsuite/29_atomics/atomic_address/cons: Same. + * testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same. + * testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same. + * testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same. + * testsuite/29_atomics/atomic_address/cons/default.cc: Same. + * testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same. + * testsuite/29_atomics/atomic_flag: Same. + * testsuite/29_atomics/atomic_flag/cons: Same. + * testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same. + * testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same. + * testsuite/29_atomics/atomic_flag/cons/default.cc: Same. + * testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same. + * testsuite/29_atomics/atomic_flag/requirements: Same. + * testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc: + Same. + * testsuite/29_atomics/atomic_flag/ + atomic_global_fence_compatibility.cc: Same. + * testsuite/29_atomics/atomic_flag/test_and_set: Same. + * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same. + * testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same. + * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same. + * testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same. + * testsuite/29_atomics/headers: Same. + * testsuite/29_atomics/headers/cstdatomic: Same. + * testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same. + * testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same. + * testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same. + * testsuite/29_atomics/headers/cstdatomic/macros.cc: Same. + * testsuite/29_atomics/headers/stdatomic.h: Same. + * testsuite/29_atomics/headers/stdatomic.h/macros.c: Same. + * testsuite/29_atomics/headers/stdatomic.h/types.c: Same. + * testsuite/29_atomics/headers/stdatomic.h/functions.c: Same. + * testsuite/29_atomics/atomic: Same. + * testsuite/29_atomics/atomic/cons: Same. + * testsuite/29_atomics/atomic/cons/explicit_value.cc: Same. + * testsuite/29_atomics/atomic/cons/assign_neg.cc: Same. + * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same. + * testsuite/29_atomics/atomic/cons/default.cc: Same. + * testsuite/29_atomics/atomic/requirements: Same. + * testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same. + * testsuite/29_atomics/atomic/requirements/explicit_instantiation/ + 1.cc: Same. + +2008-04-10 Lawrence Crowl + + * include/c_global/cstdatomic: New. + * include/c_compatibility/stdatomic.h: New. + * src/atomic.c: New. + +2008-04-10 Benjamin Kosnik + + * include/std/tuple: Consistency check for include guard, doxygen + file markup. + * include/std/date_time: Same. + * include/std/type_traits: Same. + * include/std/regex: Same. + * include/std/array: Same. + * include/std/system_error: Same, add error_code ctor. + +2008-04-07 Johannes Singler + + * include/parallel/multiway_merge.h: Moved decisions to + compile-time instead of run-time. + * include/parallel/losertree.h: Removed obsolete variants, added + variant that uses pointers in the loser tree. + * include/parallel/types.h: Remove obsolete settings options from enum. + * include/parallel/features.h: Remove obsolete compile-time switches. + * include/parallel/compiletime_settings.h: Remove obsolete variant + that copies back *after* sorting. + * include/parallel/tags.h: Add one new tag for compile-time switch. + * include/parallel/merge.h: Adapt to changes in multiway_merge.h. + * include/parallel/multiway_mergesort.h: Adapt to changes in + multiway_merge.h. Factor out splitting variants. Remove obsolete + variant that copies back *after* sorting. + * include/parallel/sort.h: Adapt to changes in multiway_mergesort.h. + * testsuite/25_algorithms/sort/35588.cc: Added test case from / + for PR 35588. + +2008-03-29 Paolo Carlini + + PR libstdc++/35725 + * include/bits/stl_algobase.h (__fill_a(_ForwardIterator, + _ForwardIterator, _Tp), __fill_a(_Tp*, _Tp*, _Tp), + __fill_n_a(_OutputIterator, _Size, _Tp), __fill_n_a(_Tp*, _Size, + _Tp)): Fix signatures. + * testsuite/25_algorithms/fill/35725.cc: New. + * testsuite/25_algorithms/fill_n/35725.cc: Likewise. + +2008-03-29 Matthias Klose + + * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Update. + * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/mips-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/sparc-linux-gnu/baseline_symbols.txt: Likewise. + +2008-03-27 Ian Lance Taylor + + * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set + glibcxx_ld_is_gold. Check for gold in --gc-sections test. + (GLIBCXX_ENABLE_SYMVERS): Check for gold. + * aclocal.m4, configure: Rebuild. + +2008-03-26 Benjamin Kosnik + + * testsuite/util/testsuite_abi.h: Remove symbol_objects, + symbol_names typedefs. + * testsuite/util/testsuite_abi.cc (compare_symbols): Correct check + for long double compatiblity symbols, simplify data structures used. + +2008-03-25 Benjamin Kosnik + + * scripts/run_doxygen: Remove html_output_dir. Downgrade to + Doxygen 1.5.1. + * doc/doxygen/style.css: Delete. + * doc/doxygen/user.cfg.in: Regenerate with Doxygen 1.5.1. + (INPUT): Update. + (PREDEFINED): Update. + (HTML_OUTPUT): Remove html_output_dir, use html. + (HTML_STYLESHEET): Remove style.css. + * doc/doxygen/tables.html: Remove style.css use. + * doc/doxygen/mainpage.html: Nested lists for Namespaces and Classes. + * doc/doxygen/doxygroups.cc: Namespace edits. + * doc/doxygen/Intro.3: Correct typo. + + * doc/xml/api.xml: Add gcc-4.3 links. + * doc/html/api.html: Regenerate. + + * include/debug/debug.h: Document namepaces here. + * include/parallel/base.h: Same. + * include/ext/typelist.h: Same. + * include/ext/pb_ds/tag_and_trait.hpp: Same. + + * include/tr1_impl/random: Adjust line break. + * include/tr1_impl/unordered_map: Correct and or add markup. + * include/tr1_impl/boost_shared_ptr.h: Correct and or add markup. + * include/tr1_impl/functional_hash.h: Same. + * include/tr1_impl/cmath: Same. + * include/tr1_impl/functional: Same. + * include/tr1_impl/unordered_set: Same. + * include/tr1_impl/complex: Same. + * include/tr1_impl/type_traits: Same. + * include/tr1_impl/regex: Same. + * include/tr1_impl/array: Same. + * include/std/tuple: Same. + * include/std/date_time: Same. + * include/std/system_error: Same. + * include/std/type_traits: Same. + * include/ext/enc_filebuf.h: Same. + * include/ext/throw_allocator.h: Same. + * include/ext/pool_allocator.h: Same. + * include/ext/bitmap_allocator.h: Same. + * include/ext/concurrence.h: Same. + * include/ext/codecvt_specializations.h: Same. + * include/ext/stdio_sync_filebuf.h: Same. + * include/ext/array_allocator.h: Same. + * include/ext/mt_allocator.h: Same. + * include/bits/locale_classes.h: Same. + * include/bits/locale_facets.h: Same. + * include/bits/codecvt.h: Same. + * include/bits/char_traits.h: Same. + * include/bits/allocator.h: Same. + * include/bits/locale_facets_nonio.h: Same. + * include/tr1/poly_laguerre.tcc: Same. + * include/tr1/riemann_zeta.tcc: Same. + * include/tr1/beta_function.tcc: Same. + * include/tr1/tuple: Same. + * include/tr1/exp_integral.tcc: Same. + * include/tr1/gamma.tcc: Same. + * include/tr1/hypergeometric.tcc: Same. + * include/tr1/modified_bessel_func.tcc: Same. + * include/tr1/legendre_function.tcc: Same. + * include/tr1/type_traits: Same. + * include/tr1/special_function_util.h: Same. + * include/tr1/bessel_function.tcc: Same. + * include/tr1/cmath: Same. + * include/tr1/poly_hermite.tcc: Same. + * include/tr1/ell_integral.tcc: Same. + * config/abi/compatibility.h: Adjust file name. + + * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Adjust + line numbers. + * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same. + * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same. + +2008-03-23 Paolo Carlini + + * doc/xml/faq.xml: Fix various links. + * doc/xml/api.xml: Likewise. + * doc/xml/manual/parallel_mode.xml: Likewise. + * doc/html/faq.html: Regenerate. + * doc/html/api.html: Likewise. + * doc/html/manual/bk01pt12ch31s03.html: Likewise. + +2008-03-20 Benjamin Kosnik + + * testsuite/util/testsuite_abi.cc: Add support for not counting + GLIBCXX_LDBL_* compat symbols missing if no long double compat + symbols under test. + +2008-03-20 Paolo Carlini + + PR libstdc++/35637 + * include/tr1_impl/type_traits (struct __in_array): Add back. + (is_function): Use it. + * testsuite/tr1/4_metaprogramming/is_function/35637.cc: New. + +2008-03-20 Johannes Singler + + * include/parallel/set_operations.h (set_intersection): Remove. + +2008-03-19 Benjamin Kosnik + + PR libstdc++/35256 + * doc/xml/manual/parallel_mode.xml: Correct configuration documentation. + * doc/html/manual/bk01pt12ch31s04.html: Regenerate. + +2008-03-18 Benjamin Kosnik + + * configure.ac (libtool_VERSION): To 6:11:0. + * configure: Regenerate. + * aclocal.m4: Regenerate. + +2008-03-16 Paolo Carlini + + * testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc: + Update. + * testsuite/17_intro/headers/c++200x/all.cc: Likewise. + * include/precompiled/stdc++.h: Likewise. + +2008-03-16 Pedro Lamarão + + * include/std/date_time: New file. + * src/date_time.cc: New file. + * config/abi/pre/gnu.ver: Added symbols in version + GLIBCXX_3.4.11 and changed two patterns in version GLIBCXX_3.4 + that matched new symbols. + * include/Makefile.am: Add date_time in std headers. + * src/Makefile.am: Add date_time.cc to source files. + * include/Makefile.in: Regenerate. + * src/Makefile.in: Likewise. + +2008-03-16 Pedro Lamarão + + * testsuite/31_date_time/headers/date_time/types_std.cc: New. + * testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise. + * testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise. + * testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise. + * testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise. + * testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise. + * testsuite/31_date_time/system_time/requirements: Likewise. + * testsuite/31_date_time/system_time/requirements/traits.cc: Likewise. + +2008-03-16 Paolo Carlini + + * config.h.in: Regenerate. + +2008-03-16 Ralf Wildenhues + + * aclocal.m4: Regenerate. + * configure: Likewise. + * Makefile.in: Likewise. + * doc/Makefile.in: Likewise. + * include/Makefile.in: Likewise. + * libmath/Makefile.in: Likewise. + * libsupc++/Makefile.in: Likewise. + * po/Makefile.in: Likewise. + * src/Makefile.in: Likewise. + * testsuite/Makefile.in: Likewise. + +2008-03-13 Dennis Czeremin + + PR libstdc++/35566 + * include/bits/stl_multimap.h (multimap<>::multimap(_InputIterator, + _InputIterator)): Forward to _M_insert_equal, not _M_insert_unique. + +2008-03-13 Paolo Carlini + + PR libstdc++/35541 + * include/debug/functions.h (__check_sorted_set_aux): Fix signature. + * testsuite/25_algorithms/set_difference/35541.cc: New. + +2008-03-07 Jakub Jelinek + + * config/abi/pre/gnu.ver: Move related + symbols to GLIBCXX_3.4.11 symbol version. + * testsuite/util/testsuite_abi.cc (check_version): Allow + GLIBCXX_3.4.11. + +2008-03-06 Chris Jefferson + Paolo Carlini + + PR libstdc++/35480 + * include/tr1/tuple (operator==, operator<): Fix. + * include/std/tuple (operator==, operator<): Likewise. + * testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc: New. + * testsuite/20_util/tuple/comparison_operators/35480.cc: Likewise. + +2008-03-04 Joseph Myers + + * crossconfig.m4 (*-mingw32*): Define HAVE_STRTOF and + HAVE_STRTOLD. + * configure: Regenerate. + +2008-03-02 Hans-Peter Nilsson + + * testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc, + testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc: + Mark changed error message prelude, adding "in file included from", + using dg-excess-errors. + +2008-03-01 Jakub Jelinek + + * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Update. + * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt: + Likewise. + * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise. + +2008-02-29 Jakub Jelinek + + * config/abi/pre/gnu.ver: Remove + _ZNKSt3tr14hashIgEclEg@@GLIBCXX_3.4.10 and + _ZNKSt4hashIgEclEg@@GLIBCXX_3.4.10 export. + * config/os/gnu-linux/ldbl-extra.ver: Export + _ZNKSt3tr14hashIgEclEg@@GLIBCXX_LDBL_3.4.10 + and _ZNKSt4hashIgEclEg@@GLIBCXX_LDBL_3.4.10. + * src/hash.cc: Only define long double hash specialization if + _GLIBCXX_LONG_DOUBLE_COMPAT_IMPL is defined. + * src/compatibility-ldbl.cc: Include "hash.cc". + (_GLIBCXX_LONG_DOUBLE_COMPAT_IMPL): Define. + (_ZNKSt4hashIeEclEe): New alias. + * testsuite/util/testsuite_abi.cc (check_version): Support + GLIBCXX_LDBL_3.4.10. + +2008-02-25 Jan Beulich + + * acinclude.m4: Also check for EIDRM and ETXTBSY. + * configure: Re-generate. + * config/os/generic/error_constants.h (namespace posix_error): + Also wrap uses of EIDRM and ETXTBSY in conditionals. + * testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc: + Likewise. + +2008-02-20 Jason Merrill + + * include/bits/c++config: Use 'inline namespace' instead of + strong using. + +2008-02-18 Pedro Lamarao + + * include/std/tuple: Fixes for moveable, non-copyable types. + * testsuite/20_util/tuple/moveable2.cc: New. + +2008-02-18 Paolo Carlini + + * include/std/tuple (operator+(tuple<>&&, tuple<>&&): Remove. + +2008-02-17 Ed Smith-Rowland <3dw4rd@verizon.net> + + * include/tr1/poly_laguerre.tcc: Doxygen fixes. + * include/tr1/exp_integral.tcc: Same. + * include/tr1/gamma.tcc: Same. + * include/tr1/hypergeometric.tcc: Same. + +2008-02-17 Benjamin Kosnik + + PR libstdc++/34797 + * include/parallel/settings.h (_Settings): Reconstruct Settings class + here, uglify, remove anonymous namespace and static + members. Convert to datum. + * include/parallel/types.h: Move Settings:: enumerations here, uglify. + * src/parallel_settings.cc: New, definition for _Settings member + functions. + * include/parallel/multiway_merge.h: Same. + * include/parallel/for_each.h: Same. + * include/parallel/workstealing.h: Same. + * include/parallel/base.h: Same. + * include/parallel/numeric + * include/parallel/features.h: Same. + * include/parallel/quicksort.h: Same. + * include/parallel/equally_split.h: Same. + * include/parallel/algorithmfwd.h: Same. + * include/parallel/omp_loop_static.h: Same. + * include/parallel/random_shuffle.h: Same. + * include/parallel/balanced_quicksort.h: Same. + * include/parallel/tags.h: Same. + * include/parallel/multiway_mergesort.h: Same. + * include/parallel/numericfwd.h: Same. + * include/parallel/partition.h: Same. + * include/parallel/partial_sum.h: Same. + * include/parallel/find.h: Same. + * include/parallel/algo.h: Same. + * include/parallel/omp_loop.h: Same. + * include/parallel/sort.h: Same. + + * src/Makefile.am (parallel_sources): Add parallel_settings.cc. + * src/Makefile.in: Regenerate. + + * config/abi/pre/gnu.ver: Export _Settings::get and _Settings::set. + +2008-02-17 Paolo Carlini + + PR libstdc++/35221 + * include/parallel/types.h: Reinstate integer types typedefs. + * include/parallel/multiseq_selection.h: Adjust. + * include/parallel/compatibility.h: Likewise. + * include/parallel/random_shuffle.h: Likewise. + * include/parallel/random_number.h: Likewise. + * include/parallel/base.h: Likewise. + +2008-02-17 Paolo Carlini + + PR libstdc++/35209 + * config/abi/pre/gnu.ver: Export stdio_sync_filebuf symbols. + * testsuite/ext/stdio_sync_filebuf/char/35209.cc: New. + * testsuite/ext/stdio_sync_filebuf/wchar_t/35209.cc: Likewise. + +2008-02-16 Benjamin Kosnik + + * include/parallel/random_number.h: Use TR1's mersenne_twister. + (random_number::genrand_bits()): Remove. + (random_number::set_seed): Remove. + +2008-02-15 Benjamin Kosnik + + * include/parallel/types.h: Remove enum parallelism. + +2008-02-15 Benjamin Kosnik + + * include/parallel/types.h: Move enum parallelism here. Use + tr1/cstdint's int16_t, uint16_t, int32_t, uint32_t, int64_t, + uint64_t. + * include/parallel/multiseq_selection.h: Adjust for cstdint. + * include/parallel/compatibility.h: Same. + * include/parallel/tags.h: Just compile-time tags. + * include/parallel/base.h: Put namespace bits here. + + * src/Makefile.am (PARALLEL_FLAGS): Use it. + * src/Makefile.in: Regenerate. + + * testsuite/25_algorithms/nth_element/1.cc: Add test variable. + +2008-02-15 Hans-Peter Nilsson + + * testsuite/config/default.exp: Load gcc dejapatches.exp. + +2008-02-14 Kaveh R. Ghazi + + * testsuite/27_io/fpos/14320-1.cc: Check for "long long" and + remove XFAIL. + +2008-02-14 Benjamin Kosnik + + * config/os/generic/error_constants.h (posix_errno): Guard + not_supported use of ENOTSUP. + * acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add check for ENOTSUP + for OpenBSD. + * aclocal.m4: Regenerate. + * configure: Rengerate. + * config.h.in: Same. + +2008-02-13 Benjamin Kosnik + + * doc/doxygen/mainpage.html: Correct links. + +2008-02-11 Benjamin Kosnik + + * doc/html/*: Populate with regenerated files. + +2008-02-11 Benjamin Kosnik + + * doc/html/*: Remove all but contents of ext/pb_ds. + * doc/html/index.html: New. + * doc/html/README: New. + +2008-02-11 Benjamin Kosnik + + * doc/doxygen/mainpage.html: Add in corrected links. + * README: Edit, move most into... + * doc/xml/manual/appendix_contributing.xml (Directory Layout): ...here. + (Documentation Style): Revise. + * doc/xml/spine.xml: Edit file names. + * doc/Makefile.am: Edit xml_sources. + * doc/Makefile.in: Regenerate. + +2008-02-11 Paolo Carlini + + * configure: Regenerate with documented autoconf and automake + versions (i.e., 2.59 and 1.9.6). + * 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-02-10 Benjamin Kosnik + + Convert documentation to DocBook. + * doc/Makefile.am (doc-doxygen-html): Changed to doc-html-doxygen. + (doc-doxygen-man): Changed to doc-man-doxygen. + (doc-performance): Changed to doc-html-performance. + (doc-xml-doxygen): New. + (doc-xml-single): New. + (doc-xml-validate): New. + (doc-html): New. + (doc-html-single): New. + (doc-fo): New. + (doc-pdf): New. + (doc-pdf-fop-xml): New. + (doc-pdf-fop-fo): New. + (doc-pdf-xmlto): New. + (doc-pdf-xmlroff): New. + (doc-pdf-prince): New. + * doc/xml: New directory. + * doc/xml/authors.xml: New. + * doc/xml/images: New directory. + * doc/xml/images/confdeps.png: Add. + * doc/xml/images/confdeps.dot: Add. + * doc/xml/faq.xml: New. + * doc/xml/api.xml: New. + * doc/xml/gnu: New directory. + * doc/xml/gnu/gpl-3.0.xml: New. + * doc/xml/gnu/fdl-1.2.xml: New. + * doc/xml/gnu/gpl-2.0.xml: New. + * doc/xml/manual: New directory. + * doc/xml/manual/mt_allocator.xml: New. + * doc/xml/manual/allocator.xml: New. + * doc/xml/manual/ctype.xml: New. + * doc/xml/manual/numerics.xml: New. + * doc/xml/manual/codecvt.xml: New. + * doc/xml/manual/concurrency.xml: New. + * doc/xml/manual/backwards_compatibility.xml: New. + * doc/xml/manual/intro.xml: New. + * doc/xml/manual/shared_ptr.xml: New. + * doc/xml/manual/abi.xml: New. + * doc/xml/manual/status_cxxtr1.xml: New. + * doc/xml/manual/auto_ptr.xml: New. + * doc/xml/manual/build.xml: New. + * doc/xml/manual/internals.xml: New. + * doc/xml/manual/parallel_mode.xml: New. + * doc/xml/manual/status_cxx1998.xml: New. + * doc/xml/manual/containers.xml: New. + * doc/xml/manual/io.xml: New. + * doc/xml/manual/appendix_porting.xml: New. + * doc/xml/manual/utilities.xml: New. + * doc/xml/manual/bitmap_allocator.xml: New. + * doc/xml/manual/support.xml: New. + * doc/xml/manual/configure.xml: New. + * doc/xml/manual/build_hacking.xml: New. + * doc/xml/manual/evolution.xml: New. + * doc/xml/manual/using.xml: New. + * doc/xml/manual/debug.xml: New. + * doc/xml/manual/localization.xml: New. + * doc/xml/manual/strings.xml: New. + * doc/xml/manual/debug_mode.xml: New. + * doc/xml/manual/locale.xml: New. + * doc/xml/manual/extensions.xml: New. + * doc/xml/manual/appendix_contributing.xml: New. + * doc/xml/manual/messages.xml: New. + * doc/xml/manual/diagnostics.xml: New. + * doc/xml/manual/appendix_free.xml: New. + * doc/xml/manual/algorithms.xml: New. + * doc/xml/manual/iterators.xml: New. + * doc/xml/manual/spine.xml: New. + * doc/xml/manual/test.xml: New. + * doc/xml/manual/status_cxx200x.xml: New. + * doc/xml/spine.xml: New. + + * doc/xml/book.txml: New. Template file. + * doc/xml/chapter.txml: Same. + * doc/xml/class.txml: Same. + + * doc/doxygen/guide.html: Removed, integrated into other docs. + * doc/doxygen/user.cfg.in: Clean up XML generation. + * doc/doxygen/run_doxygen: Move to.. + * scripts/run_doxygen: ...here. + + * configure: Regenerate. + * Makefile.in: Regenerate. + * src/Makefile.in: Regenerate. + * doc/Makefile.in: Regenerate. + * po/Makefile.in: Regenerate. + * libmath/Makefile.in: Regenerate. + * include/Makefile.in: Regenerate. + * libsupc++/Makefile.in: Regenerate. + * testsuite/Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + +2008-02-10 Paolo Carlini + + PR libstdc++/16251 + * include/std/istream (basic_istream<>::basic_istream()): Call + this->init(). + (basic_iostream<>::basic_iostream(basic_streambuf<>*)): Don't + do it here, per 27.6.1.5.1/1. + * include/std/ostream (basic_ostream<>::basic_ostream()): Call + this->init(). + * testsuite/27_io/basic_iostream/cons/16251.C: New. + + * testsuite/27_io/basic_iostream/cons/2020.cc: Minor tweaks. + +2008-01-31 Ralf Wildenhues + + * 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 Paolo Carlini * testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc: @@ -94,7 +947,7 @@ * 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. @@ -128,7 +981,7 @@ * include/backward/auto_ptr.h: Same. * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: - Fixups for line number changes. + 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. @@ -160,7 +1013,7 @@ * testsuite/Makefile.in: Regenerate. * scripts/make_graphs.py: Correct paths for new layout. - + 2008-01-17 Benjamin Kosnik * acinclude.m4 (AC_LC_MESSAGES): Remove serial.