CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Andrew John Hughes <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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