summaryrefslogtreecommitdiffstats
path: root/contrib/gdtoa/strtorx.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous commit: We should only mask the top bit in the STRTOG_NaNBitsdas2007-12-161-1/+8
| | | | case, not the STRTOG_Normal case.
* Fix strto{f,d,ld}() so they don't return signaling NaNs. C99das2007-12-161-1/+3
| | | | | | | 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-12/+13
| | | | problems relating to NaNs and rounding.
* Initial import of David Gay's gdtoa library for conversion betweendas2003-03-121-0/+118
strings and floating point.
OpenPOWER on IntegriCloud