This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
-Mre=Debug,ALL: indicate regex state stack pushes
[perl5.git] / opcode.h
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-29 Reini Urbansassign is wrongly declared as BASEOP, not BINOP.
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-27 David MitchellOP_AVHVSWITCH: make op_private bits 0..1 symbolic
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-05-21 Father ChrysostomosAnother op description correction: & -> &.
2016-05-21 Father ChrysostomosCorrect ‘bitiwse’ in two op descriptions
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-21 Father Chrysostomosregen/opcodes: Re-order aeach, akeys, and avalues
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
2015-11-10 David Mitchellsplit pp_postdec() from pp_postinc() and improve
2015-11-10 David Mitchellsplit pp_predec() from pp_preinc() and improve
2015-09-29 Father ChrysostomosMatch ops no longer need OPpTARGET_MY origin/rjbs/remove-lexical-topic
2015-09-29 Father ChrysostomosRemove OPpGREP_LEX
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-03-01 Hugo van der Sanden[perl #123763] pushre needs to permit OPpTARGET_MY
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-01 Father ChrysostomosWarning about experimental bitops
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-05 Father Chrysostomoscomplement can have OPpTARGET_MY
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
2014-12-21 Father Chrysostomosop.c: Skip allocating entersub targ for Perl sub
2014-12-07 Father Chrysostomosgelem and refassign can have OA_RETSCALAR
2014-12-07 Father ChrysostomosGive require the OA_RETSCALAR flag
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father ChrysostomosShrink PL_op_private_bitdefs
2014-11-09 Father Chrysostomosvalues and each are OA_DANGEROUS
2014-11-09 Father Chrysostomoskill is not OA_DANGEROUS
2014-11-09 Father Chrysostomosexec is not OA_DANGEROUS
2014-11-09 Father Chrysostomosenterwrite is not OA_DANGEROUS
2014-11-09 Father Chrysostomostied is OA_DANGEROUS
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from exit
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from loopctl-type ops
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from die
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from cond_expr
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from grep and map
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from sort
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from non-integer postdec/inc
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY on non-integer postdec/inc
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from subst(cont)
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from match
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for split
2014-11-08 Father ChrysostomosRenumber op flags so TARGET_MY and OUR_INTRO differ
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for x
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for vec
2014-11-03 Jim Cromieend the pp_mapstart trickery
2014-10-20 David Mitchellfix typo in regen/opcode.pl
2014-10-18 Father ChrysostomosUse srefgen for anoncode
2014-10-13 Father Chrysostomos[perl #122965] aelemfast in list assignment
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father ChrysostomosAdd OPpLVREF_ITER flag
2014-10-11 Father Chrysostomoslvavref needs OPpLVAL_INTRO and OPpPAD_STATE
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father Chrysostomoslvref is actually a baseop/unop
2014-10-11 Father ChrysostomosRenumber OPpLVREF_TYPE
2014-10-11 Father ChrysostomosAdd priv flags for the type of lvalue ref
2014-10-11 Father Chrysostomoslvrefslice gets OPpLVAL_INTRO
2014-10-11 Father ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-11 Father ChrysostomosAdd refassign op type
2014-10-10 Father ChrysostomosDeparse split-to-our-array correctly
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-23 David MitchellOPpLVAL_INTRO: not used by pos substr vec
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-10 David MitchellAutomate processing of op_private flags
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-11-06 Father ChrysostomosSplit ck_open into two functions
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovkey/value hash slice operation
2012-11-10 David Mitchelladd padrange op
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father Chrysostomospadcv op type
2012-08-26 Father ChrysostomosRemove boolkeys op
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-08 Father ChrysostomosAdd freed ops to PL_op_(name|desc)
2012-07-26 Father ChrysostomosMerge ck_trunc and ck_chdir
next