This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use ck_null for ~.
[perl5.git] / regen / opcodes
2018-01-10 Father ChrysostomosUse ck_null for ~.
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
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 Zeframremove useless "break" mechanism
2017-11-29 Zeframuse LOOP struct for entergiven op
2017-11-22 Zeframeviscerate smartmatch
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-08-04 David Mitchellmerge Perl_ck_cmp() and Perl_ck_eq()
2017-07-27 David MitchellGive OP_RV2HV a targ
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchellregen/opcodes: move 'method' entry next to others
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-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 ChrysostomosAdd avhvswitch op
2016-05-21 Father Chrysostomosregen/opcodes: Re-order aeach, akeys, and avalues
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-02-01 Father ChrysostomosWarning about experimental bitops
2015-02-01 Father ChrysostomosAdd OP_IS_INFIX_BIT
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-07 David Mitchelladd UNOP_AUX OP class
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 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 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 ChrysostomosAllow OPpTARGET_MY optimisation for x
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for vec
2014-10-18 Father ChrysostomosUse srefgen for anoncode
2014-10-15 Father ChrysostomosChange OA_DANGEROUS description in regen/opcode*
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 ChrysostomosAdd lvavref op type
2014-10-11 Father Chrysostomoslvref is actually a baseop/unop
2014-10-11 Father ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-11 Father ChrysostomosAdd refassign op type
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-10 David Mitchellbetter document OA_ 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-07-26 Father ChrysostomosMerge ck_trunc and ck_chdir
2012-07-14 Father Chrysostomos[perl #113470] Constant folding for pack
2012-06-08 Father ChrysostomosConstant folding for x
2012-05-29 Father ChrysostomosMake pos use ck_fun and OA_SCALARREF
2012-05-29 Father ChrysostomosMake undef use ck_fun and OA_SCALARREF
2012-05-21 Father Chrysostomosregen/opcodes: Rmv evalonce comment
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-09-10 Jim Cromieregen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
2011-09-10 Jim Cromieimplement OP_IS_NUMCOMPARE like other OP_IS macros
2011-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-12 Father ChrysostomosChange (l)stat’s prototype from * to ;*
next