diff --git a/devel/tasks.text b/devel/tasks.text index 9374274a4..e69de29bb 100644 --- a/devel/tasks.text +++ b/devel/tasks.text @@ -1,125 +0,0 @@ -* People - -neil Neil Jerram -gjb Greg J. Badros -thi thi -peter Peter C. Norton -mvo Marius Vollmer -mdj Mikael Djurfeldt -livshin Michael Livshin -gregh Greg Harvey -niibe NIIBE Yutaka -dirk Dirk Herrmann -rlb Rob Browning -ryanw Ryan Weaver - -* Assigned core tasks - -(? = has shown interest, but has not yet taken on the task) - -** reference manual - -neil - -** docstrings - -gjb - -** Guile FAQ - -thi - -** Guile WWW pages at GNU - -peter - -** Guile project list - -thi - -** Guile Debian package maintainer - -rlb - -** Guile RPM package manager - -ryanw - -** generic translator support - -mdj - -** integration of Jost's environments - -dirk - -** generational garbage collection - -livshin - -** POSIX thread support - -niibe - -*** factorizing thread support out of libguile - -niibe -dirk - -*** Protecting common resources using mutecis from the new interface. - -maciej? - -*** Removing the dynamic roots - -*** Revise the fluid implementation - -Trying to use the thread library's support for thread local data -(get/setspecific). - -*** Implementing the GC thread synchronization (all threads: go to sleep!) - -One suitable synchronization point is probably SCM_TICK. - -Note also that threads which are in I/O or timeout should be regarded -as stopped and that we need synchronization points *after* each I/O or -timeout, so that they really stop afterward if Guile is still in GC. - -*** Implementing the libguileposix threads glue library - -This corresponds to the libguilecoop library implemented during the -thread factorization. - -** GOOPS - -*** integration into libguile - -mdj - -*** developing better representation for GOOPS objects - -livshin - -*** rewrite method cache management in C - -thi - -*** rewrite core macros (define-class et al) in C - -thi - -*** GOOPS C API - -mvo -dirk - -* Core tasks in need of attention - -** GOOPS - -*** Orbit CORBA interface - - -Local Variables: -mode: outline -End: