[kaffe] CVS kaffe (jserv): Update Qt AWT backend and gcjwebplugin information.

2004-07-09 Thread Kaffe CVS
PatchSet 4923 Date: 2004/07/10 02:48:04 Author: jserv Branch: HEAD Tag: (none) Log: Update Qt AWT backend and gcjwebplugin information. Members: ChangeLog:1.2488->1.2489 WHATSNEW:1.33->1.34 FAQ/FAQ.awt:1.8->1.9 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.2488 ka

[kaffe] CVS kaffe (guilhem): A few small fixes.

2004-07-09 Thread Kaffe CVS
PatchSet 4918 Date: 2004/07/09 12:50:13 Author: guilhem Branch: HEAD Tag: (none) Log: A few small fixes. * kaffe/kaffevm/external.c (discoverLibraryHome): Embrace between ENABLE_BINRELOC. * kaffe/kaffevm/jit3/constpool.c (constPoolTypeNames): Added 'const' (fix a

[kaffe] CVS kaffe (jserv): Qt AWT backend cleanup

2004-07-09 Thread Kaffe CVS
PatchSet 4921 Date: 2004/07/10 01:58:26 Author: jserv Branch: HEAD Tag: (none) Log: Qt AWT backend cleanup * libraries/clib/awt/qt/imggif.cc, libraries/clib/awt/qt/imgjpeg.cc, libraries/clib/awt/qt/imgpng.cc: removed. * libraries/clib/awt/qt/Makefile.am,

[kaffe] CVS kaffe (guilhem): More JNI options in ParseArgs + Some JNI regression tests.

2004-07-09 Thread Kaffe CVS
PatchSet 4919 Date: 2004/07/09 15:44:20 Author: guilhem Branch: HEAD Tag: (none) Log: More JNI options in ParseArgs + Some JNI regression tests. * kaffe/kaffevm/jni/jni-base.c (KaffeJNI_ParseArgs): Added support for '-Xbootclasspath' family. * test/jni/Makefile.am, test/j

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

2004-07-09 Thread Kaffe CVS
PatchSet 4920 Date: 2004/07/09 16:19:21 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build with kjc 2004-07-09 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/profiles/default/coreawt.files, libraries/javalib/profiles/default/moreawt.files: Moved gnu/java/

[kaffe] Relicensing the Verifier, and Turning it On

2004-07-09 Thread rob
Hi all, [The first part of this email is about licensing stuff, the last bit is more interesting ;)] There are a couple parties interested in using bits of Kaffe's verifier, but the GPL is not compatible with their projects' licenses. In the past, I released an older version (of pass 3) for Chri

Re: [kaffe] Suspicious changes

2004-07-09 Thread Dalibor Topic
Gwenole Beauchesne wrote: Hi, While tracking down my regressions on x86_64, I came accross the following (unrelated) problem: Turns out to be related, I realized that when I bothered looking at Hashtable.java:264 as mentioned in the trace and noticed loadFactor was a "float". ;-) 2004-03-24 D

Re: [kaffe] About KAFFEHOME

2004-07-09 Thread Helmer Krämer
On Fri, 09 Jul 2004 14:02:58 +0200 Fabien Renaud <[EMAIL PROTECTED]> wrote: Hi, > When I cross compiled I had some problems because there is my native > dirs in scripts (kaffe, jdb, jar, ...) What do you mean with "native dirs"? Regards, Helmer ___

Re: [kaffe] Problem in kaffe/kaffe/kaffevm/systems/unix-pthreads/signal.c

2004-07-09 Thread Guilhem Lavaux
Fabien Renaud wrote: Hi, There is a problem during execution with unix-pthreads : kaffe-bin: signal.c:224: registerSyncSignalHandler: Assertion `handler != ((void *)0)' failed. Aborted Hi Fabien, I'm the culprit. I was thinking to improve a jthread call and have not thoroughly test the modifica

[kaffe] About KAFFEHOME

2004-07-09 Thread Fabien Renaud
Hi, When I cross compiled I had some problems because there is my native dirs in scripts (kaffe, jdb, jar, ...) I did this and that works : > diff -u configure_ configure --- configure_ 2004-07-09 13:57:12.0 +0200 +++ configure 2004-07-09 11:44:37.0 +0200 @@ -56457,6 +56457,7 @

[kaffe] Problem in kaffe/kaffe/kaffevm/systems/unix-pthreads/signal.c

2004-07-09 Thread Fabien Renaud
Hi, There is a problem during execution with unix-pthreads : kaffe-bin: signal.c:224: registerSyncSignalHandler: Assertion `handler != ((void *)0)' failed. Aborted Cheers, Fabien ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/

Re: [kaffe] Building kaffe 1.1.4 under Fedora Linux

2004-07-09 Thread Dalibor Topic
Minh Nguyen wrote: Hi Guilhem, I've just erased Fedora and installed Suse 9.1 instead. I then tried to rebuild kaffe 1.1.4 and it went smoothly like a breeze :-) So the bottom line is: Suse is better than Fedora! Heh :) Actually, it was abug I introduced in order to fix a crash on parisc

Re: [kaffe] AWT/QT bug

2004-07-09 Thread Fabien Renaud
Hi Benja, The second programm works on my ARM machine. BTW I still have problems due to mouse : Java.lang.ArrayIndexOutOfBoundsException at java.awt.MouseEvt.getEvent (MouseEvt.java:283) at java.awt.Toolkit.evtGetNextEvent (Toolkit.java) at java.awt.EventQueue.getNextEvent (EventQueue.java:1

[kaffe] CVS kaffe (dalibor): Only use jit_debug if both TRANSLATOR and KAFFEVM_DEBUG are defined

2004-07-09 Thread Kaffe CVS
PatchSet 4907 Date: 2004/07/08 09:04:54 Author: dalibor Branch: HEAD Tag: (none) Log: Only use jit_debug if both TRANSLATOR and KAFFEVM_DEBUG are defined 2004-07-08 Dalibor Topic <[EMAIL PROTECTED]> Yoshiharu Oba <[EMAIL PROTECTED]> * kaffe/kaffevm/debug.c: Only u

Re: [kaffe] Suspicious changes

2004-07-09 Thread Gwenole Beauchesne
Hi, While tracking down my regressions on x86_64, I came accross the following (unrelated) problem: Turns out to be related, I realized that when I bothered looking at Hashtable.java:264 as mentioned in the trace and noticed loadFactor was a "float". ;-) 2004-03-24 Dalibor Topic <[EMAIL PROTEC