summaryrefslogtreecommitdiff
path: root/ext/Opcode
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-162-2/+2
* Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)Dagfinn Ilmari Mannsåker2016-11-122-2/+2
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-2/+2
* silence warning in Opcode.xsDavid Mitchell2016-08-152-4/+5
* 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-242-3/+5
* 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
* comment out dead code in Opcode::Daniel Dragan2015-01-291-2/+9
* Add :const anon sub attributeFather Chrysostomos2015-01-191-1/+1
* Increase $Opcode::VERSION to 1.31Father Chrysostomos2014-12-211-1/+1
* Use GIMME_V in OpcodeFather Chrysostomos2014-12-211-1/+1
* Propagate context properly in Safe->revalFather Chrysostomos2014-12-212-1/+19
* 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-052-2/+6
* Opcode: fix 'null argument' warningDavid Mitchell2013-11-132-2/+4
* 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-222-3/+3
* Add coreargs opFather Chrysostomos2011-08-181-2/+2
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-2/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* bump version of many modulesZefram2010-12-191-1/+1
* Convert ext/Opcode/t/ops.t to Test::MoreNicholas Clark2010-12-171-7/+5
* fix various compiler warnings from XS codeZefram2010-12-111-2/+2