summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-13 13:57:35 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-13 13:57:35 +0000
commit94ca06abadf4d25f4de5c4ae6efa729661edaabf (patch)
tree447ba35b4973a9451dba508492f205fa856dec9a /libstdc++-v3/ChangeLog
parent9e2853e7d5bbe0237a9753f9ee6dcfc00d24c504 (diff)
downloadgcc-94ca06abadf4d25f4de5c4ae6efa729661edaabf.tar.gz
* testsuite/30_threads/mutex/unlock/2.cc: New.
* testsuite/30_threads/recursive_mutex/unlock/2.cc: New. * testsuite/30_threads/recursive_timed_mutex/unlock/2.cc: New. * testsuite/30_threads/shared_mutex/unlock/1.cc: New. * testsuite/30_threads/shared_timed_mutex/unlock/1.cc: New. * testsuite/30_threads/timed_mutex/unlock/2.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226863 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3a7cc7e3fa0..6870f716fe7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,12 @@
+2015-08-13 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/30_threads/mutex/unlock/2.cc: New.
+ * testsuite/30_threads/recursive_mutex/unlock/2.cc: New.
+ * testsuite/30_threads/recursive_timed_mutex/unlock/2.cc: New.
+ * testsuite/30_threads/shared_mutex/unlock/1.cc: New.
+ * testsuite/30_threads/shared_timed_mutex/unlock/1.cc: New.
+ * testsuite/30_threads/timed_mutex/unlock/2.cc: New.
+
2015-08-13 Eelis van der Weegen <eelis@eelis.net>
* include/std/shared_mutex (shared_mutex::unlock()): Fix typo.