summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-2/+2
* Don’t double-free hint hash if copying diesFather Chrysostomos2011-12-231-2/+4
* scope.c: Allow successful saving of PL_taintedKarl Williamson2011-12-151-1/+10
* Copy magic during localisation even for GVsFather Chrysostomos2011-11-181-1/+1
* Hide pad vars from magic methods on scope exitFather Chrysostomos2011-11-051-1/+3
* Weak refs to pad hvs should go staleFather Chrysostomos2011-11-051-0/+1
* make SVs_PADTMP and SVs_PADSTALE share a bitDavid Mitchell2011-10-071-2/+3
* remove index offsetting ($[)Zefram2011-09-091-5/+0
* GVs of localised arrays and hashes should be refcountedFather Chrysostomos2011-08-261-2/+6
* SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2011-08-021-2/+1
* add GvCV_set() and GvGP_set() macros.David Mitchell2011-01-211-2/+2
* Silence some data truncation compiler warningsJan Dubois2010-12-161-1/+1
* Revert "Globs that are in the symbol table can be unglobbed"Father Chrysostomos2010-11-201-12/+3
* Switch the core MRO code over to HvENAMEFather Chrysostomos2010-10-291-1/+1
* add SAVEFREECOPHH()Zefram2010-10-281-0/+4
* full API for cop hint hashesZefram2010-10-211-10/+5
* In S_save_scalar_at, remove oldtainted, unneeded since 0cbee0a449cc4e11.Nicholas Clark2010-10-131-2/+0
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-1/+1
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-0/+6
* eliminate next_op from struct block_loopDavid Mitchell2010-09-081-2/+0
* remove misleading comment about CXINC; it's fineChip Salzenberg2010-07-271-1/+1
* Revert "Fix off-by-one: avoid allocating an extra context"Chip Salzenberg2010-07-271-2/+2
* Fix off-by-one: avoid allocating an extra contextChip Salzenberg2010-07-271-2/+2
* When saving ints, if the value is small enough save it with the type.Nicholas Clark2010-05-051-1/+11
* When saving I32s, if the value is small enough save it with the type.Nicholas Clark2010-05-051-1/+11
* For SAVEt_I16, save the value with the type.Nicholas Clark2010-05-041-2/+4
* For SAVEt_I8, save the value with the type.Nicholas Clark2010-05-041-2/+4
* For SAVEt_BOOL, save the value with the type.Nicholas Clark2010-05-031-4/+3
* For SAVEt_ALLOC, store the number of save stack entries used with the type.Nicholas Clark2010-05-031-8/+9
* For SAVEt_REGCONTEXT, store the number of save stack entries used with the type.Nicholas Clark2010-05-021-0/+3
* Fix c6bf6a65 - 64 bit big endian builds were broken.Nicholas Clark2010-05-031-1/+1
* For SVt_CLEAR, store the pad offset with the type.Nicholas Clark2010-05-021-4/+9
* On the save stack, store the save type as the bottom 6 bits of a UV.Nicholas Clark2010-05-011-13/+15
* Globs that are in symbol table can be un-globbedLubomir Rintel (GoodData)2010-04-261-3/+12
* Move PERL_ASYNC_CHECK() from the runloop to control flow OPs.Nicholas Clark2010-04-151-0/+2
* use cBOOL for bool castsDavid Mitchell2010-04-151-1/+1
* fix minor casting issueDavid Mitchell2010-04-131-2/+2
* RT 8857: premature free in local of tied elementDavid Mitchell2010-04-111-2/+2
* improve -Dl debugging outputDavid Mitchell2010-03-301-0/+2
* Fix compiler warning:Jerry D. Hedden2009-11-131-1/+1
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-0/+6
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-081-6/+2
* Introduce save_hdelete() and SAVEHDELETE()Vincent Pit2009-07-251-0/+15
* Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and save_{a,h}elem_flags()Vincent Pit2009-07-251-3/+12
* Introduce save_aelem_flags()Vincent Pit2009-07-251-3/+3
* Add save_adelete()/SAVEADELETE() to save on the stack an array element deleteVincent Pit2008-12-281-0/+18
* Fix for tainting regression in a test of Text::Template spotted byNicholas Clark2008-12-031-0/+4
* The temporary SV created in Perl_save_helem_flags() to store the keyNicholas Clark2008-12-011-2/+1
* Change 34966 should also have removed the SSCHECK(4); fromNicholas Clark2008-12-011-1/+0
* Implement Perl_save_delete() using save_pushptri32ptr().Nicholas Clark2008-12-011-5/+1