Test changes
[p5sagit/p5-mst-13.2.git] / Todo.5.005
CommitLineData
d7d0d977 1Merging
d7d0d977 2 oneperl (THIS pointer)
3
4Multi-threading
c7848ba1 5 $AUTOLOAD. Hmm.
d7d0d977 6 without USE_THREADS, change extern variable for dTHR
d7d0d977 7 consistent semantics for exit/die in threads
d7d0d977 8 SvREFCNT_dec(curstack) in threadstart() in Thread.xs
c7848ba1 9 $@ and other magic globals:
ea0efc06 10 global pseudo-lexical pad with auto-binding for magicals
c7848ba1 11 move magicals that should be per-thread into thread.h
ea0efc06 12 sv_magic for the necessary global pad entries
d7d0d977 13 Thread::Pool
d119fc15 14 more Configure support
d7d0d977 15
16Miscellaneous
d119fc15 17 rename and alter ISA.pm
ea0efc06 18 magic_setisa should be made to update %FIELDS
d7d0d977 19
20Compiler
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
25f62d1c 27 fix comppadlist (names in comppad_name can have fake SvCUR
28 from where newASSIGNOP steals the field)
d7d0d977 29
30Documentation
d119fc15 31 lots