CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         generics-branch
Changes by:     Anthony Balkissoon <[EMAIL PROTECTED]>  06/02/21 21:14:59

Modified files:
        .              : ChangeLog 
        java/math      : BigDecimal.java 

Log message:
        2006-02-21  Anthony Balkissoon  <[EMAIL PROTECTED]>
        
        * java/math/BigDecimal.java:
        (mathContext): New field.
        (precision): Likewise.
        (BigDecimal(int)): New constructor.
        (BigDecimal(long)): Likewise.
        (BigDecimal(BigInteger)): Added API docs.
        (BigDecimal(BigInteger, int)): Removed incorrect NumberFormatException
        and added API docs.
        (plus): New method.
        (round): Likewise.
        (precision): Likewise.
        (valueOf): Likewise.
        (numDigitsInLong): New implementation method.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.200&tr2=1.2386.2.201&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.5&tr2=1.17.2.6&r1=text&r2=text


Reply via email to