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