This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
silence g++ warning with PL_magic_vtable_names
[perl5.git] / regen / mg_vtable.pl
2012-12-18 David Mitchellsilence g++ warning with PL_magic_vtable_names
2012-10-01 Father ChrysostomosRemove length magic on scalars
2012-09-26 Father ChrysostomosCorrect fm vtable in perlguts.pod
2012-09-16 Father ChrysostomosAdd proto magic type
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-13 Father Chrysostomosmg_vtable.pl: Mention all generated files
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
2012-01-03 Father ChrysostomosExplain perlguts changes in mg_vtable.pl comment
2012-01-03 Father ChrysostomosRegenerate perlguts’ mg table automatically
2011-12-23 Father Chrysostomos[perl #29070] Add vstring set-magic
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-16 Father Chrysostomos[perl #92906] perl -d has non-functional b command
2011-06-12 Nicholas ClarkGenerate the table of core magic types in perlguts...
2011-06-12 Nicholas ClarkIn regen/mg_vtable.pl, move $longest inside the only...
2011-06-11 Nicholas ClarkSort magic and magic vtable names in files generated...
2011-06-11 Nicholas ClarkGenerate magic_names in dump.c using mg_vtable.pl.
2011-06-11 Nicholas ClarkGenerate the PERL_MAGIC_* defines using mg_vtable.pl.
2011-06-11 Nicholas ClarkIn PL_magic_data flag whether magic can be added to...
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkProvide the names of the magic vtables in PL_magic_vtab...
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
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...