Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Wolfgang Baer
Ito Kazumitsu wrote: From: Wolfgang Baer [EMAIL PROTECTED] Subject: [kaffe] File order bug - Testcase Date: Tue, 09 Aug 2005 22:01:42 +0200 here is the testcase. kaffe behaves differently than all other implementations in the order the files are listed. Seeing

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Ito Kazumitsu
From: Wolfgang Baer [EMAIL PROTECTED] Subject: Re: [kaffe] File order bug - Testcase Date: Wed, 10 Aug 2005 09:31:57 +0200 yes the API does not specify an order. However, as the unit testcases of logkit show, some programs depend on the SUN behaviour. This is why I found this bug and I think

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Wolfgang Baer
Ito Kazumitsu wrote: From: Wolfgang Baer [EMAIL PROTECTED] Subject: Re: [kaffe] File order bug - Testcase Date: Wed, 10 Aug 2005 09:31:57 +0200 yes the API does not specify an order. However, as the unit testcases of logkit show, some programs depend on the SUN behaviour. This is why I

[kaffe] CVS kaffe (robilad): Warning fix for jit3

2005-08-10 Thread Kaffe CVS
PatchSet 6799 Date: 2005/08/10 11:03:14 Author: robilad Branch: HEAD Tag: (none) Log: Warning fix for jit3 2005-08-10 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/jit3/global-regs.c, kaffe/kaffevm/jit3/global-regs.h: New files. Spilt out global register handling

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: swing corba jawt and KeyPairGenerator fixes

2005-08-10 Thread Kaffe CVS
PatchSet 6800 Date: 2005/08/10 11:37:43 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: swing corba jawt and KeyPairGenerator fixes Members: ChangeLog:1.4325-1.4326 libraries/clib/awt/classpath-gtk/gtk-peer/gtk_jawt.c:1.2-1.3

[kaffe] CVS kaffe (robilad): Fixed intrp build with JVMPI

2005-08-10 Thread Kaffe CVS
PatchSet 6801 Date: 2005/08/10 12:30:55 Author: robilad Branch: HEAD Tag: (none) Log: Fixed intrp build with JVMPI Members: ChangeLog:1.4326-1.4327 kaffe/kaffevm/intrp/machine.c:1.51-1.52 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4326 kaffe/ChangeLog:1.4327 ---

[kaffe] CVS kaffe (robilad): Small warning fix for ppc jit

2005-08-10 Thread Kaffe CVS
PatchSet 6802 Date: 2005/08/10 13:37:59 Author: robilad Branch: HEAD Tag: (none) Log: Small warning fix for ppc jit 2005-08-10 Dalibor Topic [EMAIL PROTECTED] * config/powerpc/jit3-icode.h: (HAVE_move_float_const, HAVE_move_double_const): Removed. *

Re: [kaffe] various kaffeh bugfixes

2005-08-10 Thread Dalibor Topic
Kurt Miller wrote: From: Kurt Miller [EMAIL PROTECTED] This patch makes the following changes: - adds constant suffixes to constant values (L, LL, f) - changes CONSTANT_Long to print in decimal instead of hex - fixes CONSTANT_Double on little endian and lp64 arches - allows private static

Re: [kaffe] [Patch] Explain jdb.in placeholder script

2005-08-10 Thread Dalibor Topic
Wolfgang Baer wrote: Hi, this is the last remaining patch from debian kaffe cvs which aims at adding some explanations to the output of the jdb placeholder script. Thanks, Wolfgang! Patch checked in. cheers, dalibor topic ___ kaffe mailing list

[kaffe] CVS kaffe (robilad): Added explanation to jdb placeholder script

2005-08-10 Thread Kaffe CVS
PatchSet 6804 Date: 2005/08/10 14:36:28 Author: robilad Branch: HEAD Tag: (none) Log: Added explanation to jdb placeholder script 2005-08-10 Wolfgang Baer [EMAIL PROTECTED] * kaffe/scripts/jdb.in: Add some explanations to the output of the jdb placeholder script. Members:

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Dalibor Topic
Wolfgang Baer wrote: Ito Kazumitsu wrote: From: Wolfgang Baer [EMAIL PROTECTED] Subject: Re: [kaffe] File order bug - Testcase Date: Wed, 10 Aug 2005 09:31:57 +0200 yes the API does not specify an order. However, as the unit testcases of logkit show, some programs depend on the SUN

