[kaffe] Re: eclipse-jdt: kaffe cannot be used as a standard VM in eclipse

2004-02-29 Thread Mark Wielaard
Hi, (CCed [EMAIL PROTECTED] to get this archived since I don't have time at this moment to work on it.) On Tue, 2004-02-24 at 15:35, Jens Lehmann wrote: > Thanks for your information. I immediately compiled kaffe1.1.4 (Debian > currently has only 1.1.3) and found out that it works with eclipse 2

[kaffe] CVS kaffe (dalibor): Use gc_free consistently in verifier

2004-02-29 Thread Kaffe CVS
PatchSet 4474 Date: 2004/02/29 16:02:59 Author: dalibor Branch: HEAD Tag: (none) Log: Use gc_free consistently in verifier 2004-02-29 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/verify.c: Use gc_free instead of KFREE. Members: ChangeLog:1.2054->1.2055 k

[kaffe] CVS kaffe (dalibor): Moved handling of uninitialized types into own module

2004-02-29 Thread Kaffe CVS
PatchSet 4475 Date: 2004/02/29 18:42:44 Author: dalibor Branch: HEAD Tag: (none) Log: Moved handling of uninitialized types into own module 2004-02-29 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/verify-uninit.c, kaffe/kaffevm/verify-uninit.h: New files. *

[kaffe] CVS kaffe (dalibor): Moved signature stack handling into own module

2004-02-29 Thread Kaffe CVS
PatchSet 4476 Date: 2004/02/29 20:14:26 Author: dalibor Branch: HEAD Tag: (none) Log: Moved signature stack handling into own module 2004-02-29 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/verify-sigstack.c, kaffe/kaffevm/verify-sigstack.h: New files. * ka