summaryrefslogtreecommitdiff
path: root/mg_raw.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/+4
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-181-0/+2
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* Add PERL_MAGIC_extvalueLeon Timmermans2022-11-011-1/+3
* Call magic on all elements on %SIG delocalizationLeon Timmermans2021-06-021-1/+1
* ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-181-0/+2
* Remove proto magic typeFather Chrysostomos2014-11-301-2/+0
* [perl #123103] Allow ext magic on read-onliesFather Chrysostomos2014-11-031-1/+1
* 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/+2
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+2
* Reënable qr caching for (??{}) retval where possibleFather Chrysostomos2013-11-241-1/+1
* Correct fm vtable in perlguts.podFather Chrysostomos2012-09-251-1/+1
* Add proto magic typeFather Chrysostomos2012-09-151-0/+2
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+1
* Expunge study magicFather Chrysostomos2012-05-291-2/+0
* Annihilate ‘A’ magicFather Chrysostomos2012-05-211-4/+0
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-1/+1
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-1/+1
* Split out study magic from pos magic.Nicholas Clark2011-07-011-1/+3
* [perl #92906] perl -d has non-functional b commandFather Chrysostomos2011-06-151-2/+2
* Sort magic and magic vtable names in files generated by mg_vtable.plNicholas Clark2011-06-111-18/+18
* In PL_magic_data flag whether magic can be added to a readonly value.Nicholas Clark2011-06-111-5/+5
* Store a flag for container/value magic in PL_magic_data.Nicholas Clark2011-06-111-20/+20
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-0/+90