commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog java/math/BigDecimal.java [generics-br


From: Anthony Balkissoon
Subject: [commit-cp] classpath ./ChangeLog java/math/BigDecimal.java [generics-branch]
Date: Fri, 24 Feb 2006 21:48:07 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         generics-branch
Changes by:     Anthony Balkissoon <address@hidden>     06/02/24 21:48:07

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

Log message:
        2006-02-24  Anthony Balkissoon  <address@hidden>
        
        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]