Re: [kaffe] kaffe-extras

2003-07-27 Thread Dalibor Topic
Hi Jim, Jim Pick wrote: Sorry for bombing the list with CVS commit messages. I didn't realize that the list would get those commits for modules that weren't "kaffe" (I guess the script is doing a substring match). I'll try to fix that. I think that's fine, as long as discussion of kaffe-extras h

Re: [kaffe] Bug in Kaffe 1.0.7

2003-07-27 Thread Dalibor Topic
Hi Ito, Ito Kazumitsu wrote: In message "Re: [kaffe] Bug in Kaffe 1.0.7" on 03/07/27, Ito Kazumitsu <[EMAIL PROTECTED]> writes: Today (it is Sun Jul 27 07:33:35 JST 2003), both kaffe and Sun's JDK gave the same results. Having tested various cases, I have got an idea that we should import G

Re: [kaffe] Kaffe/Ant "hangs"

2003-07-27 Thread Jaco Greeff
Jaco Greeff wrote: Dalibor Topic wrote: > Jaco Greeff wrote: > >> > Perhaps its an output buffering problem? What's happening to the >> > stdout/stderr output from the make? >> >> Might well be. The make writes tons of messages to stdout/stderr. At >> the point of the hang everything (inc

[kaffe] Re: Merging BeKaffe back into kaffe.org tree

2003-07-27 Thread Tomaso
Hi, Dalibor I can help with the merge, but my BeOS partition is a bit out-of-order in these days. Would it be possible to receive a nice Zeta CD, let's say to test interoperability with the soon-to-be-merged BeKaffe? ;-) Tomaso Dalibor Topic wrote: Hi, one of the outstanding big merges was

Re: [kaffe] Bug in Kaffe 1.0.7

2003-07-27 Thread Ito Kazumitsu
In message "Re: [kaffe] Bug in Kaffe 1.0.7" on 03/07/28, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > The attached program prints week-related values for the dates > from Jan 1 2000 to Dec 31 2003. Both GNU Classpath and Sun's > JDK give identical results for the following months: > >Oct

Re: [kaffe] Bug in Kaffe 1.0.7

2003-07-27 Thread Ito Kazumitsu
In message "Re: [kaffe] Bug in Kaffe 1.0.7" on 03/07/27, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > Today (it is Sun Jul 27 07:33:35 JST 2003), both kaffe and Sun's JDK > gave the same results. Having tested various cases, I have got an idea that we should import GNU Classpath's java.util.Ca

[kaffe] Kaffe CVS: kaffe hkraemer

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/07/27 14:42:29 Modified files: test/internal : jit_stub.c kaffe/kaffevm : baseClasses.c exception.c stackTrace.c libraries/clib/native: System.c Throwable.c libraries/javalib:

[kaffe] Re: undefined refernce to 'd0'

2003-07-27 Thread Riccardo
In <[EMAIL PROTECTED]> Kiyo Inaba wrote: > I am too lazy (as usual...) not to check man on netbsd-i386 :-) The > page exists even on i386 and the system call is 'm68k_sync_icache'. I'm on netbsd 1.6.1 > No patches yet, sorry. I wait faithfully.. If you can do it one of these days it would be ni

[kaffe] Re: undefined refernce to 'd0'

2003-07-27 Thread Riccardo
In <[EMAIL PROTECTED]> Kiyo Inaba wrote: > So if you luckily use mc68020 or mc68030 based machine just delete > clear_cache for this def (because these machine does not have > distinction between DCACHE and ICACHE) and everything may work fine. > If your machine is based mc68040 or mc68060, we hav

Re: [kaffe] loginfo script

2003-07-27 Thread Dalibor Topic
Jim Pick wrote: Hi, I think I made an error in the loginfo script, which is why some of the recent commits didn't send an email to the list. I think I've fixed it. thanks, I was missing my fix of CVS logs already. ;) And a reminder - the feature freeze for 1.1.1 is tomorrow... looks like comm ov

Re: [kaffe] Mauve script help

2003-07-27 Thread Dalibor Topic
Babar wrote: Thanks for the help and I fixed the previous problem . By the way little help on running mauve-html-gen.pl script . I used it as follows $ make check > ./mauve-html-gen.pl > Result.html I got the test results in Result.html but script did not participate in it. How can I used s

[kaffe] stacktraces and stuff

