This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Digest-SHA from 5.87 to 5.88
[perl5.git] / mg.c
2014-02-20 Karl WilliamsonRestore proper functioning of -Mdiagnostics
2014-02-18 Karl WilliamsonFix pod errors
2014-02-09 Father ChrysostomosUse ‘an’ for $/=[] error message
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-12-17 Karl Williamsonmg.c: White-space only
2013-12-17 Karl WilliamsonFix HP-UX $! failure
2013-12-17 Karl Williamsonmg.c: White-space only
2013-11-29 Father ChrysostomosRevert part of 2efab60d9
2013-11-28 Father Chrysostomosmg.c: Remove redundant SvOK checks
2013-11-27 Karl WilliamsonRespect 'use bytes' in returning $! and $^E
2013-11-27 Karl Williamson$^E should have same handling as $! for Win32 and OS/2
2013-11-27 Karl Williamsonmg.c: Extract code into a function.
2013-11-27 Karl Williamsonmg.c: White-space only
2013-11-27 Karl Williamsonmg.c: Use $! code for $^E on platforms where are same
2013-11-27 Karl Williamsonmg.c: Reorder if else clauses
2013-11-27 Karl Williamsonmg.c: Reorder cases in a switch()
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-20 Lukas Maifix a few warnings (format strings, unused variable)
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-21 Daniel DraganWinCE Makefile and make_ext.pl general and XS fixes
2013-09-16 Steve HayIntercept assignment to $! to translate WSAExxx values...
2013-09-02 Nicholas ClarkSimplify some code in Perl_magic_get() and Perl_magic_s...
2013-09-02 Nicholas ClarkRemove now unused $` $' ${^MATCH} ${^PREMATCH} ${^POSTM...
2013-09-02 Nicholas ClarkStore all other match vars in mg_len instead of mg_ptr...
2013-09-02 Nicholas ClarkStore the match vars in mg_len instead of calling atoi...
2013-08-29 Nicholas ClarkIn Perl_magic_setdbline, replace the use of atoi()...
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-25 Father ChrysostomosFix assert fail when fetching pos clobbers ref with...
2013-08-25 Father ChrysostomosStop values from ‘sticking’ to @- and @+ elems
2013-08-25 Father ChrysostomosMake @- and @+ return correct offsets beyond 2**31
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
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
next