diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-09 14:20:17 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-23 14:13:11 -0500 |
commit | db1fa6b8d32a0c7155dcaed2f5f9388511613595 (patch) | |
tree | 0ea33692d9ab45a665b8d820a764530d6e81ea87 /ChangeLog | |
parent | b26053dd9a0170b58bb01226056e3140b1fb9911 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |