Re: classpath 0.06?

2003-07-27 Thread Mark Wielaard
Hi, On Wed, 2003-07-23 at 15:56, David P Grove wrote: There was some discussion a month or so ago about making a classpath 0.06 distribution. Is there a chance this could happen sometime relatively soon? We're thinking about making the next release of Jikes RVM in 2-3 weeks and it would be

Re: classpath 0.06?

2003-07-27 Thread Mark Wielaard
Hi, On Wed, 2003-07-23 at 19:31, Brian Jones wrote: I can help to physically get it on the ftp server, etc. if Mark needs it. Paul has given me access to the ftp and alpha download areas. But I have not tried out these new powers yet. Help with packaging and putting things on the right

Re: classpath 0.06?

2003-07-27 Thread Mark Wielaard
Hi, On Fri, 2003-07-25 at 11:56, Arnaud Vandyck wrote: Sorry, maybe a idiot question, but is there a release plan for 0.06, 0.07, ..., 1.0? Good questions. There is no real release plan for 0.0x, 0.0x+1, etc. We just agreed to make a release roughly every couple of months. The plan for

Bug 2685

2003-07-27 Thread Brian Jones
Hi, I'm trying to close a few bugs for the 0.06 release. I've replied to bug 2685, http://savannah.gnu.org/bugs/?func=detailbugbug_id=2685group_id=85, and need someone to help me understand how to correct my test case. The test case is attached to the bug report and this email. Sun's 1.4.1 JVM

RE: Bug 2685

2003-07-27 Thread David Holmes
Brian, Try the attached code instead - which properly synchronizes between the two threads to ensure that the thread to be stopped actually starts executing. From what I observed the thread never got a chance to run and so was stopped before it really got started. This can happen because: a)

Re: Bug 2685

2003-07-27 Thread Brian Jones
David Holmes [EMAIL PROTECTED] writes: Brian, Try the attached code instead - which properly synchronizes between the two threads to ensure that the thread to be stopped actually starts executing. Thanks David, I shouldn't have tried that hack I guess. Brian -- Brian Jones [EMAIL

Bug report: java.util.GregorianCalendar

2003-07-27 Thread Ito Kazumitsu
Sun's API document says about java.util.Calendar.WEEK_OF_MONTH, The first week of the month, as defined by getFirstDayOfWeek() and getMinimalDaysInFirstWeek(), has value 1. But GNU Classpath's java.util.GregorianCalendar returns 0 for the first week of the month except for those special months