gcc/libjava/java
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
..
applet backport: Applet.java: New file. 2000-07-12 05:52:04 +01:00
awt ScrollPane.java (setBlockIncrement): Throw error. 2001-01-03 20:34:44 +00:00
beans Fix comments for doclets 2001-01-06 23:28:40 +00:00
io re PR libgcj/1338 (StreamTokenizer does not handle /* comments correctly) 2001-01-09 11:21:12 +00:00
lang re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00
math re PR libgcj/1596 (setScale() missing from java.math.BigDecimal) 2001-01-10 09:38:08 +00:00
net Fix bug in URLConnection and correct javadoc annotations in StringBuffer. 2001-01-07 20:01:46 +00:00
security Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java. 2000-10-05 23:57:16 +00:00
sql Fix comments for doclets 2001-01-06 23:28:40 +00:00
text re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00
util re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00