about summary refs log tree commit diff
path: root/stdlib/tst-strtod.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* Refactor strtod testsRajalakshmi Srinivasaraghavan2016-10-251-4/+3
| | | | This patch changes strtod* tests to use strfrom* functions.
* Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy2016-05-251-4/+4
| | | | | Reduce much of the redundancy in this file, and attempt to coral the type specific stuff to ease adding an new type.
* Refactor bug-strtod.c to better test new types.Paul E. Murphy2016-05-231-0/+50
This introduces tst-strtod.h to contain some macros to assist with updating strto{f,d,ld} test code to support additional variants of this function.