| Commit message (Expand) | Author | Age | Files | Lines |
* | Make filetest ops handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -2/+4 |
* | Don’t call get-magic on a referenced array in chdir, etc. | Father Chrysostomos | 2011-09-10 | 1 | -1/+2 |
* | Add MAYBE_DEREF_GV macro | Father Chrysostomos | 2011-09-10 | 1 | -0/+13 |
* | Fix overloaded <> when the peephole optimiser is disabled. | Gerard Goossen | 2011-09-01 | 1 | -1/+5 |
* | Revert parts of c31c291..96b6b87 | Father Chrysostomos | 2011-04-08 | 1 | -10/+3 |
* | [perl #87708] Fix ‘$tied binop $tied’ | Father Chrysostomos | 2011-04-07 | 1 | -1/+1 |
* | [perl #87708] $tied % $tied and $tied * $tied under use integer | Father Chrysostomos | 2011-04-06 | 1 | -4/+0 |
* | [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’ | Father Chrysostomos | 2011-04-06 | 1 | -2/+3 |
* | [perl #87708] use integer; $tied <=> $tied | Father Chrysostomos | 2011-04-06 | 1 | -0/+5 |
* | [perl #87708] atan2 $tied, $tied | Father Chrysostomos | 2011-04-05 | 1 | -0/+5 |
* | Convert tied PRINT to using Perl_tied_method() | Nicholas Clark | 2011-01-05 | 1 | -0/+1 |
* | Rename tied_handle_method() to tied_method(), and make it non-static. | Nicholas Clark | 2011-01-05 | 1 | -0/+8 |
* | reindent tryAMAGICunTARGET after previous change | David Mitchell | 2011-01-03 | 1 | -20/+20 |
* | simplify tryAMAGICunTARGET | David Mitchell | 2011-01-03 | 1 | -5/+1 |
* | make <expr> always overload if expr is overloaded | David Mitchell | 2011-01-02 | 1 | -2/+7 |
* | overloaded <> sometimes left an extra stack arg | David Mitchell | 2011-01-02 | 1 | -0/+2 |
* | standardise amagic method naming | David Mitchell | 2010-12-31 | 1 | -3/+6 |
* | 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 |