[kaffe] Moving callMethodX

2005-06-23 Thread Guilhem Lavaux
Hi, I'm proposing to move KaffeVM_callMethodX to its own file as they are very hackish and I need a few of the defined macros to write another machine dependent function to count the real number of arguments which will be used by callMethod. Anything against this ? Regards, Guilhem.

[kaffe] CVS kaffe (guilhem): Divtest fixes for JIT.

2005-06-23 Thread Kaffe CVS
PatchSet 6661 Date: 2005/06/23 16:52:42 Author: guilhem Branch: HEAD Tag: (none) Log: Divtest fixes for JIT. * kaffe/kaffevm/soft.c (soft_div, soft_rem): Check for the divisor to return the correct value on all processors. Members: ChangeLog:1.4186-1.4187

[kaffe] CVS kaffe (guilhem): Splitted callMethods + ClassLoader fix + doxification.

2005-06-23 Thread Kaffe CVS
PatchSet 6660 Date: 2005/06/23 16:43:54 Author: guilhem Branch: HEAD Tag: (none) Log: Splitted callMethods + ClassLoader fix + doxification. * kaffe/kaffevm/Makefile.am (libkaffevm_la_SOURCES): Added javacall.c * kaffe/kaffevm/Makefile.in: Regenerated. *

[kaffe] Kaffe's jar and current directory

2005-06-23 Thread Ito Kazumitsu
Hi, Is this a bug of Kaffe's jar, or am I doing something wrong? Command to be executed: jar -cf 0.jar -C tmp . $ ls -al tmp total 16 drwxrwxr-x2 ito ito 4096 Jun 24 10:01 . drwx-- 52 ito ito 4096 Jun 23 16:08 .. -rw-rw-r--1 ito ito 6

[kaffe] What UnicodeLittle should be?

2005-06-23 Thread Ito Kazumitsu
Hi, I have found that the famous Java Excel API (http://www.andykhan.com/jexcelapi/) does not work with Kaffe these days: Japanese text cannot be extracted from Excel worksheets. This seems to be due to the difference between iconv and gnu.java.nio.charset on the handling of UnicodeLittle.

Re: [kaffe] What UnicodeLittle should be?

2005-06-23 Thread Ito Kazumitsu
From: Ito Kazumitsu [EMAIL PROTECTED] Subject: [kaffe] What UnicodeLittle should be? Date: Fri, 24 Jun 2005 11:37:54 +0900 (JST) iconv, which kaffe used before importing gnu.java.nio.charset, treats UnicodeLittle as an alias of UCS-2LE (WITHOUT byte order mark). But