summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure that forbidden control flow messages about finally blocks say "finally...Paul "LeoNerd" Evans2022-01-201-0/+4
* correct the comment distinguishing between threaded/unthreaded cop macrosTony Cook2021-11-151-1/+4
* Add CopFILEAVn() and use it when cleaning up COP pointersTony Cook2021-11-151-2/+7
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-12/+3
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+1
* CxLVAL(): Save a '&' instr by casting to U8Karl Williamson2021-07-301-1/+1
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-4/+9
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-196/+196
* Add cop_hints_exists_*Leon Timmermans2021-03-151-0/+52
* Add cophh_exists_* functionsLeon Timmermans2021-03-151-0/+53
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-1/+4
* Rename CxTRYBLOCK() to CxEVALBLOCK()Paul "LeoNerd" Evans2021-02-041-3/+7
* Document various CopSTASHfoo functionsKarl Williamson2021-01-031-0/+17
* Document various CopFILEfoo functionsKarl Williamson2020-11-291-0/+26
* cop.h: Extend core-only portionKarl Williamson2020-11-291-1/+3
* Various COPHH macros have a non-const parameterKarl Williamson2020-11-201-6/+6
* Document PERL_SIKarl Williamson2020-11-111-0/+6
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-3/+3
* Remove redundant documentationKarl Williamson2020-09-051-29/+0
* Document IN_PERL_(RUN|COMPILE)TIMEKarl Williamson2020-09-051-3/+12
* Reorganize perlapiKarl Williamson2020-09-041-8/+0
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-2/+2
* cop.h: remove obsolete commentDavid Mitchell2020-08-281-6/+0
* cop.h: Comments, white spaceKarl Williamson2020-08-221-4/+4
* 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