diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-06 16:13:29 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-23 14:13:11 -0500 |
commit | b26053dd9a0170b58bb01226056e3140b1fb9911 (patch) | |
tree | 2e5a15f64a6250b3722d6107adabc198b29f6ea3 /ChangeLog | |
parent | dba0832af1eeb0d749aec072ce20f9811fb4b7d6 (diff) | |
download | glibc-b26053dd9a0170b58bb01226056e3140b1fb9911.tar.gz glibc-b26053dd9a0170b58bb01226056e3140b1fb9911.tar.xz glibc-b26053dd9a0170b58bb01226056e3140b1fb9911.zip |
Refactor bug-strtod2.c to be type generic
This only tested for strtod. This expands the testing to all variants of strto*.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index de34b56c9d..d75680389f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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 + +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 ... |