summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-1/+1
* In Perl_ck_subr(), no need to create/set o3 in the !proto block.Nicholas Clark2010-09-141-5/+2
* In Perl_ck_subr, remove delete_op, unused since assertions were removed.Nicholas Clark2010-09-131-10/+0
* In Perl_ck_subr(), move to once place all setting of bits in o->op_private.Nicholas Clark2010-09-131-3/+5
* In Perl_ck_subr(), consolidate all the prototype code in one if block.Nicholas Clark2010-09-131-10/+10
* In Perl_ck_subr(), hoist the if (proto) check outside of the while loop.Nicholas Clark2010-09-131-17/+37
* fix a couple of -Dmad compiler warningsDavid Mitchell2010-09-121-4/+6
* Fix RT #77468: Smart matching on slicesDavid Leadbeater2010-09-071-0/+12
* Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *.Nicholas Clark2010-09-011-2/+1
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-1/+53
* make recursive part of peephole optimiser hookableZefram2010-08-261-9/+16
* document several optree construction functionsZefram2010-08-231-2/+329
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-3/+3
* fix [perl #74118] $[ assignment not noisy enoughZefram2010-08-161-0/+1
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-19/+8
* C89 doesn't allow static dynamic initialization of complete structsH.Merijn Brand2010-08-021-4/+6
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-251-8/+17
* [perl #76478] silence compiler warningDavid Mitchell2010-07-231-1/+1
* add CvGV_set() macro and make CvGV() rvalue onlyDavid Mitchell2010-07-181-4/+4
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-2/+2
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-8/+9
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-0/+4
* Document the blockhook functions and macros.Ben Morrow2010-07-121-0/+11
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-0/+8
* Generic hooks into Perl_block_{start,end}.Ben Morrow2010-07-121-2/+12
* glob crashes when %File::Glob:: is emptyFather Chrysostomos2010-06-071-5/+6
* Eliminate some newSV(0)s by merging the SV allocation with first modification.Nicholas Clark2010-05-301-5/+4
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-251-0/+14
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+13
* Restore strict refs on stashes, removed by ce10b5d1ec5b5f68b0811018a415bc37.Nicholas Clark2010-05-211-11/+0
* Replace boolean use of HvFILL(hv) with HvTOTALKEYS(hv), which is equivalent.Nicholas Clark2010-05-211-1/+1
* Merge branch 'vincent/rvalue_stmt_given' into bleadVincent Pit2010-05-191-25/+31
|\
| * Make given() statements return the last evaluated expressionVincent Pit2010-01-031-25/+31
* | shift; optimizationRuslan Zakirov2010-05-031-2/+8
* | when(scalar) without argument should be a syntax error [perl #74114]Rafael Garcia-Suarez2010-04-131-4/+1
* | For evals, op_targ carry hint flags, which are pretty high when you'reRafael Garcia-Suarez2010-04-021-0/+1
* | [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not workDavid Leadbeater2010-03-271-2/+2
* | Add some missing dVAR'sMarcus Holland-Moritz2010-02-201-0/+1
* | The new lvalue warning should not be turned on by defaultRafael Garcia-Suarez2010-01-121-1/+1
* | Retain builtin attributes from pre-declaration. Fixes [perl #68758].Gerard Goossen2010-01-101-1/+2
* | Ignore a lvalue attribute after the subroutine has been defined, and warn abo...Gerard Goossen2010-01-101-1/+3
|/
* Make eval {} compile directly to OP_ENTERTRYRafael Garcia-Suarez2009-12-201-2/+1
* [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.10...Father Chrysostomos2009-12-141-1/+1
* proper error on "grep $x (1,2,3)". Solves [perl #37314]Gerard Goossen2009-12-081-4/+4
* Make split warn in void contextRafael Garcia-Suarez2009-11-291-0/+11
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ...Gerard Goossen2009-11-211-10/+2
* Missing static storage class for some new static functionsRafael Garcia-Suarez2009-11-201-2/+2
* add op class assertions to newXXXOP functionsGerard Goossen2009-11-161-0/+37
* Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's.Nicholas Clark2009-11-151-2/+2
* Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name().Nicholas Clark2009-11-151-4/+1