Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove flagging OP_READLINE with OPf_SPECIAL | Rafael Garcia-Suarez | 2014-07-24 | 1 | -1/+0 |
* | Fix typo in op.h | Aaron Crane | 2014-07-09 | 1 | -1/+1 |
* | add op_lastsib and -DPERL_OP_PARENT | David Mitchell | 2014-07-08 | 1 | -5/+13 |
* | wrap op_sibling field access in OP_SIBLING* macros | David Mitchell | 2014-07-08 | 1 | -0/+13 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -104/+0 |
* | Trailing comma in enum is not C89. | Jarkko Hietaniemi | 2014-05-28 | 1 | -1/+1 |
* | Macro for common OP checks: "is this X or was it before NULLing?" | Steffen Mueller | 2014-02-26 | 1 | -3/+38 |
* | Change av_len calls to av_tindex for clarity | Karl Williamson | 2014-02-20 | 1 | -1/+1 |
* | subroutine signatures | Zefram | 2014-02-01 | 1 | -1/+1 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -21/+23 |
* | [perl #115736] fix undocumented param from newATTRSUB_flags | Daniel Dragan | 2013-12-23 | 1 | -1/+2 |
* | Optimise out PUSHMARK/RETURN if return is the last statement in a sub. | Matthew Horsfall | 2013-12-13 | 1 | -0/+6 |
* | fix multi-eval of Perl_custom_op_xop in XopENTRY | Daniel Dragan | 2013-11-10 | 1 | -5/+38 |
* | Make &CORE::exit respect vmsish exit hint | Father Chrysostomos | 2013-11-08 | 1 | -3/+0 |
* | Fix &CORE::exit/die under vmsish "hushed" | Father Chrysostomos | 2013-11-08 | 1 | -2/+9 |
* | Warn for all uses of %hash{...} in scalar cx | Father Chrysostomos | 2013-11-08 | 1 | -2/+2 |
* | Fix bare blocks in lvalue subs | Father Chrysostomos | 2013-10-24 | 1 | -1/+1 |
* | Add OPpLVALUE flag | Father Chrysostomos | 2013-10-23 | 1 | -0/+3 |
* | Remove OPpCONST_FOLDED | Father Chrysostomos | 2013-09-16 | 1 | -2/+0 |
* | op.h: Describe entersub and rv2cv flags | Father Chrysostomos | 2013-09-15 | 1 | -0/+26 |
* | Reduce false positives for @hsh{$s} and @ary[$s] warnings | Father Chrysostomos | 2013-09-14 | 1 | -1/+1 |
* | Fewer false positives for %hash{$scalar} warning | Father Chrysostomos | 2013-09-13 | 1 | -0/+2 |
* | pp_goto: document the different branches | David Mitchell | 2013-09-06 | 1 | -0/+1 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -1/+1 |
* | op.c: Add op_folded to BASEOP | Niels Thykier | 2013-07-19 | 1 | -2/+5 |
* | Stop using IV in pmop; remove workaround | Father Chrysostomos | 2013-07-06 | 1 | -1/+1 |
* | Stop split from mangling constants | Father Chrysostomos | 2013-06-22 | 1 | -0/+3 |
* | op.h: Corrent comment about entersub strictures | Father Chrysostomos | 2013-06-03 | 1 | -1/+1 |
* | Eliminate PL_reg_state.re_reparsing, part 1 | David Mitchell | 2013-04-12 | 1 | -0/+1 |
* | rework split() special case interaction with regex engine | Yves Orton | 2013-03-27 | 1 | -1/+1 |
* | make m?$pat? match only once under ithreads | David Mitchell | 2013-01-04 | 1 | -1/+1 |
* | fix warning in PmopSTASH_set() | David Mitchell | 2012-12-10 | 1 | -1/+1 |
* | Stop renamed packages from making reset() crash | Father Chrysostomos | 2012-12-05 | 1 | -34/+11 |
* | Don’t share TARGs between recursive ops | Father Chrysostomos | 2012-11-27 | 1 | -1/+2 |
* | SVf_IsCOW | Father Chrysostomos | 2012-11-14 | 1 | -1/+1 |
* | padrange: handle @_ directly | David Mitchell | 2012-11-10 | 1 | -0/+1 |
* | add SAVEt_CLEARPADRANGE | David Mitchell | 2012-11-10 | 1 | -1/+2 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -0/+4 |
* | simplify GIMME_V | David Mitchell | 2012-11-04 | 1 | -4/+2 |
* | Re-enable static op allocation with obslab | Reini Urban | 2012-10-25 | 1 | -2/+5 |
* | Remove PMf_MAYBE_CONST | Father Chrysostomos | 2012-10-11 | 1 | -3/+0 |
* | [perl #94490] const fold should not trigger special split " " | Father Chrysostomos | 2012-09-22 | 1 | -1/+1 |
* | Correct typo in flag name | Father Chrysostomos | 2012-08-25 | 1 | -1/+1 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -0/+2 |
* | Optimise %hash in sub { %hash || ... } | Father Chrysostomos | 2012-08-25 | 1 | -0/+3 |
* | assert_(...) | Father Chrysostomos | 2012-08-05 | 1 | -5/+1 |
* | Remove op_latefree(d) | Father Chrysostomos | 2012-07-14 | 1 | -15/+2 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -1/+1 |
* | PERL_DEBUG_READONLY_OPS with the new allocator | Father Chrysostomos | 2012-07-12 | 1 | -0/+4 |
* | Record folded constants in the op tree | Father Chrysostomos | 2012-07-04 | 1 | -0/+1 |