aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/strtodg.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston1-6/+6
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible1-0/+21
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard1-3/+3
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda1-1/+0
2018-08-08newlib: fix various gcc warningsCorinna Vinschen1-5/+5
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen1-65/+24
2015-11-26Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen1-0/+4
2015-11-21Handle multibyte decimapl point in strtold.Corinna Vinschen1-1/+8
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-0/+1136