[kaffe] CVS kaffe (guilhem): Fix to bootstrap with the new ClassLoader.
Kaffe CVS
cvs-commits at kaffe.org
Tue Dec 21 09:38:25 PST 2004
PatchSet 5701
Date: 2004/12/21 17:31:24
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Fix to bootstrap with the new ClassLoader.
* libraries/clib/native/Class.c
(getProtectionDomain): Fixed return type.
* libraries/javalib/Makefile.am.in: Removed an extra '\'.
* libraries/javalib/Klasses.jar.bootstrap,
libraries/javalib/Makefile.am,
libraries/javalib/Makefile.in:
Regenerated.
* libraries/javalib/all.files:
Added missing files for KJC.
* libraries/javalib/bootstrap.classlist:
Added missing files to bootstrap with KJC.
Members:
ChangeLog:1.3246->1.3247
libraries/clib/native/Class.c:1.78->1.79
libraries/javalib/Klasses.jar.bootstrap:1.78->1.79
libraries/javalib/Makefile.am:1.279->1.280
libraries/javalib/Makefile.am.in:1.28->1.29
libraries/javalib/Makefile.in:1.360->1.361
libraries/javalib/all.files:1.60->1.61
libraries/javalib/bootstrap.classlist:1.66->1.67
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3246 kaffe/ChangeLog:1.3247
--- kaffe/ChangeLog:1.3246 Tue Dec 21 16:51:01 2004
+++ kaffe/ChangeLog Tue Dec 21 17:31:24 2004
@@ -1,3 +1,21 @@
+2004-12-21 Guilhem Lavaux <guilhem at kaffe.org>
+
+ * libraries/clib/native/Class.c
+ (getProtectionDomain): Fixed return type.
+
+ * libraries/javalib/Makefile.am.in: Removed an extra '\'.
+
+ * libraries/javalib/Klasses.jar.bootstrap,
+ libraries/javalib/Makefile.am,
+ libraries/javalib/Makefile.in:
+ Regenerated.
+
+ * libraries/javalib/all.files:
+ Added missing files for KJC.
+
+ * libraries/javalib/bootstrap.classlist:
+ Added missing files to bootstrap with KJC.
+
2004-12-21 Helmer Kraemer <hkraemer at freenet.de>
Merged java.lang.ClassLoader from GNU Classpath
Index: kaffe/libraries/clib/native/Class.c
diff -u kaffe/libraries/clib/native/Class.c:1.78 kaffe/libraries/clib/native/Class.c:1.79
--- kaffe/libraries/clib/native/Class.c:1.78 Tue Dec 21 16:51:13 2004
+++ kaffe/libraries/clib/native/Class.c Tue Dec 21 17:31:28 2004
@@ -292,7 +292,7 @@
unhand(this)->signers = sigs;
}
-struct Hjava_lang_Object*
+struct Hjava_security_ProtectionDomain*
java_lang_Class_getProtectionDomain (struct Hjava_lang_Class* this)
{
return unhand(this)->protectionDomain;
Index: kaffe/libraries/javalib/Klasses.jar.bootstrap
cvs rdiff: failed to read diff file header /tmp/cvs9lVQSw for Klasses.jar.bootstrap,v: end of file
system command returned non-zero exit status: 1: aborting
More information about the kaffe
mailing list