CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 06/02/28 20:31:02
Modified files: . : ChangeLog java/math : BigDecimal.java Log message: 2006-02-28 Anthony Balkissoon <[EMAIL PROTECTED]> * java/math/BigDecimal.java: (divide(BigDecimal, int, RoundingMode)): New method. (divide(BigDecimal, RoundingMode)): Likewise. (divide(BigDecimal, int, int)): Removed incorrect throwing of exception when the new scale is < 0. (setScale(int, RoundingMode)): New method. (ulp): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.208&tr2=1.2386.2.209&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/math/BigDecimal.java.diff?only_with_tag=generics-branch&tr1=1.17.2.13&tr2=1.17.2.14&r1=text&r2=text