| Commit message (Expand) | Author | Age | Files | Lines |
* | Add LINKLIST to the API. | Ben Morrow | 2010-10-12 | 1 | -10/+21 |
* | APIify op list constructors | Zefram | 2010-10-12 | 1 | -56/+99 |
* | Remove some excess cleverness from the Bhk macros. | Ben Morrow | 2010-10-10 | 1 | -3/+3 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 1 | -245/+533 |
* | Remove MEMBER_TO_FPTR. | Ben Morrow | 2010-10-06 | 1 | -3/+3 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -0/+2 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -1/+5 |
* | [perl #20444] regex not evaluated in constant ?: | Father Chrysostomos | 2010-09-20 | 1 | -3/+13 |
* | add hv_copy_hints_hv and save_hints to the API | Zefram | 2010-09-16 | 1 | -1/+1 |
* | In Perl_ck_subr(), no need to create/set o3 in the !proto block. | Nicholas Clark | 2010-09-14 | 1 | -5/+2 |
* | In Perl_ck_subr, remove delete_op, unused since assertions were removed. | Nicholas Clark | 2010-09-13 | 1 | -10/+0 |
* | In Perl_ck_subr(), move to once place all setting of bits in o->op_private. | Nicholas Clark | 2010-09-13 | 1 | -3/+5 |
* | In Perl_ck_subr(), consolidate all the prototype code in one if block. | Nicholas Clark | 2010-09-13 | 1 | -10/+10 |
* | In Perl_ck_subr(), hoist the if (proto) check outside of the while loop. | Nicholas Clark | 2010-09-13 | 1 | -17/+37 |
* | fix a couple of -Dmad compiler warnings | David Mitchell | 2010-09-12 | 1 | -4/+6 |
* | Fix RT #77468: Smart matching on slices | David Leadbeater | 2010-09-07 | 1 | -0/+12 |
* | Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *. | Nicholas Clark | 2010-09-01 | 1 | -2/+1 |
* | Peephole optimise adjacent pairs of nextstate ops. | Nicholas Clark | 2010-08-27 | 1 | -1/+53 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -9/+16 |
* | document several optree construction functions | Zefram | 2010-08-23 | 1 | -2/+329 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -3/+3 |
* | fix [perl #74118] $[ assignment not noisy enough | Zefram | 2010-08-16 | 1 | -0/+1 |
* | Revert "Make the peep recurse via PL_peepp" | Florian Ragwitz | 2010-08-16 | 1 | -19/+8 |
* | C89 doesn't allow static dynamic initialization of complete structs | H.Merijn Brand | 2010-08-02 | 1 | -4/+6 |
* | Make the peep recurse via PL_peepp | Florian Ragwitz | 2010-07-25 | 1 | -8/+17 |
* | [perl #76478] silence compiler warning | David Mitchell | 2010-07-23 | 1 | -1/+1 |
* | add CvGV_set() macro and make CvGV() rvalue only | David Mitchell | 2010-07-18 | 1 | -4/+4 |
* | add CVf_CVGV_RC flag | David Mitchell | 2010-07-18 | 1 | -2/+2 |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 1 | -8/+9 |
* | protect CvSTASH weakref with backrefs | David Mitchell | 2010-07-14 | 1 | -0/+4 |
* | Document the blockhook functions and macros. | Ben Morrow | 2010-07-12 | 1 | -0/+11 |
* | Wrap PL_blockhooks in an API function. | Ben Morrow | 2010-07-12 | 1 | -0/+8 |
* | Generic hooks into Perl_block_{start,end}. | Ben Morrow | 2010-07-12 | 1 | -2/+12 |
* | glob crashes when %File::Glob:: is empty | Father Chrysostomos | 2010-06-07 | 1 | -5/+6 |
* | Eliminate some newSV(0)s by merging the SV allocation with first modification. | Nicholas Clark | 2010-05-30 | 1 | -5/+4 |
* | add OPpDEREFed flag to avoid double mg_get() | David Mitchell | 2010-05-25 | 1 | -0/+14 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -1/+13 |
* | Restore strict refs on stashes, removed by ce10b5d1ec5b5f68b0811018a415bc37. | Nicholas Clark | 2010-05-21 | 1 | -11/+0 |
* | Replace boolean use of HvFILL(hv) with HvTOTALKEYS(hv), which is equivalent. | Nicholas Clark | 2010-05-21 | 1 | -1/+1 |
* | Merge branch 'vincent/rvalue_stmt_given' into blead | Vincent Pit | 2010-05-19 | 1 | -25/+31 |
|\ |
|
| * | Make given() statements return the last evaluated expression | Vincent Pit | 2010-01-03 | 1 | -25/+31 |
* | | shift; optimization | Ruslan Zakirov | 2010-05-03 | 1 | -2/+8 |
* | | when(scalar) without argument should be a syntax error [perl #74114] | Rafael Garcia-Suarez | 2010-04-13 | 1 | -4/+1 |
* | | For evals, op_targ carry hint flags, which are pretty high when you're | Rafael Garcia-Suarez | 2010-04-02 | 1 | -0/+1 |
* | | [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work | David Leadbeater | 2010-03-27 | 1 | -2/+2 |
* | | Add some missing dVAR's | Marcus Holland-Moritz | 2010-02-20 | 1 | -0/+1 |
* | | The new lvalue warning should not be turned on by default | Rafael Garcia-Suarez | 2010-01-12 | 1 | -1/+1 |
* | | Retain builtin attributes from pre-declaration. Fixes [perl #68758]. | Gerard Goossen | 2010-01-10 | 1 | -1/+2 |
* | | Ignore a lvalue attribute after the subroutine has been defined, and warn abo... | Gerard Goossen | 2010-01-10 | 1 | -1/+3 |
|/ |
|
* | Make eval {} compile directly to OP_ENTERTRY | Rafael Garcia-Suarez | 2009-12-20 | 1 | -2/+1 |