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