Re: [kaffe] Bug Report: BigInteger.toString() fails for large numbers

2004-04-19 Thread Alan Eliasen
Here's an additional testcase for the BigInteger.toString() problem. Again, it requires the GMP libraries to be compiled in. The following sample creates larger and larger numbers. At some point, the thread either silently stops running (but the process doesn't exit), or segfaults. The ex

Re: [kaffe] Bug report: Property user.language no longer exists

2004-04-19 Thread Ito Kazumitsu
Hi, In message "[kaffe] Bug report: Property user.language no longer exists" on 04/04/19, Alan Eliasen <[EMAIL PROTECTED]> writes: >When testing the current kaffe CVS trunk, the system propery > "user.language" is no longer defined (it was defined in version 1.1.4, so this > may be consi

[kaffe] inlining sysdepCallMethod for m68k-linux (was: Re: NEED_sysdepCallMethod)

2004-04-19 Thread Kiyo Inaba
According to Dalibor's suggestion, I modified to use inline but still - ../../../config/../../kaffe-snap-040408/config/m68k/linux/md.h: In function `sysdepCallMethod': In file included from ../../../config/md.h:1,

[kaffe] Bug report: Property user.language no longer exists

2004-04-19 Thread Alan Eliasen
When testing the current kaffe CVS trunk, the system propery "user.language" is no longer defined (it was defined in version 1.1.4, so this may be considered a regression.) This affects the ability of internationalized Java applications to detect the language they should use for output. --

[kaffe] Bug Report: BigInteger.toString() fails for large numbers

2004-04-19 Thread Alan Eliasen
I've also tested the BigInteger.toString() problem with the current CVS trunk, and the problem remains. Processing of the program simply terminates silently upon calling BigInteger.toString(). Original problem report attached below. Are there limitations to the size numbers that can be pr

Re: [kaffe] Re: Last Time Kaffe Worked on Darwin/OS X

2004-04-19 Thread Michael Franz
On Monday, April 19, 2004, at 09:52 AM, Riccardo wrote: I tested 1.0.7 right now on 10.2.8 and it fails gcc -bundle -flat_namespace -undefined suppress -o .libs/libnative-1.0.7. so ByteToCharDefault.lo ByteToCharIconv.lo CharToByteDefault.lo CharToByteIconv.lo ObjectStreamClassImpl.lo Application

Re: [kaffe] difference between kaffe and Sun's JDK: IllegalAccessException

2004-04-19 Thread Rob Gonzalez
Hi Ito, I don't know if you've tried this, but if you add this method to A1 it works fine. It is the same method as it exists in B, only when it is compiled all static references to it are set to A1.getFoo() instead of B.getFoo(), where "this" definitely refers to an A1). public void exe

[kaffe] CVS kaffe (dalibor): Resynced javax/naming/ with GNU Classpath

2004-04-19 Thread Kaffe CVS
PatchSet 4665 Date: 2004/04/19 14:16:01 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced javax/naming/ with GNU Classpath 2004-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/naming/NamingException.java: Resynced with GNU Classpath. 2004-04-18

[kaffe] CVS kaffe (dalibor): Resynced javax/accessibility/AccessibleText.java with GNU Classpath

2004-04-19 Thread Kaffe CVS
PatchSet 4667 Date: 2004/04/19 15:23:48 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced javax/accessibility/AccessibleText.java with GNU Classpath 2004-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/accessibility/AccessibleText.java: Resynced with GNU

[kaffe] Kaffe CVS stats updated

2004-04-19 Thread Dalibor Topic
Just for fun, I've updated the CVS stats on http://www.kaffe.org/~robilad/statcvs/kaffe/ . thanks to gjdoc and libxmlj, kaffe has broken through 85 lines of code, according to StatCVS, including the class library and the tools. cheers, dalibor topic

[kaffe] CVS kaffe (dalibor): Resynced javax/accessibility/AccessibleText.java with GNU Classpath

2004-04-19 Thread Kaffe CVS
PatchSet 4667 Date: 2004/04/19 15:23:48 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced javax/accessibility/AccessibleText.java with GNU Classpath 2004-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/accessibility/AccessibleText.java: Resynced with GNU

[kaffe] CVS kaffe (dalibor): Resynced javax.naming with GNU Classpath

2004-04-19 Thread Kaffe CVS
PatchSet 4666 Date: 2004/04/19 15:04:23 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced javax.naming with GNU Classpath 2004-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/naming/AuthenticationException.java, libraries/javalib/javax/naming/Authenticati

Re: [kaffe] ScribbleWindow exemple with QT

2004-04-19 Thread Guilhem Lavaux
On Mon, 2004-04-19 at 11:42, Fabien Renaud wrote: > Hello, > Hi ! > when I want to compil ScribleWindow I have this error : > > > javac ScribbleWindow.java > ScribbleWindow.java:39: error:Try to assign a value of type > "org.kde.qt.QColor" to a variable of type "org.kde.qt.QColor" [JLS 15.26]

