aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/math/BigInteger.java
AgeCommit message (Expand)AuthorFilesLines
2005-07-16Major merge with Classpath.Tom Tromey1-2230/+0
2005-06-30Update FSF addressKelley Cook1-2/+2
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch1-3/+3
2004-10-16BigDecimal.java, [...]: Reorganized import statements, removed redundant and ...Michael Koch1-26/+24
2003-11-11Font.java, [...]: Removed some redundant obj == null checks.Michael Koch1-1/+1
2003-10-092003-10-09 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+0
2003-04-19BigInteger.java (probablePrime): New.Jerry Quinn1-0/+17
2003-02-20BigInteger.java (euclidInv): Take result array as an argument.Raif S. Naffah1-16/+13
2003-02-17BigInteger.java (euclidInv): Return array of `BigInteger's.Raif S. Naffah1-18/+15
2003-02-10BigInteger.java: Updated notice to include years 2002 and 3.Raif S. Naffah1-181/+130
2002-12-19BigInteger.java (euclidInv): Make sure quot and rem are in canonical form aft...Raif Naffah1-0/+6
2002-02-14[multiple changes]Mark Wielaard1-1/+1
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2001-12-16Makefile.in: Rebuilt.Tom Tromey1-11/+27
2001-08-28BigInteger.java (init(int,Random)): New method.Per Bothner1-13/+27
2001-08-17BigInteger.java (randBytes): New method.Mark J Roberts1-12/+11
2001-08-17* BigInteger.java: fix right shifts by nonzero multiples of 32.Hans Boehm1-1/+1
2001-06-19BigInteger.java (byteArrayToIntArray): Don't include extraneous/malformed sig...Mark J. Roberts1-5/+1
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner1-15/+10
2001-01-17* java/math/BigInteger.java: Update Copyright year.Warren Levy1-1/+1
2001-01-17BigInteger.java (setShiftRight): Only do negative shift if count != 0.Hans Boehm1-4/+6
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy1-2/+32
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