Regression in Integer

2001-07-25 Thread Eric Blake
I just noticed that your changes to Integer cause an infinite loop in Classpath (but not in gcj). You changed Integer.toString(int) to call String.valueOf(int), since gcj implements String.valueOf(int) natively. But when String.valueOf(int) is not native, it calls Integer.toString(i, 10), which

nspr lib

2001-07-25 Thread Brian Jones
I spent some time tonight building nspr from source for a version that will also work with mozilla 0.9.x. So I have a spec file and some rpms for Red Hat 7.1 if anyone wants 'em. Brian -- Brian Jones [EMAIL PROTECTED] ___ Classpath mailing list