summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-1/+1
* Fix assert fail when fetching pos clobbers ref with undefFather Chrysostomos2013-08-251-1/+1
* Stop values from ‘sticking’ to @- and @+ elemsFather Chrysostomos2013-08-251-0/+2
* Make @- and @+ return correct offsets beyond 2**31Father Chrysostomos2013-08-251-5/+5
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-6/+2
* Remove null check from mg.c:magic_getvecFather Chrysostomos2013-08-221-4/+1
* Fix assertion failure with $#a=\1Father Chrysostomos2013-08-221-1/+1
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-6/+8
* mg.c: Fix U32-to-bool assignmentFather Chrysostomos2013-08-121-1/+1
* Make PL_hints an alias for PL_compiling.cop_hintsFather Chrysostomos2013-08-111-1/+0
* Modifying ${^OPEN} changes the value of $^H:Father Chrysostomos2013-08-111-0/+1
* Remove SvIsCOW checks from mg.c:mg_localizeFather Chrysostomos2013-08-111-1/+1
* Remove SvIsCOW checks from mg.c:S_save_magicFather Chrysostomos2013-08-111-4/+2
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-0/+2
* [perl #72766] Allow huge pos() settingsFather Chrysostomos2013-07-231-4/+4
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-7/+15
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-14/+19
* Make set-magic handle vstrings properlyFather Chrysostomos2013-07-151-4/+6
* PATCH: [perl #112208]: Set utf8 flag on $! appropriatelyKarl Williamson2013-07-051-1/+29
* change magic_methcall to use SV with shared hash valueRuslan Zakirov2013-06-301-15/+14
* G_METHOD_NAMED flag for call_method and call_svRuslan Zakirov2013-06-301-2/+2
* Stop making assumptions about uids and gids.Brian Fraser2013-06-041-23/+23
* mg.c: Use SvREFCNT_dec_NNFather Chrysostomos2013-05-261-2/+2
* autodoc.pl: Add note for deprecated functionsKarl Williamson2013-05-201-3/+1
* mg.c: White-space onlyKarl Williamson2013-05-201-2/+5
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-0/+3
* mg.c : revert ENV{x} = undef behaviour to be empty string, not key deletionKent Fredric2013-02-171-1/+1
* better POD for mg_get and SvGROWDaniel Dragan2012-12-111-1/+2
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-231-17/+20
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-2/+2
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-6/+6
* Don’t sv_force_normal in mg.c:S_save_magicFather Chrysostomos2012-10-281-7/+4
* Call overloading once for utf8 ovld→substr assignmentFather Chrysostomos2012-10-011-1/+1
* Make substr assignment work with changing UTF8nessFather Chrysostomos2012-10-011-3/+2
* mg.c:magic_setsubstr: rmv redundante null checkFather Chrysostomos2012-10-011-1/+1
* Remove length magic on scalarsFather Chrysostomos2012-10-011-79/+0
* Make substr = $utf8 call get-magic onceFather Chrysostomos2012-10-011-1/+1
* Make magic_setsubstr check UTF8 flag after stringificationFather Chrysostomos2012-10-011-2/+3
* Stop substr lvalues from being confused by changing UTF8nessFather Chrysostomos2012-10-011-3/+3
* Stop pos from panicking when overloading changes UTF8nessFather Chrysostomos2012-10-011-3/+4
* Deprecate mg_length; make it return bytesFather Chrysostomos2012-10-011-10/+8
* mg_get should be called before accessPeter Martini2012-09-261-1/+1
* ${^LAST_FH}Father Chrysostomos2012-09-171-0/+14
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-1/+7
* Separate handling of ${^PREMATCH} from $` etcDavid Mitchell2012-09-081-36/+30
* Perl_magic_setdbline() should clear and set read-only OP slabs.Nicholas Clark2012-09-041-0/+6
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+1
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+1
* Stop calling get-magic twice for lvalue pos($utf8)Father Chrysostomos2012-08-301-4/+2
* [perl #114410] Reset utf8 pos cache on getFather Chrysostomos2012-08-301-0/+4