summaryrefslogtreecommitdiffstats
path: root/libjava
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-24 04:00:30 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-24 04:00:30 +0000
commitb47802b173428f9791f872d394a49ead6d440804 (patch)
tree9f1382aa57059abcda95953544ae4e3e2e405489 /libjava
parent29183c57ac83c61626a6fccdb2de7d65182ca2eb (diff)
downloadppe42-gcc-b47802b173428f9791f872d394a49ead6d440804.tar.gz
ppe42-gcc-b47802b173428f9791f872d394a49ead6d440804.zip
Left out while checking in java/lang/natDouble.cc (parseDouble) change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <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.
OpenPOWER on IntegriCloud