Finish thread state machine: fixes global destruction of threads,
[p5sagit/p5-mst-13.2.git] / Todo.5.005
CommitLineData
d7d0d977 1Merging
d7d0d977 2 5.004_04
3 oneperl (THIS pointer)
4
5Multi-threading
c7848ba1 6 Fix Thread->list
7 $AUTOLOAD. Hmm.
d7d0d977 8 without USE_THREADS, change extern variable for dTHR
d7d0d977 9 consistent semantics for exit/die in threads
d7d0d977 10 SvREFCNT_dec(curstack) in threadstart() in Thread.xs
c7848ba1 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
d7d0d977 15 Thread::Pool
d119fc15 16 check new condition variable word; fix cond.t
17 more Configure support
d7d0d977 18
19Miscellaneous
d119fc15 20 rename and alter ISA.pm
d7d0d977 21
22Compiler
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
30Documentation
d119fc15 31 lots