| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out study magic from pos magic. | Nicholas Clark | 2011-07-01 | 1 | -1/+2 |
* | Sort magic and magic vtable names in files generated by mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -73/+73 |
* | Generate the PERL_MAGIC_* defines using mg_vtable.pl. | Nicholas Clark | 2011-06-11 | 1 | -0/+52 |
* | Provide the names of the magic vtables in PL_magic_vtable_names[]. | Nicholas Clark | 2011-06-11 | 1 | -0/+37 |
* | PL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, instead of copies. | Nicholas Clark | 2011-06-11 | 1 | -4/+3 |
* | Refactor Perl_get_vtbl() to a small array lookup from a large switch statement. | Nicholas Clark | 2011-06-11 | 1 | -3/+4 |
* | Replace PL_vtbl_* with an array PL_magic_vtables. | Nicholas Clark | 2011-06-11 | 1 | -222/+73 |
* | Generate the enum for want_vtbl_* with regen/mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -0/+35 |
* | Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -385/+224 |
* | Move the cast for a magic vtable with const get into mg_vtable.h | Nicholas Clark | 2011-06-11 | 1 | -2/+2 |
* | Generate the definitions for magic vtables from data in a regen script. | Nicholas Clark | 2011-06-11 | 1 | -0/+416 |