aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/math
AgeCommit message (Expand)AuthorFilesLines
2007-04-19libjavaTom Tromey2-2/+2
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey4-0/+413
2005-07-16Major merge with Classpath.Tom Tromey2-2747/+0
2005-06-30Update FSF addressKelley Cook2-4/+4
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch1-3/+3
2004-10-16BigDecimal.java, [...]: Reorganized import statements, removed redundant and ...Michael Koch2-38/+34
2004-05-03URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey1-1/+0
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-08-01BigDecimal (divide): Correctly handle ROUND_HALF_EVEN when amount is greater ...Jerry Quinn1-35/+38
2003-04-19BigInteger.java (probablePrime): New.Jerry Quinn2-0/+22
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-14BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is ...Mark Wielaard1-2/+4
2003-02-10BigInteger.java: Updated notice to include years 2002 and 3.Raif S. Naffah1-181/+130
2003-02-07BigDecimal (valueOf): fix DiagBigDecimal val008, val013 tests; see patch #101...Stephen Crawley1-18/+42
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 Wielaard2-10/+32
2001-12-16Makefile.in: Rebuilt.Tom Tromey1-11/+27
2001-11-25re PR libgcj/4583 (problems BigDecimal(double) ctor.)Tom Tromey1-8/+111
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
2001-01-10* java/math/BigDecimal.java (divide): Fixed comment.Warren Levy1-1/+1
2001-01-10re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)Warren Levy1-6/+28
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy2-23/+55
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