gcc/libjava ChangeLog java/math/BigDecimal.java
mark@gcc.gnu.org
mark@gcc.gnu.org
Fri Feb 14 18:48:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: mark@gcc.gnu.org 2003-02-14 18:48:50
Modified files:
libjava : ChangeLog
libjava/java/math: BigDecimal.java
Log message:
* 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1704&r2=1.1705
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/math/BigDecimal.java.diff?cvsroot=gcc&r1=1.7&r2=1.8
More information about the Gcc-cvs
mailing list