summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* replace "define\t" with "define " in most "normal" core files.Yves Orton2023-04-291-2/+2
* scope.c - improved RCPV support, SAVERCPV SAVEFREERCPVYves Orton2023-03-061-0/+25
* cop.h - fix incorrect var name in comment (PL_in_eval)Yves Orton2022-12-301-1/+1
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* op.c - add support for empty RCPV strings.Yves Orton2022-11-231-5/+11
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-12/+7
* op.c - use refcounted pv pointers for cop_warningsYves Orton2022-11-011-1/+12
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-011-5/+88
* op.c - copy cop_features to the COP inserted into the OP treeTony Cook2022-10-261-0/+2
* cop.h: Fix return type in CopLINE()'s apidoc entryTAKAI Kousuke2022-09-291-1/+1
* avoid undefined behavior when calling setjmp()Tony Cook2022-09-081-2/+12
* cop.h - show function nameYves Orton2022-09-051-16/+16
* cop.h - fix warnings about i across setjmpYves Orton2022-09-051-2/+7
* cop.h - show a bit more debug out in JMPENV macros, and minor fixesYves Orton2022-08-311-12/+16
* replace (0+(pointer)) with casts to the pointer typeTony Cook2022-07-181-3/+3
* cop.h: fix je_mustcatch code comment.David Mitchell2022-06-201-1/+1
* s/JUMPENV/JMPENV/gDavid Mitchell2022-06-201-3/+3
* Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8Karl Williamson2022-06-181-11/+11
* Change autodoc flagKarl Williamson2022-06-141-4/+4
* cophh_fetch: Make sure doesn't pass eroneous flagsKarl Williamson2022-05-271-8/+13
* perlapi: Consolidate CopLABEL* entriesKarl Williamson2022-05-081-10/+8
* perlapi: Consolidate cop_hints_fetch* entriesKarl Williamson2022-05-081-35/+26
* perlapi: Consolidate cop_hints_exists* entriesKarl Williamson2022-05-081-34/+26
* perlapi: Consolidate cophh_exists* entriesKarl Williamson2022-05-081-34/+22
* perlapi: Consolidate cophh_fetch* entriesKarl Williamson2022-05-081-36/+27
* perlapi: Consolidate cophh_delete* entriesKarl Williamson2022-05-081-36/+26
* perlapi: Consolidate cophh_store* entriesKarl Williamson2022-05-081-41/+31
* 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