<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-gcc/libjava/gnu/gcj/math, branch gcc-4_9_2-ppe42</title>
<subtitle>GCC for the PPE42</subtitle>
<id>https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42</id>
<link rel='self' href='https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/'/>
<updated>2001-12-16T22:25:14+00:00</updated>
<entry>
<title>	* Makefile.in: Rebuilt.</title>
<updated>2001-12-16T22:25:14+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2001-12-16T22:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=808ee365d1098b688db7fb7541f13d8524fa353e'/>
<id>urn:sha1:808ee365d1098b688db7fb7541f13d8524fa353e</id>
<content type='text'>
	* Makefile.am (ordinary_java_source_files): Removed old file;
	added new file.
	* gnu/java/math/MPN.java: New file.
	* gnu/gcj/math/MPN.java: Removed.
	* java/math/BigInteger.java: Merged with Classpath.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48080 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	Changes merged from Kawa's gnu.math.</title>
<updated>2001-03-02T06:55:33+00:00</updated>
<author>
<name>bothner</name>
<email>bothner@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2001-03-02T06:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=4baba9f150e4013de41d1f05f567ff14d9af3db4'/>
<id>urn:sha1:4baba9f150e4013de41d1f05f567ff14d9af3db4</id>
<content type='text'>
	* 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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40177 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* All files: Updated copyright information.</title>
<updated>2000-03-07T19:55:28+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2000-03-07T19:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=88abbcd52962dcc832891d805f8519c33f93872a'/>
<id>urn:sha1:88abbcd52962dcc832891d805f8519c33f93872a</id>
<content type='text'>
	* COPYING: New file.
	* COPYING.LIB: Removed.
	* LIBGCJ_LICENSE: We now use GPL + special exception.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32387 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* gnu/gcj/math/MPN.java(findLowestBit): Made methods public.</title>
<updated>2000-02-14T10:23:29+00:00</updated>
<author>
<name>warrenl</name>
<email>warrenl@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2000-02-14T10:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=4ed63286e3e67ba87df24b55ddac81dbb6168daf'/>
<id>urn:sha1:4ed63286e3e67ba87df24b55ddac81dbb6168daf</id>
<content type='text'>
	* 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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31966 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* Makefile.am: Added MPN.java and BigInteger.java.</title>
<updated>2000-02-04T22:00:36+00:00</updated>
<author>
<name>warrenl</name>
<email>warrenl@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2000-02-04T22:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=b4d3f0e48e284dc949a10eb71bfe351034b1b442'/>
<id>urn:sha1:b4d3f0e48e284dc949a10eb71bfe351034b1b442</id>
<content type='text'>
	* Makefile.in: Rebuilt.
	* gnu/gcj/math/MPN.java: New file.
	* java/math/BigInteger.java: New file.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31794 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
</feed>
