K 10 svn:author V 3 das K 8 svn:date V 27 2007-12-16T21:13:54.000000Z K 7 svn:log V 331 Some changes the vendor didn't want: - Accept the '0x' prefix so strtod("nan(0x...)", NULL) returns the same thing as gcc's builtin nan("0x...") for such strings. - Don't return uninitialized memory. - Finish processing the string up to the closing ')' (provided it's lexically valid) for compatibility with C99 and *scanf(). END