Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * java/math/BigInteger.java(divide): Handle the special case when | warrenl | 2000-03-24 | 1 | -2/+11 |
* | * java/math/BigInteger.java(signum): Handle zero properly. | warrenl | 2000-03-09 | 1 | -1/+3 |
* | * All files: Updated copyright information. | tromey | 2000-03-07 | 1 | -1/+1 |
* | * java/math/BigInteger.java(ival): Made private. | warrenl | 2000-02-25 | 1 | -3/+3 |
* | * gnu/gcj/math/MPN.java(findLowestBit): Made methods public. | warrenl | 2000-02-14 | 1 | -20/+154 |
* | * java/math/BigInteger.java(BigInteger(String, int)): New constructor. | warrenl | 2000-02-11 | 1 | -24/+400 |
* | * Makefile.am: Added MPN.java and BigInteger.java. | warrenl | 2000-02-04 | 1 | -0/+1683 |