summaryrefslogtreecommitdiff
path: root/libjava/java/math/BigInteger.java
AgeCommit message (Expand)Author
2005-07-16Major merge with Classpath.Tom Tromey
2005-06-30Update FSF addressKelley Cook
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch
2004-10-16BigDecimal.java, [...]: Reorganized import statements, removed redundant and ...Michael Koch
2003-11-11Font.java, [...]: Removed some redundant obj == null checks.Michael Koch
2003-10-092003-10-09 Michael Koch <konqueror@gmx.de>Michael Koch
2003-04-19BigInteger.java (probablePrime): New.Jerry Quinn
2003-02-20BigInteger.java (euclidInv): Take result array as an argument.Raif S. Naffah
2003-02-17BigInteger.java (euclidInv): Return array of `BigInteger's.Raif S. Naffah
2003-02-10BigInteger.java: Updated notice to include years 2002 and 3.Raif S. Naffah
2002-12-19BigInteger.java (euclidInv): Make sure quot and rem are in canonical form aft...Raif Naffah
2002-02-14[multiple changes]Mark Wielaard
2002-01-22Add license clarification.Mark Wielaard
2001-12-16Makefile.in: Rebuilt.Tom Tromey
2001-08-28BigInteger.java (init(int,Random)): New method.Per Bothner
2001-08-17BigInteger.java (randBytes): New method.Mark J Roberts
2001-08-17* BigInteger.java: fix right shifts by nonzero multiples of 32.Hans Boehm
2001-06-19BigInteger.java (byteArrayToIntArray): Don't include extraneous/malformed sig...Mark J. Roberts
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner
2001-01-17* java/math/BigInteger.java: Update Copyright year.Warren Levy
2001-01-17BigInteger.java (setShiftRight): Only do negative shift if count != 0.Hans Boehm
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy
2000-03-24BigInteger.java (divide): Handle the special case when dividing by 1 and the ...Warren Levy
2000-03-09* java/math/BigInteger.java(signum): Handle zero properly.Warren Levy
2000-03-07All files: Updated copyright information.Tom Tromey
2000-02-25BigInteger.java (ival): Made private.Warren Levy
2000-02-14MPN.java (findLowestBit): Made methods public.Warren Levy
2000-02-11BigInteger.java (BigInteger(String, int)): New constructor.Warren Levy
2000-02-04Makefile.am: Added MPN.java and BigInteger.java.Warren Levy