[kaffe] CVS kaffe (guilhem): Added basic support for java.endorsed.dirs

2006-04-18 Thread Kaffe CVS
PatchSet 7232 Date: 2006/04/18 10:06:37 Author: guilhem Branch: HEAD Tag: (none) Log: Added basic support for java.endorsed.dirs * kaffe/kaffevm/findInJar.c, kaffe/kaffevm/support.h (KaffeVM_addClasspath, KaffeVM_prependClasspath): Renamed to prevent namespace col

[kaffe] CVS kaffe (guilhem): VMSecureRandom fix.

2006-04-18 Thread Kaffe CVS
PatchSet 7233 Date: 2006/04/18 10:18:07 Author: guilhem Branch: HEAD Tag: (none) Log: VMSecureRandom fix. Members: ChangeLog:1.4739->1.4740 libraries/clib/management/Classpath.c:1.9->1.10 libraries/javalib/vmspecific/java/security/VMSecureRandom.java:1.1->1.2

[kaffe] CVS kaffe (riccardo): removed duplicated classes from awt

2006-04-18 Thread Kaffe CVS
PatchSet 7234 Date: 2006/04/18 11:54:35 Author: riccardo Branch: HEAD Tag: (none) Log: removed duplicated classes from awt Members: ChangeLog:1.4740->1.4741 libraries/javalib/awt-implementations/kaffe/Makefile.am:1.11->1.12 libraries/javalib/awt-implementations/kaffe/M

[kaffe] CVS kaffe (riccardo): removed duplicated classes from awt

2006-04-18 Thread Kaffe CVS
PatchSet 7235 Date: 2006/04/18 12:25:03 Author: riccardo Branch: HEAD Tag: (none) Log: removed duplicated classes from awt Members: libraries/javalib/awt-implementations/kaffe/java/awt/peer/ComponentPeer.java:1.2->1.3(DEAD) libraries/javalib/awt-implementations/kaffe/java/aw

[kaffe] CVS kaffe (riccardo): removed duplicated classes from awt

2006-04-18 Thread Kaffe CVS
PatchSet 7236 Date: 2006/04/18 12:43:59 Author: riccardo Branch: HEAD Tag: (none) Log: removed duplicated classes from awt Members: ChangeLog:1.4741->1.4742 libraries/javalib/awt-implementations/kaffe/Makefile.am:1.12->1.13 libraries/javalib/awt-implementations/kaffe/M

[kaffe] CVS kaffe (riccardo): No comment

2006-04-18 Thread Kaffe CVS
file '0 ' not found in hash ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (guilhem): Reverted SystemProperties to classpath's version.

2006-04-18 Thread Kaffe CVS
PatchSet 7239 Date: 2006/04/18 13:32:45 Author: guilhem Branch: HEAD Tag: (none) Log: Reverted SystemProperties to classpath's version. Members: ChangeLog:1.4744->1.4745 libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java:1.5->1.6 Index: kaffe/ChangeLog

[kaffe] CVS kaffe (guilhem): Reverted SystemProperties to classpath's version.

2006-04-18 Thread Kaffe CVS
PatchSet 7239 Date: 2006/04/18 13:32:45 Author: guilhem Branch: HEAD Tag: (none) Log: Reverted SystemProperties to classpath's version. Members: ChangeLog:1.4744->1.4745 libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java:1.5->1.6 Index: kaffe/ChangeLog

[kaffe] CVS kaffe (robilad): small include file path fixlet

2006-04-18 Thread Kaffe CVS
PatchSet 7240 Date: 2006/04/18 15:57:47 Author: robilad Branch: HEAD Tag: (none) Log: small include file path fixlet 2006-04-18 Dalibor Topic <[EMAIL PROTECTED]> * include/native.h: Use local java_lang_String.h. Members: ChangeLog:1.4745->1.4746 include/native.h:1.20

[kaffe] CVS kaffe (robilad): Merged in java.lang.reflect.Field from GNU Classpath