[kaffe] CVS kaffe (robilad): Fixes for kaffeh

2005-08-10 Thread Kaffe CVS
PatchSet 6803 Date: 2005/08/10 14:31:55 Author: robilad Branch: HEAD Tag: (none) Log: Fixes for kaffeh 2005-08-10 Kurt Miller [EMAIL PROTECTED] * kaffe/kaffeh/support.c: Add constant suffixes to constant values (L, LL, f). Change CONSTANT_Long to print in decimal

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Wolfgang Baer
Dalibor Topic wrote: Thanks, Wolfgang Ito. When Ito checks his patch in, I'll prepare a new tarball for debian experimental. I've received a few more warning fixes from Andreas, and want to look into the alpha kaffeh issue exposed by the experimental buildd. Hi Dalibor, thanks. BTW 1.1.5

[kaffe] CVS kaffe (kaz): libraries/clib/io/File.c (java_io_VMFile_list):

2005-08-10 Thread Kaffe CVS
PatchSet 6805 Date: 2005/08/10 15:35:35 Author: kaz Branch: HEAD Tag: (none) Log: 2005-08-10 Ito Kazumitsu [EMAIL PROTECTED] * libraries/clib/io/File.c (java_io_VMFile_list): Keep the order of files as returned by readdir so that the result may be similar to that of

Re: [kaffe] CVS kaffe (robilad): Fixes for kaffeh

2005-08-10 Thread Kurt Miller
Thanks! ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Adam Heath
On Wed, 10 Aug 2005, Wolfgang Baer wrote: yes the API does not specify an order. However, as the unit testcases of logkit show, some programs depend on the SUN behaviour. This is why I found this bug and I think kaffe should follow what Sun does (and the other gnu classpath vms). But still

[kaffe] CVS kaffe (robilad): Warning fixes for findInJar

2005-08-10 Thread Kaffe CVS
PatchSet 6808 Date: 2005/08/10 19:29:24 Author: robilad Branch: HEAD Tag: (none) Log: Warning fixes for findInJar 2005-08-09 Andreas Tobler [EMAIL PROTECTED] * kaffe/kaffevm/findInJar.c (findClassInJar CP_ZIPFILE): Fix data type to avoid compiler signedness warnings.

[kaffe] CVS kaffe (robilad): Renamed structs to match names in jni.h

2005-08-10 Thread Kaffe CVS
PatchSet 6810 Date: 2005/08/10 21:17:28 Author: robilad Branch: HEAD Tag: (none) Log: Renamed structs to match names in jni.h 2005-08-10 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/gtypes.h, config/alpha/jit.h, config/arm/jit.h, config/i386/jit.h,

[kaffe] CVS kaffe (robilad): Small warnign fix for sparc-linux

2005-08-10 Thread Kaffe CVS
PatchSet 6809 Date: 2005/08/10 20:52:24 Author: robilad Branch: HEAD Tag: (none) Log: Small warnign fix for sparc-linux 2005-08-10 Dalibor Topic [EMAIL PROTECTED] * config/sparc/linux/md.h (sparcLinuxContextSwitch): Added missing prototype to fix compiler warning. Members:

[kaffe] CVS kaffe (robilad): Warning fixes for findInJar

2005-08-10 Thread Kaffe CVS
PatchSet 6808 Date: 2005/08/10 19:29:24 Author: robilad Branch: HEAD Tag: (none) Log: Warning fixes for findInJar 2005-08-09 Andreas Tobler [EMAIL PROTECTED] * kaffe/kaffevm/findInJar.c (findClassInJar CP_ZIPFILE): Fix data type to avoid compiler signedness warnings.

[kaffe] CVS kaffe (robilad): fixed FPFRAME warnings for powerpc

2005-08-10 Thread Kaffe CVS
PatchSet 6811 Date: 2005/08/10 23:13:54 Author: robilad Branch: HEAD Tag: (none) Log: fixed FPFRAME warnings for powerpc 2005-08-10 Andreas Tobler [EMAIL PROTECTED] * config/powerpc/ppc_stack_frame.h (FPFRAME): Return an address and not a pointer. Members:

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: corba and swing fixes

2005-08-10 Thread Kaffe CVS
PatchSet 6812 Date: 2005/08/11 01:18:40 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: corba and swing fixes Members: ChangeLog:1.4337-1.4338 libraries/javalib/Makefile.am:1.379-1.380 libraries/javalib/Makefile.in:1.469-1.470