* BigInteger.java: fix right shifts by nonzero multiples of 32.

From-SVN: r44964
This commit is contained in:
Hans Boehm 2001-08-17 16:33:49 +00:00
parent 552bf3d6af
commit c8e6d3a499

View File

@ -1,3 +1,7 @@
2001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com>
* BigInteger.java: fix right shifts by nonzero multiples of 32.
2001-08-15 Tom Tromey <tromey@redhat.com> 2001-08-15 Tom Tromey <tromey@redhat.com>
* jni.cc: Include IdentityHashMap.h, not Hashtable.h. * jni.cc: Include IdentityHashMap.h, not Hashtable.h.