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
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
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
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,
|