K 10 svn:author V 3 das K 8 svn:date V 27 2007-12-16T21:14:33.000000Z K 7 svn:log V 294 Fix strto{f,d,ld}() so they don't return signaling NaNs. C99 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. END