Bumped patchlevel to 51. Updated Todo.5.005.
[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     sv_mutex initialisation and race
10     consistent semantics for exit/die in threads
11     pp_entersub still cloning XSUBs (broken)?
12     test '~'-magic thread addresses
13     test new thread state flags, DESTROY etc.
14     SvREFCNT_dec(curstack) in threadstart() in Thread.xs
15     per-thread GV -> [SAH]V dereference for $@ etc.
16     Thread::Pool
17     check new condition variable word; fix cond.t
18     more Configure support
19
20 Miscellaneous
21     sv_bless3 and '~'-magic to give choice on reblessing
22     rename and alter ISA.pm
23
24 Compiler
25     auto-produce executable
26     typed lexicals should affect B::CC::load_pad
27     workarounds to help Win32
28     $^C to track compiler/checker status
29     END blocks need saving in compiled output
30     _AUTOLOAD prodding
31
32 Documentation
33     lots