[kaffe] CVS kaffe (robilad): Updated WHATSNEW and TODO files

Kaffe CVS cvs-commits at kaffe.org
Wed Dec 28 13:55:24 PST 2005


PatchSet 7065 
Date: 2005/12/28 21:48:00
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Updated WHATSNEW and TODO files

2005-12-28 Dalibor Topic  <robilad at kaffe.org>

        * WHATSNEW, TODO: Updated.

Members: 
	ChangeLog:1.4584->1.4585 
	TODO:1.10->1.11 
	WHATSNEW:1.49->1.50 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4584 kaffe/ChangeLog:1.4585
--- kaffe/ChangeLog:1.4584	Wed Dec 28 21:33:38 2005
+++ kaffe/ChangeLog	Wed Dec 28 21:48:00 2005
@@ -1,5 +1,9 @@
 2005-12-28 Dalibor Topic  <robilad at kaffe.org>
 
+	* WHATSNEW, TODO: Updated.
+
+2005-12-28 Dalibor Topic  <robilad at kaffe.org>
+
 	* developers/README: Added test-kaffe-sh.
 	* developers/test-kaffe-sh: New file.
 
Index: kaffe/TODO
diff -u kaffe/TODO:1.10 kaffe/TODO:1.11
--- kaffe/TODO:1.10	Thu Jul 21 17:56:22 2005
+++ kaffe/TODO	Wed Dec 28 21:48:06 2005
@@ -1,13 +1,10 @@
-* Create test cases for:
- * symlink deletion(already fixed)
- * writer.close() flushing the internal buffer on encoder(already fixed)
- * Calendar.getInstance().get(YEAR) returning non-zero
-
 * Engine changes:
- * JIT must support thread concurrency. Variable must be in thread local storage and not globally visible.
+ * Merge in JIT4
+ * Merge in vmgenned interpreter from Cacao
+ * JIT must support thread concurrency. 
+   Variable must be in thread local storage and not globally visible.
 
 * Architectural changes:
- * Kaffe-GC must be capable of running without heap limit.
  * Make threading model runtime selectable.
  * Make runtime engine runtime selectable
  * Make gc backend runtime selectable
@@ -17,6 +14,8 @@
    with older versions of APIs as well, which is needed for DOM.
 
 * Integration issues
+ * Merge in fastjar
+ * Merge in libffi
  * Add support for using an external gjdoc.
 
 * Merging work:
@@ -25,13 +24,8 @@
   * gcjwebplugin
   * verifier from gcj (rob gonzalez)
 
-* AWT:
-  * Win32 port must be updated to use RawData.
-
 * Build system: (dalibor)
-  * Explicit support to use an installed javac/jikes/gcjx/kjc for bootstrap
   * Non-recursive build, single Makefile.am for kaffe.
 
 * Pending patches (dalibor)
-  * L4 port from Ronald Aigner ?
-  * Regular resyncing with GNU Classpath, gjdoc.
+  amd64 jit from Eric Anholt
Index: kaffe/WHATSNEW
diff -u kaffe/WHATSNEW:1.49 kaffe/WHATSNEW:1.50
--- kaffe/WHATSNEW:1.49	Tue Oct 18 22:13:27 2005
+++ kaffe/WHATSNEW	Wed Dec 28 21:48:06 2005
@@ -1,6 +1,12 @@
 What's New Since Kaffe 1.1.6
 
+* Updated to boehm-gc 6.6
+* Updated to gjdoc 0.7.7
+* Merged in zlib
+* Merged in GNU Classpath completely
+* Merged in port to DROPS
 * Support for DragonFly BSD.
+* Added simple direct threading interpreter implementation
 
 What's New in Kaffe 1.1.6
 ------------------------------------------------------




More information about the kaffe mailing list