2006-04-18 Thread Kaffe CVS
PatchSet 7241 Date: 2006/04/18 18:31:48 Author: robilad Branch: HEAD Tag: (none) Log: Merged in java.lang.reflect.Field from GNU Classpath 2006-04-18 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/reflect.c (KaffeVM_makeReflectField), kaffe/kaffevm/jni/jni-helpers.c (KaffeJN

[kaffe] CVS kaffe (robilad): updated TODO

2006-04-18 Thread Kaffe CVS
PatchSet 7242 Date: 2006/04/18 18:40:55 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO 2006-04-18 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Removed merging in of java.lang.reflect, as that's now completed. Members: ChangeLog:1.4747->1.4748 TODO:1.

[kaffe] CVS kaffe (robilad): fix for reflection Field widening

2006-04-18 Thread Kaffe CVS
PatchSet 7243 Date: 2006/04/18 20:58:58 Author: robilad Branch: HEAD Tag: (none) Log: fix for reflection Field widening 2006-04-18 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/vmspecific/java/lang/reflect/Field.java (get, getBoolean, getByte, getChar, getShort, getInt,

[kaffe] solaris 7 failures

2006-04-18 Thread Riccardo
Hey, I tested current CVS kaffe on solaris, sunos 5.7, on ultrasparc in 32bit mode. I have 3 regression failures test/regression/GCTest.fail test/regression/SecureRandomTest.fail test/regression/Preempt.fail all 3 are due to timeouts (and this explains also why it took s lo

[kaffe] CVS kaffe (robilad): fix for reflection: creating Arrays of negative size should throw an exceptin

2006-04-18 Thread Kaffe CVS
PatchSet 7244 Date: 2006/04/18 22:11:00 Author: robilad Branch: HEAD Tag: (none) Log: fix for reflection: creating Arrays of negative size should throw an exceptin 2006-04-19 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/native/java_lang_reflect_VMArray.c (Java_java_lang_reflect_VMArray_

[kaffe] CVS kaffe (riccardo): Removed, so to use classpath versions.

2006-04-18 Thread Kaffe CVS
PatchSet 7245 Date: 2006/04/18 23:02:19 Author: riccardo Branch: HEAD Tag: (none) Log: Removed, so to use classpath versions. Members: ChangeLog:1.4750->1.4751 libraries/javalib/awt-implementations/kaffe/Makefile.am:1.13->1.14 libraries/javalib/awt-implementations/kaff

[kaffe] CVS kaffe (robilad): small cleanup in inflate module

2006-04-18 Thread Kaffe CVS
PatchSet 7246 Date: 2006/04/19 00:15:23 Author: robilad Branch: HEAD Tag: (none) Log: small cleanup in inflate module 2006-04-19 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/inflate.h (inflate_new): Removed prototype. * kaffe/kaffevm/inflate.c (inflate_new): Made static. Members:

[kaffe] CVS kaffe (robilad): small cleanup in inflater module

2006-04-18 Thread Kaffe CVS
PatchSet 7247 Date: 2006/04/19 00:44:00 Author: robilad Branch: HEAD Tag: (none) Log: small cleanup in inflater module 2006-04-19 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/inflate.h (inflate_free): Removed prototype. * kaffe/kaffevm/inflate.c (inflate_free): Made static. Moved up in

[kaffe] CVS kaffe (robilad): small inflate module cleanup

2006-04-18 Thread Kaffe CVS
PatchSet 7248 Date: 2006/04/19 01:06:22 Author: robilad Branch: HEAD Tag: (none) Log: small inflate module cleanup 2006-04-19 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/inflate.h: (inflateInfo) Moved over ... * kaffe/kaffevm/inflate.c: (inflateInfo) ... here. Members: ChangeL

[kaffe] CVS kaffe (robilad): added inflate cleanup task to TODO

2006-04-18 Thread Kaffe CVS
PatchSet 7249 Date: 2006/04/19 01:32:21 Author: robilad Branch: HEAD Tag: (none) Log: added inflate cleanup task to TODO 2006-04-19 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Added inflate module removal task. Members: ChangeLog:1.4754->1.4755 TODO:1.13->1.14 Index

[kaffe] configure errors on NetBSD 3.0

2006-04-18 Thread rus20376
I am trying to build the 1.1.7 release code on my NetBSD box. I am running NetBSD 3.0 i386. The errors I get are shown below. I imagine that this must be something for which some useful configure flag exists but I don't know which, if any, to use to resolve this. Should I be specifying a differe