| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | CX_POPFOO(): assert cx is of the right type | David Mitchell | 2016-02-03 | 1 | -0/+10 |
* | rename POPFOO() to CX_POPFOO() | David Mitchell | 2016-02-03 | 1 | -27/+27 |
* | factor out common actions in TOPBLOCK and POPBLOCK | David Mitchell | 2016-02-03 | 1 | -9/+13 |
* | tweak POPLOOP and CXt_LOOP_* order | David Mitchell | 2016-02-03 | 1 | -17/+18 |
* | fix CxFOREACH | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | only set CXp_FOR_DEF with CXp_FOR_GV | David Mitchell | 2016-02-03 | 1 | -0/+4 |
* | give POP_SAVEARRAY() macro a cx arg | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | TOPBLOCK: make comment clear its used by goto too | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | POPSUB_ARGS: move a code comment to the right line | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | make TOPBLOCK(cx) not set cx | David Mitchell | 2016-02-03 | 1 | -1/+0 |
* | rename DEBUG_CX() to CX_DEBUG() | David Mitchell | 2016-02-03 | 1 | -8/+8 |
* | add CX_CUR() macro | David Mitchell | 2016-02-03 | 1 | -9/+13 |
* | make POPSUBST re-entrant safe | David Mitchell | 2016-02-03 | 1 | -2/+7 |
* | make POPGIVEN re-entrant safe | David Mitchell | 2016-02-03 | 1 | -2/+6 |
* | make POPSUB re-entrant safe | David Mitchell | 2016-02-03 | 1 | -4/+12 |
* | make POPEVAL safe against re-entrancy | David Mitchell | 2016-02-03 | 1 | -4/+9 |
* | make POPSUB and POPFORMAT re-entrant safe | David Mitchell | 2016-02-03 | 1 | -17/+18 |
* | reorder 'struct block' fields. | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | move and rename cx_old_savestack_ix | David Mitchell | 2016-02-03 | 1 | -13/+17 |
* | PUSHLOOP_PLAIN: don't set unused fields | David Mitchell | 2016-02-03 | 1 | -5/+1 |
* | Eliminate cx->blk_loop.resetsp | David Mitchell | 2016-02-03 | 1 | -6/+3 |
* | split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY | David Mitchell | 2016-02-03 | 1 | -21/+27 |
* | rename S_doeval() to S_doeval_compile() | David Mitchell | 2016-02-03 | 1 | -1/+1 |