[commit-cp] classpath ChangeLog include/Makefile.am java/ma...

Andrew John Hughes <[email protected]> Sun, 22 Jun 2008 02:05:39 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	08/06/22 02:05:39

Modified files:
	.              : ChangeLog 
	include        : Makefile.am 
	java/math      : BigInteger.java 
	native/jni/java-math: Makefile.am 
Added files:
	gnu/java/math  : GMP.java 
	native/jni/java-math: gnu_java_math_GMP.c 
Removed files:
	native/jni/java-math: java_math_VMBigInteger.c 
	vm/reference/java/math: VMBigInteger.java 

Log message:
	2008-06-22  Andrew John Hughes  <[email protected]>
	
		PR classpath/28664:
		* gnu/java/math/GMP.java:
		Renamed from VMBigInteger.java and fixed to use
		GMP instances directly.
		* include/Makefile.am:
		Generate GMP.h not VMBigInteger.h.
		* java/math/BigInteger.java:
		Send instances of GMP in calls to GMP rather than
		the wrapping BigInteger class.
		* native/jni/java-math/Makefile.am:
		Fix filename of source code file.
		* native/jni/java-math/gnu_java_math_GMP.c:
		Renamed from java_math_VMBigInteger.c.
		* native/jni/java-math/java_math_VMBigInteger.c,
		* vm/reference/java/math/VMBigInteger.java:
		Removed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9650&r2=1.9651
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/math/GMP.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&r1=1.88&r2=1.89
http://cvs.savannah.gnu.org/viewcvs/classpath/java/math/BigInteger.java?cvsroot=classpath&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-math/Makefile.am?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-math/gnu_java_math_GMP.c?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-math/java_math_VMBigInteger.c?cvsroot=classpath&r1=1.2&r2=0
http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/math/VMBigInteger.java?cvsroot=classpath&r1=1.1&r2=0