From db1fa6b8d32a0c7155dcaed2f5f9388511613595 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Mon, 9 May 2016 14:20:17 -0500 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d756803..14822af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2016-05-23 Paul E. Murphy + * 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 + * stdlib/bug-strtod2.c (do_test): Refactor strtod usage into ... (TEST_STRTOD): New macro. (TEST_FUNCTION): Redefine to use STRTOD_TEST_FOREACH -- cgit v1.1