[kaffe] CVS kaffe (robilad): documented zziplib requirment

Kaffe CVS cvs-commits at kaffe.org
Sun Jan 20 17:15:17 PST 2008


PatchSet 7713 
Date: 2008/01/21 01:13:04
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
documented zziplib requirment

2008-01-21  Dalibor Topic  <robilad at kaffe.org>

        * TODO: Updated.
        * FAQ/FAQ.requiredlibraries: Add zziplib.

Members: 
	ChangeLog:1.5214->1.5215 
	TODO:1.43->1.44 
	FAQ/FAQ.requiredlibraries:1.14->1.15 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5214 kaffe/ChangeLog:1.5215
--- kaffe/ChangeLog:1.5214	Mon Jan 21 01:04:28 2008
+++ kaffe/ChangeLog	Mon Jan 21 01:13:04 2008
@@ -1,5 +1,10 @@
 2008-01-21  Dalibor Topic  <robilad at kaffe.org>
 
+	* TODO: Updated.
+	* FAQ/FAQ.requiredlibraries: Add zziplib.
+
+2008-01-21  Dalibor Topic  <robilad at kaffe.org>
+
 	* kaffe/kaffevm/baseClasses.c (initialiseKaffe): Don't initialize
 	JAR file cache, it's gone.
 
Index: kaffe/TODO
diff -u kaffe/TODO:1.43 kaffe/TODO:1.44
--- kaffe/TODO:1.43	Sun Jan 20 20:03:35 2008
+++ kaffe/TODO	Mon Jan 21 01:13:05 2008
@@ -19,7 +19,7 @@
  * Switch to libjclassinfo for class file parsing
   * Switch to libzzlib for zip file reading first to be able to kill the syscall
     interface in the threading code.
-    * start with jar.c /jar.h.
+    * continue with native zip libs.
     * findInJar is a bit trickier, as it also deals with directories, regular classes
       etc. Maybe it can be largely rewritten in Java in the VMClassLoader? 
 
Index: kaffe/FAQ/FAQ.requiredlibraries
diff -u kaffe/FAQ/FAQ.requiredlibraries:1.14 kaffe/FAQ/FAQ.requiredlibraries:1.15
--- kaffe/FAQ/FAQ.requiredlibraries:1.14	Sat Jan 19 22:57:28 2008
+++ kaffe/FAQ/FAQ.requiredlibraries	Mon Jan 21 01:13:06 2008
@@ -18,6 +18,12 @@
 distributor uses the RPM packaging format, you should check out
 http://www.rpmfind.net.
 
+zziplib
+-------
+
+You'll need zziplib for Kaffe to be able to load classes from JAR files.
+It is available from http://zziplib.sourceforge.net/ .
+
 libltdl
 -------
 




More information about the kaffe mailing list