[kaffe] CVS kaffe (guilhem): Forced commit of KJC.

2003-08-14 Thread Kaffe CVS
PatchSet 3950 Date: 2003/08/15 07:23:43 Author: guilhem Branch: HEAD Tag: (none) Log: Forced commit of KJC. Sorry, I do not understand why it didn't check in the last time. Members: libraries/javalib/kjc.jar:1.19->1.20 Index: kaffe/libraries/javalib/kjc.jar cvs rdiff: failed to read

[kaffe] Kaffe CVS: kaffe dalibor

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/08/05 08:06:39 Modified files: . : ChangeLog kaffe/kaffevm : baseClasses.h exception.c stackTrace.c libraries/clib/native: System.c Log message: 2003-08-05 Dalibor Topic <[EMAIL P

[kaffe] Structure of BeKaffe code

2003-08-14 Thread Dalibor Topic
Hi Tomaso, I've looked at the bekaffe CVS archives, and i'm a little puzzled about the structure of the code. There are four different modules in the CVS repository on bekaffe.sf.net. What are they supposed to be, and how should we proceed with the merge? cheers, dalibor topic

[kaffe] Pledge break...

2003-08-14 Thread Jim Pick
Hi, I've updated the website so that there is now a sponsorship link at the top of the kaffe.org webpage. I'm inviting people to sponsor the website for a month at a time. I tried to keep it somewhat discrete. For the past year, since Transvirtual went under, Berkeley Signal Inc. has donated $

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/07 07:54:37 Modified files: . : ChangeLog kaffe/kaffevm : verify.c Log message: * kaffe/kaffevm/verify.c Disallow new to create array types. __

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/07 07:33:36 Modified files: . : ChangeLog kaffe/kaffevm : Makefile.am baseClasses.c itypes.h itypes.c verify.c Added files: kaffe/kaffevm : verify.h

[kaffe] completed bytecode verifier!

2003-08-14 Thread Rob Gonzalez
Hi all, I just committed the bytecode verifier. It's a huge chunk of code and it's very likely that there are little bugs lurking around in it...I can't even count how many off-by-one errors I had during development. The LostTrampolineFrame regression test now fails, but I'm pretty sure that's n

Re: [kaffe] compile on netbsd fails

2003-08-14 Thread Guilhem Lavaux
M.Negovanovic wrote: On Wed, Aug 06, 2003 at 12:52:39PM +0200, Guilhem Lavaux wrote: The problem is that it is not sufficient to handle exception frame with the translator... have a look at i386/freebsd2/md.h for example. adding the: #define SIGNAL_ARGS(sig, sc) int sig, int __code, str

Re: [kaffe] jvmpi

2003-08-14 Thread Dalibor Topic
hi Tim, Timothy Stack wrote: hi, I've checked in some JVMPI stuff. Its not completely done yet, but its a pretty good start. I'll try and get it finish RSN. Hopefully, i didn't break anything... thanks! I've tried to build kaffe with jvmpi enabled, but it breaks during linking because a fun

[kaffe] Kaffe CVS: kaffe hkraemer

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/08/09 14:55:08 Modified files: kaffe/kaffevm/systems/unix-pthreads: thread-impl.c libraries/javalib/java/text: MessageFormat.java libraries/javalib: Makefile.in . :

[kaffe] static vm on mipsel

2003-08-14 Thread Mark and Janice Juszczec
Hi folks I've compiled kaffe for mipsel and wound up with a dynamically linked kaffe-bin. One of the FAQs says to give configure --with-staticvm and it will link statically. I did, but got a dynamically linked kaffa-bin again. Is there any way to force it to build statically? Mark _

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Helmer Krämer
On Fri, 8 Aug 2003 10:22:58 -0600 (MDT) Timothy Stack <[EMAIL PROTECTED]> wrote: Hi, > > An idea how to fix this? My guess would be to defer verification > > of the superclass until after the subclass is in state CSTATE_LOADED_SUPER > > (and NMS_LOADED). This could probably be done by creating a

Re: [kaffe] CVS kaffe (guilhem): New KJC with fixed protected field access control.

2003-08-14 Thread Ito Kazumitsu
In message "[kaffe] CVS kaffe (guilhem): New KJC with fixed protected field access control." on 03/08/14, Kaffe CVS <[EMAIL PROTECTED]> writes: > Date: 2003/08/14 08:38:00 > Author: guilhem > Branch: HEAD > Tag: (none) > Log: > New KJC with fixed protected field access control. > Moreover s

Re: [kaffe] Klasses.jar.bootstrap

2003-08-14 Thread Dalibor Topic
Hi Rob, Rob Gonzalez wrote: I still cannot compile kaffe from a fresh CVS checkout without access to a working rt.jar. When using only the Klasses.jar.bootstrap and jikes 1.1.18, I receive the attached list of errors. make Klasses gets as far as the awt.jar then starts failing pretty spectacula

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/11 10:55:45 Modified files: . : ChangeLog include: Makefile.am Makefile.in kaffe/kaffevm/systems/unix-jthreads: jthread.c libraries/clib/native: Makefile.am Makef

[kaffe] serialization checkin

2003-08-14 Thread Rob Gonzalez
Hi Guilhelm, * libraries/javalib/gnu/java/io/NullOutputStream.java, libraries/javalib/gnu/java/io/ObjectIdentityWrapper.java: added for serialization. I'm not sure NullOutputStream or ObjectIdentityWrapper were correctly committed to the repository. They do not come with

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/12 03:08:31 Modified files: . : ChangeLog libraries/javalib: Makefile.am Makefile.in Added files: libraries/javalib/java/io: VMObjectStreamClass.java Log message: Added missing

Re: [kaffe] missing features needed for HSQLDB 1.7.2

2003-08-14 Thread Dalibor Topic
Hi Ito, Ito Kazumitsu wrote: Hi, I am trying to build the CVS version of hsqldb with kaffe and have found that the following JDK 1.4 features are missing: javax.security.cert.* javax.net.ssl.* These are also missing in GNU Classpath. I am afraid it is a long way before we can use these. ja

Re: [kaffe] Kaffe as the main JVM

2003-08-14 Thread jerome moliere
Dalibor Topic wrote: Salut Jerome, fluent in french :) jerome moliere wrote: Hi all, I know kaffe for a while, but I'm about delivering a report for a huge french institution seraching for a lightt JVM enough to be linked from their website & able to launch their applets. Code is Java 1.1 (awt

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/12 12:51:07 Modified files: libraries/clib/native: RMIHashes.c . : ChangeLog Log message: Copied back pathname2ClassnameCopy from ObjectStreamClassImpl.c into RMIHashes.c _

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/12 13:10:00 Modified files: . : ChangeLog test/regression: TestScript.in Log message: * test/regression/TestScript.in Made $JAVA dependent upon $KAFFEHOME to ensure that the correct kaff

