[kaffe] CVS kaffe (robilad): Added a few entries to TODO file
Kaffe CVS
cvs-commits at kaffe.org
Sat Jan 1 16:21:57 PST 2005
PatchSet 5745
Date: 2005/01/01 22:30:12
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Added a few entries to TODO file
Members:
ChangeLog:1.3289->1.3290
TODO:1.2->1.3
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3289 kaffe/ChangeLog:1.3290
--- kaffe/ChangeLog:1.3289 Sat Jan 1 21:56:55 2005
+++ kaffe/ChangeLog Sat Jan 1 22:30:12 2005
@@ -1,3 +1,7 @@
+2005-01-01 Dalibor Topic <topic at notebox>
+
+ * TODO: Added a few more entries.
+
2005-01-01 Dalibor Topic <robilad at kaffe.org>
* ChangeLog: Shuffled around for new year.
Index: kaffe/TODO
diff -u kaffe/TODO:1.2 kaffe/TODO:1.3
--- kaffe/TODO:1.2 Mon Dec 20 21:16:50 2004
+++ kaffe/TODO Sat Jan 1 22:30:15 2005
@@ -3,6 +3,32 @@
* writer.close() flushing the internal buffer on encoder(already fixed)
* Calendar.getInstance().get(YEAR) returning non-zero
-* Make threading model runtime selectable.
-* Figure out deadlock issues with System.gc() on smp(finalexc, ClassGC,
- GCTest all fail on smp).
+* Architectural changes:
+ * Make threading model runtime selectable.
+ * Make runtime engine runtime selectable
+ * Make gc backend runtime selectable
+
+* Nasty bugs:
+ * Figure out deadlock issues with System.gc() on smp(finalexc, ClassGC,
+ GCTest all fail on smp).
+
+* Merging work:
+ * From GNU Classpath:
+ java.util.zip, java.lang.ref, java.lang.reflect, java.lang
+ * gcjwebplugin
+ * verifier from gcj (rob gonzalez)
+
+* Build system: (dalibor)
+ * Explicit support to use an installed javac/jikes/gcjx/kjc for bootstrap
+ * Build java libs first, then run kaffeh on them to generate the
+ native headers, and then build the rest of kaffe. That should get rid of
+ Klasses.jar.bootstrap.
+ * Make make dist and make distclean work without hickups.
+ * Fix GNU Make dependencies.
+ * Non-recursive build, single Makefile.am for kaffe.
+
+* Pending patches (dalibor)
+ * Gerrit Haase's Cygwin patches
+ * L4 port from Ronald Aigner ?
+ * Whatever got dropped on the list
+ * Regular resyncing with GNU Classpath, gjdoc.
\ No newline at end of file
More information about the kaffe
mailing list