gcc/libjava/java/text
Guilhem Lavaux 8cf1edb30c 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org>
* java/text/DecimalFormat.java
	(MAXIMUM_INTEGER_DIGITS): New constant to keep the numeric value 309.
	(applyPatternWithSymbols): Use MAXIMUM_INTEGER_DIGITS.
	(parse): Fixed handling of exponentiation notation and grouping.

2004-05-05  Guilhem Lavaux <guilhem@kaffe.org>

	* java/text/DecimalFormat.java
	(scanFix): Build attribute array. Fixed error reporting.
	(applyPatternWithSymbols): Store attributes for the prefix and
	suffix.
	(formatInternal): New method. Changed the way the string is
	computed. Implemented attributes. Cleant up rounding in
	exponential notation.
	(format): Use formatInternal.
	(formatToCharacterIterator): New method.
	(exponentRound, negativePrefixRanges, positivePrefixRanges,
	negativePrefixAttrs, positivePrefixAttrs, negativeSuffixRanges,
	positiveSuffixRanges, negativeSuffixAttrs, positiveSuffixAttrs):
	New fields.

From-SVN: r81491
2004-05-04 22:00:30 +00:00
..
Annotation.java
AttributedCharacterIterator.java 2004-04-21 Michael Koch <konqueror@gmx.de> 2004-04-21 05:25:11 +00:00
AttributedString.java [multiple changes] 2004-04-16 18:44:45 +00:00
AttributedStringIterator.java [multiple changes] 2004-04-16 18:44:45 +00:00
BreakIterator.java 2003-04-30 Michael Koch <konqueror@gmx.de> 2003-04-30 13:22:45 +00:00
CharacterIterator.java
ChoiceFormat.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
CollationElementIterator.java CollationElementIterator.java (reset): Reset lookahead variables. 2004-04-24 16:03:05 +00:00
CollationKey.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
Collator.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
DateFormat.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
DateFormatSymbols.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
DecimalFormat.java 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> 2004-05-04 22:00:30 +00:00
DecimalFormatSymbols.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
FieldPosition.java [multiple changes] 2004-04-20 16:14:25 +00:00
Format.java FormatBuffer.java, [...]: New classes to implement attributed iterators in java.text. 2004-05-04 16:27:20 +00:00
MessageFormat.java
natCollator.cc
NumberFormat.java
ParseException.java
ParsePosition.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
RuleBasedCollator.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
SimpleDateFormat.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
StringCharacterIterator.java MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00