OSDN Git Service

* testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc,
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index b9be543..00f61e4 100644 (file)
@@ -1,3 +1,126 @@
+2008-03-02  Hans-Peter Nilsson  <hp@axis.com>
+
+       * 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  <jakub@redhat.com>
+
+       * 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  <jakub@redhat.com>
+
+       * 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  <jbeulich@novell.com>
+
+       * 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  <jason@redhat.com>
+
+       * include/bits/c++config: Use 'inline namespace' instead of 
+       strong using.
+
+2008-02-18  Pedro Lamarao <pedro.lamarao@mndfck.org>
+
+       * include/std/tuple: Fixes for moveable, non-copyable types.
+       * testsuite/20_util/tuple/moveable2.cc: New.
+
+2008-02-18  Paolo Carlini  <pcarlini@suse.de>
+
+       * 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  <bkoz@redhat.com>
+
+       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  <pcarlini@suse.de>
+
+       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  <pcarlini@suse.de>
+
+       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  <bkoz@redhat.com>
+
+       * 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  <bkoz@redhat.com>
        
        * include/parallel/types.h: Remove enum parallelism.