]> git.vpit.fr Git - perl/modules/Scope-Upper.git/shortlog
perl/modules/Scope-Upper.git
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 PitExplicitely require a C compiler
2012-09-14 Vincent PitImplement yield()
2012-09-13 Vincent PitFix the documentation of the context argument of unwind...
2012-09-13 Vincent PitNormalize words
2012-09-13 Vincent PitBanish (most) eval STRING from t/84-stress-unwind.t
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-13 Vincent PitMake t/63-uplevel-ctl.t pass with the debugger enabled
2012-09-13 Vincent PitMake some room in test ordering
2012-09-09 Vincent PitMove the fallback OP_GIMME_REVERSE() up to the compat...
2012-09-09 Vincent PitFactor our verbose is() in Scope::Upper::TestGenerator
2012-09-09 Vincent PitDo less function calls in Scope::Upper::TestGenerator...
2012-09-09 Vincent PitRework how Scope::Upper::TestGenerator generates its...
2012-09-09 Vincent PitUpdate VPIT::TestHandlers
2012-09-09 Vincent PitDo less eval STRING in t/85-stress-unwind.t
2012-09-08 Vincent PitMake t/85-stress-unwind.t predictable
2012-09-08 Vincent PitRevamp t/85-stress-unwind.t
2012-09-08 Vincent PitMake SU_CXNAME take the context as argument
2012-09-07 Vincent PitCheck that unwind(-1) dies and that unwind() doesn't
2012-09-07 Father ChrysostomosFix building with the newest version of 5.17.4
2012-09-07 Vincent PitReally make POD headers linkable
2012-09-01 Vincent PitThis is 0.19 v0.19
2012-09-01 Vincent PitBump copyright year
2012-08-22 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2012-08-22 Vincent PitPort module loading in tests to VPIT::TestHelpers
2012-08-22 Vincent PitKill Debian_CPANTS.txt suffixes as well
2012-08-22 Vincent PitUpdate author tests, and add a POD spelling test
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
2012-07-18 Vincent PitVersion requirements overhaul
2012-07-18 Vincent PitTest uplevel's behaviour regarding to match variables...
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-11-11 Vincent PitMake sure the POD headings are linkable
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-22 Vincent Pitt/59-unwind-threads.t should always run at least one...
2011-10-22 Vincent PitThreads tests may not be able to spawn all the threads
2011-10-10 Vincent PitThis is 0.18 v0.18
2011-10-10 Vincent PitSkip a destructor test on perl 5.6 in t/74-uid-validate.t
2011-10-10 Vincent PitMake sure the code snippets fit in 80-columns wide...
2011-10-10 Vincent PitTrailing whitespace in tests
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-03 Vincent PitFix Changes buggery
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()
next