aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/math/BigDecimal.java
AgeCommit message (Expand)AuthorFilesLines
2003-08-01BigDecimal (divide): Correctly handle ROUND_HALF_EVEN when amount is greater ...Jerry Quinn1-35/+38
2003-04-19BigInteger.java (probablePrime): New.Jerry Quinn1-0/+5
2003-02-14BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is ...Mark Wielaard1-2/+4
2003-02-07BigDecimal (valueOf): fix DiagBigDecimal val008, val013 tests; see patch #101...Stephen Crawley1-18/+42
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2001-11-25re PR libgcj/4583 (problems BigDecimal(double) ctor.)Tom Tromey1-8/+111
2001-01-10* java/math/BigDecimal.java (divide): Fixed comment.Warren Levy1-1/+1
2001-01-10re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)Warren Levy1-6/+28
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy1-21/+23
2000-04-11ObjectStreamException.java: New file.Warren Levy1-0/+348