aboutsummaryrefslogtreecommitdiff
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-19 03:30:06 -0800
commit438b2796743027b35302daeb66830307e4e7d909 (patch)
tree69bf85193fa07e023e49ce30ef98b7bc065151fb /ChangeLog
parent8044d7c6f71f1b85c8ee092baa4cdc9863c0ace2 (diff)
downloadglibc-438b2796743027b35302daeb66830307e4e7d909.zip
glibc-438b2796743027b35302daeb66830307e4e7d909.tar.gz
glibc-438b2796743027b35302daeb66830307e4e7d909.tar.bz2
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. (cherry picked from commit 6a3962c4a408e8cbc305d2433711196107374e89) (cherry picked from commit da81ae645d8ee89052f109c814a68a9489f562e6)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ae0ecd..911e090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-02-20 Rical Jasan <ricaljasan@pacific.net>
+
+ [BZ #16335]
+ * 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-03-09 Aurelien Jarno <aurelien@aurel32.net>
[BZ #22919]