aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-09 14:20:17 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-23 14:13:11 -0500
commitdb1fa6b8d32a0c7155dcaed2f5f9388511613595 (patch)
tree0ea33692d9ab45a665b8d820a764530d6e81ea87 /ChangeLog
parentb26053dd9a0170b58bb01226056e3140b1fb9911 (diff)
downloadglibc-db1fa6b8d32a0c7155dcaed2f5f9388511613595.zip
glibc-db1fa6b8d32a0c7155dcaed2f5f9388511613595.tar.gz
glibc-db1fa6b8d32a0c7155dcaed2f5f9388511613595.tar.bz2
Refactor tst-strtod6.c
Use the type-generic macros in tst-strtod.h to simplify this test case and enable extension to future variants of this functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d756803..14822af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-05-23 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+ * stdlib/tst-strtod6.c (do_test): Use new type generic
+ invocation of the test function.
+ (test): Refactor into ...
+ (TEST_STRTOD): New macro base function.
+
+2016-05-23 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+
* stdlib/bug-strtod2.c (do_test): Refactor strtod usage into ...
(TEST_STRTOD): New macro.
(TEST_FUNCTION): Redefine to use STRTOD_TEST_FOREACH