summaryrefslogtreecommitdiff
path: root/stdlib/tst-strtod-round-skeleton.c
AgeCommit message (Expand)Author
2018-06-13Fix strtod overflow detection (bug 23279).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-24Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.Joseph Myers
2017-11-07Handle more _FloatN, _FloatNx types in type-generic strtod tests.Joseph Myers
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-28Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers
2016-10-25Refactor strtod testsRajalakshmi Srinivasaraghavan
2016-08-19Add tst-wcstod-roundPaul E. Murphy