Commit | Line | Data |
d7d0d977 |
1 | Merging |
d7d0d977 |
2 | oneperl (THIS pointer) |
3 | |
4 | Multi-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 |
d7d0d977 |
9 | Thread::Pool |
d119fc15 |
10 | more Configure support |
d7d0d977 |
11 | |
12 | Miscellaneous |
d119fc15 |
13 | rename and alter ISA.pm |
ea0efc06 |
14 | magic_setisa should be made to update %FIELDS |
d7d0d977 |
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 |
25f62d1c |
23 | fix comppadlist (names in comppad_name can have fake SvCUR |
24 | from where newASSIGNOP steals the field) |
d7d0d977 |
25 | |
26 | Documentation |
d119fc15 |
27 | lots |