summaryrefslogtreecommitdiffstats
path: root/contrib/gdtoa/strtof.c
Commit message (Collapse)AuthorAgeFilesLines
* Vendor import of gdtoa 20081205.das2009-01-281-8/+5
|\
| * Flatten vendor/gdtoa/*.das2008-09-031-73/+0
| |
* | Make strtof() respect the current rounding mode.das2008-09-031-2/+10
| |
* | Fix strto{f,d,ld}() so they don't return signaling NaNs. C99das2007-12-161-1/+7
|/ | | | | | | says they are never supposed to, and the fact that they did could cause apps that run with unmasked FP exceptions to SIGFPE after a scanf() or strtod(). The vendor stated that he will not be fixing this, citing portability concerns.
* Import of the latest gdtoa sources, which include fixes for minordas2007-01-031-14/+4
| | | | problems relating to NaNs and rounding.
* Initial import of David Gay's gdtoa library for conversion betweendas2003-03-121-0/+83
strings and floating point.
OpenPOWER on IntegriCloud