CVS kaffe (robilad): updated docs for switch to zziplib

Kaffe CVS <[email protected]> Sat, 02 Feb 2008 07:40:13 -0800
Newsgroups gmane.comp.java.vm.kaffe.general
Message-ID <[email protected]>
PatchSet 7728 
Date: 2008/02/02 15:38:22
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
updated docs for switch to zziplib

2008-02-02  Dalibor Topic  <[email protected]>

* WHATSNEW: Documented JAR reading dependency change.

* TODO: Updated.

* FAQ/FAQ.requiredlibraries: Removed section on zlib.

Members: 
	ChangeLog:1.5229->1.5230 
	TODO:1.48->1.49 
	WHATSNEW:1.74->1.75 
	FAQ/FAQ.requiredlibraries:1.15->1.16 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5229 kaffe/ChangeLog:1.5230
--- kaffe/ChangeLog:1.5229	Sat Feb  2 15:26:40 2008
+++ kaffe/ChangeLog	Sat Feb  2 15:38:22 2008
@@ -1,5 +1,13 @@
 2008-02-02  Dalibor Topic  <[email protected]>
 
+	* WHATSNEW: Documented JAR reading dependency change.
+
+	* TODO: Updated.
+
+	* FAQ/FAQ.requiredlibraries: Removed section on zlib.
+
+2008-02-02  Dalibor Topic  <[email protected]>
+
 	* configure.ac: Removed checks for zlib.h, libz, and ZIP_LIBS.
 
 	* libraries/clib/zip/Makefile.am (libzip_la_CFLAGS): Added
Index: kaffe/TODO
diff -u kaffe/TODO:1.48 kaffe/TODO:1.49
--- kaffe/TODO:1.48	Thu Jan 31 20:49:45 2008
+++ kaffe/TODO	Sat Feb  2 15:38:22 2008
@@ -36,7 +36,6 @@
  * 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.
-    * 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? 
       Alternatively, use zziplib's transparent file access to access class files,
Index: kaffe/WHATSNEW
diff -u kaffe/WHATSNEW:1.74 kaffe/WHATSNEW:1.75
--- kaffe/WHATSNEW:1.74	Sat Jan 19 22:57:25 2008
+++ kaffe/WHATSNEW	Sat Feb  2 15:38:22 2008
@@ -1,6 +1,7 @@
 What's New Since Kaffe 1.1.8
 ----------------------------
 
+* Depend on zziplib instead of zlib for JAR reading.
 * Removed libltdl. Kaffe uses an existing installation 
   exclusively now.
 * Removed gnu-inet, dnsjava, Tritonus and binreloc.
Index: kaffe/FAQ/FAQ.requiredlibraries
diff -u kaffe/FAQ/FAQ.requiredlibraries:1.15 kaffe/FAQ/FAQ.requiredlibraries:1.16
--- kaffe/FAQ/FAQ.requiredlibraries:1.15	Mon Jan 21 01:13:06 2008
+++ kaffe/FAQ/FAQ.requiredlibraries	Sat Feb  2 15:38:23 2008
@@ -38,13 +38,6 @@
 http://www.classpath.org . GNU Classpath is used as the core class
 library for Kaffe.
 
-ZIP library
------------
-
-You'll need the zlib library for Kaffe to be able to use class libraries
-stored in JAR archives. It is available at:
-http://www.zlib.net
-
 JAR tool
 --------