summaryrefslogtreecommitdiff
path: root/libjava/java/math
Commit message (Expand)AuthorAgeFilesLines
* GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch2005-02-171-3/+3
* BigDecimal.java, [...]: Reorganized import statements, removed redundant and ...Michael Koch2004-10-162-38/+34
* URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey2004-05-031-1/+0
* Font.java, [...]: Removed some redundant obj == null checks.Michael Koch2003-11-111-1/+1
* 2003-10-09 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-091-1/+0
* BigDecimal (divide): Correctly handle ROUND_HALF_EVEN when amount is greater ...Jerry Quinn2003-08-011-35/+38
* BigInteger.java (probablePrime): New.Jerry Quinn2003-04-192-0/+22
* BigInteger.java (euclidInv): Take result array as an argument.Raif S. Naffah2003-02-201-16/+13
* BigInteger.java (euclidInv): Return array of `BigInteger's.Raif S. Naffah2003-02-171-18/+15
* BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is ...Mark Wielaard2003-02-141-2/+4
* BigInteger.java: Updated notice to include years 2002 and 3.Raif S. Naffah2003-02-101-181/+130
* BigDecimal (valueOf): fix DiagBigDecimal val008, val013 tests; see patch #101...Stephen Crawley2003-02-071-18/+42
* BigInteger.java (euclidInv): Make sure quot and rem are in canonical form aft...Raif Naffah2002-12-191-0/+6
* [multiple changes]Mark Wielaard2002-02-141-1/+1
* Add license clarification.Mark Wielaard2002-01-222-10/+32
* Makefile.in: Rebuilt.Tom Tromey2001-12-161-11/+27
* re PR libgcj/4583 (problems BigDecimal(double) ctor.)Tom Tromey2001-11-251-8/+111
* BigInteger.java (init(int,Random)): New method.Per Bothner2001-08-281-13/+27
* BigInteger.java (randBytes): New method.Mark J Roberts2001-08-171-12/+11
* * BigInteger.java: fix right shifts by nonzero multiples of 32.Hans Boehm2001-08-171-1/+1
* BigInteger.java (byteArrayToIntArray): Don't include extraneous/malformed sig...Mark J. Roberts2001-06-191-5/+1
* Changes merged from Kawa's gnu.math.Per Bothner2001-03-011-15/+10
* * java/math/BigInteger.java: Update Copyright year.Warren Levy2001-01-171-1/+1
* BigInteger.java (setShiftRight): Only do negative shift if count != 0.Hans Boehm2001-01-171-4/+6
* * java/math/BigDecimal.java (divide): Fixed comment.Warren Levy2001-01-101-1/+1
* re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)Warren Levy2001-01-101-6/+28
* Makefile.am: Added locale files from Classpath.Warren Levy2000-10-272-23/+55
* ObjectStreamException.java: New file.Warren Levy2000-04-111-0/+348
* BigInteger.java (divide): Handle the special case when dividing by 1 and the ...Warren Levy2000-03-241-2/+11
* * java/math/BigInteger.java(signum): Handle zero properly.Warren Levy2000-03-091-1/+3
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
* BigInteger.java (ival): Made private.Warren Levy2000-02-251-3/+3
* MPN.java (findLowestBit): Made methods public.Warren Levy2000-02-141-20/+154
* BigInteger.java (BigInteger(String, int)): New constructor.Warren Levy2000-02-111-24/+400
* Makefile.am: Added MPN.java and BigInteger.java.Warren Levy2000-02-041-0/+1683