pthread_condattr_init in thread.h for OLD_PTHREADS_API.
[p5sagit/p5-mst-13.2.git] / Todo.5.005
CommitLineData
d7d0d977 1Merging
2 5.004_02
3 5.004_03
4 5.004_04
5 oneperl (THIS pointer)
6
7Multi-threading
8 without USE_THREADS, change extern variable for dTHR
d7d0d977 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
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