diff options
author | Per Bothner <bothner@gcc.gnu.org> | 2001-03-23 20:00:30 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2001-03-23 20:00:30 -0800 |
commit | aff68f1cd99a1e3f98fbfea2638fdc4905a6ed4f (patch) | |
tree | 9f1382aa57059abcda95953544ae4e3e2e405489 /libjava | |
parent | e5f8858a87476b94619f0de33db0a79a4ed9ebc3 (diff) | |
download | gcc-aff68f1cd99a1e3f98fbfea2638fdc4905a6ed4f.zip gcc-aff68f1cd99a1e3f98fbfea2638fdc4905a6ed4f.tar.gz gcc-aff68f1cd99a1e3f98fbfea2638fdc4905a6ed4f.tar.bz2 |
Left out while checking in java/lang/natDouble.cc (parseDouble) change.
From-SVN: r40811
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index e8d5d61..d68ec70 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,10 @@ 2001-03-23 Per Bothner <per@bothner.com> + * 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. + * java/lang/natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid for interfaces, so do that *after* check that the target type is not an interface. |