Re: [kaffe] Problem with BufferedInputStream [patch]

2003-06-07 Thread Dalibor Topic
--- Dalibor Topic <[EMAIL PROTECTED]> wrote: > Hi Mark, > > --- Mark Wielaard <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > On Thu, 2003-06-05 at 17:54, Mark Wielaard wrote: > > > > On Thu, 2003-06-05 at 15:48, Helmer Krämer wrote: > > > > > So I would not completely remove the loop, but rather r

[kaffe] kaffe on NetBSD

2003-06-07 Thread Milos Negovanovic
Hi everyone, after some time ive tried to build caffe on NetBSD-current again. Well it almost compiled, just a small error regarding netbsd's cp syntax and few missing target dirs. To avoid it i had to make change in libraries/javalib/Makefile.am: --- kaffe/libraries/javalib/Makefile.am 2003-06-

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-07 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/07 10:05:39 Modified files: . : ChangeLog libraries/javalib/java/io: BufferedInputStream.java Log message: 2003-06-07 Mark Wielaard <[EMAIL PROTECTED]> * libraries/javalib/java/io/Buffe

Re: [kaffe] Problem with BufferedInputStream [patch]

2003-06-07 Thread Dalibor Topic
Hi Mark, --- Mark Wielaard <[EMAIL PROTECTED]> wrote: > Hi, > > > On Thu, 2003-06-05 at 17:54, Mark Wielaard wrote: > > > On Thu, 2003-06-05 at 15:48, Helmer Krämer wrote: > > > > So I would not completely remove the loop, but rather replace it with > > > > something like "do {} while (len>0 && a

Re: [kaffe] Debugging Kaffe with DDD

2003-06-07 Thread Michael Franz
--- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > Hi Michael, > > >Does debugging kaffe still work? > As far as 'gdb' is concerned, yes it is. I really ment with DDD. > >If it does work, can someone tell me how to setup > my > >environment? > Setting environment variable 'KAFFE_DEBUG' to a > debugger

Re: [kaffe] Problem with BufferedInputStream [patch]

2003-06-07 Thread Mark Wielaard
Hi, > On Thu, 2003-06-05 at 17:54, Mark Wielaard wrote: > > On Thu, 2003-06-05 at 15:48, Helmer Krämer wrote: > > > So I would not completely remove the loop, but rather replace it with > > > something like "do {} while (len>0 && available()>0)"; dunno whether > > > that's really more correct, tho

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-07 Thread Dalibor Topic
hi Ito, --- Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > Hi Dalibor, > > In message "Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is > settled" > on 03/06/06, Dalibor Topic <[EMAIL PROTECTED]> writes: > > > Well, on to the next implementation ;) The atatched patch used strtod fro

Re: [kaffe] Where to downlad the windows-port?

2003-06-07 Thread Clemens Eisserer
Hi! Nobody has been actively working on it regularily, but I think some work was done on it a few months ago. Currently, there's only cygwin support - so you need to link it against the cygwin DLL (which is an issue for some non-GPL software). The PocketLinux/Transvirtual fork of Kaffe had some