*** empty log message ***
[bpt/guile.git] / devel / tasks.text
1 * People
2
3 neil Neil Jerram <neil@ossau.uklinux.net>
4 gjb Greg J. Badros <gjb@cs.washington.edu>
5 thi thi <ttn@revel.glug.org>
6 peter Peter C. Norton <spacey@lenin.nu>
7 mvo Marius Vollmer <mvo@zagadka.ping.de>
8 mdj Mikael Djurfeldt <djurfeldt@nada.kth.se>
9 livshin Michael Livshin <mlivshin@bigfoot.com>
10 gregh Greg Harvey <Greg.Harvey@thezone.net>
11 niibe NIIBE Yutaka <gniibe@chroot.org>
12 dirk Dirk Herrmann <dirk@ida.ing.tu-bs.de>
13 rlb Rob Browning <rlb@cs.utexas.edu>
14 ryanw Ryan Weaver <ryanw@infohwy.com>
15
16 * Assigned core tasks
17
18 (? = has shown interest, but has not yet taken on the task)
19
20 ** reference manual
21
22 neil?
23
24 ** docstrings
25
26 gjb
27
28 ** Guile FAQ
29
30 thi
31
32 ** Guile WWW pages at GNU
33
34 peter
35
36 ** Guile project list
37
38 thi
39
40 ** Guile Debian package maintainer
41
42 rlb
43
44 ** Guile RPM package manager
45
46 ryanw
47
48 ** integration of Jost's environments
49
50 gjb
51
52 ** generational garbage collection
53
54 gregh
55 livshin
56
57 ** POSIX thread support
58
59 niibe
60
61 *** factorizing thread support out of libguile
62
63 niibe
64 dirk?
65
66 *** Protecting common resources using mutecis from the new interface.
67
68 maciej?
69
70 *** Removing the dynamic roots
71
72 *** Revise the fluid implementation
73
74 Trying to use the thread library's support for thread local data
75 (get/setspecific).
76
77 *** Implementing the GC thread synchronization (all threads: go to sleep!)
78
79 Suitable synchronization point is probably SCM_TICK.
80
81 *** Implementing the libguileposix threads glue library
82
83 This corresponds to the libguilecoop library implemented during the
84 thread factorization.
85
86 ** GOOPS
87
88 *** integration into libguile
89
90 mdj
91
92 *** developing better representation for GOOPS objects
93
94 livshin
95
96 *** rewrite method cache management in C
97
98 thi
99
100 *** rewrite core macros (define-class et al) in C
101
102 thi
103
104 *** GOOPS C API
105
106 mvo
107 dirk
108
109 * Core tasks in need of attention
110
111 ** GOOPS
112
113 *** Orbit CORBA interface
114
115 Talk to mdj
116
117 \f
118 Local Variables:
119 mode: outline
120 End: