summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuilhem Lavaux <guilhem@kaffe.org>2004-05-01 14:07:49 +0000
committerGuilhem Lavaux <guilhem@kaffe.org>2004-05-01 14:07:49 +0000
commitee94c11b2e2da7835b419c22b6dde02520c0c998 (patch)
tree74217bfbc3a9b73fcbff16e8895c459e1334a82c /ChangeLog
parent7ea1a299df7453e4f5665104ce03226b372271b9 (diff)
downloadclasspath-ee94c11b2e2da7835b419c22b6dde02520c0c998.tar.gz
2004-05-01 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 038faa62b..390b8b522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-01 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-01 Michael Koch <konqueror@gmx.de>
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c,