aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/math
AgeCommit message (Expand)AuthorFilesLines
2000-04-11ObjectStreamException.java: New file.Warren Levy1-0/+348
2000-03-24BigInteger.java (divide): Handle the special case when dividing by 1 and the ...Warren Levy1-2/+11
2000-03-09* java/math/BigInteger.java(signum): Handle zero properly.Warren Levy1-1/+3
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-02-25BigInteger.java (ival): Made private.Warren Levy1-3/+3
2000-02-14MPN.java (findLowestBit): Made methods public.Warren Levy1-20/+154
2000-02-11BigInteger.java (BigInteger(String, int)): New constructor.Warren Levy1-24/+400
2000-02-04Makefile.am: Added MPN.java and BigInteger.java.Warren Levy1-0/+1683