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 Classp

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 te

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

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, unfortun

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.

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#

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#

[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 Exce