summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* fix a few warnings (format strings, unused variable)Lukas Mai2013-11-201-1/+1
* mg.c: Fix misuse of AvARRAY in defelem_targetFather Chrysostomos2013-11-041-0/+7
* [perl #119799] Set breakpoints without *DB::dblineFather Chrysostomos2013-10-281-1/+2
* WinCE Makefile and make_ext.pl general and XS fixesDaniel Dragan2013-10-211-1/+1
* Intercept assignment to $! to translate WSAExxx values to Exxx values on WindowsSteve Hay2013-09-161-0/+5
* Simplify some code in Perl_magic_get() and Perl_magic_set().Nicholas Clark2013-09-021-9/+3
* Remove now unused $` $' ${^MATCH} ${^PREMATCH} ${^POSTMATCH} code.Nicholas Clark2013-09-021-36/+0
* Store all other match vars in mg_len instead of mg_ptr/mg_len.Nicholas Clark2013-09-021-2/+1
* Store the match vars in mg_len instead of calling atoi() on mg_ptr.Nicholas Clark2013-09-021-38/+35
* In Perl_magic_setdbline, replace the use of atoi() with sv_2iv().Nicholas Clark2013-08-291-5/+12
* 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