This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add runtests.SH to the code that generates the targets sh and shextract.
[perl5.git] / mg.c
2013-05-20 Karl Williamsonautodoc.pl: Add note for deprecated functions
2013-05-20 Karl Williamsonmg.c: White-space only
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-02-17 Kent Fredricmg.c : revert ENV{x} = undef behaviour to be empty...
2012-12-12 Daniel Draganbetter POD for mg_get and SvGROW
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-28 Father ChrysostomosDon’t sv_force_normal in mg.c:S_save_magic
2012-10-01 Father ChrysostomosCall overloading once for utf8 ovld→substr assignment
2012-10-01 Father ChrysostomosMake substr assignment work with changing UTF8ness
2012-10-01 Father Chrysostomosmg.c:magic_setsubstr: rmv redundante null check
2012-10-01 Father ChrysostomosRemove length magic on scalars
2012-10-01 Father ChrysostomosMake substr = $utf8 call get-magic once
2012-10-01 Father ChrysostomosMake magic_setsubstr check UTF8 flag after stringification
2012-10-01 Father ChrysostomosStop substr lvalues from being confused by changing...
2012-10-01 Father ChrysostomosStop pos from panicking when overloading changes UTF8ness
2012-10-01 Father ChrysostomosDeprecate mg_length; make it return bytes
2012-09-26 Peter Martinimg_get should be called before access
2012-09-18 Father Chrysostomos${^LAST_FH}
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-08 David MitchellSeparate handling of ${^PREMATCH} from $` etc
2012-09-04 Nicholas ClarkPerl_magic_setdbline() should clear and set read-only...
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice for lvalue pos($utf8)
2012-08-31 Father Chrysostomos[perl #114410] Reset utf8 pos cache on get
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-07-24 Nicholas ClarkIn Perl_magic_setenv() s/ptr/key/ in two pieces of...
2012-07-24 Chip Salzenbergensure that the env var SV after C<{FOO}='x'> is PV...
2012-07-24 Chip Salzenbergreduce magic overhead of tainting (maybe other magic...
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-11 Chip Salzenbergremove silly redundant SvGMAGICAL() test for $\
2012-06-27 Jesse Luehrsclean up compilation warnings
2012-06-24 Jesse Luehrsdon't let arriving signals reset $@ [perl #45173]
2012-06-22 Vincent PitAlso handle the case IVSIZE == I32SIZE when resetting...
2012-06-22 Vincent PitReset the iterator when an array is cleared
2012-05-30 Father ChrysostomosExpunge study magic
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Craig A. BerryFile scope for VMS-specific #includes.
2012-05-22 Father ChrysostomosConsign magic_setamagic to oblivion
2012-05-21 Father Chrysostomos[perl #112184] Handle $^N in Perl_magic_set
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-05-21 Father Chrysostomos[perl #111000] Let hv_store work on hint hashes
2012-05-21 Father Chrysostomosmg.c:magic_clearhint: remove redundant PERL_UNUSED_ARG
2012-02-25 Zeframdon't taint $$ determined by getpid()
2012-02-19 Craig A. BerryFix typo in 985213f2fede57.
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-01-27 Father ChrysostomosAllow ${^WARNING_BITS} to turn off lexical warnings
2012-01-08 Father Chrysostomos[perl #67490] Don’t call DELETE on scalar-tied elem
2012-01-05 Father ChrysostomosDon’t iterate through magic with local $_
2012-01-04 Father Chrysostomos[perl #105912] local $_ should not FETCH
2011-12-23 Father Chrysostomos[perl #29070] Add vstring set-magic
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-04 Father ChrysostomosAdjust substr offsets when using, not when creating...
2011-11-26 Father ChrysostomosDon’t coerce $x immediately in foo(substr $x...)
2011-10-31 Leon TimmermansFix third argument to setresgid call while setting $(.
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-09-13 Father ChrysostomosRemove if(isGV_with_GP(PL_defoutgv)) checks from mg.c
2011-09-09 Zeframremove index offsetting ($[)
2011-07-20 David Mitchellmake assign to $^A update FmLINES
2011-07-16 Father ChrysostomosClean up magic_methcall docs
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-17 Father ChrysostomosRevert "pos in lvalue context now returns a PVMG instea...
2011-06-14 Nicholas Clarkpos in lvalue context now returns a PVMG instead of...
2011-06-14 Father ChrysostomosMake $$ writable, but still magical
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-04 Father ChrysostomosStop localised ties from becoming ro when COW
2011-05-23 Max MaischeinTurn $$ into a magical readonly variable that always...
2011-05-19 Nicholas ClarkRemove PERL_UNUSED_ARG() from Perl_magic_clearsig(...
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-05-18 Gisle AasS_mg_findext_flags wasn't declared static
2011-05-18 Nicholas ClarkStore the compiled format in mg_ptr instead of after...
2011-04-06 David Mitchellmake mg_clear() et al behave when RC==0
2011-03-20 Jan Dubois#84774: local $_ calls STORE when $_ is aliased to...
2011-03-19 David MitchellPerl_sighandler: only inc SS_ix for unsafe signals
2011-03-19 David MitchellIn signal handler, don't inc stack pointers
2011-02-24 Leon TimmermansDetect unsafe signals more reliably on BSD/Solaris
2011-02-18 Craig A. BerryNo sip without SA_SIGINFO. Broken in c22d665.
2011-02-17 Leon TimmermansUnblock signal-mask on error for unsafe signals
2011-02-16 Tom Christiansenmultifile patch against blead/pod/*.pod
2011-01-19 Leon TimmermansAlso unblock signal handlers throwing an exception
2011-01-18 Leon TimmermansConditionally unblock after signal handler[#82040]
2011-01-13 Nicholas ClarkIn Perl_write_to_stderr(), use Perl_magic_methcall...
2010-12-30 David MitchellBetter handling of magic methods freeing the SV
2010-12-03 Craig A. BerryRemove lots of unused, VMS-specific variables.
2010-11-30 Florian RagwitzAdd mg_findext
2010-11-15 Niko TyniImplement $^A tainting
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-14 Father Chrysostomos[perl #77238] Aliased @ISA does not work
2010-11-01 David Mitchelltidy code in Perl_sighandler()
2010-11-01 David MitchellRT #76248: double-freed SV with nested sig-handler
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-21 Zeframfull API for cop hint hashes
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
next