gcc/libjava/java
Warren Levy 34540fe35e MPN.java (findLowestBit): Made methods public.
* gnu/gcj/math/MPN.java(findLowestBit): Made methods public.

	* java/math/BigInteger.java(BigInteger(int,int,java.util.Random):
	  New constructor.
	(min): Implemented.
	(max): Implemented.
	(modPow): Rewritten to not use the naive, slow, brute force approach.
	(isProbablePrime): Implemented.
	(testBit): Implemented.
	(flipBit): Implemented.
	(getLowestSetBit): Implemented.

From-SVN: r31966
2000-02-14 10:23:29 +00:00
..
awt * All files: Updated copyright to reflect Cygnus purchase. 2000-01-19 18:39:27 +00:00
io File.java (createTempFile): Use low bits from counter, not high bits. 2000-02-12 20:13:42 +00:00
lang natFileDescriptorPosix.cc (open): Recognize EXCL flag. 2000-02-11 17:32:52 +00:00
math MPN.java (findLowestBit): Made methods public. 2000-02-14 10:23:29 +00:00
net * All files: Updated copyright to reflect Cygnus purchase. 2000-01-19 18:39:27 +00:00
security * All files: Updated copyright to reflect Cygnus purchase. 2000-01-19 18:39:27 +00:00
text Calendar.java (toString): New method. 2000-02-03 18:26:51 +00:00
util Properties.java (setProperty): New method. 2000-02-08 21:30:45 +00:00