[kaffe] Threaded code and quick instructions for Kaffe

2004-06-01 Thread jserv
Hello all, After looking up Helmut Eller's Threaded code interpreter patch [1], I attempt to migrate his patch to Kaffe 1.1.x version, and it is almost finished, which is attached against kaffe cvs in this mail. Helmut Eller quoted his patch as following: Threaded code provides about

Re: [kaffe] NEWS: GNU Classpath's AWT/Swing now runs on KaffeVM.

2004-06-01 Thread jserv
Due to big changes in GNU Classpath of 2004-05-31, I updated my tarball to adapt it accordingly. However, there are some notes to be mentioned: (1) javax/swing/JComponent.java uses holdsLock() method in java.lang.Thread to handle double-buffering, but Kaffe lacks it. (2) Java2D

[kaffe] Release status...

2004-06-01 Thread Jim Pick
Hi, I announced that I had made a branch for the 1.1.5 release almost a month ago, but I haven't made the final release yet. :-( So I thought I'd drop a note to the list on what's taking me so darned long to do it... Part of it is due to the usual excuses (work, real life, etc.) and my own

[kaffe] Re: [kaffe-siteadmin] CVS website (jim): Remove sponsorship program from website.

2004-06-01 Thread Dalibor Topic
Kaffe CVS wrote: PatchSet 192 Date: 2004/06/01 05:42:35 Author: jim Branch: HEAD Tag: (none) Log: Remove sponsorship program from website. It was a bit too much hassle to maintain - I'll just cover the hosting expenses myself (it's a pretty cheap hobby). Thanks a lot for keeping us alive out

Re: [kaffe] Threaded code and quick instructions for Kaffe

2004-06-01 Thread Helmer Krämer
On Tue, 1 Jun 2004 14:08:00 +0800 [EMAIL PROTECTED] wrote: Hello all, After looking up Helmut Eller's Threaded code interpreter patch [1], I attempt to migrate his patch to Kaffe 1.1.x version, and it is almost finished, which is attached against kaffe cvs in this mail. Just some random

[kaffe] still missing declarations on netBSD/68K

2004-06-01 Thread Riccardo
ON NETBSD/68K 1.6.2 using jit-3 In file included from ../../../config/../../kaffe/config/m68k/netbsd1/md. h:19, from ../../../config/md.h:1, from ../../../../kaffe/kaffe/kaffevm/systems/unix- jthreads/jthread.h:41, from

Re: [kaffe] Release status...

2004-06-01 Thread Arnaud Vandyck
Jim Pick [EMAIL PROTECTED] writes: Hi, Hi Jim, [...] Does anybody have any objections to me holding off on the 1.1.5 release until I get the regression testing system deployed on the server? In the Debian point of view, I uploaded the 1.1.5 branch and it should be OK for us. It's not in

[kaffe] CVS kaffe (kaz): libraries/javalib/java/io/File.java

2004-06-01 Thread Kaffe CVS
PatchSet 4804 Date: 2004/06/01 14:40:33 Author: kaz Branch: HEAD Tag: (none) Log: 2004-06-01 Ito Kazumitsu [EMAIL PROTECTED] * libraries/javalib/java/io/File.java (toURI): Use new URI(scheme, userInfo, host, port, path, query, fragment). Members:

[kaffe] Solaris pthread broken...

2004-06-01 Thread Riccardo
Hello, besides needing to add -lnsl -lsocket -lposix4 to be able to link, kaffe fails this way: Compiling classes from @pure_java_math.files using /home/multix/kaffe- cvs/sunos-build/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M at.dms.kjc. Main java.lang.NoClassDefFoundError:

Re: [kaffe] Release status...

2004-06-01 Thread Dalibor Topic
Hi Jim, Jim Pick wrote: There are several steps to making the release: a) Reviewing the changes and summarizing them for the release announcement. Yeah, that's a bit boring to do at once. I'm guity of not updating the NEWS accordingly. I will take care of that. On a side note, I believe we

[kaffe] CVS kaffe (dalibor): Added tools to DIST_SUBDIRS

2004-06-01 Thread Kaffe CVS
PatchSet 4805 Date: 2004/06/01 17:45:30 Author: dalibor Branch: HEAD Tag: (none) Log: Added tools to DIST_SUBDIRS 2004-06-01 Dalibor Topic [EMAIL PROTECTED] * Makefile.am: (DIST_SUBDIRS) Added test. * Makefile.in: Regenerated. Members:

[kaffe] CVS kaffe (dalibor): Fixed make distcheck in tools/gjdoc/javalib/

2004-06-01 Thread Kaffe CVS
PatchSet 4806 Date: 2004/06/01 18:15:25 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed make distcheck in tools/gjdoc/javalib/ 2004-06-01 Dalibor Topic [EMAIL PROTECTED] * tools/gjdoc/javalib/Makefile.am: (EXTRA_DIST) Removed META-INF. *

[kaffe] icode warning patch

2004-06-01 Thread Riccardo
Hey, I attach a patch to insert some forward declarations inside icode.c so to remove warnings and clean up the code. For now I put them atop the C file thinking that they are only a forward declaration for an internal function, instead of creating a header file. -R begin 644

[kaffe] CVS kaffe (dalibor): Fixed make distcheck in libraries/clib/security/

2004-06-01 Thread Kaffe CVS
PatchSet 4807 Date: 2004/06/01 18:59:19 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed make distcheck in libraries/clib/security/ 2004-06-01 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/security/Makefile.am: (EXTRA_DIST) Added security_DATA. *

[kaffe] CVS kaffe (guilhem): Regression test fix + Network fix

2004-06-01 Thread Kaffe CVS
PatchSet 4809 Date: 2004/06/01 19:41:52 Author: guilhem Branch: HEAD Tag: (none) Log: Regression test fix + Network fix * test/regression/DeleteFile.java: Fixed 'java args'. * libraries/clib/net/PlainDatagramSocketImpl.c (gnu_java_net_PlainDatagramSocketImpl_getTTL):

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

2004-06-01 Thread Kaffe CVS
PatchSet 4810 Date: 2004/06/01 20:36:56 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build with kjc 2004-06-01 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/bootstrap.classlist: Added java/security/Permissions.class,

Re: [kaffe] Solaris pthread broken...

2004-06-01 Thread Dalibor Topic
Riccardo wrote: Hello, besides needing to add -lnsl -lsocket -lposix4 to be able to link, kaffe fails this way: Compiling classes from @pure_java_math.files using /home/multix/kaffe- cvs/sunos-build/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M at.dms.kjc. Main java.lang.NoClassDefFoundError:

[kaffe] FW: Bug - japitools - Dropped protected method not detected

2004-06-01 Thread Peter Connolly
When I delete a protected method from a new version of a jar and compare the old vs. the new using japitools, the report does not flag the fact that the method is missing. According to the list of illegal changes between jar files: http://www.kaffe.org/~stuart/japi/jcompat.txt Methods: -