gcc/libjava/gnu
Per Bothner c04278f74f Changes merged from Kawa's gnu.math.
* java/math/BigInteger.java
	* gnu/gcj/math/MPN.java (rshift0): New method handles zero shift count.
	(rshift(int[],int[],int,int):  Removed - not needed.
	(gcd):  Use rshift0 rather than rshift.
	* java/math/BigInteger.java (setShiftRight):  Likewise.
	(divide):  Simplify by using rshift0.
	(divide):  Zero-extend results if high-order bit set.

From-SVN: r40177
2001-03-01 22:55:33 -08:00
..
awt DirectRasterGraphics.java (clone): Hoist to public. 2001-02-15 04:36:34 +00:00
classpath System.java (setProperties): Only call init_properties() if properties is null. 2000-11-26 01:48:04 +00:00
gcj Changes merged from Kawa's gnu.math. 2001-03-01 22:55:33 -08:00
java Makefile.am: Added locale files from Classpath. 2000-10-27 10:33:46 +00:00