Fix memory leak in ipa-pure-const
[gcc.git] / libjava / java / math /
2008-10-21 Matthias Klosere PR libgcj/37636 (java tools are unable to find resou...
2007-04-19 Tom Tromeylibjava
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2005-07-16 Tom TromeyMajor merge with Classpath.
2005-06-30 Kelley CookUpdate FSF address
2005-02-17 Michael KochGThreadNativeMethodRunner.java, [...]: Fixed usage...
2004-10-16 Michael KochBigDecimal.java, [...]: Reorganized import statements...
2004-05-03 Tom TromeyURLStreamHandler.java (toExternalForm): Removed unused...
2003-11-11 Michael KochFont.java, [...]: Removed some redundant obj == null...
2003-10-09 Michael Koch2003-10-09 Michael Koch <konqueror@gmx.de>
2003-08-01 Jerry QuinnBigDecimal (divide): Correctly handle ROUND_HALF_EVEN...
2003-04-19 Jerry QuinnBigInteger.java (probablePrime): New.
2003-02-20 Raif S. NaffahBigInteger.java (euclidInv): Take result array as an...
2003-02-17 Raif S. NaffahBigInteger.java (euclidInv): Return array of `BigInteger's.
2003-02-14 Mark WielaardBigDecimal.java (BigDecimal(String)): Always set scale...
2003-02-10 Raif S. NaffahBigInteger.java: Updated notice to include years 2002...
2003-02-07 Stephen CrawleyBigDecimal (valueOf): fix DiagBigDecimal val008, val013...
2002-12-19 Raif NaffahBigInteger.java (euclidInv): Make sure quot and rem...
2002-02-14 Mark Wielaard[multiple changes]
2002-01-22 Mark WielaardAdd license clarification.
2001-12-16 Tom TromeyMakefile.in: Rebuilt.
2001-11-25 Tom Tromeyre PR libgcj/4583 (problems BigDecimal(double) ctor.)
2001-08-28 Per BothnerBigInteger.java (init(int,Random)): New method.
2001-08-17 Mark J RobertsBigInteger.java (randBytes): New method.
2001-08-17 Hans Boehm* BigInteger.java: fix right shifts by nonzero multiple...
2001-06-19 Mark J. RobertsBigInteger.java (byteArrayToIntArray): Don't include...
2001-03-02 Per BothnerChanges merged from Kawa's gnu.math.
2001-01-17 Warren Levy* java/math/BigInteger.java: Update Copyright year.
2001-01-17 Hans BoehmBigInteger.java (setShiftRight): Only do negative shift...
2001-01-10 Warren Levy* java/math/BigDecimal.java (divide): Fixed comment.
2001-01-10 Warren Levyre PR libgcj/1596 (setScale() missing from java.math...
2000-10-27 Warren LevyMakefile.am: Added locale files from Classpath.
2000-04-11 Warren LevyObjectStreamException.java: New file.
2000-03-24 Warren LevyBigInteger.java (divide): Handle the special case when...
2000-03-09 Warren Levy* java/math/BigInteger.java(signum): Handle zero properly.
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-02-25 Warren LevyBigInteger.java (ival): Made private.
2000-02-14 Warren LevyMPN.java (findLowestBit): Made methods public.
2000-02-11 Warren LevyBigInteger.java (BigInteger(String, int)): New constructor.
2000-02-04 Warren LevyMakefile.am: Added MPN.java and BigInteger.java.