This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / pp_ctl.c
2022-08-15 Paul "LeoNerd" EvansUse the cPMOPx-family of macros instead of manual ...
2022-08-15 Paul "LeoNerd" EvansUse the cUNOPx-family of macros instead of manual ...
2022-08-15 Paul "LeoNerd" EvansUse the cLOGOPx-family of macros instead of manual...
2022-08-15 Paul "LeoNerd" EvansUse the cSVOPx-family of macros instead of manual ...
2022-07-29 David Mitchellformats: fix splitting on non-spaces
2022-07-20 David Mitchellpp_goto(); skip saving PL_op
2022-07-09 David Mitchellavoid SEGVs on goto &xs_sub
2022-07-09 David Mitchellfix typos in pp_ctl.c
2022-07-09 David Mitchellfix another panic from eval {} inside /(?{...})/
2022-07-06 David Mitchellgoto(&xs_sub): provide correct caller context
2022-06-20 David Mitchellpp_ctl.c: revamp S_docatch() and docs
2022-06-20 David Mitchellfix panic from eval {} inside /(?{...})/
2022-06-14 Karl WilliamsonConvert '!!' to cBOOL()
2022-05-18 Karl Williamsonperlapi: Document is_lvalue_sub
2022-05-07 Karl WilliamsonMark internal and document dowantarray
2022-05-06 Karl Williamsonpp_ctl.c: Update comments
2022-03-07 Richard LeachPerl_newSV_type_mortal - new inline function introduced...
2022-03-07 Richard LeachInlined newSV_type(SVt_NULL) leaner than non-inlined...
2022-02-13 Paul "LeoNerd" EvansAdd a PL_prevailing_version interpreter var
2022-01-20 Paul "LeoNerd" EvansEnsure that forbidden control flow messages about final...
2021-12-04 Richard LeachMisc microoptimizations when dealing with new SVs
2021-11-24 Paul "LeoNerd" EvansQuote the word "defer" in exception messages about...
2021-11-23 Paul "LeoNerd" EvansForbid using 'goto' to jump into a 'defer' block becaus...
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-07-26 Nicholas ClarkWhere the key is an SV, replace some hv_* calls with...
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-04-08 Paul "LeoNerd" EvansAdd a comment where people might look for pp_grepwhile...
2021-02-14 Tony Cooktry isn't treated as a sub call like eval is
2021-02-14 Paul "LeoNerd" EvansA totally new optree structure for try/catch involving...
2021-02-08 Hugo van der Sanden[gh18540] Don't read before start of context stack...
2021-02-04 Paul "LeoNerd" EvansInitial attempt at feature 'try' 18505/head
2021-02-04 Paul "LeoNerd" EvansRename CxTRYBLOCK() to CxEVALBLOCK()
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-11-22 Karl WilliamsonSlience compiler warnings for NV, [IU]V compare
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-09-15 Todd RinaldoNon-Configure code required to implement a strict by...
2020-09-04 Karl WilliamsonReorganize perlapi
2020-08-21 Nicolas Rdie_unwind(): global destruction
2020-08-20 Karl Williamsonpp_ctl.c: Convert to use av_count()
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-01-26 Tony Cookalways treat undef in %INC as a failed require
2019-11-17 Tony Cookclean up quadmath_format_*() functions
2019-10-30 Tony CookFaster feature checks
2019-09-23 David Mitchellsi_cxsubix not restored on goto &XS_sub
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 Perl_gimme_V() static inline fn for GIMME_V
2019-09-19 David Mitchelladd PL_curstackinfo->si_cxsubix field
2019-09-19 David Mitchelladd dopopto_cursub() macro to pp_ctl.c
2019-09-14 David MitchellAvoid panic when last s///g is tainted and utf8
2019-08-08 Tony Cook(perl #134266) make sure $@ is writable when we write...
2019-08-08 Hauke D(perl #133695) "0".."-1" should act like 0..-1
2019-03-19 Karl Williamsonpp_ctl.c: Use safe UTF8SKIP
2018-08-06 Karl WilliamsonUse sv_catpvs where appropriate vs sv_catpv
2018-02-25 Father ChrysostomosAllow goto into glob’s arg
2018-02-24 Father Chrysostomos[perl #132854] Allow goto into first arg of bin op
2018-02-05 Father Chrysostomos[perl #132799] Fix goto within block within expr
2018-01-12 Father ChrysostomosFix goto-into-string-eval under PERL_UNICODE
2018-01-08 Father Chrysostomos[perl #130936] Forbid some cases of inward goto
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-23 Zeframmake false whereso yield undef in scalar context
2017-12-17 Father Chrysostomospp_ctl.c: Add -D output for inward goto
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-10 Father Chrysostomospp_ctl.c: Move goto-into-foreach error
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframmerge leavegiven op type into leaveloop
2017-11-29 Zeframmake "outside a loop" error messages consistent
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Zeframrevise block_givwhen for sole use by "when"
2017-11-29 Zeframuse blk_loop format for CXt_GIVEN
2017-11-28 Zeframremove useless "default" mechanism
2017-11-22 Zeframcanonicalise smartmatch overload truth values
2017-11-22 Zeframeviscerate smartmatch
2017-11-19 Zeframfix tainting of s/// with overloaded replacement
2017-11-15 Zeframfix handling of registered warning categories
2017-11-12 Daniel Draganfix do dir returning no $!
2017-11-06 Karl WilliamsonAdd memENDPs and use it in core
2017-11-06 Karl WilliamsonUse memENDs() in core
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-10-21 Aaron Cranepp_ctl.c: simplify cpp conditionals
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-10-08 Father ChrysostomosSet PL_curstname in pp_ctl.c:doeval
2017-10-04 Nicolas Rpp_require: return earlier when module is already loaded
2017-09-04 Tony Cook(perl #131746) avoid undefined behaviour in Copy() etc
2017-08-14 Tony Cook(perl #124368) make /foo/o; /$null/ act consistently
2017-07-27 David Mitchellmake callers of SvTRUE() more efficient
2017-07-27 David Mitchelluse the new PL_sv_zero in obvious places
2017-06-22 David Mitchellargless reset(): extend stack
2017-06-05 David MitchellFREETMPS when leaving eval, even when void/dying
2017-06-01 Zeframset up catchable runloops early enough
2017-04-18 David Mitchellemit require module name err hint only when valid
next