[kaffe] CVS kaffe (dalibor): Fix for Maven 1.0-rc1

2004-01-22 Thread Kaffe CVS
PatchSet 4358 Date: 2004/01/22 14:58:43 Author: dalibor Branch: HEAD Tag: (none) Log: Fix for Maven 1.0-rc1 2004-01-22 Mark Wielaard [EMAIL PROTECTED] Fix for Maven 1.0-rc1. * libraries/javalib/java/beans/BeanDescriptor.java (BeanDescriptor): Set the

[kaffe] CVS kaffe (dalibor): Added gettext properly to fix static builds when no gettext is available on buil

2004-01-22 Thread Kaffe CVS
PatchSet 4357 Date: 2004/01/22 14:38:53 Author: dalibor Branch: HEAD Tag: (none) Log: Added gettext properly to fix static builds when no gettext is available on build host 2004-01-21 gettextize [EMAIL PROTECTED] * Makefile.am (SUBDIRS): Add intl. * configure.in

[kaffe] CVS kaffe (dalibor): Made kaffe pick up extra jars installed by user

2004-01-22 Thread Kaffe CVS
PatchSet 4360 Date: 2004/01/22 16:17:20 Author: dalibor Branch: HEAD Tag: (none) Log: Made kaffe pick up extra jars installed by user 2004-01-19 Dalibor Topic [EMAIL PROTECTED] * kaffe/scripts/kaffe.in: Add all jars found in prefix/lib to the BOOTCLASSPATH, thereby

[kaffe] patch for pxa

2004-01-22 Thread Gérard Basler
Hi! I've fixed the cache problem. At least for linux... Gérard --- kaffe/config/arm/linux/md.c 2002-10-19 13:04:41.0 +0200 +++ kaffe-jit/config/arm/linux/md.c 2004-01-22 17:36:04.0 +0100 @@ -12,6 +12,7 @@ #include config.h #include malloc.h #include sched.h +#include

Re: [kaffe] patch for pxa

2004-01-22 Thread Dalibor Topic
Gérard Basler wrote: Hi! I've fixed the cache problem. At least for linux... Thanks a lot for the patch! I'll give it a spin on one of the handhelds.org boxes. Could you please send in a short ChangeLog entry as well, to make my life a little simpler ;)? cheers, dalibor topic

Re: [kaffe] Bug with jijt and arm (with solution)

2004-01-22 Thread Dalibor Topic
Salut Christophe, Dalibor Topic wrote: Salut Christophe, I'm sorry for taking so long to get back to your patch. Have a happy new year! Christophe Dubach wrote: I'm sorry for the previous message but there was an error : What make's the bug to disapeer is the fact that I modify the

[kaffe] CVS kaffe (dalibor): Removed commented out code

2004-01-22 Thread Kaffe CVS
PatchSet 4361 Date: 2004/01/22 19:27:20 Author: dalibor Branch: HEAD Tag: (none) Log: Removed commented out code 2004-01-22 Dalibor Topic [EMAIL PROTECTED] * config/m68k/netbsd1/jit-md.h: Removed commented out code. Members: ChangeLog:1.1946-1.1947

[kaffe] CVS kaffe (dalibor): Fixed a few splint warnings

2004-01-22 Thread Kaffe CVS
PatchSet 4362 Date: 2004/01/22 19:54:21 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed a few splint warnings 2004-01-22 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffeh/sigs.c: (translateSig) Changed type of k to size_t to fix splint warning. Explicitely assign

[kaffe] Re: bugwatcher problems

2004-01-22 Thread Mark Wielaard
Hi, On Wed, 2004-01-14 at 12:32, Mark Howard wrote: I was hoping that some Debian Java experts might be able to help out with a couple of problems with bugwatcher (debbuggtk package). 1) Bugwatcher works with gij or blackdown java My wrapper scripts just call /usr/bin/java, since

Re: [kaffe] Re: bugwatcher problems

2004-01-22 Thread Dalibor Topic
Hi Mark, hi Tim, Mark Wielaard wrote: Hi, On Wed, 2004-01-14 at 12:32, Mark Howard wrote: I was hoping that some Debian Java experts might be able to help out with a couple of problems with bugwatcher (debbuggtk package). 1) Bugwatcher works with gij or blackdown java My wrapper scripts just

[kaffe] Re: bugwatcher problems

2004-01-22 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark The Debian kaffe package is compiled with unix-jthreads, but gtk Mark (java-gnome) needs pthread support. When you recompile kaffe configured Mark --with-threads=unix-pthreads then you can play with bugwatcher like you Mark can with gij.

[kaffe] Building kaffe --with-threads=unix-pthreads [was: Re: bugwatcher problems]

2004-01-22 Thread Arnaud Vandyck
Mark Wielaard [EMAIL PROTECTED] writes: The Debian kaffe package is compiled with unix-jthreads, but gtk (java-gnome) needs pthread support. When you recompile kaffe configured --with-threads=unix-pthreads then you can play with bugwatcher like you can with gij. (Thread system unix-pthread is