8sa1-gcc/libjava/java
Per Bothner 3c45ffa514 natDouble.cc (parseDouble): Cannot use errno to check for errors...
* 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
2001-03-23 16:59:57 -08:00
..
applet
awt Cursor.java (Cursor(String)): Set type to custom. 2001-01-11 17:49:47 +00:00
beans * java/bean/Beans.java (instantiate): enable Applet code from Classpath 2001-01-18 00:43:17 +00:00
io re PR libgcj/2338 (RandomAccessFile does not create the file if not found) 2001-03-21 17:23:09 +00:00
lang natDouble.cc (parseDouble): Cannot use errno to check for errors... 2001-03-23 16:59:57 -08:00
math Changes merged from Kawa's gnu.math. 2001-03-01 22:55:33 -08:00
net URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../xxx" to "/xxx". 2001-03-19 15:31:14 -08:00
security
sql
text re PR libgcj/1906 (difference between gcj and jdk for MessageFormat) 2001-02-07 22:46:28 +00:00
util TimeZone.java: Sync up with Classpath. 2001-03-20 10:05:45 +00:00