Re: [kaffe] Serialization

2003-08-14 Thread Mark Wielaard
Hi, On Tue, 2003-08-12 at 01:13, Brian Jones wrote: > > Sweet, when could this go into Classpath? Guilhem already send me a patch and as soon as the paperwork is done it will almost certainly go immediately (I will review it, but it looks pretty good). And Guilhem already checked in this new code

[kaffe] Re: Re: Old dirs in classpath?

2003-08-14 Thread Fabio.di.Fabio
Dalibor Topic wrote: > Fabio.di.Fabio wrote: > True. On the other hand, it is questionable how well the old version of > kaffe can run the latest ant, if at all. Especially since the next ant > release is going to drop Java 1.1. support [ red box on > http://ant.apache.org/ ]. You are right, inf

[kaffe] [Fwd: Workshop/BoF: Graphics in GNU Classpath]

2003-08-14 Thread Dalibor Topic
Hi all, I thought this would beof some interest for those of you coming to Linux Kongress in Saarbruecken in October. ;) cheers, dalibor topic --- Begin Message --- === Workshop/BoF: Graphics in GNU Classpath === Linux-Kong

Re: [GNU Crypto] Re: [kaffe] missing features needed for HSQLDB 1.7.2

2003-08-14 Thread Raif S. Naffah
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hello Casey, On Wed, 13 Aug 2003 10:48 am, Casey Marshall wrote: > On Tue, Aug 12, 2003 at 02:27:22PM +0200, Dalibor Topic wrote: > > Ito Kazumitsu wrote: > > >Hi, > > > > > >I am trying to build the CVS version of hsqldb with kaffe > > >and have

[kaffe] Re: SIGNAL_ARGS vs EXCEPTIONFRAME

2003-08-14 Thread Kiyo Inaba
Hi, >We fixed i386-netbsd by copying the definitions over from i386-freebsd2. >That's hardly going to work for the other 50+ platforms, so we may need >something more general ;) Of course, it can be done. But I agree it is not the way to go, once we think the numbers of CPU's and OS's we suppor

[kaffe] CVS kaffe (dalibor):

