gcc/libjava/java/math
Warren Levy 698489049d re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)
Fix for PR libgcj/1596:
	* java/math/BigDecimal.java (divide): Check newScale for validity.
	Ensure that BigInteger.pow() is called with a non-negative value.
	(setScale (int)): New public method.
	(setScale (int,int)): New public method.

From-SVN: r38861
2001-01-10 09:38:08 +00:00
..
BigDecimal.java re PR libgcj/1596 (setScale() missing from java.math.BigDecimal) 2001-01-10 09:38:08 +00:00
BigInteger.java Makefile.am: Added locale files from Classpath. 2000-10-27 10:33:46 +00:00