gcc/libjava/java
Mark Wielaard ce5b5a5e54 BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an exponent and the significant is zero.
* java/math/BigDecimal.java (BigDecimal(String)): Always set scale to
       zero when there is an exponent and the significant is zero.
       (divide): Always set scale to newScale even in special ZERO case.

From-SVN: r62908
2003-02-14 18:48:50 +00:00
..
applet
awt 2003-02-13 Michael Koch <konqueror@gmx.de> 2003-02-13 19:28:32 +00:00
beans
io InputStreamReader.java (getEncoding): Return null when closed. 2003-02-13 23:28:57 +00:00
lang System.java (properties): Use Properties.clone. 2003-02-14 17:43:34 +00:00
math BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an exponent and the significant is zero. 2003-02-14 18:48:50 +00:00
net 2003-02-13 Michael Koch <konqueror@gmx.de> 2003-02-13 07:33:40 +00:00
nio 2003-02-13 Michael Koch <konqueror@gmx.de> 2003-02-13 11:37:10 +00:00
rmi
security re PR libgcj/9271 (Severe bias in java.security.SecureRandom) 2003-02-13 17:00:22 +00:00
sql
text
util InflaterInputStream.java (read): Return zero when len is zero. 2003-02-13 23:15:20 +00:00