This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add build options to disable the PERL_HASH* and PERL_PERTURB_KEYS env vars
[perl5.git] / mg_vtable.h
2014-11-30 Father ChrysostomosRemove proto magic type
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-11 Father ChrysostomosCapitalise magic descriptions consistently
2014-10-11 Father ChrysostomosAdd lvref magic type
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2012-12-18 David Mitchellsilence g++ warning with PL_magic_vtable_names
2012-10-01 Father ChrysostomosRemove length magic on scalars
2012-09-16 Father ChrysostomosAdd proto magic type
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-06-22 Vincent PitReset the iterator when an array is cleared
2012-05-30 Father ChrysostomosExpunge study magic
2012-05-22 Father ChrysostomosAnnihilate ‘A’ magic
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2011-12-23 Father Chrysostomos[perl #29070] Add vstring set-magic
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-11 Nicholas ClarkSort magic and magic vtable names in files generated...
2011-06-11 Nicholas ClarkGenerate the PERL_MAGIC_* defines using mg_vtable.pl.
2011-06-11 Nicholas ClarkProvide the names of the magic vtables in PL_magic_vtab...
2011-06-11 Nicholas ClarkPL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, inste...
2011-06-11 Nicholas ClarkRefactor Perl_get_vtbl() to a small array lookup from...
2011-06-11 Nicholas ClarkReplace PL_vtbl_* with an array PL_magic_vtables.
2011-06-11 Nicholas ClarkGenerate the enum for want_vtbl_* with regen/mg_vtable.pl
2011-06-11 Nicholas ClarkMove the work of MGVTBL_SET() from the C pre-processor...
2011-06-11 Nicholas ClarkMove the cast for a magic vtable with const get into...
2011-06-11 Nicholas ClarkGenerate the definitions for magic vtables from data...