summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony Balkissoon <abalkiss@redhat.com>2006-03-01 20:14:48 +0000
committerAnthony Balkissoon <abalkiss@redhat.com>2006-03-01 20:14:48 +0000
commit789bb86a1bfe9953bfeb6b5d9b08aaf58fd6e108 (patch)
tree1e2888eb4729a31d94525a3da747c5ac19e567a7 /ChangeLog
parented8896b057bb22611510e9da693cf4f8d4833bdb (diff)
downloadclasspath-789bb86a1bfe9953bfeb6b5d9b08aaf58fd6e108.tar.gz
2006-03-01 Anthony Balkissoon <abalkiss@redhat.com>
* java/math/BigDecimal.java: (precision): Fixed overflow problem with large numbers. (longValueExact): New method. (intValueExact): Likewise. (byteValueExact): Likewise. (shortValueExact): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef3339737..5490624c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2006-03-01 Anthony Balkissoon <abalkiss@redhat.com>
* java/math/BigDecimal.java:
+ (precision): Fixed overflow problem with large numbers.
+ (longValueExact): New method.
+ (intValueExact): Likewise.
+ (byteValueExact): Likewise.
+ (shortValueExact): Likewise.
+
+2006-03-01 Anthony Balkissoon <abalkiss@redhat.com>
+
+ * java/math/BigDecimal.java:
(remainder(BigDecimal)): New method.
(divideAndRemainder(BigDecimal)): Likewise.
(divideToIntegralValue(BigDecimal)): Likewise.