summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRical Jasan <rj@2c3t.io>2016-12-06 20:47:02 -0200
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2018-07-24 14:07:31 -0300
commit9d0a979e5ddcec8ede63b04364e4f5d442d04e14 (patch)
treee408bb810e91aed44bb78fcc48f22617ecb3a034 /ChangeLog
parent0a07288b13c89dbbb1cac964891f5905a0919434 (diff)
Add manual documentation for threads.h
This patch updates the manual and adds a new chapter to the manual, explaining types macros, constants and functions defined by ISO C11 threads.h standard. [BZ# 14092] * manual/debug.texi: Update adjacent chapter name. * manual/probes.texi: Likewise. * manual/threads.texi (ISO C Threads): New section. (POSIX Threads): Convert to a section.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c99b21fc24..c5231f17bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+2018-07-24 Rical Jasan <rj@2c3t.io>
+ Adhemerval Zanella <adhemerval.zanella@linaro.org>
Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
[BZ #14092]
+ * manual/debug.texi: Update adjacent chapter name.
+ * manual/probes.texi: Likewise.
+ * manual/threads.texi (ISO C Threads): New section.
+ (POSIX Threads): Convert to a section.
+
+2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+ Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
+
+ [BZ# 14092]
* nptl/Makefile (tests): Add new test files.
* nptl/tst-call-once.c : New file. Tests C11 functions and types.
* nptl/tst-cnd-basic.c: Likewise.