summaryrefslogtreecommitdiff
path: root/pp.h
Commit message (Expand)AuthorAgeFilesLines
* fix signed/unsigned mismatch in (M)EXTENDHugo van der Sanden2015-03-251-4/+4
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* 5th arg to indicate numeric bitwise overloadingFather Chrysostomos2015-01-311-0/+1
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-0/+1
* 01234567890123456789012345678901234567890123456789Father Chrysostomos2014-12-191-1/+1
* Use full name for Perl_tmps_grow_p in EXTEND_MORTALFather Chrysostomos2014-10-121-1/+1
* optimize & rmv from public API Perl_tmps_grow and related codeDaniel Dragan2014-10-101-3/+4
* pp.h: Remove SETsv and SETsvUNFather Chrysostomos2014-09-211-9/+0
* pp.h: remove spurious comment about OPpTARGET_MYDavid Mitchell2014-09-191-1/+0
* Automate processing of op_private flagsDavid Mitchell2014-09-101-1/+1
* remove 1 read of interp var from PUSHMARKDaniel Dragan2014-06-091-3/+4
* Fixup for [perl #121860]: g++ and VC are pickier about what'sJarkko Hietaniemi2014-05-281-1/+1
* Fix EXTEND changes under STRESS_REALLOCSteffen Mueller2014-05-281-2/+2
* Avoid "unused sp" if EXTEND is the last mentioning sp.Jarkko Hietaniemi2014-05-281-14/+22
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-5/+6
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-1/+1
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-1/+1
* Extend STRESS_REALLOC to move the stack with every EXTENDFather Chrysostomos2013-11-221-2/+12
* Eliminate POPq, POPuq, TOPq, TOPuq, dPOPqv, dTOPqv, qPOPuqv, dTOPuqv.Nicholas Clark2013-09-171-14/+0
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* Use SSize_t when extending the stackFather Chrysostomos2013-08-251-4/+4
* (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