[kaffe] CVS kaffe (robilad): Small fixes for compiler warnings

2005-02-04 Thread Kaffe CVS
PatchSet 5969 Date: 2005/02/04 10:36:11 Author: robilad Branch: HEAD Tag: (none) Log: Small fixes for compiler warnings 2005-02-04 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/classMethod.c (retry): Removed unused variables. * kaffe/kaffevm/findInJar.c (discoveredClassHome): Only compile

[kaffe] CVS kaffe (robilad): Fix for array index checking in interpreter

2005-02-04 Thread Kaffe CVS
PatchSet 5970 Date: 2005/02/04 14:43:21 Author: robilad Branch: HEAD Tag: (none) Log: Fix for array index checking in interpreter 2005-02-04 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/intrp/icode.h (check_array_index): Turned into a proper static inline funtion. Cleaned

[kaffe] UPDATE RE: Xscale linux jit: Double values with no bits on in lowerword are corrupt

2005-02-04 Thread David Tiller
Progress!!! The only values that are corrupted are those defined in config/arm/jit-icode.h in the macro __builtin_FP_values. Those are 0, 1, 2, 3, 4, 5, 10, and 0.5. You can't tell with zero. If you #undef HAVE_move_double_const in move_double_const() in icode.c, life is good. The problem seems

[kaffe] CVS kaffe (jserv): Update FAQ of current AWT implementations.

2005-02-04 Thread Kaffe CVS
PatchSet 5971 Date: 2005/02/04 15:20:09 Author: jserv Branch: HEAD Tag: (none) Log: Update FAQ of current AWT implementations. 2005-02-04 Jim Huang [EMAIL PROTECTED] * FAQ/FAQ.awt: Update FAQ of current AWT implementations to adapt the peerful GTK+-based AWT/Swing

[kaffe] kawt-directfb on kaffe howto

2005-02-04 Thread Alex Lau
it is pretty simple :) let me know it is ok -- Alex Lau (AvengerMoJo) - Live or Die but Fight for It. AvengerGear.com - # Alex Lau [EMAIL PROTECTED] Kaffe-Directfb-AWT Mini-HOWTO 1) Jikes jikes-1.22.tar.bz2 from IBM

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