bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/27311] DecimalFormat problem


From: cvs-commit at developer dot classpath dot org
Subject: [Bug classpath/27311] DecimalFormat problem
Date: 7 May 2006 19:37:41 -0000


------- Comment #5 from cvs-commit at developer dot classpath dot org  
2006-05-07 19:37 -------
Subject: Bug 27311

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Andrew John Hughes <address@hidden>       
06/05/07 19:36:27

Modified files:
        .              : ChangeLog 
        gnu/java/text  : StringFormatBuffer.java 
        java/text      : DecimalFormat.java 

Log message:
        2006-05-07  Andrew John Hughes  <address@hidden>

        PR classpath/27311:
        * gnu/java/text/StringFormatBuffer.java:
        (toString()): Implemented so we can see the contents.
        * java/text/DecimalFormat.java:
        (formatInternal(double,StringFormatBuffer,FieldPosition)):
        Don't calculate the exponent when the number is 0 or less.
        Also, use log10 instead of log now it's available.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7308&tr2=1.7309&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/text/StringFormatBuffer.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/text/DecimalFormat.java.diff?tr1=1.25&tr2=1.26&r1=text&r2=text


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27311





reply via email to

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