Re: [kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Archie Cobbs
Kaffe CVS writes: > Changes by: dalibor 02/05/24 07:46:43 > > Modified files: > . : ChangeLog > libraries/javalib/java/util: HashMap.java TreeMap.java > > Log message: > cleaned up clone in java.util.TreeMap and java.util.HashMap Can you explain the purpose of these

[kaffe] It works!!!

2002-05-24 Thread Srinivas Reddy
Hi everyone,   I have checked out kaffe from the CVS today, and it works!!! It is probably due to the latest updates. thanks to all, for your support. SrinivasDo You Yahoo!? LAUNCH - Your Yahoo! Music Experience

Re: [kaffe] javac dosen't work for me

2002-05-24 Thread Godmar Back
> > On Thu, 23 May 2002, Godmar Back wrote: > > For me, the current CVS is also broken, I assume it might be the > > Character* problem Dalibor was working on? > > And yes, if you have non-existent elements (jar-files) in CLASSPATH, Kaffe > will silently fail. I thought this was fixed recently.

[kaffe] Kaffe CVS: kaffe gback

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: gback 02/05/24 11:20:15 Modified files: . : ChangeLog kaffe/kaffevm : baseClasses.c Log message: fixed trip breaker to detect foreign runtime libraries and bail out gracefully __

Re: [kaffe] xprofiling patch...

2002-05-24 Thread Dalibor Topic
--- Jukka Santala <[EMAIL PROTECTED]> wrote: > On Fri, 24 May 2002, Jukka Santala wrote: > > Not sure if I forgot this from the original patch, > but in any case this is > > missing from the config.in file in Kaffe, > preventing compile with > > xprofile: > > Another catch: Klasses.jar needs rebu

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 10:14:40 Modified files: . : ChangeLog libraries/javalib: Klasses.jar Log message: updated Klasses.jar ___ kaffe mailing list [EMAIL PRO

[kaffe] new realease of kaffe.

2002-05-24 Thread Micheal Young
Hey Jim, I decided to kill some time at work and check out what was going on at the kaffe site, and low and behold there were changes. I read your post about being the new maintainer that was placed in March and at the time you had stated you were hopping to get a new version out the door in

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 08:16:13 Modified files: . : ChangeLog libraries/javalib/java/util: Vector.java Log message: merged java.util.Vector with pocketlinux kaffe and added missing methods __

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 08:10:58 Modified files: . : ChangeLog libraries/javalib/java/lang: Thread.java Log message: implemented countStackFrames in java.lang.Thread __

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 08:05:13 Modified files: . : ChangeLog libraries/javalib/java/security: SecureClassLoader.java Log message: made field parent final in java.security.SecureClassLoader _

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 08:00:22 Modified files: . : ChangeLog libraries/clib/native: Method.c Log message: cleaned up libraries/clib/native/Method.c ___ kaffe

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 07:53:39 Modified files: . : ChangeLog libraries/javalib/java/util/zip: Deflater.java Inflater.java ZipFile.java libraries/javalib/ka

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 07:46:43 Modified files: . : ChangeLog libraries/javalib/java/util: HashMap.java TreeMap.java Log message: cleaned up clone in java.util.TreeMap and java.util.HashMap _

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 07:40:42 Modified files: . : ChangeLog libraries/javalib/java/lang: Character.java Log message: fixed digit and getNumericValue in java.lang.Character to handle fullwidth latin char

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 07:34:11 Modified files: . : ChangeLog libraries/javalib/java/util/jar: Attributes.java Log message: added hashCode to java.util.jar.Attributes

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 07:29:11 Modified files: . : ChangeLog libraries/javalib/java/util: ArrayList.java Log message: removed statements setting fields to automatically initialized values in java.util.Ar

[kaffe] Kaffe CVS: kaffe dalibor

2002-05-24 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 02/05/24 07:22:40 Modified files: . : ChangeLog libraries/javalib/java/util: AbstractList.java Log message: fixed small bug in java.util.AbstractList ___

Re: [kaffe] xprofiling patch...

2002-05-24 Thread Jukka Santala
On Fri, 24 May 2002, Jukka Santala wrote: > Not sure if I forgot this from the original patch, but in any case this is > missing from the config.in file in Kaffe, preventing compile with > xprofile: Another catch: Klasses.jar needs rebuilding, at least the changes in HttpURLConnection are missing

[kaffe] xprofiling patch...

2002-05-24 Thread Jukka Santala
Not sure if I forgot this from the original patch, but in any case this is missing from the config.in file in Kaffe, preventing compile with xprofile: Index: configure.in === RCS file: /cvs/kaffe/kaffe/configure.in,v retrieving revis

Re: [kaffe] javac dosen't work for me

2002-05-24 Thread Jukka Santala
On Thu, 23 May 2002, Godmar Back wrote: > For me, the current CVS is also broken, I assume it might be the > Character* problem Dalibor was working on? And yes, if you have non-existent elements (jar-files) in CLASSPATH, Kaffe will silently fail. I thought this was fixed recently. Try if you can

Re: [kaffe] javac dosen't work for me

2002-05-24 Thread Jukka Santala
On Thu, 23 May 2002, Godmar Back wrote: > > kaffe -fullversion > Kaffe Virtual Machine > Copyright (c) 1996-2000 > Transvirtual Technologies, Inc. All rights reserved Which reminds me, "The Kaffe virtual machine is free software, licensed under the terms of the GNU Public License. It is a separ