summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eec10500..ae4a3ec87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
+2003-01-25 C. Brian Jones <cbj@gnu.org>
+
+ * java/text/CollationElementIterator.java (secondaryOrder): return
+ value is supposed to be a short instead of an int; merged with gcj
+ (tertiaryOrder): ditto
+ (primaryOrder): merged with gcj
+
2003-01-25 Stephen Crawley <crawley@dstc.edu.au>
* java/math/BigDecimal.java (BigDecimal): enhance parsing of exponents
(toString): do not return Strings starting with . and - erroneously.
- Improves Mauve results to 12 of 600 instead of 16 of 338 on DiagBigDecimal.
+ Improves Mauve results to 12 of 600 instead of 16 of 338 on
+ DiagBigDecimal.
2003-01-25 C. Brian Jones <cbj@gnu.org>