summaryrefslogtreecommitdiff
path: root/pp.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Introduce SvCANEXISTDELETE in pp.h, which simplify the logic in pp_helem and ...Vincent Pit2008-12-281-0/+9
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* [perl #55786] [PATCH blead] Re: Overload Segfaulting Rick Delaney2008-06-151-3/+3
* Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn_flags(), whichNicholas Clark2008-01-041-2/+2
* There's no need to handle 'set' magic in the mX?PUSH macros.Marcus Holland-Moritz2008-01-041-35/+25
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-0/+12
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-2/+2
* Cast markstack values to I32Jan Dubois2007-04-101-2/+2
* Remove register keyword from dSP; (at least for now)Nicholas Clark2007-01-211-1/+1
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-151-2/+4
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.Nicholas Clark2006-02-071-1/+5
* Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_varNicholas Clark2006-02-071-8/+13