CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Mario Torre <neugens> 06/12/01 22:30:58
Modified files:
java/text : DecimalFormat.java
. : ChangeLog
Log message:
2006-12-01 Mario Torre <[EMAIL PROTECTED]>
* java/text/DecimalFormat.java (formatInternal): move the
formatting of
fractional portion in a separate method.
Also fixes the handling of decimal separator and its associated
field.
(handleFractionalPart): new method, needed to relax a bit
formatInternal.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/text/DecimalFormat.java?cvsroot=classpath&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8894&r2=1.8895