summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Copy keys for aassign in lvalue subFather Chrysostomos2012-12-111-2/+3
* Stop using PL_glob_index for PL_globhookFather Chrysostomos2012-12-091-3/+0
* Don’t pass PL_glob_index to glob overridesFather Chrysostomos2012-12-091-3/+1
* Convert some SvREFCNT_dec's to SvREFCNT_dec_NN's for efficiencySteffen Mueller2012-12-091-6/+6
* Stop renamed packages from making reset() crashFather Chrysostomos2012-12-051-15/+2
* Don’t use PMf_ONCE flag for split-to-arrayFather Chrysostomos2012-12-051-1/+0
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+7
* Stop newCONSTSUB from leaking the constant under fatal warningsFather Chrysostomos2012-11-301-1/+4
* Reset method caches when GPs are sharedFather Chrysostomos2012-11-291-3/+3
* Fix comment referencing pp_iterinit (should be pp_enteriter)Matthew Horsfall (alh)2012-11-271-1/+1
* Remove "register" declarationsKarl Williamson2012-11-241-8/+8
* Stop sub decl redef warnings from leaking CVsFather Chrysostomos2012-11-241-0/+3
* op.c: Factor common ‘existing sub’ logic into static routineFather Chrysostomos2012-11-241-81/+61
* Warn by default for constant my sub redefinitionFather Chrysostomos2012-11-241-1/+1
* op.c:newATTRSUB: Change an if condition to an elseFather Chrysostomos2012-11-241-5/+1
* Stop ignored :lvalue warning from leaking CVsFather Chrysostomos2012-11-241-0/+10
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-231-5/+4
* 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