[kaffe] CVS kaffe (robilad): Fixed build with kjc

2004-10-31 Thread Kaffe CVS
PatchSet 5391 Date: 2004/10/31 21:28:13 Author: robilad Branch: HEAD Tag: (none) Log: Fixed build with kjc Members: ChangeLog:1.2941->1.2942 libraries/javalib/Klasses.jar.bootstrap:1.71->1.72 libraries/javalib/bootstrap.classlist:1.60->1.61 Index: kaffe/ChangeLog dif

Re: [kaffe] kaffe.def

2004-10-31 Thread Dalibor Topic
Pinaki Mukherjee wrote: Hi, How does the kaffe.def file (in .../kaffe/kaffevm/) work? I understand that it is basically meant for the 'switch' statement cases for the different instructions, but want to know how the syntax is defined. Are .def files part of the C language definition? Short exp

Re: [kaffe] runtime error

2004-10-31 Thread Dalibor Topic
程明 wrote: > Hi,everyone. Hi Cheng, > I am trying to porting Kaffe's intrp engine to my CPU,which is called > THUMP 107. The compile process seems ok. When I run it, the ported Linux > shows the following message: Cool! THUMP 107 seems to be a MIPS instruction set CPU, and as kaffe was ported to

Re: [kaffe] kaffe on morphos

2004-10-31 Thread Dalibor Topic
Michael Grunditz wrote: Hi Hallo Michael, I have compiled latest kaffe on MorphOS. When I run "java" on a class I get the folowing: Oh, cool, MorphOS! Couldn't find or load essential class `java/lang/Class' java.lang.ClassFormatError unknown class file truncated Abort trap I'd recommend trying out

Re: [kaffe] Problems building kaffe in fedora core 1

2004-10-31 Thread Dalibor Topic
RohiT wrote: Hello I have a system running on Fedora core 1. Recently I downloaded Kaffe 1.0.7 but I have problems building it. When I run "make" after running "./configure" I get the following error message Hi Rohit, the error occurs because Kaffe 1.0.7 uses some constructs that gcc no longer sup

Re: [kaffe] CVS kaffe (hkraemer): moved handling of thread interruption

2004-10-31 Thread Guilhem Lavaux
Timothy Stack wrote: moved handling of thread interruption to jthread layer, So, I haven't been paying close attention... But, didn't interruption used to be in the jthread layer, and then someone moved it up to the java layer. Why move it back down? Hmmm... I guess it is cleanest and safer if t

Re: [kaffe] CVS kaffe (hkraemer): moved handling of thread interruption

2004-10-31 Thread Helmer Krämer
On Sun, 31 Oct 2004 08:47:50 -0700 (MST) Timothy Stack <[EMAIL PROTECTED]> wrote: > > > moved handling of thread interruption to jthread layer, > > So, I haven't been paying close attention... But, didn't interruption > used to be in the jthread layer, and then someone moved it up to the java >

Re: [kaffe] CVS kaffe (hkraemer): moved handling of thread interruption

2004-10-31 Thread Timothy Stack
> moved handling of thread interruption to jthread layer, So, I haven't been paying close attention... But, didn't interruption used to be in the jthread layer, and then someone moved it up to the java layer. Why move it back down? thanks, tim ___

[kaffe] CVS kaffe (hkraemer): moved handling of thread interruption to jthread layer,

2004-10-31 Thread Kaffe CVS
PatchSet 5389 Date: 2004/10/31 14:35:33 Author: hkraemer Branch: HEAD Tag: (none) Log: moved handling of thread interruption to jthread layer, some minor fixes Members: ChangeLog:1.2940->1.2941 include/errors.h:1.13->1.14 kaffe/kaffevm/stackTrace.c:1.38->1.39

[kaffe] CVS kaffe (hkraemer): Klasses.jar.bootstrap missing in last commit

2004-10-31 Thread Kaffe CVS
PatchSet 5390 Date: 2004/10/31 14:51:55 Author: hkraemer Branch: HEAD Tag: (none) Log: Klasses.jar.bootstrap missing in last commit Members: libraries/javalib/Klasses.jar.bootstrap:1.70->1.71 Index: kaffe/libraries/javalib/Klasses.jar.bootstrap cvs rdiff: failed to read diff file head

[kaffe] CVS kaffe (robilad): Resynced with GNU JAXP: cleanups for merge with GNU Classpath, and xslt fixes

2004-10-31 Thread Kaffe CVS
PatchSet 5388 Date: 2004/10/31 13:36:22 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU JAXP: cleanups for merge with GNU Classpath, and xslt fixes 2004-10-30 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/gnu/xml/xpath/VariableReference.java, libraries/