summaryrefslogtreecommitdiff
path: root/mg_vtable.h
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-0/+10
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-181-0/+5
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* Add PERL_MAGIC_extvalueLeon Timmermans2022-11-011-1/+2
* Call magic on all elements on %SIG delocalizationLeon Timmermans2021-06-021-0/+4
* add Perl_magic_freemglob() magic vtable methodDavid Mitchell2020-10-231-1/+1
* add Perl_magic_freeutf8() magic vtable methodDavid Mitchell2020-10-231-1/+1
* add Perl_magic_freecollxfrm() magic vtable methodDavid Mitchell2020-10-231-1/+1
* ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-181-0/+5
* Remove proto magic typeFather Chrysostomos2014-11-301-1/+0
* Rename lvalue referencesFather Chrysostomos2014-10-171-1/+1
* Capitalise magic descriptions consistentlyFather Chrysostomos2014-10-101-6/+6
* Add lvref magic typeFather Chrysostomos2014-10-101-0/+5
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+5
* silence g++ warning with PL_magic_vtable_namesDavid Mitchell2012-12-181-2/+2
* Remove length magic on scalarsFather Chrysostomos2012-10-011-1/+1
* Add proto magic typeFather Chrysostomos2012-09-151-0/+1
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-6/+2
* Reset the iterator when an array is clearedVincent Pit2012-06-221-1/+1
* Expunge study magicFather Chrysostomos2012-05-291-1/+0
* Annihilate ‘A’ magicFather Chrysostomos2012-05-211-10/+0
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-0/+4
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-2/+6
* Split out study magic from pos magic.Nicholas Clark2011-07-011-1/+2
* Sort magic and magic vtable names in files generated by mg_vtable.plNicholas Clark2011-06-111-73/+73
* Generate the PERL_MAGIC_* defines using mg_vtable.pl.Nicholas Clark2011-06-111-0/+52
* Provide the names of the magic vtables in PL_magic_vtable_names[].Nicholas Clark2011-06-111-0/+37
* PL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, instead of copies.Nicholas Clark2011-06-111-4/+3
* Refactor Perl_get_vtbl() to a small array lookup from a large switch statement.Nicholas Clark2011-06-111-3/+4
* Replace PL_vtbl_* with an array PL_magic_vtables.Nicholas Clark2011-06-111-222/+73
* Generate the enum for want_vtbl_* with regen/mg_vtable.plNicholas Clark2011-06-111-0/+35
* Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.plNicholas Clark2011-06-111-385/+224
* Move the cast for a magic vtable with const get into mg_vtable.hNicholas Clark2011-06-111-2/+2
* Generate the definitions for magic vtables from data in a regen script.Nicholas Clark2011-06-111-0/+416