This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX: MSVC defines all of these
[perl5.git] / mg_vtable.h
2023-07-26 Dagfinn Ilmari Man... Remove microperl
2023-03-23 Lukas Maifix incorrect vi filetype declarations in generated...
2023-03-18 Yves Ortonpp_ctl.c - add support for hooking require.
2023-03-18 Yves Ortonscope.c - add mortal_destructor_sv() and mortal_svfunc_x()
2023-02-19 Elvin Aslanovgenerated files - update mode lines to specify file...
2022-11-01 Leon TimmermansAdd PERL_MAGIC_extvalue
2021-06-01 Leon TimmermansCall magic on all elements on %SIG delocalization
2020-10-23 David Mitchelladd Perl_magic_freemglob() magic vtable method
2020-10-23 David Mitchelladd Perl_magic_freeutf8() magic vtable method
2020-10-23 David Mitchelladd Perl_magic_freecollxfrm() magic vtable method
2018-02-19 Father Chrysostomos‘Nonelems’ for pushing sparse array on the stack
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...