Re: [kaffe] Prevayler works

2005-09-01 Thread jserv
On Fri, Sep 02, 2005 at 01:30:01AM +0900, Ito Kazumitsu wrote: > Hi, > > Compatibility - Application Testing > (http://www.kaffe.org/compatibility_applications.shtml) says, > | 2. Prevayler > |Status: Partially works. > > I don't whether there is anythi

Re: [kaffe] Adler32

2005-09-01 Thread Mark Wielaard
On Thu, 2005-09-01 at 19:27 +0200, Mark Wielaard wrote: > 2005-09-01 Mark Wielaard <[EMAIL PROTECTED]> > > * libraries/javalib/java/util/zip/Adler32.java > (Adler32): Set adler to 1. > (reset): Likewise. > (getValue): Return unsigned int value. > > With this all

[kaffe] Adler32

2005-09-01 Thread Mark Wielaard
Hi, Just created some Adler32 tests for mauve. It seems there are two bugs in the default kaffe (zlib based) Adler32 implementation. The checksum starts at 1, not 0. And the checksum is an unsigned int returned as long: 2005-09-01 Mark Wielaard <[EMAIL PROTECTED]> * libraries/javalib/j

[kaffe] Prevayler works

2005-09-01 Thread Ito Kazumitsu
Hi, Compatibility - Application Testing (http://www.kaffe.org/compatibility_applications.shtml) says, | 2. Prevayler | |Status: Partially works. | |See this post by Ito Kazumitsu for more information. And my old post says, |