aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/strtorx.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-10newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen1-1/+1
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda1-4/+0
2018-08-16Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda1-5/+1
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen1-3/+4
2016-03-26strtold: Fix Infinity value.Corinna Vinschen1-1/+2
2015-11-24 libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey1-2/+2
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-0/+129