Finish thread state machine: fixes global destruction of threads,
[p5sagit/p5-mst-13.2.git] / Todo.5.005
1 Merging
2     5.004_04
3     oneperl (THIS pointer)
4
5 Multi-threading
6     Fix Thread->list
7     $AUTOLOAD. Hmm.
8     without USE_THREADS, change extern variable for dTHR
9     consistent semantics for exit/die in threads
10     SvREFCNT_dec(curstack) in threadstart() in Thread.xs
11     $@ and other magic globals:
12         global lexical pool with auto-binding for magicals
13         move magicals that should be per-thread into thread.h
14         sv_magic for the necessary global lexical pool entries
15     Thread::Pool
16     check new condition variable word; fix cond.t
17     more Configure support
18
19 Miscellaneous
20     rename and alter ISA.pm
21
22 Compiler
23     auto-produce executable
24     typed lexicals should affect B::CC::load_pad
25     workarounds to help Win32
26     $^C to track compiler/checker status
27     END blocks need saving in compiled output
28     _AUTOLOAD prodding
29
30 Documentation
31     lots