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