| Commit message (Expand) | Author | Age | Files | Lines |
* | Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …) | Dagfinn Ilmari Mannsåker | 2016-11-12 | 2 | -2/+2 |
* | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE | David Mitchell | 2016-10-04 | 1 | -2/+2 |
* | silence warning in Opcode.xs | David Mitchell | 2016-08-15 | 2 | -4/+5 |
* | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops | David Mitchell | 2016-08-03 | 1 | -2/+2 |
* | Increase $Opcode::VERSION to 1.35 | Father Chrysostomos | 2016-05-20 | 1 | -1/+1 |
* | Add avhvswitch op | Father Chrysostomos | 2016-05-20 | 1 | -1/+1 |
* | Opcode.xs: silence compiler warning | David Mitchell | 2015-11-24 | 2 | -3/+5 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -2/+2 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -2/+3 |
* | bump $Opcode::VERSION to 1.32 | Tony Cook | 2015-01-29 | 1 | -1/+1 |
* | comment out dead code in Opcode:: | Daniel Dragan | 2015-01-29 | 1 | -2/+9 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -1/+1 |
* | Increase $Opcode::VERSION to 1.31 | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | Use GIMME_V in Opcode | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | Propagate context properly in Safe->reval | Father Chrysostomos | 2014-12-21 | 2 | -1/+19 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -1/+1 |
* | Speed up method calls like $o->Other::method() and $o->Other::SUPER::method(). | syber | 2014-12-02 | 1 | -1/+1 |
* | Opcode.pm: wrap long verbatim pod line | Father Chrysostomos | 2014-11-28 | 1 | -1/+2 |
* | speedup for SUPER::method() calls. | syber | 2014-11-28 | 1 | -2/+2 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Increase $Opcode::VERSION to 1.29 | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add refassign op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Critical bugfix in module Safe (Opcode). Version increased, changelog and tes... | syber | 2014-08-05 | 2 | -2/+6 |
* | Opcode: fix 'null argument' warning | David Mitchell | 2013-11-13 | 2 | -2/+4 |
* | Increase $Opcode::VERSION to 1.26 | Father Chrysostomos | 2013-09-13 | 1 | -1/+1 |
* | Add new opcodes to Opcode.pm | Father Chrysostomos | 2013-09-13 | 1 | -3/+4 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -2/+2 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Add padcv to Opcode.pm | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Opcode.pm: wrap long pod lines | Father Chrysostomos | 2012-08-26 | 1 | -17/+24 |
* | Increase $Opcode::VERSION to 1.24 | Father Chrysostomos | 2012-08-26 | 1 | -1/+1 |
* | Remove boolkeys op | Father Chrysostomos | 2012-08-26 | 1 | -1/+1 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -2/+2 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -2/+2 |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 2 | -3/+3 |
* | Add coreargs op | Father Chrysostomos | 2011-08-18 | 1 | -2/+2 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 1 | -2/+2 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
* | Convert ext/Opcode/t/ops.t to Test::More | Nicholas Clark | 2010-12-17 | 1 | -7/+5 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -2/+2 |
* | Test that Opcode loads without warnings. | Nicholas Clark | 2010-11-09 | 1 | -3/+13 |
* | Tidy up ext/Opcode/t/Opcode.t. | Nicholas Clark | 2010-11-09 | 1 | -10/+10 |
* | Convert ext/Opcode/t/Opcode.t to Test::More. | Nicholas Clark | 2010-11-09 | 1 | -39/+39 |
* | Add new ops in Opcode, so it does not warn at compilation | Rafael Garcia-Suarez | 2010-11-06 | 1 | -3/+3 |
* | All callers of get_op_bitspec() in Opcode.xs pass len, so don't call strlen(). | Nicholas Clark | 2010-11-01 | 1 | -2/+0 |
* | Small refactoring of op_names_init() and put_op_bitspec() in Opcode.xs | Nicholas Clark | 2010-11-01 | 1 | -7/+3 |