CVS kaffe (robilad): updated todo
Kaffe CVS <[email protected]> Sat, 19 Jan 2008 07:20:45 -0800
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7694 Date: 2008/01/19 15:16:52 Author: robilad Branch: HEAD Tag: (none) Log: updated todo 2008-01-19 Dalibor Topic <[email protected]> * TODO: Updated. Members: ChangeLog:1.5195->1.5196 TODO:1.38->1.39 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5195 kaffe/ChangeLog:1.5196 --- kaffe/ChangeLog:1.5195 Sat Jan 19 15:15:28 2008 +++ kaffe/ChangeLog Sat Jan 19 15:16:52 2008 @@ -1,5 +1,9 @@ 2008-01-19 Dalibor Topic <[email protected]> + * TODO: Updated. + +2008-01-19 Dalibor Topic <[email protected]> + * config/alpha/jit-alpha.def, config/alpha/jit-icode.h, config/alpha/linux/md.c, Index: kaffe/TODO diff -u kaffe/TODO:1.38 kaffe/TODO:1.39 --- kaffe/TODO:1.38 Fri Jan 18 23:22:52 2008 +++ kaffe/TODO Sat Jan 19 15:16:53 2008 @@ -12,7 +12,6 @@ * Make runtime engine runtime selectable * Make gc backend runtime selectable * Make boehm-gc the default engine on platforms that support it - * Switch back to a shared gc-refs.c * Swich to glib for data structures, command line option parsing, etc. * Switch to libjclassinfo for class file parsing @@ -44,8 +43,8 @@ * Build system: (dalibor) * Remove convenience libraries (gc, engine, threading) and make them part of libkaffe_la_SOURCES * Remove symlinked files, and replace them by adding the 'right' file to SOURCES - * make sure all noinst_HEADERS are partof _SOURCES. - * Use AC_IF and AS_CASE all over the configure script. + * make sure all noinst_HEADERS are part of _SOURCES. + * Use AS_IF and AS_CASE all over the configure script. * Non-recursive build, single Makefile.am for kaffe. * Switch to autotest for the test suites