This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tr///: return Size_t count rather than I32
[perl5.git] / mg_raw.h
2014-11-30 Father ChrysostomosRemove proto magic type
2014-11-04 Father Chrysostomos[perl #123103] Allow ext magic on read-onlies
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...
2013-11-25 Father ChrysostomosReënable qr caching for (??{}) retval where possible
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-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-16 Father Chrysostomos[perl #92906] perl -d has non-functional b command
2011-06-11 Nicholas ClarkSort magic and magic vtable names in files generated...
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...