[kaffe] Re: The Verifier and Regression Tests

2003-07-03 Thread Tom Tromey
> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: Mark> BTW. Do you know about the verifier testsuite from Mauve? Mark> Tom Tromey who wrote the gcj verifier and Jeroen Frijters from the Mark> IKVM.NET project have checked in some tests written in Jasmin. Mark> It is in the verify module o

Re: [kaffe] The Verifier and Regression Tests

2003-07-03 Thread Rob Gonzalez
Hi Mark, > On Mon, 2003-06-30 at 00:05, Rob Gonzalez wrote: > > It would be nice if people would test kaffe with the verifier on whatever > > they're working on. By default kaffe doesn't not do any verification, but > > if you run it with -verifyremote it will verify everything that's not from >

Re: [kaffe] String problem / NullPointerException in KJC

2003-07-03 Thread Guilhem Lavaux
On Thursday 03 July 2003 19:22, Dalibor Topic wrote: > hi Helmer, > > --- Helmer Krämer <[EMAIL PROTECTED]> wrote: > > i think even i > and m is the length of the pattern, so the largest possible start > > index of the pattern is n-m-1. Therefore it should be n-m-1 and > > <=k or n-m and > I've ch

Re: [kaffe] The Verifier and Regression Tests

2003-07-03 Thread Mark Wielaard
Hi, On Mon, 2003-06-30 at 00:05, Rob Gonzalez wrote: > It would be nice if people would test kaffe with the verifier on whatever > they're working on. By default kaffe doesn't not do any verification, but > if you run it with -verifyremote it will verify everything that's not from > the bootclass

[kaffe] Kaffe on ucLinux

2003-07-03 Thread Anish Acharya
Hello,   I am a student at the University of Waterloo working on an engineering design project with several other students.  The hardware platform for our project is an embedded Altera board.  The operating system we have chosen is ucLinux.  We would like to develop our software in Java;

[kaffe] autoreconf troubles [solved]

2003-07-03 Thread Mark Wielaard
Hi, [While writing this email I resolved all problems. Just posting to get it into the archive so someone else doesn't fall into this trap. Summary: Make developers/autogen.sh executable and run it in the top level directory if you want to regenerate the configure file it will tell you what tools

Re: [kaffe] String problem / NullPointerException in KJC

2003-07-03 Thread Guilhem Lavaux
I forgot to forward the reply to the mailing list... On Thursday 03 July 2003 18:42, Guilhem Lavaux wrote: > On Thursday 03 July 2003 17:10, Helmer Krämer wrote: > > On Wed, 2 Jul 2003 21:08:05 +0100 > > Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > I then wondered if this may be

Re: [kaffe] String problem / NullPointerException in KJC

2003-07-03 Thread Dalibor Topic
hi Helmer, --- Helmer Krämer <[EMAIL PROTECTED]> wrote: > > i think even i and m is the length of the pattern, so the largest possible start > index of the pattern is n-m-1. Therefore it should be n-m-1 and > <=k or n-m and http://sbc.yahoo.com ___ ka

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-03 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/03 11:12:27 Modified files: . : ChangeLog libraries/clib/native: String.c Log message: 2003-07-03 Guilhem Lavaux <[EMAIL PROTECTED]> * libraries/clib/native/String.c: (java_lang_String

[kaffe] Kaffe CVS: kaffe rob

2003-07-03 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/07/03 10:38:10 Modified files: . : ChangeLog kaffe/kaffevm : classMethod.h Log message: * kaffe/kaffevm/classMethod.h Added METHOD_NAME(M) and METHOD_NAMED(M) macros. ___

Re: [kaffe] String problem / NullPointerException in KJC

2003-07-03 Thread Helmer Krämer
On Wed, 2 Jul 2003 21:08:05 +0100 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Hi, > I then wondered if this may be caused by the original Boyer-Moore algorithm > implemented in Kaffe and so I tried to shutdown it: the problem disappeared. > Looking at the code I am a little surprised of one state

Re: [kaffe] String problem / NullPointerException in KJC

2003-07-03 Thread Dalibor Topic
Salut Guilhem, --- Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > I then wondered if this may be caused by the original Boyer-Moore algorithm > implemented in Kaffe and so I tried to shutdown it: the problem disappeared. > Looking at the code I am a little surprised of one statement which can caus

[kaffe] Does Kaffe support Datagram Sockets?

2003-07-03 Thread Deepti Nayak
Hi, I would like to know if Kaffe supports, opening and closing of datagram sockets. Whenever I try to run my application on a pocketPC it gives an exception "javax.microedition.io.ConnectionNotFoundException The requested protocol does not exist" The program runs fine on desktop but fails on p

[kaffe] Release 1.1.0 on Amiga M68k Platform

2003-07-03 Thread Tony Wyatt
Hi all, I complained last week that I could not get 1.1.0 to build because of missing "inet.h" and other includes on my system. I had a brainwave and replaced the library directory libraries/clib/net/ with the same directory from release 1.0.7. Now kaffe builds and runs (at least in interpreter m