summaryrefslogtreecommitdiff
path: root/pp.h
Commit message (Expand)AuthorAgeFilesLines
* (UN)LIKELY branch prediction hints in a few strategic placesSteffen Mueller2013-03-061-7/+7
* Remove the second param to tryAMAGICunTARGETlistFather Chrysostomos2012-12-091-3/+2
* pp.h: Remove tryAMAGICunTARGETFather Chrysostomos2012-12-091-7/+4
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-1/+1
* pp.h: Make [TP]OPp and [TP]OPpx identicalFather Chrysostomos2012-07-271-4/+5
* Use find_runcv_where for pp_coreargs and pp_runcvFather Chrysostomos2012-07-021-0/+1
* Make formats close over the right closureFather Chrysostomos2012-06-291-0/+2
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-7/+28
* [perl #112966] Crash on delete local; other local bugsFather Chrysostomos2012-06-231-2/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Fix non-GCC compilationFather Chrysostomos2012-05-211-4/+3
* pp.h: Missing macro parenthesesFather Chrysostomos2012-05-211-1/+1
* [perl #44895] += warning on uninit magic varFather Chrysostomos2012-01-091-1/+1
* Remove magical dPOPXnnrl_ul dPOPXiirl_ul macrosFather Chrysostomos2012-01-091-12/+0
* Make filetest ops handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-2/+4
* Don’t call get-magic on a referenced array in chdir, etc.Father Chrysostomos2011-09-101-1/+2
* Add MAYBE_DEREF_GV macroFather Chrysostomos2011-09-101-0/+13
* Fix overloaded <> when the peephole optimiser is disabled.Gerard Goossen2011-09-011-1/+5
* Revert parts of c31c291..96b6b87Father Chrysostomos2011-04-081-10/+3
* [perl #87708] Fix ‘$tied binop $tied’Father Chrysostomos2011-04-071-1/+1
* [perl #87708] $tied % $tied and $tied * $tied under use integerFather Chrysostomos2011-04-061-4/+0
* [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’Father Chrysostomos2011-04-061-2/+3
* [perl #87708] use integer; $tied <=> $tiedFather Chrysostomos2011-04-061-0/+5
* [perl #87708] atan2 $tied, $tiedFather Chrysostomos2011-04-051-0/+5
* Convert tied PRINT to using Perl_tied_method()Nicholas Clark2011-01-051-0/+1
* Rename tied_handle_method() to tied_method(), and make it non-static.Nicholas Clark2011-01-051-0/+8
* reindent tryAMAGICunTARGET after previous changeDavid Mitchell2011-01-031-20/+20
* simplify tryAMAGICunTARGETDavid Mitchell2011-01-031-5/+1
* make <expr> always overload if expr is overloadedDavid Mitchell2011-01-021-2/+7
* overloaded <> sometimes left an extra stack argDavid Mitchell2011-01-021-0/+2
* standardise amagic method namingDavid Mitchell2010-12-311-3/+6
* Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.Nicholas Clark2010-11-091-1/+1
* Inline tryAMAGICunDEREF_var() into its callers and eliminate it.Nicholas Clark2010-11-031-4/+4
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-15/+2
* Inline RvDEEPCP() into its only caller, Perl_amagic_call().Nicholas Clark2010-11-021-12/+0
* Implement the loop in tryAMAGICunDEREF_var() using while, rather than goto.Nicholas Clark2010-11-021-7/+7
* Expand AMG_CALLun_var() into all its users, and eliminate it.Nicholas Clark2010-11-021-6/+6
* Inline tryAMAGICunW_var() into macros tryAMAGICun{DEREF_var,TARGET}Nicholas Clark2010-11-021-28/+36
* Eliminate tryAMAGICunW() by refactoring tryAMAGICun{DEREF,TARGET}Nicholas Clark2010-11-021-4/+2
* Remove unused AMAGIC macros from pp.h. Neither core nor CPAN uses any.Nicholas Clark2010-11-021-71/+0
* Return DIE(...) to *return*ing Perl_die(...).Nicholas Clark2010-06-271-1/+1
* make overload respect get magicDavid Mitchell2010-05-211-0/+34
* avoid use of operator name in macroRobin Barker2010-04-261-0/+1
* Fix [perl #74542] 5.12.0 crash on diverse platformsRafael Garcia-Suarez2010-04-211-1/+2
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-1/+1
* Stacked overloaded -X.Ben Morrow2009-03-251-0/+13
* Fall back to "" overload for -X.Ben Morrow2009-03-251-1/+1
* Finish the rest of the -X ops.Ben Morrow2009-03-251-13/+14
* Move magic logic into tryAMAGICftest macro.Ben Morrow2009-03-251-0/+16