summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* avoid (TAINTING_get && TAINT_get)David Mitchell2015-11-101-1/+2
* MARK -Ds debuggingReini Urban2015-11-101-6/+6
* remove extra stat() call from .pm opening+remove extra safepath checkDaniel Dragan2015-10-191-4/+8
* given(): remove support for lexical $_David Mitchell2015-10-021-9/+3
* Stop using OPpGREP_LEX at run timeFather Chrysostomos2015-09-291-19/+3
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-2/+2
* [perl #125781] handle range overflow when Size_t is smaller than IVTony Cook2015-08-181-1/+5
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-1/+0
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* Evict PERLIO_IS_STDIO from top-level core files.Craig A. Berry2015-07-231-4/+0
* combine PERLDB_LINE and PERLDB_SAVESRC flag testsDaniel Dragan2015-07-221-3/+3
* fix harmless(ish) thinko in pp_returnDavid Mitchell2015-06-241-1/+1
* sinplify Perl_block_gimme()David Mitchell2015-06-191-11/+6
* pp_return: optimise a couple of conditionsDavid Mitchell2015-06-191-18/+19
* pp_return: reindentDavid Mitchell2015-06-191-22/+22
* pp_return(): tail call pp_leavewrite()David Mitchell2015-06-191-37/+11
* pp_return(): tail call pp_leaveeval()David Mitchell2015-06-191-35/+4
* pp_return: set eval CV depth to 0David Mitchell2015-06-191-0/+7
* pp_return: move 'die on require fail' laterDavid Mitchell2015-06-191-10/+14
* pp_leaveeval: use EVAL_KEEPERRDavid Mitchell2015-06-191-3/+3
* pp_return(): tail call pp_leavetry()David Mitchell2015-06-191-4/+8
* make MULTICALL handle list contextDavid Mitchell2015-06-191-11/+5
* eliminate S_return_lvalues()David Mitchell2015-06-191-13/+9
* move multicall check to S_return_lvaluesDavid Mitchell2015-06-191-2/+3
* reindent code block in pp_returnDavid Mitchell2015-06-191-26/+26
* Simplify S_return_lvalues()David Mitchell2015-06-191-24/+21
* lval subs: do arg shifting in pp_returnDavid Mitchell2015-06-191-5/+3
* pp_return: simplify arg handling codeDavid Mitchell2015-06-191-5/+17
* simplify sort sub return arg processingDavid Mitchell2015-06-191-2/+6
* S_return_lvalues(): merge two similar blocksDavid Mitchell2015-06-191-13/+5
* S_return_lvalues(): consistent cxstack_ix--David Mitchell2015-06-191-11/+4
* pp_return: re-indent after last commitDavid Mitchell2015-06-191-21/+21
* handle most of lvalue return in single placeDavid Mitchell2015-06-191-46/+46
* pp_return: tail call pp_leavesubDavid Mitchell2015-06-191-41/+30
* pp_last: only handle loop context typesDavid Mitchell2015-06-191-41/+10
* clean up sv_isobject usageDaniel Dragan2015-06-111-2/+2
* s/.../$_++/ge assertion failureDavid Mitchell2015-04-221-1/+7
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-1/+2
* smartmatch: handle stack reallocDavid Mitchell2015-03-191-4/+11
* update PL_stack_sp when we exit matcher_matches_sv()Tony Cook2015-03-191-1/+5
* [perl #123836] dump LABEL shouldn't be goto LABELTony Cook2015-02-171-2/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* [perl #123538] always set chophere and itembytes at the same timeTony Cook2015-01-191-0/+1
* Detect infnan range ends.Jarkko Hietaniemi2015-01-121-0/+2
* Separate bad range end detection.Jarkko Hietaniemi2015-01-121-21/+22
* Win32: stat() only after a failed open() on a moduleDaniel Dragan2015-01-121-2/+25
* avoid integer overflow in pp_flop()David Mitchell2014-12-311-1/+3
* [perl #103260] Fix s/// with long stringsFather Chrysostomos2014-12-231-1/+1
* pp_ctl.c: Only do GIMME_V once in pp_callerFather Chrysostomos2014-12-191-3/+3