gcc/libjava java/lang/natDouble.cc ChangeLog

bothner@gcc.gnu.org bothner@gcc.gnu.org
Fri Mar 23 16:57:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_0-branch
Changes by:	bothner@gcc.gnu.org	2001-03-23 16:57:05

Modified files:
	libjava/java/lang: natDouble.cc 
	libjava        : ChangeLog 

Log message:
	* 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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natDouble.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.11.2.1&r2=1.11.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.674.2.29&r2=1.674.2.30



More information about the Gcc-cvs mailing list