about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2018-02-19 03:30:06 -0800
committerRical Jasan <ricaljasan@pacific.net>2018-02-20 00:01:26 -0800
commit6a3962c4a408e8cbc305d2433711196107374e89 (patch)
treec4ef348c8e6a6747c1827f0562f1e91c644f9f1f /ChangeLog
parentec481ad81b0436460de417a8e0084935b3763ebb (diff)
downloadglibc-6a3962c4a408e8cbc305d2433711196107374e89.tar.gz
glibc-6a3962c4a408e8cbc305d2433711196107374e89.tar.xz
glibc-6a3962c4a408e8cbc305d2433711196107374e89.zip
manual: Document missing feature test macros.
Several feature test macros are documented in features.h but absent in
the manual, and some documented macros accept undocumented values.
This commit updates the manual to mention all the accepted macros,
along with any values that hold special meaning.

	* manual/creature.texi (_POSIX_C_SOURCE): Document special
	values of 199606L, 200112L, and 200809L.
	(_XOPEN_SOURCE): Document special values of 600 and 700.
	(_ISOC11_SOURCE): Document macro.
	(_ATFILE_SOURCE): Likewise.
	(_FORTIFY_SOURCE): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de48635f3f..5e6450905e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-02-20  Rical Jasan  <ricaljasan@pacific.net>
+
+	* manual/creature.texi (_POSIX_C_SOURCE): Document special values
+	of 199606L, 200112L, and 200809L.
+	(_XOPEN_SOURCE): Document special values of 600 and 700.
+	(_ISOC11_SOURCE): Document macro.
+	(_ATFILE_SOURCE): Likewise.
+	(_FORTIFY_SOURCE): Likewise.
+
 2018-02-19  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #15105]