about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2018-02-19 04:37:16 -0800
committerRical Jasan <ricaljasan@pacific.net>2018-02-21 02:38:42 -0800
commit862b45026fa67277a554eb329538a7d536311eca (patch)
tree70b0265c55a4af5b4c11563ce536f19014bc8fe5 /ChangeLog
parent999a6dab3ee1c8e77bb348ba2389e7aeb5c062b2 (diff)
downloadglibc-862b45026fa67277a554eb329538a7d536311eca.tar.gz
glibc-862b45026fa67277a554eb329538a7d536311eca.tar.xz
glibc-862b45026fa67277a554eb329538a7d536311eca.zip
manual: Update _DEFAULT_SOURCE. [BZ #22862]
The description of the interplay between feature test macros and
compiler options in the description of _DEFAULT_SOURCE is a little
confusing, and dated, so clarify the situation, and don't assume a
specific value for _DEFAULT_SOURCE.

Also, _DEFAULT_SOURCE is supposed to be defined if none of the C/POSIX
feature test macros are defined, but the condition was lacking a test
for _ISOC11_SOURCE, so that is also addressed.

	[BZ #22862]
	* include/features.h: Add _ISOC11_SOURCE to test for whether
	to define _DEFAULT_SOURCE.
	* manual/creature.texi (_DEFAULT_SOURCE): Improve
	documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25b8e1264d..d6adafa006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-02-21  Rical Jasan  <ricaljasan@pacific.net>
+
+	[BZ #22862]
+	* include/features.h: Add _ISOC11_SOURCE to test for whether to
+	define _DEFAULT_SOURCE.
+	* manual/creature.texi (_DEFAULT_SOURCE): Improve documentation.
+
 2018-02-21  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #20890]