summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-10-21 18:26:53 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-10-21 18:26:53 +0200
commitb3918c44db615637b26d919ce599cd86592316b3 (patch)
tree23c031ee3aaf2e2fccce583920cafb40eacdce3f /ChangeLog
parent0f04fc07f6a36e761ec76100043798ea5c7a590c (diff)
downloadglibc-b3918c44db615637b26d919ce599cd86592316b3.tar.gz
glibc-b3918c44db615637b26d919ce599cd86592316b3.tar.xz
glibc-b3918c44db615637b26d919ce599cd86592316b3.zip
math: Define iszero as a function template for C++ [BZ #20715]
This increases compatibility with C++ code which is forced to
compile with _GNU_SOURCE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef710b4194..742aa8cdaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-10-21  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #20715]
+	* math/math.h [__cplusplus] (iszero): Define as function template.
+	* math/Makefile [CXX] (tests): Add test-math-iszero.
+	(CFLAGS-test-math-iszero.cc): Set.
+	* math/test-math-iszero.cc: New file.
+
 2016-10-20  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #20660]