CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 06/02/27 19:49:07
Modified files: java/math : BigDecimal.java Log message: 2006-02-27 Anthony Balkissoon <[EMAIL PROTECTED]> * java/math/BigDecimal.java: Added @throws clause to constructors. (mathContext): Removed this unneeded field. (BigDecimal(int, MathContext)): New constructor. (BigDecimal(BigInteger, int, MathContext)): Likewise. (multiply(BigDecimal, MathContext)): New method. (negate(MathContext)): Likewise. (plus(MathContext)): Likewise. (numDigitsInLong): Fixed to properly handle negatives. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/math/BigDecimal.java.diff?only_with_tag=generics-branch&tr1=1.17.2.11&tr2=1.17.2.12&r1=text&r2=text