This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix alignment issues in malloc.c on 64-bit platforms (via private mail)
[perl5.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     Thread::Pool
10     more Configure support
11
12 Miscellaneous
13     rename and alter ISA.pm
14     magic_setisa should be made to update %FIELDS
15
16 Compiler
17     auto-produce executable
18     typed lexicals should affect B::CC::load_pad
19     workarounds to help Win32
20     $^C to track compiler/checker status
21     END blocks need saving in compiled output
22     _AUTOLOAD prodding
23     fix comppadlist (names in comppad_name can have fake SvCUR
24         from where newASSIGNOP steals the field)
25
26 Documentation
27     lots