2003-08-14 Thread Kaffe CVS
PatchSet 3939 Date: 2003/08/13 12:26:28 Author: dalibor Branch: HEAD Tag: (none) Log: Updated FAQs with latest information on building the class library Members: ChangeLog:1.1541->1.1542 FAQ/FAQ.classlibrary-compile:1.13->1.14 FAQ/FAQ.embedded:1.1->1.2 Index: kaffe/C

[kaffe] CVS kaffe (rob): (verify.c:verify3()) Debugger prints out "done verifying whatever" regardless of success or failure.

2003-08-14 Thread Kaffe CVS
PatchSet 3944 Date: 2003/08/13 21:50:25 Author: rob Branch: HEAD Tag: (none) Log: (verify.c:verify3()) Debugger prints out "done verifying whatever" regardless of success or failure. Members: ChangeLog:1.1546->1.1547 kaffe/kaffevm/verify.c:1.22->1.23 Index: kaffe/ChangeLog d

Re: [kaffe] CVS kaffe (jim): Testing new loginfo / cvsps script.

2003-08-14 Thread Jim Pick
On Wed, 13 Aug 2003 11:59:00 +0200 Dalibor Topic <[EMAIL PROTECTED]> wrote: > wow! that's really nice! I must check in something today to test it ;) Oops. There were some bugs in the perl script where it detected the first line in the ChangeLog - the subjects were coming across blank. I think i

Re: [kaffe] CVS kaffe (jim): Testing new loginfo / cvsps script.

2003-08-14 Thread Jim Pick
On Wed, 13 Aug 2003 07:15:56 -0700 Jim Pick <[EMAIL PROTECTED]> wrote: > On Wed, 13 Aug 2003 11:59:00 +0200 > Dalibor Topic <[EMAIL PROTECTED]> wrote: > > > wow! that's really nice! I must check in something today to test it ;) > > Oops. There were some bugs in the perl script where it detected

Re: [GNU Crypto] Re: [kaffe] missing features needed for HSQLDB 1.7.2

2003-08-14 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Aug 13, 2003 at 03:46:53PM +0200, Dalibor Topic wrote: > >>javax.net.ssl.* is a different beast altogether. I'm afraid that there > >>is no free software implementation of this API, but I hope the Gnu > >>Crypto developers may know more. So

[kaffe] Re: KJC bug report: inner class cannot find the enclosing class's method

2003-08-14 Thread ito . kazumitsu
In message "Re: [kaffe] KJC bug report: inner class cannot find the enclosing class's method" on 03/08/13, Guilhem Lavaux <[EMAIL PROTECTED]> writes: > I have found where the bug lies ! In CMethod, the test for accessibility > forget to check whether the calling > context is nested into an

[kaffe] CVS kaffe (rob): See ChangeLog

2003-08-14 Thread Kaffe CVS
PatchSet 3949 Date: 2003/08/14 22:13:59 Author: rob Branch: HEAD Tag: (none) Log: See ChangeLog Members: ChangeLog:1.1551->1.1552 kaffe/kaffevm/lookup.c:1.31->1.32 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1551 kaffe/ChangeLog:1.1552 --- kaffe/ChangeLog:1.1551 Thu

Re: [kaffe] Re: GNU classpath and AWT

2003-08-14 Thread Jim Pick
On 14 Aug 2003 12:28:33 -0600 "Tom Tromey" <[EMAIL PROTECTED]> wrote: > > "James" == James Simmons <[EMAIL PROTECTED]> writes: > > James> Yes. Actually there is alot ot work on. I like to see > James> multimedia truly supported in Kaffe. > > Let me make a plea for new packages and such to be

[kaffe] CVS kaffe (rob): Changed a comparrison operator error.

2003-08-14 Thread Kaffe CVS
PatchSet 3948 Date: 2003/08/14 19:41:43 Author: rob Branch: HEAD Tag: (none) Log: Changed a comparrison operator error. Members: ChangeLog:1.1550->1.1551 kaffe/kaffevm/verify.c:1.24->1.25 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1550 kaffe/ChangeLog:1.1551 --- kaffe/C

[kaffe] Re: GNU classpath and AWT

2003-08-14 Thread James Simmons
> James> Yes. Actually there is alot ot work on. I like to see > James> multimedia truly supported in Kaffe. > > Let me make a plea for new packages and such to be written in > Classpath, not kaffe. > > My belief is that there aren't enough free software java hackers for > us to spend time rewri

[kaffe] "Alias" failure

