summaryrefslogtreecommitdiff
path: root/contributing/web_pages
diff options
context:
space:
mode:
authorArne Babenhauserheide <bab@draketo.de>2012-09-18 00:29:09 +0200
committerArne Babenhauserheide <bab@draketo.de>2012-09-18 00:29:09 +0200
commitf9910d1256987f5cd69ed6d4c4d20daa37e73b56 (patch)
treefa4a4ab3e081e15944742182f6a6d650c7e178f7 /contributing/web_pages
parentca472b727945f8af12e11a0d15d3704f8bf78193 (diff)
qoth: fix: TLS == thread local storage (thanks to Samuel and Richard).
Diffstat (limited to 'contributing/web_pages')
-rw-r--r--contributing/web_pages/news/qoth_next.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing/web_pages/news/qoth_next.mdwn b/contributing/web_pages/news/qoth_next.mdwn
index 5ff2625a..4b7a6f63 100644
--- a/contributing/web_pages/news/qoth_next.mdwn
+++ b/contributing/web_pages/news/qoth_next.mdwn
@@ -56,7 +56,7 @@ else="
* Thomas DiModica [merged](http://lists.gnu.org/archive/html/bug-hurd/2012-06/msg00018.html) the cthreads to pthreads patch to Hurd master and [added a branch for it](http://lists.gnu.org/archive/html/bug-hurd/2012-07/msg00087.html) to make it easier to work on getting Hurd to use the more current pthreads.
-* Samuel Thibault [added TLS support](http://lists.gnu.org/archive/html/bug-hurd/2012-05/msg00046.html) to Hurd, getting us up to date with the standard of secure networking.
+* Samuel Thibault [added TLS support](http://lists.gnu.org/archive/html/bug-hurd/2012-05/msg00046.html), further improving the standards conformance of the Hurd and paving the way for C++11x.
* Roland McGrath [merged many libc changes](http://lists.gnu.org/archive/html/bug-hurd/2012-05/msg00033.html) for upstream inclusion, reducing the maintenance load for getting recent improvements of libc.