]> git.vpit.fr Git - perl/modules/Scope-Upper.git/shortlog
perl/modules/Scope-Upper.git
2011-10-03 Vincent PitThis is 0.17 v0.17
2011-10-03 Vincent PitTalk about the goto() overhead in the documentation
2011-10-02 Vincent PitFix goto &xsub in uplevel
2011-09-23 Vincent PitFix uplevel() recalling into an XSUB
2011-09-19 Vincent PitTest that goto-to-uplevel does not mess up returned...
2011-09-19 Vincent PitRemove trailing whitespace
2011-09-19 Vincent PitPrevent simple uplevel argument tests from reifying @_
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 PitFix a test in t/60-uplevel-target.t that does not test...
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 PitTest unwinding while unwinding
2011-09-04 Vincent PitOne more POD wording fix
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-04 Vincent PitFix some typos/wording in POD
2011-09-03 Vincent PitThis is 0.16 v0.16
2011-09-03 Vincent PitSilence some "Attempt to free unreferenced scalar"...
2011-09-03 Vincent PitImplement uplevel()
2011-09-03 Vincent PitCorrect a couple of test descriptions
2011-08-24 Vincent PitThis is 0.15 v0.15
2011-08-24 Vincent PitUpdate bundled Test::Leaner to 0.04
2011-08-24 Vincent PitEncode the README file in UTF-8
2011-07-18 Vincent PitIgnore MYMETA.json
2011-07-18 Vincent PitAdd META.json
2011-07-18 Vincent PitReplace $] by "$]"
2011-07-18 Vincent PitUpdate bundled Test::Leaner to 0.03
2011-03-05 Vincent PitSwitch to qw<>
2011-02-28 Vincent PitInvalidate the method cache when localizing subroutines
2011-02-27 Vincent PitThis is 0.14 v0.14
2011-02-26 Vincent PitReally include Test::Leaner 0.02
2011-02-26 Vincent PitCompatibility fix for perl 5.13.10 rt64997
2011-02-06 Vincent PitRun lengthy tests with Test::Leaner
2011-01-05 Vincent PitBump copyright year
2011-01-05 Vincent PitPreemptively remove uses of lvalue GvCV
2010-12-20 Vincent PitThis is 0.13 v0.13
2010-12-20 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-12-20 Vincent PitCompatibility fix for perl 5.13.8 rt63378
2010-12-20 Vincent PitIgnore MYMETA.yml
2010-12-20 Vincent PitFix stack corruption when using unwind() under Devel... rt61904
2010-05-19 Vincent PitThis is 0.12 v0.12
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-05-18 Vincent PitTie the array after localizing it in t/{34,44}-*-magic.t
2010-05-18 Vincent PitSkip two pairs of tests in t/20-localize-target.t with...
2010-04-16 Vincent PitThis is 0.11 v0.11
2010-04-16 Vincent PitSkip t/05-words.t when ran under the debugger
2010-04-16 Vincent PitSilence a gcc warning
2010-04-16 Vincent PitStop skipping frames as a pop optimization
2010-04-16 Vincent PitA couple of SEE ALSO
2010-04-16 Vincent PitPOD tags harmonization
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-16 Vincent PitImproved synopsys
2010-04-16 Vincent PitCorrect two comments in a sample script
2010-04-16 Vincent PitAssorted documentation tweaks and clarifications
2010-04-15 Vincent PitProperly vivify nonexistent glob slots rt55593
2010-04-15 Vincent PitA better explaination of how string symbols work
2010-04-15 Vincent PitPOD formatting nit
2010-04-15 Vincent PitAlso apply the context overwrite workaround when not... rt56301
2010-01-18 Vincent PitThis is 0.10 v0.10
2010-01-18 Vincent PitPoint to Continuation::Escape
2010-01-18 Vincent PitA somewhat more robust handling of debugging frames
2010-01-18 Vincent PitForge a better testdeb rule
2010-01-18 Vincent PitBump copyright year
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 PitCorrect some test descriptions
2010-01-14 Vincent PitMore tests for reap and localized at given/when
2010-01-14 Vincent PitWe don't really need a more lexical $_ in the test...
2010-01-14 Vincent PitFix handling of given/when
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-26 Vincent PitKwalitee test overhaul
2009-08-16 Vincent Pitbase.pm is also a dependency
2009-08-08 Vincent PitRighteously is really rightfully
2009-05-17 Vincent PitThis is 0.09 v0.09
2009-05-17 Vincent PitUpdate the comment about the "call_sv() during LEAVE...
next