2003-08-14 Thread Guilhem Lavaux
Hi, as you may have noticed the regression test called Alias fails with the new serialization code. The problem can be fixed with kaffe's API but to make things cleanly I need also to extend classpath's internal API so I am waiting for a feedback from classpath's maintainers. Cheers, Guilhem.

[kaffe] Re: GNU classpath and AWT

2003-08-14 Thread Tom Tromey
> "James" == James Simmons <[EMAIL PROTECTED]> writes: James> Yes. Actually there is alot ot work on. I like to see James> multimedia truly supported in Kaffe. Let me make a plea for new packages and such to be written in Classpath, not kaffe. My belief is that there aren't enough free softw

[kaffe] CVS kaffe (guilhem):

2003-08-14 Thread Kaffe CVS
PatchSet 3942 Date: 2003/08/13 14:53:47 Author: guilhem Branch: HEAD Tag: (none) Log: Removed conflict remainings... Members: ChangeLog:1.1544->1.1545 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1544 kaffe/ChangeLog:1.1545 --- kaffe/ChangeLog:1.1544 Wed Aug 13 06:52:17 2003

[kaffe] CVS kaffe (dalibor):

2003-08-14 Thread Kaffe CVS
PatchSet 3940 Date: 2003/08/13 12:48:42 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build problems with kjc Members: ChangeLog:1.1542->1.1543 libraries/javalib/Klasses.jar.bootstrap:1.29->1.30 libraries/javalib/bootstrap.classlist:1.23->1.24 Index: kaffe/Chan

Re: [kaffe] Kaffe as the main JVM

2003-08-14 Thread Dalibor Topic
Salut Jerome, jerome moliere wrote: Hi all, I know kaffe for a while, but I'm about delivering a report for a huge french institution seraching for a lightt JVM enough to be linked from their website & able to launch their applets. Code is Java 1.1 (awt, .net, .io) so kaffe could make the stuff.

[kaffe] Kaffe CVS: kaffe dalibor

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/08/12 10:04:53 Added files: libraries/javalib/java/awt: TextBuffer.java Removed files: libraries/javalib/java/awt/widgets: TextBuffer.java Log message: moved java/awt/TextBuffer.java _

Re: [kaffe] Kaffe as the main JVM

2003-08-14 Thread Dalibor Topic
jerome moliere wrote: Dalibor Topic wrote: Salut Jerome, fluent in french :) not really, I'm just living right accross the border on the German side ;) your answer points out my doubts because I saw code from the KaffeCE , but I'm not in touch with the project to be able to say that 's the ve

SIGNAL_ARGS vs EXCEPTIONFRAME (Was: Re: [kaffe] Kaffe 1.1.1 "Development"Release available for download)

2003-08-14 Thread Dalibor Topic
Hi all, Dalibor Topic wrote: Hi Kiyo, Kiyo Inaba wrote: Hi, One more problem. Except for alpha-linux, i386-freebsd, i386-linux, ia64-linux, and s390-linux, interrupt in 'kaffe/kaffevm/systems/unix-jthreads/jthread.h' can not be compiled. Because this function has its argument definition by usin

[kaffe] GNU classpath and AWT

2003-08-14 Thread James Simmons
Hi! Is anyone working on porting the rest of GNU classpath relating to AWT into kaffe. If not I like to port some of the stuff over. Eventually I like to implement a truffle for kaffe. ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cg

[kaffe] CVS kaffe (guilhem): New KJC with fixed protected field access control.

2003-08-14 Thread Kaffe CVS
PatchSet 3945 Date: 2003/08/14 08:38:00 Author: guilhem Branch: HEAD Tag: (none) Log: New KJC with fixed protected field access control. Moreover some basic cleanup in the variable propagation. Members: ChangeLog:1.1547->1.1548 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1547 kaf

[kaffe] Kaffe as the main JVM

2003-08-14 Thread jerome moliere
Hi all, I know kaffe for a while, but I'm about delivering a report for a huge french institution seraching for a lightt JVM enough to be linked from their website & able to launch their applets. Code is Java 1.1 (awt, .net, .io) so kaffe could make the stuff... But what about the process of runn

[kaffe] Kaffe CVS: kaffe dalibor

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/08/08 05:51:07 Modified files: . : ChangeLog libraries/javalib: Makefile.am Makefile.in libraries/javalib/java/security/cert: CertificateFactory.java

[kaffe] Kaffe CVS: kaffe hkraemer

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/08/12 16:02:20 Modified files: . : ChangeLog libraries/javalib: Klasses.jar.bootstrap Makefile.am Makefile.in libraries/javalib/profiles/default: core.files librarie

