gcc/libjava ChangeLog java/math/BigDecimal.java
mark@gcc.gnu.org
mark@gcc.gnu.org
Fri Feb 14 18:51:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: mark@gcc.gnu.org 2003-02-14 18:51:21
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&only_with_tag=gcc-3_3-branch&r1=1.1594.2.97&r2=1.1594.2.98
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/math/BigDecimal.java.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.6.34.1&r2=1.6.34.2
More information about the Gcc-cvs
mailing list