summary refs log tree commit diff
path: root/stdlib/tst-strfrom.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes2016-12-141-1/+1
| | | | | | | | | The macro ENTRY in tst-strfrom.h is used to generate the input values for each floating-point type (float, double, long double). It should append the parameter LSUF (Literal suffix) to the floating-point number, but is using CSUF (C function suffix). This patch fixes it. Tested for powerpc64le and x86_64.
* Add tests for strfrom functionsRajalakshmi Srinivasaraghavan2016-10-251-0/+120