aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2019-11-15 12:16:21 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2019-11-15 12:16:21 +0000
commit381835c810867b1cb4658de0ee9bacc59135010c (patch)
tree193e29b887eadd0f699c10613d3aaae4f035431d
parent6239665976be7829cb973b4b59f7575d7079058e (diff)
downloadgcc-381835c810867b1cb4658de0ee9bacc59135010c.zip
gcc-381835c810867b1cb4658de0ee9bacc59135010c.tar.gz
gcc-381835c810867b1cb4658de0ee9bacc59135010c.tar.bz2
libstdc++: Fix changelog whitespace
From-SVN: r278286
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 973dec2..b537c95 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,7 +1,7 @@
2019-11-14 Thomas Rodgers <trodgers@redhat.com>
* include/Makefile.am: Add <stop_token> header.
- * include/Makefile.in: Regenerate.
+ * include/Makefile.in: Regenerate.
* include/std/condition_variable: Add overloads for stop_token support
to condition_variable_any.
* include/std/stop_token: New file.
@@ -9,7 +9,8 @@
* include/std/version (__cpp_lib_jthread): New value.
* testsuite/30_threads/condition_variable_any/stop_token/1.cc: New test.
* testsuite/30_threads/condition_variable_any/stop_token/2.cc: New test.
- * testsuite/30_threads/condition_variable_any/stop_token/wait_on.cc: New test.
+ * testsuite/30_threads/condition_variable_any/stop_token/wait_on.cc:
+ New test.
* testsuite/30_threads/jthread/1.cc: New test.
* testsuite/30_threads/jthread/2.cc: New test.
* testsuite/30_threads/jthread/jthread.cc: New test.
@@ -57,7 +58,7 @@
* doc/xml/gnu/gpl-3.0.xml: Adjust link to "Why not LGPL".
2019-11-10 Gerald Pfeifer <gerald@pfeifer.com>
-
+
* doc/xml/manual/using.xml: Switch www.hboehm.info to https.
2019-11-07 Jonathan Wakely <jwakely@redhat.com>