From aff68f1cd99a1e3f98fbfea2638fdc4905a6ed4f Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Fri, 23 Mar 2001 20:00:30 -0800 Subject: [PATCH] Left out while checking in java/lang/natDouble.cc (parseDouble) change. From-SVN: r40811 --- libjava/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index e8d5d614ccc..d68ec70734a 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,10 @@ 2001-03-23 Per Bothner + * 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. -- 2.30.2