summaryrefslogtreecommitdiff
path: root/ext/Opcode/Opcode.pm
Commit message (Expand)AuthorAgeFilesLines
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-4/+4
* internally change "when" to "whereso"Zefram2017-12-051-1/+1
* merge leavegiven op type into leaveloopZefram2017-12-051-1/+1
* remove useless "break" mechanismZefram2017-11-291-2/+2
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-2/+2
* Opcode: check invariant at compile timeLukas Mai2017-07-161-1/+1
* Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)Dagfinn Ilmari Mannsåker2016-11-121-1/+1
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-2/+2
* silence warning in Opcode.xsDavid Mitchell2016-08-151-1/+1
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-2/+2
* Increase $Opcode::VERSION to 1.35Father Chrysostomos2016-05-201-1/+1
* Add avhvswitch opFather Chrysostomos2016-05-201-1/+1
* Opcode.xs: silence compiler warningDavid Mitchell2015-11-241-1/+1
* Delete experimental autoderef featureAaron Crane2015-07-131-2/+2
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-2/+3
* bump $Opcode::VERSION to 1.32Tony Cook2015-01-291-1/+1
* Add :const anon sub attributeFather Chrysostomos2015-01-191-1/+1
* Increase $Opcode::VERSION to 1.31Father Chrysostomos2014-12-211-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+1
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-1/+1
* Opcode.pm: wrap long verbatim pod lineFather Chrysostomos2014-11-281-1/+2
* speedup for SUPER::method() calls.syber2014-11-281-2/+2
* Add lvavref op typeFather Chrysostomos2014-10-111-1/+1
* Add lvrefslice op typeFather Chrysostomos2014-10-101-1/+1
* Add lvref op typeFather Chrysostomos2014-10-101-1/+1
* Increase $Opcode::VERSION to 1.29Father Chrysostomos2014-10-101-1/+1
* Add refassign op typeFather Chrysostomos2014-10-101-1/+1
* Critical bugfix in module Safe (Opcode). Version increased, changelog and tes...syber2014-08-051-1/+1
* Opcode: fix 'null argument' warningDavid Mitchell2013-11-131-1/+1
* Increase $Opcode::VERSION to 1.26Father Chrysostomos2013-09-131-1/+1
* Add new opcodes to Opcode.pmFather Chrysostomos2013-09-131-3/+4
* add padrange opDavid Mitchell2012-11-101-2/+2
* Add clonecv op typeFather Chrysostomos2012-09-151-1/+1
* Add introcv op typeFather Chrysostomos2012-09-151-1/+1
* Add padcv to Opcode.pmFather Chrysostomos2012-09-151-1/+1
* Opcode.pm: wrap long pod linesFather Chrysostomos2012-08-261-17/+24
* Increase $Opcode::VERSION to 1.24Father Chrysostomos2012-08-261-1/+1
* Remove boolkeys opFather Chrysostomos2012-08-261-1/+1
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-2/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-2/+2
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-1/+1
* Add coreargs opFather Chrysostomos2011-08-181-2/+2
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-2/+2
* bump version of many modulesZefram2010-12-191-1/+1
* Add new ops in Opcode, so it does not warn at compilationRafael Garcia-Suarez2010-11-061-3/+3
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-151-1/+1
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-1/+2
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+2
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-2/+2