This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
IO::getline(): use CALLRUNOPS
[perl5.git] / cop.h
2023-09-25 Tony Cook64-bit stack: fix the iteration context base stack...
2023-09-25 Tony Cook64-bit stack: first pass, marks are now 64-bits on...
2023-08-31 Tony Cookeval_sv: add a G_USEHINTS flag
2023-08-16 David MitchellAllow argument stacks to be reference-counted
2023-08-16 David Mitchellallow argument stack to be AvREAL()
2023-08-16 David Mitchelladd switch_argstack(), push/pop_stackinfo() fns
2023-08-16 David Mitchellmake @_ AvREAL() on RC-stack
2023-07-04 Tony Cookcop.h: suppress padding warning from MSVC
2023-04-29 Yves Ortonreplace "define\t" with "define " in most "normal"... 19521/head
2023-03-06 Yves Ortonscope.c - improved RCPV support, SAVERCPV SAVEFREERCPV
2022-12-30 Yves Ortoncop.h - fix incorrect var name in comment (PL_in_eval)
2022-12-29 James E KeenanCorrect typos as per GH 20435
2022-11-23 Yves Ortonop.c - add support for empty RCPV strings.
2022-11-02 Yves Ortoncop.h - get rid of the STRLEN* stuff from cop_warnings
2022-11-01 Yves Ortonop.c - use refcounted pv pointers for cop_warnings
2022-11-01 Yves Ortoncop.h - add support for refcounted filenames in cops...
2022-10-26 Tony Cookop.c - copy cop_features to the COP inserted into the...
2022-09-29 TAKAI Kousukecop.h: Fix return type in CopLINE()'s apidoc entry
2022-09-07 Tony Cookavoid undefined behavior when calling setjmp()
2022-09-05 Yves Ortoncop.h - show function name
2022-09-05 Yves Ortoncop.h - fix warnings about i across setjmp
2022-08-31 Yves Ortoncop.h - show a bit more debug out in JMPENV macros...
2022-07-18 Tony Cookreplace (0+(pointer)) with casts to the pointer type
2022-06-20 David Mitchellcop.h: fix je_mustcatch code comment.
2022-06-20 David Mitchells/JUMPENV/JMPENV/g
2022-06-18 Karl WilliamsonFollow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
2022-06-14 Karl WilliamsonChange autodoc flag
2022-05-28 Karl Williamsoncophh_fetch: Make sure doesn't pass eroneous flags
2022-05-08 Karl Williamsonperlapi: Consolidate CopLABEL* entries
2022-05-08 Karl Williamsonperlapi: Consolidate cop_hints_fetch* entries
2022-05-08 Karl Williamsonperlapi: Consolidate cop_hints_exists* entries
2022-05-08 Karl Williamsonperlapi: Consolidate cophh_exists* entries
2022-05-08 Karl Williamsonperlapi: Consolidate cophh_fetch* entries
2022-05-08 Karl Williamsonperlapi: Consolidate cophh_delete* entries
2022-05-08 Karl Williamsonperlapi: Consolidate cophh_store* entries
2022-01-20 Paul "LeoNerd" EvansEnsure that forbidden control flow messages about final...
2021-11-15 Tony Cookcorrect the comment distinguishing between threaded...
2021-11-15 Tony CookAdd CopFILEAVn() and use it when cleaning up COP pointers
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-07-30 Karl WilliamsonCxLVAL(): Save a '&' instr by casting to U8
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-05-31 Michael G SchwernBase *.[ch] files: Replace leading tabs with blanks
2021-03-15 Leon TimmermansAdd cop_hints_exists_*
2021-03-15 Leon TimmermansAdd cophh_exists_* functions
2021-02-04 Paul "LeoNerd" EvansInitial attempt at feature 'try' 18505/head
2021-02-04 Paul "LeoNerd" EvansRename CxTRYBLOCK() to CxEVALBLOCK()
2021-01-03 Karl WilliamsonDocument various CopSTASHfoo functions
2020-11-29 Karl WilliamsonDocument various CopFILEfoo functions
2020-11-29 Karl Williamsoncop.h: Extend core-only portion
2020-11-21 Karl WilliamsonVarious COPHH macros have a non-const parameter
2020-11-11 Karl WilliamsonDocument PERL_SI
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-09-05 Karl WilliamsonRemove redundant documentation
2020-09-05 Karl WilliamsonDocument IN_PERL_(RUN|COMPILE)TIME
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-08-28 David Mitchellcop.h: remove obsolete comment
2020-08-23 Karl Williamsoncop.h: Comments, white space
2020-03-11 Karl WilliamsonCreate new PUSHSTACKi for regcomp.c
2020-03-11 Karl Williamsoncop.h: Add comment
2019-12-17 Karl WilliamsonNote that certain flags are documented
2019-10-30 Tony CookFaster feature checks
2019-10-20 Dan BookUpdate documentation, comments, metadata to reference...
2019-10-11 Max MaischeinMailling list archaeology, restoring old content
2019-10-11 Max MaischeinPerl5 git is on https
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchelladd PL_curstackinfo->si_cxsubix field
2019-09-03 Karl WilliamsonChange pod for macros that require "literal strings"
2019-09-03 Karl WilliamsonDocument CopLABEL[_len[_flags]]
2019-07-08 Tony Cookuse hex for the call_*()/eval_sv() flag definitions
2019-07-08 Tony Cook(perl #134177) add G_RETHROW flag to eval_sv()
2019-06-25 Karl WilliamsonFix apidoc macro entries
2019-05-31 Karl WilliamsonAdd 'n' flag to various =for apidoc lines
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-05 Zeframinternally change "when" to "whereso"
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Zeframrevise block_givwhen for sole use by "when"
2017-11-12 Zeframbetter document macros taking literal strings
2017-08-23 David Mitchellmake 'struct jmpenv' size independent of DEBUGGING
2017-07-16 David MitchellPL_curstackinfo->si_stack_hwm: gently restore
2017-07-03 David Mitchellsave si_stack_hwm across JMPENV_PUSH
2017-06-24 Lukas Maiparanoia: parenthesize macro parameters
2017-06-24 Lukas Maifix #ifdef directives with extra tokens
2017-06-24 David Mitchelladd PL_curstackinfo->si_stack_hwm
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-05-23 David MitchellCX_POP_SAVEARRAY(): use more distinctive var name
2016-03-30 David MitchellImprove code comments for some ctx stuff
2016-03-28 David Mitchellsilence -Wparentheses-equality
2016-02-03 Karl Williamsonperlapi: Clarify that a literal string must end in...
2016-02-03 David Mitchellmake gimme consistently U8
2016-02-03 David MitchellMULTICALL *shouldn't* clear savestack
2016-02-03 David Mitchelladd blk_old_tmpsfloor shortcut
2016-02-03 David MitchelldMULTICALL: remove unused vars
2016-02-03 David Mitchellconvert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
2016-02-03 David Mitchellconvert CX_PUSHLOOP*/POPLOOP to inline fns
2016-02-03 David Mitchellconvert CX_PUSHEVAL/POPEVAL to inline fns
2016-02-03 David Mitchellconvert CX_PUSHFORMAT/POPFORMAT to inline fns
next