[kaffe] CVS kaffe (guilhem): Updated THIRDPARTY.

2004-07-25 Thread Kaffe CVS
PatchSet 5011 Date: 2004/07/25 06:51:11 Author: guilhem Branch: HEAD Tag: (none) Log: Updated THIRDPARTY. * THIRDPARTY: Added an entry for GNU Getopt. Members: ChangeLog:1.2570->1.2571 THIRDPARTY:1.23->1.24 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.2570 kaffe/

[kaffe] CVS kaffe (guilhem): Removed AWT's and libxmlj's classes from the bootstrap file.

2004-07-25 Thread Kaffe CVS
PatchSet 5013 Date: 2004/07/25 07:59:49 Author: guilhem Branch: HEAD Tag: (none) Log: Removed AWT's and libxmlj's classes from the bootstrap file. 2004-07-25 Helmer Krämer <[EMAIL PROTECTED]> * include/Makefile.am (NOINSTALL_JNI_DERIVED_HDRS): Removed libxmlj's and awt's

[kaffe] CVS kaffe (guilhem): Added a missing file.

2004-07-25 Thread Kaffe CVS
PatchSet 5014 Date: 2004/07/25 09:31:31 Author: guilhem Branch: HEAD Tag: (none) Log: Added a missing file. * libraries/javalib/javax/swing/text/DefaultHighlighter.java: Added the last missing file. Members: ChangeLog:1.2573->1.2574 libraries/javalib/javax/swin

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-25 Thread Mark Wielaard
Hi, On Sun, 2004-07-25 at 02:39, Ito Kazumitsu wrote: > But another problem that jikes dumps core while compiling library > files is still there. > > My jikes is Version 1.19. Do we need another version of jikes? > > Before the big change around Swing/AWT, the library files could be > successf

[kaffe] Re: m68k jit3 (was: jit3 expert wanted!)

2004-07-25 Thread Kiyo Inaba
I am so glad that some other persons are interested in m68k instruction :-) I think your question may be best answered by the source as usual, but I will summarize this. >In <[EMAIL PROTECTED]> Kiyo Inaba wrote: >> I made a patch file to solve some problem on m68k jit3. In this patch >> you can

[kaffe] CVS kaffe (guilhem): Added missing files from the Swing merge.

2004-07-25 Thread Kaffe CVS
PatchSet 5012 Date: 2004/07/25 07:49:58 Author: guilhem Branch: HEAD Tag: (none) Log: Added missing files from the Swing merge. Members: ChangeLog:1.2571->1.2572 libraries/javalib/java/awt/image/ByteLookupTable.java:INITIAL->1.1 libraries/javalib/java/awt/image/Kernel.

[kaffe] CVS kaffe (guilhem): Merged GNU Getopt as it is needed by GNU Crypto.

2004-07-25 Thread Kaffe CVS
PatchSet 5010 Date: 2004/07/25 06:46:41 Author: guilhem Branch: HEAD Tag: (none) Log: Merged GNU Getopt as it is needed by GNU Crypto. * libraries/javalib/gnu/getopt/MessagesBundle_de.properties, libraries/javalib/gnu/getopt/MessagesBundle_ja.properties, libraries/javalib

[kaffe] m68k/jit3 can print "Hello World!" (was: jit3 expert wanted!)

2004-07-25 Thread Kiyo Inaba
Hi Helmer, As the subject line says, your patch solve my problem :-) So I jumped into using kjc, but it seg-faults in java/util/Locale.getCountry()Ljava/lang/String I will submit detailed error report later. Thanks again for your cooperation. Kiyo

Re: [kaffe] CVS kaffe (dalibor): Fixed turning off native AWT backends

2004-07-25 Thread Dalibor Topic
Helmer Krämer wrote: On Fri, 23 Jul 2004 19:18:34 -0700 Kaffe CVS <[EMAIL PROTECTED]> wrote: PatchSet 5005 Date: 2004/07/24 01:43:27 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed turning off native AWT backends 2004-07-24 Dalibor Topic <[EMAIL PROTECTED]> Fixed disabling of nativ

[kaffe] Re: m68k/jit3 can print "Hello World!"

2004-07-25 Thread Kiyo Inaba
Hi again, I made a mistake. The function which causes SEGV is ResourceBundle.tryBundle BTW, I compared the performance between jit and jit3 for m68k. This was once discussed in this ML for several years (...) ago, but I think there were no conclusion. Simple test to use HelloWorldApp.cla

[kaffe] CVS kaffe (hkraemer): fixed invocations of java.lang.Object methods via INVOKEINTERFACE

2004-07-25 Thread Kaffe CVS
PatchSet 5016 Date: 2004/07/25 16:33:47 Author: hkraemer Branch: HEAD Tag: (none) Log: fixed invocations of java.lang.Object methods via INVOKEINTERFACE Members: ChangeLog:1.2575->1.2576 kaffe/kaffevm/kaffe.def:1.31->1.32 kaffe/kaffevm/lookup.c:1.37->1.38 kaff

Re: [kaffe] [bug] Method delegation error with superinterfaces

2004-07-25 Thread Helmer Krämer
Benja Fallenstein <[EMAIL PROTECTED]> wrote: Hi again, > Helmer Krämer wrote: > >>The following bug is triggered by the combination of Jikes 1.21 with the > >>current version of Kaffe from CVS. It is not triggered by Jikes + > >>sunjava or by sunjavac + Kaffe... > > > > what jdk version do you

[kaffe] pthread problems on darwin(s)

2004-07-25 Thread Riccardo
Hey, on darwin6 I get the following error (using pthreads, which is default now): kaffe/kaffe/kaffe-bin -verbosegc -ss 500k -mx 256M at.dms.kjc.Main [ start compilation in verbose mode ] ./../../kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-internal.h:231: failed assertion `tid->suspendState

[kaffe] make doesn't have correct dependencies

2004-07-25 Thread Riccardo
Hey, I built on darwin5 with pthreads and it failed. I reconfigured with jthreads and retyped make without cleaning. I think that make should handle correctly all dependencies and build correctly, but apparently it did not. Of course this is a minor issue regards bigger malfunction, but it cou

[kaffe] CVS kaffe (dalibor): Resynced with GNU inetlib and merged the remaining handlers in

2004-07-25 Thread Kaffe CVS
PatchSet 5017 Date: 2004/07/25 22:46:12 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU inetlib and merged the remaining handlers in 2004-07-25 Dalibor Topic <[EMAIL PROTECTED]> Added support for https connections. * libraries/clib/security/java.security:

[kaffe] CVS kaffe (dalibor): Resynced with GNU JAXP

2004-07-25 Thread Kaffe CVS
PatchSet 5018 Date: 2004/07/26 02:40:47 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU JAXP 2004-07-25 Dalibor Topic <[EMAIL PROTECTED]> * include/Makefile.am (LIBXMLJ_JNI_HDRS) Updated. * include/Makefile.in, libraries/javalib/Makefile.am,