Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-02-05 Thread Dalibor Topic
Dalibor Topic wrote: Ito Kazumitsu wrote: In message Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse on 05/01/29, Dalibor Topic [EMAIL PROTECTED] writes: : And even more thanks for your patch fixing the problem :) I've merged it : in from GNU Classpath, and now all tests pass again

Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-02-04 Thread Ito Kazumitsu
In message Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse on 05/01/29, Dalibor Topic [EMAIL PROTECTED] writes: : And even more thanks for your patch fixing the problem :) I've merged it : in from GNU Classpath, and now all tests pass again for me. But sadly enough, the recent

Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-02-04 Thread Dalibor Topic
Ito Kazumitsu wrote: In message Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse on 05/01/29, Dalibor Topic [EMAIL PROTECTED] writes: : And even more thanks for your patch fixing the problem :) I've merged it : in from GNU Classpath, and now all tests pass again for me. But sadly

Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-01-29 Thread Dalibor Topic
Ito Kazumitsu wrote: Hi, In message Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse on 05/01/27, Dalibor Topic [EMAIL PROTECTED] writes: Thanks Ito, I've applied your patch, as Andrew applied it to Classpath. The regression test still fails for me, unfortunately. And it can

Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-01-27 Thread Dalibor Topic
Ito Kazumitsu wrote: In message [kaffe] Bug report: java.text.SimpleDateFormat#parse on 05/01/25, Ito Kazumitsu [EMAIL PROTECTED] writes: You might have found that test/regression/DateFormatTest.java fails recently. This is becuase of a bug in java.text.SimpleDateFormat#parse. And this is my

Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-01-27 Thread Ito Kazumitsu
Hi, In message Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse on 05/01/27, Dalibor Topic [EMAIL PROTECTED] writes: Thanks Ito, I've applied your patch, as Andrew applied it to Classpath. The regression test still fails for me, unfortunately. This failure occurs with a time

[kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-01-24 Thread Ito Kazumitsu
Hi, You might have found that test/regression/DateFormatTest.java fails recently. This is becuase of a bug in java.text.SimpleDateFormat#parse. The following program shows the bug. import java.text.SimpleDateFormat; public class Z { public static void main(String args[]) throws

Re: [kaffe] Bug report: java.text.SimpleDateFormat#parse

2005-01-24 Thread Ito Kazumitsu
In message [kaffe] Bug report: java.text.SimpleDateFormat#parse on 05/01/25, Ito Kazumitsu [EMAIL PROTECTED] writes: You might have found that test/regression/DateFormatTest.java fails recently. This is becuase of a bug in java.text.SimpleDateFormat#parse. And this is my patch. I am