From: Hans Boehm Date: Fri, 17 Aug 2001 16:33:49 +0000 (+0000) Subject: * BigInteger.java: fix right shifts by nonzero multiples of 32. X-Git-Tag: prereleases/libstdc++-3.0.95~2606 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e6d3a49906564d476df5381e017c9950d3ac56;p=thirdparty%2Fgcc.git * BigInteger.java: fix right shifts by nonzero multiples of 32. From-SVN: r44964 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b78bcf3ccee0..ae57a887d69e 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2001-08-17 Hans-J. Boehm + + * BigInteger.java: fix right shifts by nonzero multiples of 32. + 2001-08-15 Tom Tromey * jni.cc: Include IdentityHashMap.h, not Hashtable.h.