[kaffe] Kaffe CVS: kaffe dalibor

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/08/12 10:02:28 Modified files: . : ChangeLog kaffe : Makefile.in kaffe/kaffe: Makefile.in kaffe/scripts : Makefile.in kaffe/scripts/compat: Makefile.i

[kaffe] Kaffe CVS: kaffe jim

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 03/08/10 22:59:32 Modified files: . : ChangeLog ChangeLog.1 Log message: 2003-08-10 Jim Pick <[EMAIL PROTECTED]> * ChangeLog.1: Fixed some bad dates. __

[kaffe] CVS kaffe (jim): Testing new loginfo / cvsps script.

2003-08-14 Thread Kaffe CVS
PatchSet 3938 Date: 2003/08/13 05:30:46 Author: jim Branch: HEAD Tag: (none) Log: 2003-08-12 Jim Pick <[EMAIL PROTECTED]> * Testing new loginfo / cvsps script. Hopefully, we can get some more intelligent loginfo emails out of this new script. I'm using cvsps, see:

Re: [kaffe] CVS kaffe (jim): Testing new loginfo / cvsps script.

2003-08-14 Thread Jim Pick
Another thing I should mention... Now the commitlog emails will automatically include a patch, including the ChangeLog entries. Also, the first line of the cvs commit Log message will be used for the Subject line on the email. Since the ChangeLog entry will come out in the patch part of the emai

[kaffe] Kaffe CVS: kaffe jim

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 03/08/12 15:57:15 Modified files: . : ChangeLog test/regression: TestScript.in Log message: 2003-08-12 Jim Pick <[EMAIL PROTECTED]> * test/regression/TestScript.in: Add -noverify temporaril

[kaffe] missing features needed for HSQLDB 1.7.2

2003-08-14 Thread Ito Kazumitsu
Hi, I am trying to build the CVS version of hsqldb with kaffe and have found that the following JDK 1.4 features are missing: javax.security.cert.* javax.net.ssl.* These are also missing in GNU Classpath. I am afraid it is a long way before we can use these. java.io.RandomAccessFile.getC

Re: [kaffe] Re: KJC bug report: inner class cannot find the enclosingclass's method

2003-08-14 Thread Guilhem Lavaux
[EMAIL PROTECTED] wrote: In message "Re: [kaffe] KJC bug report: inner class cannot find the enclosing class's method" on 03/08/13, Guilhem Lavaux <[EMAIL PROTECTED]> writes: I have found where the bug lies ! In CMethod, the test for accessibility forget to check whether the calling contex

Re: [kaffe] Sun's javac and compiling rt.jar without debugging symbols

2003-08-14 Thread Dalibor Topic
Hi Mark, Mark and Janice Juszczec wrote: Hi folks I made kaffe-1.1.0 for i386. Now I'm making kaffe-1.1.0 for mipsel (still playing with that Helio) that's good to hear. Per the FAQ.embedded, I do: export -n JAVA export -n JAVAC export -n CLASSPATH export JAVAC="/usr/java/jdk1.3.1_08/bin/javac

[kaffe] KJC bug report: inner class cannot find the enclosing class's method

