]> git.vpit.fr Git - perl/modules/Scope-Upper.git/history - Upper.xs
Also preserve PL_scopestack[cx->blk_oldscopesp - 1] in formats
[perl/modules/Scope-Upper.git] / Upper.xs
2015-03-27 Vincent PitAlso preserve PL_scopestack[cx->blk_oldscopesp - 1...
2015-03-27 Vincent PitPreserve PL_scopestack[cx->blk_oldscopesp - 1] in su_pop()
2015-03-24 Vincent PitDon't compile su_uplevel_storage_delete() before perl...
2015-03-19 Vincent PitRelease UID global memory at global teardown time
2015-03-19 Vincent PitRevamp the setup boot logic
2015-03-19 Vincent PitSilence an "unused label" compiler warning
2015-03-19 Vincent PitReplace STATIC by static
2015-03-19 Vincent PitFix a memory leak with the uid() feature
2015-02-06 Father ChrysostomosDon’t use CvPADLIST on XSUBs rt100264
2015-02-06 Vincent PitRemove an unused variable declaration
2015-02-06 Vincent PitReally be compatible with the OP_PARENT feature
2014-09-20 Vincent PitWork around an assertion failure in perl 5.21.4
2014-09-20 Vincent PitAdd support for PERL_OP_PARENT
2013-09-09 Vincent PitPreserve lexicals across dounwind() calls on perl 5...
2013-01-04 Vincent Pitcontext_info() should ignore %warnings::Bits until...
2012-09-21 Vincent PitRemove an extra ;
2012-09-20 Vincent PitFix context_info() warnings field for perl 5.17.4
2012-09-20 Vincent PitReformat the section of context_info() that extracts...
2012-09-17 Vincent PitImplement context_info()
2012-09-16 Vincent PitFix debugger compatibility with perl 5.17.1 and above
2012-09-14 Vincent PitFix spelling in a couple of new error messages
2012-09-14 Vincent PitImplement leave()
2012-09-14 Vincent PitMove PL_stack_sp/items adjustments from su_unwind/su_yi...
2012-09-14 Vincent PitImplement yield()
2012-09-13 Vincent PitNormalize words
2012-09-13 Vincent PitSilence a couple of warnings reported by gcc
2012-09-13 Vincent PitRevamp the logic used for skipping debugger frames
2012-09-13 Vincent PitFix and test UP and SCOPE crossing loop/subst/given...
2012-09-09 Vincent PitMove the fallback OP_GIMME_REVERSE() up to the compat...
2012-09-08 Vincent PitMake SU_CXNAME take the context as argument
2012-09-07 Father ChrysostomosFix building with the newest version of 5.17.4
2012-08-22 Vincent PitFix build with the new PADLIST API from 5.17.4 rt79182
2012-08-22 Vincent PitEnable the "save last context" workaround more selectively
2011-11-11 Vincent PitRename sud->new_uid_storage to sud->tmp_uid_storage
2011-11-11 Vincent PitPack uplevel()'s internal data structure more tightly
2011-10-10 Vincent PitImplement uid() and validate_uid()
2011-10-08 Vincent PitDon't rely on accessing the values of Perl_runops_...
2011-10-02 Vincent PitFix goto &xsub in uplevel
2011-09-23 Vincent PitFix uplevel() recalling into an XSUB
2011-09-19 Vincent PitRemove trailing whitespace
2011-09-19 Vincent PitFix calling goto to replace an uplevel'd subroutine...
2011-09-19 Vincent PitCreate the renamed CV as a shallow copy of the original one
2011-09-13 Vincent PitDon't rely on being able to access the old context...
2011-09-13 Vincent PitRename some variables and struct members around su_uple...
2011-09-13 Vincent PitIn su_cv_clone(), add stash->cloned_cv backrefs on...
2011-09-13 Vincent PitInline Perl_cv_clone() and Perl_new_pad() rt71212
2011-09-13 Vincent PitActivate the correct pad when calling the uplevel'd...
2011-09-09 Vincent PitReorder some code in su_uplevel()
2011-09-07 Vincent PitMake sure the stack is large enough when returning...
2011-09-05 Vincent PitSilence some compiler warnings
2011-09-04 Vincent PitMove the unwind()-related members of the global context...
2011-09-04 Vincent PitAbstract the uplevel storage logic in two new functions
2011-09-04 Vincent PitTweak some comments in the uplevel() code
2011-09-04 Vincent PitDon't grow the fake cxstack if it's already large enough
2011-09-03 Vincent PitSilence some "Attempt to free unreferenced scalar"...
2011-09-03 Vincent PitImplement uplevel()
2011-02-28 Vincent PitInvalidate the method cache when localizing subroutines
2011-02-26 Vincent PitCompatibility fix for perl 5.13.10 rt64997
2011-01-05 Vincent PitPreemptively remove uses of lvalue GvCV
2010-12-20 Vincent PitCompatibility fix for perl 5.13.8 rt63378
2010-12-20 Vincent PitFix stack corruption when using unwind() under Devel... rt61904
2010-05-19 Vincent PitFix for the official 5.13.0 release
2010-05-18 Vincent PitSwap the ud and cxix arguments of su_init()
2010-05-18 Vincent PitStop leaking SVs when trying to localize an element...
2010-05-18 Vincent PitUse a PPCODE: section in CLONE
2010-05-18 Vincent PitMake su_ud_localize_init() return the required slot...
2010-05-18 Vincent PitSave a mock pointer as the placeholder instead of an int
2010-04-16 Vincent PitSilence a gcc warning
2010-04-16 Vincent PitStop skipping frames as a pop optimization
2010-04-16 Vincent PitDisallow reference localization targets
2010-04-16 Vincent PitBe stricter about what localize_elem() accepts
2010-04-16 Vincent PitFix numerous localizations in the same scope not happening
2010-04-15 Vincent PitProperly vivify nonexistent glob slots rt55593
2010-04-15 Vincent PitAlso apply the context overwrite workaround when not... rt56301
2010-01-18 Vincent PitA somewhat more robust handling of debugging frames
2010-01-18 Vincent PitSilence a switch warning
2010-01-18 Vincent PitUse SvREFCNT_inc_simple_void() whenever possible
2010-01-18 Vincent PitStop treating the ENTER/LEAVE couple from entersub...
2010-01-18 Vincent PitDiscover the type of localization immediately when...
2010-01-18 Vincent PitMore debugging info tweaks
2010-01-15 Vincent PitRevamp debugging info
2010-01-14 Vincent PitFix building with SU_DEBUG defined on 5.8
2010-01-14 Vincent PitFix handling of given/when
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-05-17 Vincent PitUpdate the comment about the "call_sv() during LEAVE...
2009-05-15 Vincent Pit5.9.5 fix
2009-05-02 Vincent PitIntroduce SU_THREADSAFE
2009-05-02 Vincent PitA saner workaround for the "call_sv() during LEAVE...
2009-03-16 Vincent PitFix reap() clobbering the return stack, as reported... rt44204
2009-03-07 Vincent PitFix building with Solaris CC
2009-02-15 Vincent PitFix "localize *x, 'y', $cx" to match Perl behaviour
2009-02-12 Vincent PitFix some unlikely possible uninitialized reads
2009-02-04 Vincent PitDon't even define a CLONE sub when the module isn't...
2009-02-04 Florian RagwitzGet rid of a warning produced by -Wparentheses.
2009-02-04 Florian RagwitzGet rid of a warning produced by -Wunused-value.
2009-02-04 Florian RagwitzAvoid warnings due to unused variables.
2009-02-04 Florian RagwitzRemove some unused variables.
2009-01-18 Vincent PitNo need for maybe_deref anymore
2009-01-17 Vincent PitMinor spacing fix
2009-01-16 Vincent PitIntroduce SCOPE()
next