[freenet-devl] Re: Yet another GCJ update. (a/k/a PR 1615 followup)
Bryce McKinlay
bryce@albatross.co.nz
Fri Feb 23 15:41:00 GMT 2001
"Mark J. Roberts" wrote:
> We fixed this, but I forgot to CC your list. Per's already committed the
> patch:
>> Index: BigInteger.java
> ===================================================================
> RCS file: /cvs/gcc/gcc/libjava/java/math/BigInteger.java,v
> retrieving revision 1.10
> diff -r1.10 BigInteger.java
> 857c857,865
> < remainder.set(ywords, rlen);
> ---
> > if (ywords[rlen-1] < 0)
> > {
> > ywords[rlen] = 0;
> > remainder.set(ywords, rlen+1);
> > }
> > else
> > {
> > remainder.set(ywords, rlen);
> > }
He did? I don't see this patch in the current tree.
regards
[ bryce ]
More information about the Java
mailing list