Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make security warnings in the Safe and Opcode modules more direct. | John Lightsey | 2021-01-09 | 1 | -1/+8 |
* | Eliminate build-time warning | Zefram | 2020-03-30 | 2 | -2/+2 |
* | chained comparisons | Zefram | 2020-03-12 | 1 | -1/+3 |
* | Add the `isa` operator | Paul "LeoNerd" Evans | 2019-12-09 | 1 | -1/+2 |
* | Fix "it it" typos | Dagfinn Ilmari Mannsåker | 2019-07-04 | 1 | -2/+2 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -4/+4 |
* | internally change "when" to "whereso" | Zefram | 2017-12-05 | 1 | -1/+1 |
* | merge leavegiven op type into leaveloop | Zefram | 2017-12-05 | 1 | -1/+1 |
* | remove useless "break" mechanism | Zefram | 2017-11-29 | 1 | -2/+2 |
* | Add OP_MULTICONCAT op | David Mitchell | 2017-10-31 | 1 | -2/+2 |
* | Opcode: check invariant at compile time | Lukas Mai | 2017-07-16 | 2 | -2/+2 |
* | 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 |