| Commit message (Expand) | Author | Age | Files | Lines |
* | A totally new optree structure for try/catch involving three new optypes | Paul "LeoNerd" Evans | 2021-02-14 | 1 | -0/+3 |
* | Initial attempt at feature 'try' | Paul "LeoNerd" Evans | 2021-02-04 | 1 | -0/+1 |
* | chained comparisons | Zefram | 2020-03-12 | 1 | -0/+2 |
* | pp_i_modulo(): remove workaround for ancient glibc bug | Dagfinn Ilmari Mannsåker | 2020-02-05 | 1 | -5/+0 |
* | Add the `isa` operator | Paul "LeoNerd" Evans | 2019-12-09 | 1 | -0/+1 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -2/+4 |
* | internally change "when" to "whereso" | Zefram | 2017-12-05 | 1 | -2/+2 |
* | merge leavegiven op type into leaveloop | Zefram | 2017-12-05 | 1 | -1/+0 |
* | remove useless "break" mechanism | Zefram | 2017-11-29 | 1 | -1/+0 |
* | Add OP_MULTICONCAT op | David Mitchell | 2017-10-31 | 1 | -0/+1 |
* | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE | David Mitchell | 2016-10-04 | 1 | -1/+0 |
* | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops | David Mitchell | 2016-08-03 | 1 | -0/+3 |
* | Add avhvswitch op | Father Chrysostomos | 2016-05-20 | 1 | -0/+1 |
* | better glibc i_modulo bug handling | jimc | 2016-05-17 | 1 | -0/+5 |
* | split pp_postdec() from pp_postinc() and improve | David Mitchell | 2015-11-10 | 1 | -0/+1 |
* | split pp_predec() from pp_preinc() and improve | David Mitchell | 2015-11-10 | 1 | -0/+1 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -1/+0 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -0/+6 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -0/+1 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -0/+1 |
* | Speed up method calls like $o->Other::method() and $o->Other::SUPER::method(). | syber | 2014-12-02 | 1 | -0/+2 |
* | speedup for SUPER::method() calls. | syber | 2014-11-28 | 1 | -0/+1 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -0/+1 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | Add refassign op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -0/+1 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -0/+1 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -0/+1 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | padcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -1/+0 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -0/+1 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -0/+1 |
* | Merge postinc and postdec | Father Chrysostomos | 2011-09-16 | 1 | -1/+0 |
* | Merge preinc and postinc | Father Chrysostomos | 2011-09-16 | 1 | -1/+0 |
* | Add coreargs op | Father Chrysostomos | 2011-08-18 | 1 | -0/+1 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -3/+3 |
* | Merge the implementations of {end,set}{gr,pw}ent with endhostent. | Nicholas Clark | 2011-01-10 | 1 | -4/+0 |
* | Merge the implementations of pp_s{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -3/+0 |
* | Merge the implementations of pp_e{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -3/+0 |
* | Rename pp_send to pp_syswrite, making send an alias for syswrite. | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 1 | -91/+2 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -2/+373 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -414/+2 |
* | Move the boolkeys op to the group of hash ops. | Nicholas Clark | 2009-10-15 | 1 | -1/+1 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -0/+1 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+1 |
* | Eliminate ck_lengthconst. | Nicholas Clark | 2008-02-20 | 1 | -1/+0 |