| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | pp.h: Make [TP]OPp and [TP]OPpx identical | Father Chrysostomos | 2012-07-27 | 1 | -4/+5 |
* | Use find_runcv_where for pp_coreargs and pp_runcv | Father Chrysostomos | 2012-07-02 | 1 | -0/+1 |
* | Make formats close over the right closure | Father Chrysostomos | 2012-06-29 | 1 | -0/+2 |
* | propagate context into overloads [perl #47119] | Jesse Luehrs | 2012-06-28 | 1 | -7/+28 |
* | [perl #112966] Crash on delete local; other local bugs | Father Chrysostomos | 2012-06-23 | 1 | -2/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Fix non-GCC compilation | Father Chrysostomos | 2012-05-21 | 1 | -4/+3 |
* | pp.h: Missing macro parentheses | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
* | [perl #44895] += warning on uninit magic var | Father Chrysostomos | 2012-01-09 | 1 | -1/+1 |
* | Remove magical dPOPXnnrl_ul dPOPXiirl_ul macros | Father Chrysostomos | 2012-01-09 | 1 | -12/+0 |
* | 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 |