Re: [kaffe] Re: Last Time Kaffe Worked on Darwin/OS X

2004-04-19 Thread Dalibor Topic
Riccardo wrote: In <[EMAIL PROTECTED]> Michael Franz wrote: Hi, Does anyone know what was the last version of Kaffe that worked on Darwin? The README has reference to support on May 29, 2002. I think that it might be 1.0.7, but I am not sure. I have no idea. It was always broken for me :)

[kaffe] Re: Last Time Kaffe Worked on Darwin/OS X

2004-04-19 Thread Riccardo
In <[EMAIL PROTECTED]> Michael Franz wrote: > Hi, > > Does anyone know what was the last version of Kaffe that worked on > Darwin? The README has reference to support on May 29, 2002. I think > that it might be 1.0.7, but I am not sure. I have no idea. It was always broken for me :) I test

[kaffe] CVS kaffe (dalibor): Resynced with Classpath: resynced javax/rmi/, javax/naming/spi/ and javax/securi

2004-04-19 Thread Kaffe CVS
PatchSet 4662 Date: 2004/04/19 12:20:29 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with Classpath: resynced javax/rmi/, javax/naming/spi/ and javax/security/ 2004-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/naming/spi/DirStateFactory.java: Resy

[kaffe] CVS kaffe (dalibor): Resynced with Classpath: Reverted some javax/naming/spi/ files

2004-04-19 Thread Kaffe CVS
PatchSet 4663 Date: 2004/04/19 12:32:52 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with Classpath: Reverted some javax/naming/spi/ files 2004-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/naming/spi/DirObjectFactory.java, libraries/javalib/javax/

[kaffe] Last Time Kaffe Worked on Darwin/OS X

2004-04-19 Thread Michael Franz
Hi, Does anyone know what was the last version of Kaffe that worked on Darwin? The README has reference to support on May 29, 2002. I think that it might be 1.0.7, but I am not sure. Thanks Michael ___ kaffe mailing list [EMAIL PROTECTED] http://k

[kaffe] type warnings patch

2004-04-19 Thread Riccardo
I attach a patch for type warnings and initializations. -Ric begin 644 sol-type-patch.tar.Z M'YV0=/+`*=,"[EMAIL PROTECTED]"TF&[EMAIL PROTECTED]&B`4"QHL6+&#-JW,BQHT<8,6#`L$&# M!@"1(&_4B'$2)[EMAIL PROTECTED]"D`%R!H"0,&C`N#&#QHP;,$7&J''#1E"/2),J7<[EMAIL PROTECTED]:M+06=CP85PS"GHH7LRXL>/'D"[EMAIL PRO

[kaffe] kaffe fails on Solaris on UltraSparc

2004-04-19 Thread Riccardo
Bummer! CharToByteCP871.ser kaffe/io/CharToByteCP875.ser kaffe/io/ CharToByteCP918.ser kaffe/io/CharToByteKOI8_R.ser Assertion failed: diff % gc_pgsize == 0, file ../../../kaffe/kaffe/ kaffevm/mem/gc-mem.c, line 736 make[1]: *** [rt.jar] Abort (core dumped) it is the same failure I got on NetBSD

[kaffe] Bug Report: Large BigIntegers aren't displayed

2004-04-19 Thread Alan Eliasen
I've been happily experimenting with using Kaffe to run my programming language/calculating tool "Frink" : http://futureboy.homeip.net/frinkdocs/ in order to get the high-performance integer performance of the GP library, but I'm having some problems. I've compiled Kaffe with the GMP librar

Re: [kaffe] CVS kaffe (dalibor): Merged in gjdoc and libxmlj

2004-04-19 Thread Julian Scheid
Daniel Veillard wrote: On Fri, Apr 16, 2004 at 03:52:49PM +0200, Julian Scheid wrote: It works basically by wrapping calls to libxslt using JNI. Unfortunately, libxslt is not thread safe (reentrant), doesn't allow binding user values to all internal data structures and doesn't provide callback hoo

[kaffe] ScribbleWindow exemple with QT

2004-04-19 Thread Fabien Renaud
Hello, when I want to compil ScribleWindow I have this error : > javac ScribbleWindow.java ScribbleWindow.java:39: error:Try to assign a value of type "org.kde.qt.QColor" to a variable of type "org.kde.qt.QColor" [JLS 15.26] ScribbleWindow.java:159: error:Cannot find method "org.kde.qt.QPixmap(

[kaffe] CVS kaffe (dalibor): resynced with GNU Classpath: Removed redundant modifiers

2004-04-19 Thread Kaffe CVS
PatchSet 4661 Date: 2004/04/19 08:33:38 Author: dalibor Branch: HEAD Tag: (none) Log: resynced with GNU Classpath: Removed redundant modifiers 2004-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/sql/XAConnection.java: Resynced with GNU Classpath. 200