2003-07-27 Thread Helmer Krämer
Hi, sorry for being pretty silent for the last couple of days, I was pretty packed with other stuff (being a student isn't all that funny at times). The patch I've just commited looks pretty big, but doesn't seem to cause any serious damage. Basically it does just three things: * only one versi

[kaffe] Kaffe CVS: kaffe hkraemer

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/07/27 09:53:49 Modified files: . : configure configure.in libraries/clib/native: ThreadStack.c kaffe/kaffevm : classMethod.c classMethod.h classPool.c

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/27 07:36:31 Modified files: . : ChangeLog Makefile.am Makefile.in kaffe : Makefile.in kaffe/jvmpi: Makefile.am Makefile.in kaffe/kaffe: Makefile.in

Re: StackTraceElements (Was: [kaffe] Notes on kaffe (GNU Classpathintegration) todo items)

2003-07-27 Thread Mark Wielaard
Hi, On Tue, 2003-07-15 at 00:58, Mark Wielaard wrote: > The attached patch merges Throwable.java from GNU Classpath which is > used as is and adds a Kaffe specific VMThrowable class that holds the > backtrace and provides the actual StackTraceElements when needed. > > I have to admit that I actua

Re: [kaffe] System.loadLibrary() should look in /lib and /usr/lib

2003-07-27 Thread Mark Wielaard
Hi, On Sun, 2003-07-27 at 13:15, Dalibor Topic wrote: > sorry for me taking so long to reply, I'm now going though my mailbiox folder > with patches and suggestion, and noticed I hadn't replied. > > > When doing a System.loadLibrary() kaffe doesn't look into the standard > > /lib and /usr/lib dire

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/27 05:12:04 Modified files: . : ChangeLog config/alpha : alpha.c config/alpha/linux: jit-md.h kaffe/kaffevm : classMethod.h jni.c kaffe/kaffevm/jit: icode.c

Re: [kaffe] System.loadLibrary() should look in /lib and /usr/lib

2003-07-27 Thread Dalibor Topic
Hi Mark, sorry for me taking so long to reply, I'm now going though my mailbiox folder with patches and suggestion, and noticed I hadn't replied. --- Mark Wielaard <[EMAIL PROTECTED]> wrote: > Hi, > > When doing a System.loadLibrary() kaffe doesn't look into the standard > /lib and /usr/lib dire

Re: [kaffe] jvmpi

2003-07-27 Thread Helmer Krämer
On Sat, 26 Jul 2003 11:10:46 -0600 Timothy Stack <[EMAIL PROTECTED]> wrote: Hi, > I've checked in some JVMPI stuff. Its not completely done yet, but its > a pretty good start. I'll try and get it finish RSN. Hopefully, i > didn't break anything... you seem to have missed intrp and jit ;) Wi

[kaffe] Kaffe CVS: kaffe guilhem

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/07/27 01:51:52 Modified files: . : ChangeLog Makefile.in Log message: regenerated ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mail

[kaffe] Kaffe CVS: kaffe guilhem

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/07/27 01:47:47 Modified files: . : ChangeLog Added files: . : config.rpath Log message: Added missing file from gettext. ___ kaffe

Re: [kaffe] jvmpi

2003-07-27 Thread Guilhem Lavaux
Timothy Stack wrote: On Saturday, July 26, 2003, at 11:46 AM, Guilhem Lavaux wrote: Great ! Apparently "config.rpath" is missing in the repository. Maybe you can check it in. As soon as I can compile it I'll try it. I don't seem to have a config.rpath in my tree. Also, I did a fresh checko

[kaffe] Kaffe CVS: kaffe-extras dalibor

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe-extras Changes by: dalibor 03/07/27 01:01:43 Modified files: patches: kjc-variable-propagation.diff Log message: changed status of kjc-variable-propagation patch ___ kaffe mailing

[kaffe] Jetty 4.2.9 and JSPs

2003-07-27 Thread Jim Pick
Hi, I checked in a new kjc.jar which changes the default location where .class files are dropped when compiling, so it matches Sun's javac. So now JSPs work in Jetty. I haven't tried Tomcat yet... Give it a try, with Jetty 4.2.9: $ export JAVA_HOME=/usr/local/kaffe $ export JAVA_OPTIONS=-Dbuil

[kaffe] Kaffe CVS: kaffe jim

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 03/07/27 00:06:40 Modified files: . : ChangeLog libraries/javalib: kjc.jar Removed files: developers : patch-kjc-variable-propagation Log message: 2003-07-27 Jim Pick <[EMAIL PR

[kaffe] Kaffe CVS: kaffe-extras jim

2003-07-27 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe-extras Changes by: jim 03/07/26 23:58:33 Modified files: . : build.xml Added files: patches: kjc-class-file-dir.diff kjc-variable-propagation.diff Log message: Finish off kjc