diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-04 22:05:25 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-04 22:05:25 +0000 |
| commit | 3df4f9dc665ecadab78f9beacc3ab9b196ba2fd6 (patch) | |
| tree | e0ce48549a010894fe7a89c76653ebe0d5d2d9ea /libjava/ChangeLog | |
| parent | 5ccc4a9c16b9aecebd29ba8e752a0e2915e64d53 (diff) | |
| download | ppe42-gcc-3df4f9dc665ecadab78f9beacc3ab9b196ba2fd6.tar.gz ppe42-gcc-3df4f9dc665ecadab78f9beacc3ab9b196ba2fd6.zip | |
2004-05-05 Guilhem Lavaux <guilhem@kaffe.org>
* java/text/MessageFormat.java:
(class Field): New class.
(formatToCharacterIterator): New method.
(format): Use formatInternal now.
(formatInternal): New method. String formatter should
be done here (with attributes). Attributes merging supported.
(parse): More documentation.
(getFormatsByArgumentIndex): New method.
(setFormatByArgumentIndex): New method.
(setFormatsByArgumentIndex): New method.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81492 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 91080fffb80..ad5a349306a 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,18 @@ 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> + * java/text/MessageFormat.java: + (class Field): New class. + (formatToCharacterIterator): New method. + (format): Use formatInternal now. + (formatInternal): New method. String formatter should + be done here (with attributes). Attributes merging supported. + (parse): More documentation. + (getFormatsByArgumentIndex): New method. + (setFormatByArgumentIndex): New method. + (setFormatsByArgumentIndex): New method. + +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. |

