summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* Create new PUSHSTACKi for regcomp.cKarl Williamson2020-03-111-0/+1
* cop.h: Add commentKarl Williamson2020-03-111-0/+2
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+2
* Faster feature checksTony Cook2019-10-301-0/+6
* Update documentation, comments, metadata to reference GitHub as canonical rep...Dan Book2019-10-201-2/+2
* Mailling list archaeology, restoring old contentMax Maischein2019-10-111-9/+10
* Perl5 git is on httpsMax Maischein2019-10-111-4/+4
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-0/+5
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-5/+0
* add PL_curstackinfo->si_cxsubix fieldDavid Mitchell2019-09-191-0/+5
* Change pod for macros that require "literal strings"Karl Williamson2019-09-021-4/+4
* Document CopLABEL[_len[_flags]]Karl Williamson2019-09-021-0/+18
* use hex for the call_*()/eval_sv() flag definitionsTony Cook2019-07-081-12/+12
* (perl #134177) add G_RETHROW flag to eval_sv()Tony Cook2019-07-081-0/+1
* Fix apidoc macro entriesKarl Williamson2019-06-251-7/+7
* Add 'n' flag to various =for apidoc linesKarl Williamson2019-05-301-4/+4
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-8/+16
* internally change "when" to "whereso"Zefram2017-12-051-5/+5
* remove unused CXp_FOR_DEF and OPpITER_DEFZefram2017-11-291-2/+0
* make loop control apply to "given"Zefram2017-11-291-8/+3
* revise block_givwhen for sole use by "when"Zefram2017-11-291-5/+4
* better document macros taking literal stringsZefram2017-11-121-8/+8
* make 'struct jmpenv' size independent of DEBUGGINGDavid Mitchell2017-08-231-2/+0
* PL_curstackinfo->si_stack_hwm: gently restoreDavid Mitchell2017-07-161-1/+2
* save si_stack_hwm across JMPENV_PUSHDavid Mitchell2017-07-031-0/+18
* paranoia: parenthesize macro parametersLukas Mai2017-06-241-1/+1
* fix #ifdef directives with extra tokensLukas Mai2017-06-241-1/+1
* add PL_curstackinfo->si_stack_hwmDavid Mitchell2017-06-241-0/+13
* remove eval's usage of SvSCREAMDavid Mitchell2016-11-121-2/+6
* CX_POP_SAVEARRAY(): use more distinctive var nameDavid Mitchell2016-05-231-2/+2
* Improve code comments for some ctx stuffDavid Mitchell2016-03-301-6/+6
* silence -Wparentheses-equalityDavid Mitchell2016-03-281-2/+2
* perlapi: Clarify that a literal string must end in a NULKarl Williamson2016-02-031-8/+8
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* MULTICALL *shouldn't* clear savestackDavid Mitchell2016-02-031-4/+1
* add blk_old_tmpsfloor shortcutDavid Mitchell2016-02-031-0/+1
* dMULTICALL: remove unused varsDavid Mitchell2016-02-031-17/+9
* convert CX_{PUSH|POP}{WHEN|GIVEN} to inline fnsDavid Mitchell2016-02-031-20/+0
* convert CX_PUSHLOOP*/POPLOOP to inline fnsDavid Mitchell2016-02-031-41/+0
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-29/+0
* convert CX_PUSHFORMAT/POPFORMAT to inline fnsDavid Mitchell2016-02-031-27/+0
* convert CX_PUSHSUB/POPSUB to inline fnsDavid Mitchell2016-02-031-81/+4
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-44/+7
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-24/+24
* eliminate PUSH/POPBASICBLK macrosDavid Mitchell2016-02-031-9/+0
* consolidate common code in PUSHLOOP_FOR,_PLAINDavid Mitchell2016-02-031-1/+1
* PUSHEVAL: make n param an SV rather than a stringDavid Mitchell2016-02-031-1/+1
* PUSHSUB: make retop a parameterDavid Mitchell2016-02-031-8/+8
* PUSHEVAL: make retop a parameterDavid Mitchell2016-02-031-2/+2
* PUSHFORMAT: don't use implicit argsDavid Mitchell2016-02-031-1/+1