summaryrefslogtreecommitdiff
path: root/opnames.h
Commit message (Expand)AuthorAgeFilesLines
* chained comparisonsZefram2020-03-121-1/+3
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-1/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-178/+180
* internally change "when" to "whereso"Zefram2017-12-051-2/+2
* merge leavegiven op type into leaveloopZefram2017-12-051-179/+178
* remove useless "break" mechanismZefram2017-11-291-177/+176
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-330/+331
* regen/opcodes: move 'method' entry next to othersDavid Mitchell2017-07-271-29/+29
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-385/+384
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-207/+210
* Add avhvswitch opFather Chrysostomos2016-05-201-12/+13
* regen/opcodes: Re-order aeach, akeys, and avaluesFather Chrysostomos2016-05-201-2/+2
* Delete experimental autoderef featureAaron Crane2015-07-131-16/+13
* Add OP_IS_INFIX_BITFather Chrysostomos2015-01-311-0/+3
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-294/+302
* Add :const anon sub attributeFather Chrysostomos2015-01-191-1/+2
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-242/+243
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-182/+184
* speedup for SUPER::method() calls.syber2014-11-281-182/+183
* Add lvavref op typeFather Chrysostomos2014-10-111-1/+2
* Add lvrefslice op typeFather Chrysostomos2014-10-101-1/+2
* Add lvref op typeFather Chrysostomos2014-10-101-1/+2
* Add refassign op typeFather Chrysostomos2014-10-101-1/+2
* index/value array slice operationRuslan Zakirov2013-09-131-247/+248
* key/value hash slice operationRuslan Zakirov2013-09-131-235/+236
* add padrange opDavid Mitchell2012-11-101-1/+2
* Add clonecv op typeFather Chrysostomos2012-09-151-1/+2
* Add introcv op typeFather Chrysostomos2012-09-151-1/+2
* padcv op typeFather Chrysostomos2012-09-151-1/+2
* Remove boolkeys opFather Chrysostomos2012-08-261-232/+231
* Add OP_FREED op typeFather Chrysostomos2012-06-291-0/+1
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-1/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-1/+2
* regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.cJim Cromie2011-09-091-3/+7
* implement OP_IS_NUMCOMPARE like other OP_IS macrosJim Cromie2011-09-091-0/+3
* Add coreargs opFather Chrysostomos2011-08-181-1/+2
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-121-335/+335
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-1/+2
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-5/+4
* Extract the opcode data from regen/opcode.pl into regen/opcodesNicholas Clark2011-01-091-1/+1
* Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longer used or supported.Nicholas Clark2010-12-281-3/+0
* Add transr op typeFather Chrysostomos2010-11-021-1/+2
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-1/+4
* opcode.pl -> regen/opcode.plFather Chrysostomos2010-10-131-2/+2
* Move the boolkeys op to the group of hash ops.Nicholas Clark2009-10-151-225/+225
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-1/+2
* Update copyright year in opcode.pl to reflect change 33364.Nicholas Clark2008-10-251-1/+1
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-251-0/+3
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-40/+41
* [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-101-405/+370