RE: String/Hashtable boostrapping (again)

2001-07-16 Thread Eric Blake
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick Doyle Sent: 15 July 2001 15:24 To: Stuart Ballard Cc: [EMAIL PROTECTED] Subject: Re: String/Hashtable boostrapping (again) However, I don't think that's the central issue. There really is

WARNING!!! DON'T READ THIS IF YOU DON'T LIKE MONEY

2001-07-16 Thread Urs Stettler
WOW THIS REALLY WORKS!!! Dear Friend Future Millionaire: AS SEEN ON NATIONAL TV: Making over half a million dollars every 4-5 months from your home for an investment of only $25 U.S. Dollars expense one time. THANKS TO THE COMPUTER AGE AND THE INTERNET!!

Re: [Classpath] Bug in Double.java

2001-07-16 Thread C. Scott Ananian
On Mon, 16 Jul 2001, Eric Blake wrote: Someone will need to check my work with serialization issues, as I am not very familiar with the process. Basically, my added hashCode() caching will break if a deserialization restores the transient hashCode field to 0 instead of -1. I chose -1 for

Re: [Classpath] Bug in Double.java

2001-07-16 Thread Jochen Hoenicke
On Jul 16, C. Scott Ananian wrote: On Mon, 16 Jul 2001, Eric Blake wrote: Someone will need to check my work with serialization issues, as I am not very familiar with the process. Basically, my added hashCode() caching will break if a deserialization restores the transient hashCode

RE: [Classpath] Bug in Double.java

2001-07-16 Thread Eric Blake
That's what I wanted to know. If you look at the patch I submitted, I had already added a readObject() method, and wanted to make sure it would work as I was expecting. -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611

Some commits don't appear on the mailinglist

2001-07-16 Thread Mark Wielaard
Hi, I noticed that some commits do not appear on the classpath commit mailinglist ([EMAIL PROTECTED]). If you look at the archives http://mail.gnu.org/pipermail/commit-classpath/ you see that commits by for example me (mark) and Tom Tromey (tromey) do appear, but commits from for example Brian

Re: Chained exceptions

2001-07-16 Thread Mark Wielaard
Hi, On Fri, Jul 13, 2001 at 12:44:29PM +0100, Eric Blake wrote: A comment about the documentation of chained exceptions: [...] Notice that to get this to compile, you really need the example to read: pre try { ... } catch (SQLException sqle) { throw (IOException) new

Re: URLClassLoader

2001-07-16 Thread Mark Wielaard
Hi Nic (and list), On Mon, Jul 16, 2001 at 05:25:12AM +0100, Nic Ferrier wrote: There's a small bug in URLClassLoader. In the longer findResource method you create a URL for JAR files... you open a connection to the URL in the hope that you'll get an IOException if the JAR entry isn't

Re: Bug in Double.java

2001-07-16 Thread John Leuner
Below is a class I used to verify correct operation. Thanks for including this. You might also want to look at the Mauve testing framework for the Java class libraries http://sources.redhat.com/mauve/. In my experience with Mauve and Classpath, most errors are due to the

Re: URLClassLoader

2001-07-16 Thread Nic Ferrier
Mark Wielaard [EMAIL PROTECTED] 17-Jul-01 12:44:29 AM Note that I wrote the Classpath version a long time ago and have not really tested it. I wanted to merge it with the libgcj version but after we got real 1.2 Classloading support finished. If you could merge and test the two

Re: Patch: SHA1PRNG fix

2001-07-16 Thread Bryce McKinlay
Anthony Green wrote: I believe that these two array copies have source and destination operands mixed up. This random number generator produces a never ending streamn of zeros otherwise. Ok to commit? Yes, this looks fine to me. The Random constructor calls setSeed() at a time when

Re: Some commits don't appear on the mailinglist

2001-07-16 Thread Bryce McKinlay
Mark Wielaard wrote: I noticed that some commits do not appear on the classpath commit mailinglist ([EMAIL PROTECTED]). If you look at the archives http://mail.gnu.org/pipermail/commit-classpath/ you see that commits by for example me (mark) and Tom Tromey (tromey) do appear, but commits