| Commit message (Expand) | Author | Age | Files | Lines |
* | Un-revert "[MERGE] add+use si_cxsubix field" | David Mitchell | 2019-09-23 | 1 | -0/+5 |
* | Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4 | Max Maischein | 2019-09-20 | 1 | -5/+0 |
* | add PL_curstackinfo->si_cxsubix field | David Mitchell | 2019-09-19 | 1 | -0/+5 |
* | Change pod for macros that require "literal strings" | Karl Williamson | 2019-09-02 | 1 | -4/+4 |
* | Document CopLABEL[_len[_flags]] | Karl Williamson | 2019-09-02 | 1 | -0/+18 |
* | use hex for the call_*()/eval_sv() flag definitions | Tony Cook | 2019-07-08 | 1 | -12/+12 |
* | (perl #134177) add G_RETHROW flag to eval_sv() | Tony Cook | 2019-07-08 | 1 | -0/+1 |
* | Fix apidoc macro entries | Karl Williamson | 2019-06-25 | 1 | -7/+7 |
* | Add 'n' flag to various =for apidoc lines | Karl Williamson | 2019-05-30 | 1 | -4/+4 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -8/+16 |
* | internally change "when" to "whereso" | Zefram | 2017-12-05 | 1 | -5/+5 |
* | remove unused CXp_FOR_DEF and OPpITER_DEF | Zefram | 2017-11-29 | 1 | -2/+0 |
* | make loop control apply to "given" | Zefram | 2017-11-29 | 1 | -8/+3 |
* | revise block_givwhen for sole use by "when" | Zefram | 2017-11-29 | 1 | -5/+4 |
* | better document macros taking literal strings | Zefram | 2017-11-12 | 1 | -8/+8 |
* | make 'struct jmpenv' size independent of DEBUGGING | David Mitchell | 2017-08-23 | 1 | -2/+0 |
* | PL_curstackinfo->si_stack_hwm: gently restore | David Mitchell | 2017-07-16 | 1 | -1/+2 |
* | save si_stack_hwm across JMPENV_PUSH | David Mitchell | 2017-07-03 | 1 | -0/+18 |
* | paranoia: parenthesize macro parameters | Lukas Mai | 2017-06-24 | 1 | -1/+1 |
* | fix #ifdef directives with extra tokens | Lukas Mai | 2017-06-24 | 1 | -1/+1 |
* | add PL_curstackinfo->si_stack_hwm | David Mitchell | 2017-06-24 | 1 | -0/+13 |
* | remove eval's usage of SvSCREAM | David Mitchell | 2016-11-12 | 1 | -2/+6 |
* | CX_POP_SAVEARRAY(): use more distinctive var name | David Mitchell | 2016-05-23 | 1 | -2/+2 |
* | Improve code comments for some ctx stuff | David Mitchell | 2016-03-30 | 1 | -6/+6 |
* | silence -Wparentheses-equality | David Mitchell | 2016-03-28 | 1 | -2/+2 |
* | perlapi: Clarify that a literal string must end in a NUL | Karl Williamson | 2016-02-03 | 1 | -8/+8 |
* | make gimme consistently U8 | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | MULTICALL *shouldn't* clear savestack | David Mitchell | 2016-02-03 | 1 | -4/+1 |
* | add blk_old_tmpsfloor shortcut | David Mitchell | 2016-02-03 | 1 | -0/+1 |
* | dMULTICALL: remove unused vars | David Mitchell | 2016-02-03 | 1 | -17/+9 |
* | convert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns | David Mitchell | 2016-02-03 | 1 | -20/+0 |
* | convert CX_PUSHLOOP*/POPLOOP to inline fns | David Mitchell | 2016-02-03 | 1 | -41/+0 |
* | convert CX_PUSHEVAL/POPEVAL to inline fns | David Mitchell | 2016-02-03 | 1 | -29/+0 |
* | convert CX_PUSHFORMAT/POPFORMAT to inline fns | David Mitchell | 2016-02-03 | 1 | -27/+0 |
* | convert CX_PUSHSUB/POPSUB to inline fns | David Mitchell | 2016-02-03 | 1 | -81/+4 |
* | convert CX_PUSH/POP/TOPBLOCK to inline fns | David Mitchell | 2016-02-03 | 1 | -44/+7 |
* | rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc | David Mitchell | 2016-02-03 | 1 | -24/+24 |
* | eliminate PUSH/POPBASICBLK macros | David Mitchell | 2016-02-03 | 1 | -9/+0 |
* | consolidate common code in PUSHLOOP_FOR,_PLAIN | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | PUSHEVAL: make n param an SV rather than a string | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | PUSHSUB: make retop a parameter | David Mitchell | 2016-02-03 | 1 | -8/+8 |
* | PUSHEVAL: make retop a parameter | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | PUSHFORMAT: don't use implicit args | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | PUSHSUB: don't use implicit args | David Mitchell | 2016-02-03 | 1 | -7/+7 |
* | PUSHBLOCK: don't use implicit args | David Mitchell | 2016-02-03 | 1 | -3/+3 |
* | move PL_savestack_ix saving into PUSHBLOCK | David Mitchell | 2016-02-03 | 1 | -9/+8 |
* | PUSH_MULTICALL: use SAVEOP() | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | eliminate PERL_STACK_OVERFLOW_CHECK | David Mitchell | 2016-02-03 | 1 | -6/+2 |
* | MULTICALL should clear scope after each call | David Mitchell | 2016-02-03 | 1 | -0/+4 |
* | Document CxLVAL() | David Mitchell | 2016-02-03 | 1 | -0/+12 |