2003-08-14 Thread Ito Kazumitsu
Hi, I think this is a bug of KJC. While trying to build the CVS verion of HSQLDB (http://hsqldb.sourceforge.net/), I found some code which kjc cannot compile while both Sun's javac and gcj can. Simplified programs to show this bug are as follows. bash$ cat a/A.java package a; public class A {

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/12 13:49:55 Modified files: kaffe/kaffevm : verify.h Log message: Forgot it last time. ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/

Re: [kaffe] Snapshot 03/08/12

2003-08-14 Thread Guilhem Lavaux
Kiyo Inaba wrote: Hi, Hi Kiyo, Today's snapshot can not be compiled on i686-linux (and maybe all other platforms) with --with-staticbin --with-staticlib --with-staticvm --without-x --without-sound --

Re: [kaffe] Re: Please update kaffe in FreeBSD ports collection

2003-08-14 Thread Ito Kazumitsu
> ":" == Mark Huizer <[EMAIL PROTECTED]> writes: :> Please see the attachment, for a first attempt at a new port: :> kaffe-devel. :> :> This should install the new kaffe. I tried your port and could successfully installed it. I think the installed kaffe works fine for me. Before making, I c

Re: [kaffe] CVS kaffe (jim): Testing new loginfo / cvsps script.

2003-08-14 Thread Dalibor Topic
Kaffe CVS wrote: PatchSet 3938 Date: 2003/08/13 05:30:46 Author: jim Branch: HEAD Tag: (none) Log: 2003-08-12 Jim Pick <[EMAIL PROTECTED]> * Testing new loginfo / cvsps script. Hopefully, we can get some more intelligent loginfo emails out of this new script. I'm using cvsp

Re: [kaffe] Kaffe as the main JVM

2003-08-14 Thread Jim Pick
On Tue, 12 Aug 2003 15:59:11 +0200 "jerome moliere" <[EMAIL PROTECTED]> wrote: > Hi all, > I know kaffe for a while, but I'm about delivering a report for a huge > french institution seraching for a lightt JVM enough to be linked from > their website & able to launch their applets. Code is Java 1

[kaffe] JAPI-Testresults offline

2003-08-14 Thread Torsten Hübscher
Hi all! The links to JAPI-Tests like http://rainbow.netreach.net/~sballard/japi/htmlout/h-jdk12-kaffe.html fail. It seems they (at least temporarily) closed down their site. Could "sballard" help out? Stay safe. Torsten ___ kaffe mailing list [EMAIL

[kaffe] Klasses.jar.bootstrap

2003-08-14 Thread Rob Gonzalez
Hi everyone, I still cannot compile kaffe from a fresh CVS checkout without access to a working rt.jar. When using only the Klasses.jar.bootstrap and jikes 1.1.18, I receive the attached list of errors. make Klasses gets as far as the awt.jar then starts failing pretty spectacularly. If anyon

Re: [kaffe] Re: Re: Old dirs in classpath?

2003-08-14 Thread Dalibor Topic
ciao fabio, Fabio.di.Fabio wrote: Dalibor Topic wrote: You are right, infact I've downloaded Kaffe 1.0.6 and it doesn't run Ant 1.5.3. I've proposed a patch to Ant developers. I also attach the patch just in case it is usefull to someone. thanks a lot, it will be useful when we update kaffe-extr

[kaffe] CVS kaffe-extras (guilhem):

2003-08-14 Thread Kaffe CVS
PatchSet 11 Date: 2003/08/13 14:45:44 Author: guilhem Branch: HEAD Tag: (none) Log: Added new fix for KJC to fix inherited method access. Updated build scheme: added a property called rtjar_files to specify the location of the original rt.jar (default to local rt.jar). Fix a typo a kjc-class-file

Re: [kaffe] Kaffe as the main JVM

2003-08-14 Thread jerome moliere
Dalibor Topic wrote: jerome moliere wrote: Hi, Salut Jerome, I saw the X dependency from the kaffe code & sounds complicated to have such layer on windows !!! yes;) there is Xfree for cygwin, but you already ruled Cygwin out. In theory, there is also a port of kaffe's AWT to MFC in the li

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/12 13:30:25 Modified files: . : ChangeLog kaffe/kaffevm : verify.c Log message: * kaffe/kaffevm/verify.h * kaffe/kaffevm/verify.c (Type.type) change to a union Type.data. This makes man

Re: [kaffe] Klasses.jar.bootstrap

2003-08-14 Thread Dalibor Topic
Rob Gonzalez wrote: Hi Dalibor, I'd guess that you are either not really using jikes, or have some problems with a CLASSPATH setting pointing to another, incompatible rt.jar. I'm definitely using jikes ;). Also, my CLASSPATH was unset. I assume having some of the AWT widgets that are supposed

Re: [kaffe] GNU classpath and AWT

2003-08-14 Thread James Simmons
> Hi James! (James used to work at Transvirtual with me) Hi! BTW thank you for your help on tracking on CaffeineMark3.0. Have a copy. > I'm not aware of anybody working on porting the Classpath AWT, although > I think Dalibor is quite active in moving the other parts of Classpath > into Kaf

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/12 13:37:21 Modified files: . : ChangeLog kaffe/kaffevm : verify.c Log message: * kaffe/kaffevm/verify.c TYPE_LONG change to TYPE_Long. Ooops! ___

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/12 00:02:21 Modified files: . : ChangeLog libraries/javalib: Klasses.jar.bootstrap bootstrap.classlist essential.files libraries/javalib/java/io: Objec

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/08 07:43:05 Modified files: . : ChangeLog libraries/javalib: Makefile.am Log message: * libraries/javalib/Makefile.am Removed: kaffe_security_SRCS = \ kaffe/security/Engine.java because

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Timothy Stack
> > Hi all, > > I just committed the bytecode verifier. It's a huge chunk of code and > it's very likely that there are little bugs lurking around in it...I can't > even count how many off-by-one errors I had during development. make check-TESTS make[1]: Entering directory `/z/stack/tmp0/kbuil

