OSDN Git Service

Merge remote-tracking branch 'gnu/gcc-4_6-branch' into rework
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index aa94768..b964fe4 100644 (file)
@@ -1,3 +1,38 @@
+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