34bb322576ba6e35fb9079b8650e36876112a1fe
[p5sagit/p5-mst-13.2.git] / Todo.5.005
1 Merging
2     5.004_02
3     5.004_03
4     5.004_04
5     oneperl (THIS pointer)
6
7 Multi-threading
8     without USE_THREADS, change extern variable for dTHR
9     consistent semantics for exit/die in threads
10     pp_entersub still cloning XSUBs (broken)?
11     test '~'-magic thread addresses
12     test new thread state flags, DESTROY etc.
13     SvREFCNT_dec(curstack) in threadstart() in Thread.xs
14     per-thread GV -> [SAH]V dereference for $@ etc.
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