[kaffe] Kaffe CVS: kaffe dalibor

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/08/12 10:18:22 Modified files: . : ChangeLog libraries/javalib/java/lang: String.java Log message: 2003-08-12 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/lang/String.java:

[kaffe] Re: Serialization

2003-08-14 Thread Brian Jones
Guilhem Lavaux <[EMAIL PROTECTED]> writes: > Hi, > > I nearly managed to get Classpath's serialization up to kaffe's > level and at the same time keeping the advantage of it. However, it > is "nearly". > > However I cam across an RMI's documentation which says > serialPersistentFields should onl

Re: [kaffe] compile on netbsd fails

2003-08-14 Thread M.Negovanovic
On Wed, Aug 06, 2003 at 12:52:39PM +0200, Guilhem Lavaux wrote: > The problem is that it is not sufficient to handle exception frame with > the translator... have a look at i386/freebsd2/md.h for example. > adding the: #define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *sc to c

[kaffe] javac error on simple rmi test program

2003-08-14 Thread [EMAIL PROTECTED]
I'm having a problem compiling a simple RMI example from Sun. JDK1.1 has no problem with it. I'm happy to supply the rest of the project if need be, but I'm unclear on what could be the problem, and I hate to drown the list with unneeded info. I'm a java newbie (I'm working on a transaction serve

Re: [kaffe] Klasses.jar.bootstrap

2003-08-14 Thread Rob Gonzalez
Hi Dalibor, > I'd guess that you are either not really using jikes, or have some > problems with a CLASSPATH setting pointing to another, incompatible rt.jar. I'm definitely using jikes ;). Also, my CLASSPATH was unset. > Anyway, I've put current rt.jar online at > http://www.kaffe.org/~robi

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/11 12:52:52 Added files: libraries/javalib/gnu/java/io: NullOutputStream.java ObjectIdentityWrapper.java Log message: Added missing files. ___

[kaffe] Kaffe CVS: kaffe dalibor

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/08/04 17:43:41 Modified files: . : ChangeLog Log message: 2003-08-05 Dalibor Topic <[EMAIL PROTECTED]> libraries/javalib/awt/AWTError.java, libraries/javalib/awt/AWTException.java, libraries/javali

Re: [kaffe] Kaffe as the main JVM

