OSDN Git Service

Merge remote-tracking branch 'gnu/gcc-4_6-branch' into rework
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 6323133..b964fe4 100644 (file)
@@ -1,3 +1,61 @@
+2013-04-12  Release Manager
+
+       * GCC 4.6.4 released.
+
+2013-02-26  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * include/std/streambuf (basic_streambuf): Use injected class name
+       instead of non-standard __streambuf_type typedef. Fix unclosed Doxygen
+       group.
+
+2012-12-16  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * src/c++11/thread.cc (execute_native_thread_routine): Do not swallow
+       __forced_unwind exceptions.
+       * testsuite/30_threads/thread/native_handle/cancel.cc: New.
+
+2012-11-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * include/profile/iterator_tracker.h (operator++): Fix returning
+       dangling reference.
+       (operator--): Likewise.
+
+2012-11-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * testsuite/*: Fix copying permission statements.
+
+2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR libstdc++/54228
+       Backport from mainline
+       2011-12-15  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/22_locale/num_put/put/char/9780-2.cc: Add test for "C"
+       locale, add sanity checks in case of grouping.
+
+2012-07-22  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/53270
+       * acinclude.m4 (GLIBCXX_GTHREADS_CXX11_COPY_ASSIGN): Define.
+       * configure.ac (GLIBCXX_GTHREADS_CXX11_COPY_ASSIGN): Use it.
+       * config.h.in: Regenerate.
+       * configure: Likewise.
+       * include/ext/concurrence.h (__copy_gthr_type): Define.
+       (__mutex::__mutex, __recursive_mutex::__recursive_mutex,
+       __cond::__cond): Use it.
+       * include/ext/rope (__copy_gthr_mutex): Define.
+       (_Refcount_Base::_Refcount_Base, _Rope_RopeRep::_Rope_RopeRep): Use
+       it.
+       * src/condition_variable.cc (condition_variable::condition_variable):
+       Use memcpy instead of assignment.
+
+2012-07-07  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/53578
+       * include/ext/concurrence.h (__recursive_mutex::_S_destroy): Fix
+       narrowing conversion.
+       * include/std/mutex (__recursive_mutex_base::_S_destroy): Likewise.
+
 2012-07-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR libstdc++/53830