| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67. | Nicholas Clark | 2010-11-09 | 1 | -1/+1 |
* | Inline tryAMAGICunDEREF_var() into its callers and eliminate it. | Nicholas Clark | 2010-11-03 | 1 | -4/+4 |
* | Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var(). | Nicholas Clark | 2010-11-03 | 1 | -15/+2 |
* | Inline RvDEEPCP() into its only caller, Perl_amagic_call(). | Nicholas Clark | 2010-11-02 | 1 | -12/+0 |
* | Implement the loop in tryAMAGICunDEREF_var() using while, rather than goto. | Nicholas Clark | 2010-11-02 | 1 | -7/+7 |
* | Expand AMG_CALLun_var() into all its users, and eliminate it. | Nicholas Clark | 2010-11-02 | 1 | -6/+6 |
* | Inline tryAMAGICunW_var() into macros tryAMAGICun{DEREF_var,TARGET} | Nicholas Clark | 2010-11-02 | 1 | -28/+36 |
* | Eliminate tryAMAGICunW() by refactoring tryAMAGICun{DEREF,TARGET} | Nicholas Clark | 2010-11-02 | 1 | -4/+2 |
* | Remove unused AMAGIC macros from pp.h. Neither core nor CPAN uses any. | Nicholas Clark | 2010-11-02 | 1 | -71/+0 |
* | Return DIE(...) to *return*ing Perl_die(...). | Nicholas Clark | 2010-06-27 | 1 | -1/+1 |
* | make overload respect get magic | David Mitchell | 2010-05-21 | 1 | -0/+34 |
* | avoid use of operator name in macro | Robin Barker | 2010-04-26 | 1 | -0/+1 |
* | Fix [perl #74542] 5.12.0 crash on diverse platforms | Rafael Garcia-Suarez | 2010-04-21 | 1 | -1/+2 |
* | move JMPENV_JUMP to die_where and mark it as "noreturn" | Gerard Goossen | 2009-11-06 | 1 | -1/+1 |
* | Stacked overloaded -X. | Ben Morrow | 2009-03-25 | 1 | -0/+13 |
* | Fall back to "" overload for -X. | Ben Morrow | 2009-03-25 | 1 | -1/+1 |
* | Finish the rest of the -X ops. | Ben Morrow | 2009-03-25 | 1 | -13/+14 |
* | Move magic logic into tryAMAGICftest macro. | Ben Morrow | 2009-03-25 | 1 | -0/+16 |
* | Introduce SvCANEXISTDELETE in pp.h, which simplify the logic in pp_helem and ... | Vincent Pit | 2008-12-28 | 1 | -0/+9 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | [perl #55786] [PATCH blead] Re: Overload Segfaulting | Rick Delaney | 2008-06-15 | 1 | -3/+3 |
* | Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn_flags(), which | Nicholas Clark | 2008-01-04 | 1 | -2/+2 |
* | There's no need to handle 'set' magic in the mX?PUSH macros. | Marcus Holland-Moritz | 2008-01-04 | 1 | -35/+25 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -0/+12 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -2/+2 |
* | Cast markstack values to I32 | Jan Dubois | 2007-04-10 | 1 | -2/+2 |
* | Remove register keyword from dSP; (at least for now) | Nicholas Clark | 2007-01-21 | 1 | -1/+1 |
* | pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a | Nicholas Clark | 2007-01-15 | 1 | -2/+4 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. | Nicholas Clark | 2006-02-07 | 1 | -1/+5 |
* | Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var | Nicholas Clark | 2006-02-07 | 1 | -8/+13 |
* | PL_amagic_generation is always non-zero, so remove the test for this. | Nicholas Clark | 2005-12-28 | 1 | -4/+0 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -9/+11 |
* | Allow passing of the full enum name into the tryAMAGICbin family of | Nicholas Clark | 2005-11-05 | 1 | -2/+8 |
* | tidy up DieNull and DIE_NULL | Robin Barker | 2005-07-28 | 1 | -1/+0 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -3/+13 |
* | Eliminate more C<n_a>s | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | Convert POPpx POPpconstx and POPpbytex to use nolen macros. | Nicholas Clark | 2005-06-08 | 1 | -7/+4 |
* | POPpx needs a const equivalent. | Nicholas Clark | 2005-06-07 | 1 | -0/+1 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -2/+1 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -1/+1 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | to improve -DCHECK_FORMAT | Robin Barker | 2005-01-07 | 1 | -0/+1 |
* | Missign STATEMENT brackets in PUSHMARK | Ton Hospel | 2004-12-24 | 1 | -14/+20 |
* | Fix apidoc entries for PUSHMARK and newXSproto. | Marcus Holland-Moritz | 2004-06-02 | 1 | -1/+1 |
* | Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757) | Marcus Holland-Moritz | 2004-05-04 | 1 | -11/+11 |
* | Follow-up to previous patch: the mX?PUSH[inup] macros | Rafael Garcia-Suarez | 2004-04-30 | 1 | -26/+26 |
* | Document limitations in PUSHi et al macros and add new mPUSHi et al macros | Steve Hay | 2004-04-30 | 1 | -12/+96 |
* | Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults | Rick Delaney | 2003-09-18 | 1 | -1/+1 |
* | Integrate from maint: | Marcus Holland-Moritz | 2003-06-11 | 1 | -2/+2 |