2003-08-14 Thread jerome moliere
Hi, your answer points out my doubts because I saw code from the KaffeCE , but I'm not in touch with the project to be able to say that 's the version I need, moreover I never ran this version (I don't have Windows CE friendly machine) I've looked over the sources briefly, and they have imp

Re: [kaffe] Kaffe 1.1.1 "Development" Release available for download

2003-08-14 Thread Dalibor Topic
Hi Kiyo, Kiyo Inaba wrote: Hi, One more problem. Except for alpha-linux, i386-freebsd, i386-linux, ia64-linux, and s390-linux, interrupt in 'kaffe/kaffevm/systems/unix-jthreads/jthread.h' can not be compiled. Because this function has its argument definition by using macro 'SIGNAL_ARGS(sig,sc)' a

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Helmer Krämer
On Thu, 7 Aug 2003 09:46:31 -0600 (MDT) Timothy Stack <[EMAIL PROTECTED]> wrote: Hi Tim, > > I just committed the bytecode verifier. It's a huge chunk of code and > > it's very likely that there are little bugs lurking around in it...I can't > > even count how many off-by-one errors I had during

Re: [kaffe] Re: Old dirs in classpath?

2003-08-14 Thread Dalibor Topic
Fabio.di.Fabio wrote: Thanks, I've modified ant source so that it does treat kaffe like a regular jdk1.1 and it works, it was enough to comment out some kaffe related code, but this works for new kaffe filesystem layout, so for back compatibility we have to check the version of kaffe. True. On th

[kaffe] Re: Old dirs in classpath?

2003-08-14 Thread Fabio.di.Fabio
Dalibor Topic wrote: > Fabio.di.Fabio wrote: >> BUILD FAILED >> file:/home/abel/usr/cvs/james-server/build.xml:211: >> /home/abel/usr/kaffe/share/kaffe not found. > > thanks for the bug report. that's a bug in ant, unfortunately. It tries > to find kaffe's rt.jar in the old (1.0.6 style) path and

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Dalibor Topic
Helmer Krämer wrote: If you try running $JAVA at.dms.kjc.CSourceClass afterwards, you will see that kaffe thinks that it has detected a ClassCircularityError. Now comes the confusing part, since I'll try to explain what I think is going on here ;) First of all, CSourceClass is derived from CClass,

[kaffe] Java for FreeDOS

2003-08-14 Thread Daniel S. Taranta
Hi, I need run a Java program in FreeDOS. A link in the FreeDOS site (http://www.freedos.org/freedos/links/) tell me that Kaffe can help-me, but I don`t find more information and I don`t find a Keffe for DOS binary in Kaffe site. And another question, now abaut the Kaffe: if I use it in DOS (Free

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Jim Pick
Excellent! Thanks for all the hard work you've put in. Cheers, - Jim On Thu, 07 Aug 2003 10:52:25 -0400 (EDT) "Rob Gonzalez" <[EMAIL PROTECTED]> wrote: > Hi all, > > I just committed the bytecode verifier. It's a huge chunk of code and > it's very likely that there are little bugs lurking a

Re: [kaffe] Sun's javac and compiling rt.jar without debugging symbols

2003-08-14 Thread Rob Gonzalez
Hi Mark, Try using KJC (kjc.jar is included in kaffe 1.1.x) or jikes 1.18 instead of Sun's javac, but include kaffe's rt.jar in the classpath. Also, I would use 1.1.1 instead of 1.1.0 as there's been a lot of improvement between the two development releases. Cheers, Rob On Sat, 9 Aug 2003, Mar

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/10 05:41:08 Modified files: . : ChangeLog libraries/clib/native: Class.c Log message: (checkForFields) if declared is true we should not return inherited fields from interfaces. Fixed.

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/04 23:44:40 Modified files: . : ChangeLog kaffe/kaffevm : ksem.h kaffe/kaffevm/systems/unix-jthreads: jthread.c jthread.h syscalls.c

Re: [kaffe] Serialization

2003-08-14 Thread Brian Jones
Guilhem Lavaux <[EMAIL PROTECTED]> writes: > Hi, > > Finally, I have followed kaffe's regression tests. Classpath's > serialization passes all kaffe's tests, although one is wrong > according to JDK 1.4.2 (TestSerialVersions.Test0007 should give "null, > 105"). serialPersistentFields is now also

[kaffe] Kaffe CVS: kaffe hkraemer

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/08/11 07:50:07 Modified files: . : ChangeLog kaffe/kaffevm : verify.c soft.h Log message: * kaffe/kaffevm/verify.c: (verifyMethod3b) fixed verification of blocks that contain RETs

Re: [kaffe] compile on netbsd fails

2003-08-14 Thread Guilhem Lavaux
Hi Milos, M.Negovanovic wrote: Hi, gcc -DTRANSLATOR -DJIT3 -DKVER=\"1.1.1\" -I. -I. -I../../../../config -I../../../../include/kaffe -I. -I. -I../.. -I./../.. -I../../../../config -I../../../../config -I../../../../include -I../../../../include -I../../../../kaffe/xprof -I../../../../include -DK

[kaffe] Kaffe CVS: kaffe rob

2003-08-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/08/07 14:05:28 Modified files: . : ChangeLog kaffe/kaffevm : baseClasses.c classMethod.c itypes.c itypes.h verify.c verify.h Log message: Fixed the verifier so th

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Rob Gonzalez
Hi Tim & Helmer, I've been toying with the circular error for a while now and have only ruled out solutions. I tried Helmer's idea to have a special getClass() and it didn't seem to work, Tim's reservations notwithstanding. I suspect that he may be right about breaking up the loading of supercla

Re: [GNU Crypto] Re: [kaffe] missing features needed for HSQLDB 1.7.2

2003-08-14 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 12, 2003 at 02:27:22PM +0200, Dalibor Topic wrote: > Ito Kazumitsu wrote: > >Hi, > > > >I am trying to build the CVS version of hsqldb with kaffe > >and have found that the following JDK 1.4 features are missing: > > > >javax.security.cert

Re: [kaffe] Java for FreeDOS

2003-08-14 Thread Angel Antov
Hi, There is or "used to be" a fairly old port of Kaffe for Dos at www.openje.org/kaffepc. It's based on the 1.0.3b version of Kaffe so it lacks most of the 1.1/1.2 features of the current CVS version. Still it's fairly stable and works quite well. It has a java.net dos port using the wattcp sta

  1   2   >