summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* SVf_IsCOWFather Chrysostomos2012-11-141-11/+6
* Stop my subs with syntax errors from leakingFather Chrysostomos2012-11-141-0/+2
* op.c: Fix mad+POISON build under clangFather Chrysostomos2012-11-131-1/+1
* Fix assertion failures with anon subsFather Chrysostomos2012-11-131-5/+3
* Don’t leak subs containing syntax errorsFather Chrysostomos2012-11-131-4/+6
* Stop anon subs with bad attributes from leakingFather Chrysostomos2012-11-131-0/+2
* PADRANGE: don't assume targs are contiguousDavid Mitchell2012-11-121-4/+5
* Consolidate any single pad ops after a padrangeDavid Mitchell2012-11-101-13/+52
* Consolidate adjacent padrange opsDavid Mitchell2012-11-101-1/+28
* padrange: handle @_ directlyDavid Mitchell2012-11-101-8/+41
* add SAVEt_CLEARPADRANGEDavid Mitchell2012-11-101-0/+6
* add padrange opDavid Mitchell2012-11-101-0/+138
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-5/+5
* Stop the glob operator from leaking GVsFather Chrysostomos2012-11-041-1/+3
* op.c:opslab_force_free: Make paranoid code reflect realityFather Chrysostomos2012-11-041-2/+1
* op.c: Stop SAVEFREEOP from leaking slabsFather Chrysostomos2012-11-041-0/+2
* Don’t leak BEGIN blocks after syntax errorsFather Chrysostomos2012-11-041-1/+3
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-1/+1
* Re-enable static op allocation with obslabReini Urban2012-10-251-1/+2
* Disable const repl optimisation for empty patternFather Chrysostomos2012-10-111-0/+1
* Use const repl optimisation with s///e where possibleFather Chrysostomos2012-10-111-12/+22
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-111-43/+18
* Remove PMf_MAYBE_CONSTFather Chrysostomos2012-10-111-3/+0
* [perl #26986] Skip subst const repl optimisation for logopsFather Chrysostomos2012-10-091-0/+3
* Merge 2 gv_fetch* calls in Perl_newXS_len_flagsDaniel Dragan2012-10-071-7/+5
* fix -DPERL_GLOBAL_STRUCT build failure introduced in 97b03d64 and e10681aaTony Cook2012-09-281-0/+1
* Restore special blocks to working orderFather Chrysostomos2012-09-261-6/+5
* Make PL_compcv visible to BEGIN blocksFather Chrysostomos2012-09-261-0/+3
* [perl #97466] Stop defined from propagating ref cx too farFather Chrysostomos2012-09-231-1/+1
* [perl #94490] const fold should not trigger special split " "Father Chrysostomos2012-09-221-4/+6
* op.c: Disentangle apply_attrs_my from apply_attrsFather Chrysostomos2012-09-191-20/+16
* [perl #114764] Stop my vars with attrs from leakingFather Chrysostomos2012-09-191-2/+2
* Remove MAD-only debugging code from Perl_newATTRSUB_flags().Nicholas Clark2012-09-191-7/+0
* Document when the early return in Perl_newPROG() is bypassed completely.Nicholas Clark2012-09-191-0/+11
* Allow lexical sub redefinition inside evalFather Chrysostomos2012-09-151-3/+36
* Move my sub prototype CVs to the pad namesFather Chrysostomos2012-09-151-17/+12
* Honour lexical prototypesFather Chrysostomos2012-09-151-0/+36
* CvOUTSIDE should be strong for lexsub declared in inner pack subFather Chrysostomos2012-09-151-1/+7
* CvNAME_HEK_setFather Chrysostomos2012-09-151-6/+6
* Clone my subs on scope entryFather Chrysostomos2012-09-151-14/+100
* op.c: Remove proto storage optimisation for lex subsFather Chrysostomos2012-09-151-18/+0
* Let state sub fwd decls and nested subs work in anonsFather Chrysostomos2012-09-151-11/+28
* First stab at my subFather Chrysostomos2012-09-151-2/+0
* op.c:newMYSUB: Pop scope after creating subFather Chrysostomos2012-09-151-22/+17
* Remove & from redef warnings for lex subsFather Chrysostomos2012-09-151-4/+12
* op.c:newMYSUB: inline var used only onceFather Chrysostomos2012-09-151-2/+1
* Lexical stubs should not AUTOLOADFather Chrysostomos2012-09-151-18/+18
* Implement padcvFather Chrysostomos2012-09-151-0/+4
* op.c:newMYSUB: disable stub optimisationFather Chrysostomos2012-09-151-0/+2
* Store state subs in the padFather Chrysostomos2012-09-151-19/+311