summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Don’t assume targs are contiguous for ‘my $x; my $y’Father Chrysostomos2013-12-211-1/+1
* Unbreak -bareword under strict+integerFather Chrysostomos2013-12-191-1/+1
* Fix crashes after syntax errors in lexical subsFather Chrysostomos2013-07-271-2/+4
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-07-271-19/+23
* Name lexical constantsFather Chrysostomos2013-07-271-1/+4
* Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.Nicholas Clark2013-06-241-1/+1
* Ensure that the IV in struct pmop (for ithreads) is aligned properly.Nicholas Clark2013-06-151-0/+13
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-1/+4
* Handle /@a/ array expansion within regex engineDavid Mitchell2013-04-201-1/+17
* rework split() special case interaction with regex engineYves Orton2013-03-271-6/+7
* Note what incrementing the op_type actually doesRafael Garcia-Suarez2013-02-271-0/+2
* put an experimental warning on lexical topicRicardo Signes2013-02-201-0/+7
* Un-deprecate the support for lexical $_Rafael Garcia-Suarez2013-02-201-7/+0
* pmruntime(): change '=' to '==' in an assertionDavid Mitchell2013-01-301-1/+1
* pmruntime(): rename var to avoid macro name clashDavid Mitchell2013-01-301-9/+9
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-2/+2
* 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