This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #118747] Allow in-place s///g when !!PL_sawampersand
[perl5.git] / mg.c
2013-08-22 Father ChrysostomosRemove null check from mg.c:magic_getvec
2013-08-22 Father ChrysostomosFix assertion failure with $#a=\1
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-13 Father Chrysostomosmg.c: Fix U32-to-bool assignment
2013-08-11 Father ChrysostomosMake PL_hints an alias for PL_compiling.cop_hints
2013-08-11 Father ChrysostomosModifying ${^OPEN} changes the value of $^H:
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:mg_localize
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:S_save_magic
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-23 Father Chrysostomos[perl #72766] Allow huge pos() settings
2013-07-16 Father Chrysostomos[perl #27010] Make tie work through defelems
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-07-16 Father ChrysostomosMake set-magic handle vstrings properly
2013-07-06 Karl WilliamsonPATCH: [perl #112208]: Set utf8 flag on $! appropriately
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-06-30 Ruslan ZakirovG_METHOD_NAMED flag for call_method and call_sv
2013-06-04 Brian FraserStop making assumptions about uids and gids.
2013-05-26 Father Chrysostomosmg.c: Use SvREFCNT_dec_NN
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
next