Re: more. was: ...and in classpath. was: bug in libjava

2002-12-13 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (CC to the Classpath list) Busy night :) The BigInteger.euclidInv bug has to do with the transition between the BigInteger-based version of the function to the int-based one. See: LINE 1104: ~ if (a.words == null) ~{ ~ int[] xyInt =

Re: java.security.Security bug

2002-12-13 Thread Mark Wielaard
Hi, On Fri, 2002-12-13 at 05:59, Casey Marshall wrote: The loadProviders method of java.security.Security has a rather silly bug in it: - --- LINE 92 --- ~ while ((name = secprops.getProperty(security.provider. + i++)) != ~null) ~ { ~ Exception exception = null; ~

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-13 Thread John Leuner
On Sat, 2002-12-07 at 06:06, Julian Dolby wrote: The motivation for this fix was that this sorting method was throwing array out of bounds errors from various places within Eclipse. I looked at the code, and these fixes seemed appropriate and made the out of bounds exceptions go away. Ok. I

GNU Classpath, gcj and Crypto update

2002-12-13 Thread Mark Wielaard
Hi all, Here is a small update on the progress of the security and crypto classes. After discussing this a little bit off list with the GNU Crypto, Classpath and libgcj maintainers we decided to work towards the following situation: - GNU Classpath provides a java.security framework and the

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-13 Thread Tom Tromey
John == John Leuner [EMAIL PROTECTED] writes: John How did you run Eclipse? I assume you were using OTI or Sun awt John and swing classes? Eclipse comes with its own GUI toolkit called SWT. If you download eclipse you can try it with your VM by just running eclipse -vm name. Tom

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-13 Thread Mark Wielaard
Hi, On Fri, 2002-12-13 at 15:35, John Leuner wrote: Some questions about the other patches to Classpath: 1. The patches to VMSystem and System http://savannah.gnu.org/patch/?func=detailpatchpatch_id=720group_id=85 In the old code, System.in, out and err were constructed automatically,