| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove proto magic type | Father Chrysostomos | 2014-11-30 | 1 | -1/+0 |
* | Rename lvalue references | Father Chrysostomos | 2014-10-17 | 1 | -1/+1 |
* | Capitalise magic descriptions consistently | Father Chrysostomos | 2014-10-10 | 1 | -6/+6 |
* | Add lvref magic type | Father Chrysostomos | 2014-10-10 | 1 | -0/+5 |
* | [perl #122445] use magic on $DB::single etc to avoid overload issues | Tony Cook | 2014-10-09 | 1 | -0/+5 |
* | silence g++ warning with PL_magic_vtable_names | David Mitchell | 2012-12-18 | 1 | -2/+2 |
* | Remove length magic on scalars | Father Chrysostomos | 2012-10-01 | 1 | -1/+1 |
* | Add proto magic type | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | Flatten vstrings modified in place | Father Chrysostomos | 2012-07-27 | 1 | -6/+2 |
* | Reset the iterator when an array is cleared | Vincent Pit | 2012-06-22 | 1 | -1/+1 |
* | Expunge study magic | Father Chrysostomos | 2012-05-29 | 1 | -1/+0 |
* | Annihilate ‘A’ magic | Father Chrysostomos | 2012-05-21 | 1 | -10/+0 |
* | Copy call checker when cloning closure prototype | Father Chrysostomos | 2012-05-21 | 1 | -0/+4 |
* | [perl #29070] Add vstring set-magic | Father Chrysostomos | 2011-12-23 | 1 | -2/+6 |
* | 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 |