CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 06/02/24 21:48:07
Modified files: . : ChangeLog java/math : BigDecimal.java Log message: 2006-02-24 Anthony Balkissoon <[EMAIL PROTECTED]> * java/math/BigDecimal.java: (BigDecimal(long, MathContext)): New constructor. (BigDecimal(BigInteger, MathContext)): Likewise. (BigDecimal(String, MathContext)): Likewise. (BigDecimal(double, MathContext)): Likewise. (round): Fixed a typo where the precision field was used instead of a call to the precision method, and also store the new precision in the returned BigDecimal. (abs(MathContext)): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.205&tr2=1.2386.2.206&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.10&tr2=1.17.2.11&r1=text&r2=text