]> git.vpit.fr Git - perl/modules/Scope-Upper.git/history - Upper.xs
This is 0.34
[perl/modules/Scope-Upper.git] / Upper.xs
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()
2009-01-16 Vincent PitSU_GET_CONTEXT() only needs to skip DB frames when...
2009-01-16 Vincent PitRemove the non debugger-safe DOWN
2009-01-16 Vincent PitSkip debugging frames, allowing the module to do its...
2009-01-14 Vincent PitMake levels absolute
2009-01-12 Vincent PitUse a context for passing arguments to su_unwind()
2009-01-12 Vincent PitFix stack mess when unwind() is called in scalar context
2009-01-11 Vincent PitIn su_unwind(), get the gimme before unwinding
2009-01-11 Vincent PitContext initialization overhaul
2009-01-11 Vincent PitIntroduce want_at()
2009-01-11 Vincent PitIntroduce CALLER()
2009-01-11 Vincent PitBetter check of the level in arguments
2009-01-11 Vincent PitSanitize and check unwind targets
2009-01-11 Vincent PitReset the correct mark after unwinding
2009-01-11 Vincent PitAdd some debug tracing code to su_unwind()
2009-01-11 Vincent PitSort up Upper.xs
2009-01-11 Vincent PitAdd unwind()
2009-01-10 Vincent PitC++ build fix
2009-01-05 Vincent PitRename CURRENT to HERE
2009-01-05 Vincent PitAdd more level words. Rename TOPLEVEL to TOP
2009-01-04 Vincent PitFix deletion of localized array elements with negative...
2009-01-04 Vincent PitFix segfault when localizing array elements with an...
2008-12-30 Vincent PitTwo less auto variables
2008-12-30 Vincent PitInline su_{a,h}v_preeminent
2008-12-30 Vincent PitMove the save_{a,h}elem logic from su_localize to su_sa...
2008-12-29 Vincent PitAdd localize_delete()
2008-12-29 Vincent PitFactor all the LEAVE/ENTER logic in su_init()
2008-12-29 Vincent PitPrefer STMT_{START,END} over do/while(0)
2008-12-28 Vincent PitDon't let coverage be distracted by such pesky trivialities
2008-12-28 Vincent PitReverse preeminent logic in su_save_helem()
2008-12-28 Vincent PitReorder Upper.xs in a cleaner way
2008-12-28 Vincent PitLocalized nonexistant array elements should be deleted...
2008-12-28 Vincent PitSort up su_hv_preeminent() a bit
2008-12-27 Vincent PitMore compatibility macros
2008-12-26 Vincent PitImporting Scope-Upper-0.01 v0.01