natDouble.cc
3.28 KB
-
natDouble.cc (parseDouble): Cannot use errno to check for errors... · 3c45ffa5
* java/lang/natDouble.cc (parseDouble): Cannot use errno to check for errors, since we don't want to throw exception on overflow/underflow. Instead, trim whitespace, and then check that _strtod_r uses up all the rest of the string. From-SVN: r40800
Per Bothner committed