projects
/
perl
/
modules
/
Scope-Upper.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/Scope-Upper.git
2012-09-21
Vincent Pit
Remove an extra ;
commit
|
commitdiff
|
tree
2012-09-21
Vincent Pit
Force linking against the perl dll when using gcc 3...
commit
|
commitdiff
|
tree
2012-09-21
Vincent Pit
Make t/07-context_info.t pass with perls that have...
commit
|
commitdiff
|
tree
2012-09-20
Vincent Pit
Fix context_info() warnings field for perl 5.17.4
commit
|
commitdiff
|
tree
2012-09-20
Vincent Pit
Reformat the section of context_info() that extracts...
commit
|
commitdiff
|
tree
2012-09-20
Vincent Pit
Minor POD tweaks
commit
|
commitdiff
|
tree
2012-09-17
Vincent Pit
This is 0.20
v0.20
commit
|
commitdiff
|
tree
2012-09-17
Vincent Pit
Implement context_info()
commit
|
commitdiff
|
tree
2012-09-16
Vincent Pit
Small POD fixup
commit
|
commitdiff
|
tree
2012-09-16
Vincent Pit
Fix debugger compatibility with perl 5.17.1 and above
commit
|
commitdiff
|
tree
2012-09-14
Vincent Pit
Test 'return from do' in special cases
commit
|
commitdiff
|
tree
2012-09-14
Vincent Pit
Fix spelling in a couple of new error messages
commit
|
commitdiff
|
tree
2012-09-14
Vincent Pit
Implement leave()
commit
|
commitdiff
|
tree
2012-09-14
Vincent Pit
Move PL_stack_sp/items adjustments from su_unwind/su_yi...
commit
|
commitdiff
|
tree
2012-09-14
Vincent Pit
Explicitely require a C compiler
commit
|
commitdiff
|
tree
2012-09-14
Vincent Pit
Implement yield()
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Fix the documentation of the context argument of unwind...
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Normalize words
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Banish (most) eval STRING from t/84-stress-unwind.t
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Silence a couple of warnings reported by gcc
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Revamp the logic used for skipping debugger frames
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Fix and test UP and SCOPE crossing loop/subst/given...
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Make t/63-uplevel-ctl.t pass with the debugger enabled
commit
|
commitdiff
|
tree
2012-09-13
Vincent Pit
Make some room in test ordering
commit
|
commitdiff
|
tree
2012-09-09
Vincent Pit
Move the fallback OP_GIMME_REVERSE() up to the compat...
commit
|
commitdiff
|
tree
2012-09-09
Vincent Pit
Factor our verbose is() in Scope::Upper::TestGenerator
commit
|
commitdiff
|
tree
2012-09-09
Vincent Pit
Do less function calls in Scope::Upper::TestGenerator...
commit
|
commitdiff
|
tree
2012-09-09
Vincent Pit
Rework how Scope::Upper::TestGenerator generates its...
commit
|
commitdiff
|
tree
2012-09-09
Vincent Pit
Update VPIT::TestHandlers
commit
|
commitdiff
|
tree
2012-09-09
Vincent Pit
Do less eval STRING in t/85-stress-unwind.t
commit
|
commitdiff
|
tree
2012-09-08
Vincent Pit
Make t/85-stress-unwind.t predictable
commit
|
commitdiff
|
tree
2012-09-08
Vincent Pit
Revamp t/85-stress-unwind.t
commit
|
commitdiff
|
tree
2012-09-08
Vincent Pit
Make SU_CXNAME take the context as argument
commit
|
commitdiff
|
tree
2012-09-07
Vincent Pit
Check that unwind(-1) dies and that unwind() doesn't
commit
|
commitdiff
|
tree
2012-09-07
Father Chrysostomos
Fix building with the newest version of 5.17.4
commit
|
commitdiff
|
tree
2012-09-07
Vincent Pit
Really make POD headers linkable
commit
|
commitdiff
|
tree
2012-09-01
Vincent Pit
This is 0.19
v0.19
commit
|
commitdiff
|
tree
2012-09-01
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2012-08-22
Vincent Pit
Add BUILD_REQUIRES to WriteMakefile()
commit
|
commitdiff
|
tree
2012-08-22
Vincent Pit
Port module loading in tests to VPIT::TestHelpers
commit
|
commitdiff
|
tree
2012-08-22
Vincent Pit
Kill Debian_CPANTS.txt suffixes as well
commit
|
commitdiff
|
tree
2012-08-22
Vincent Pit
Update author tests, and add a POD spelling test
commit
|
commitdiff
|
tree
2012-08-22
Vincent Pit
Fix build with the new PADLIST API from 5.17.4
rt79182
commit
|
commitdiff
|
tree
2012-08-22
Vincent Pit
Enable the "save last context" workaround more selectively
commit
|
commitdiff
|
tree
2012-07-18
Vincent Pit
Version requirements overhaul
commit
|
commitdiff
|
tree
2012-07-18
Vincent Pit
Test uplevel's behaviour regarding to match variables...
commit
|
commitdiff
|
tree
2012-02-19
Vincent Pit
Require Module::ExtractUse 0.24 for the Kwalitee test
commit
|
commitdiff
|
tree
2011-11-11
Vincent Pit
Make sure the POD headings are linkable
commit
|
commitdiff
|
tree
2011-11-11
Vincent Pit
Rename sud->new_uid_storage to sud->tmp_uid_storage
commit
|
commitdiff
|
tree
2011-11-11
Vincent Pit
Pack uplevel()'s internal data structure more tightly
commit
|
commitdiff
|
tree
2011-10-22
Vincent Pit
t/59-unwind-threads.t should always run at least one...
commit
|
commitdiff
|
tree
2011-10-22
Vincent Pit
Threads tests may not be able to spawn all the threads
commit
|
commitdiff
|
tree
2011-10-10
Vincent Pit
This is 0.18
v0.18
commit
|
commitdiff
|
tree
2011-10-10
Vincent Pit
Skip a destructor test on perl 5.6 in t/74-uid-validate.t
commit
|
commitdiff
|
tree
2011-10-10
Vincent Pit
Make sure the code snippets fit in 80-columns wide...
commit
|
commitdiff
|
tree
2011-10-10
Vincent Pit
Trailing whitespace in tests
commit
|
commitdiff
|
tree
2011-10-10
Vincent Pit
Implement uid() and validate_uid()
commit
|
commitdiff
|
tree
2011-10-08
Vincent Pit
Don't rely on accessing the values of Perl_runops_...
commit
|
commitdiff
|
tree
2011-10-03
Vincent Pit
Fix Changes buggery
commit
|
commitdiff
|
tree
2011-10-03
Vincent Pit
This is 0.17
v0.17
commit
|
commitdiff
|
tree
2011-10-03
Vincent Pit
Talk about the goto() overhead in the documentation
commit
|
commitdiff
|
tree
2011-10-02
Vincent Pit
Fix goto &xsub in uplevel
commit
|
commitdiff
|
tree
2011-09-23
Vincent Pit
Fix uplevel() recalling into an XSUB
commit
|
commitdiff
|
tree
2011-09-19
Vincent Pit
Test that goto-to-uplevel does not mess up returned...
commit
|
commitdiff
|
tree
2011-09-19
Vincent Pit
Remove trailing whitespace
commit
|
commitdiff
|
tree
2011-09-19
Vincent Pit
Prevent simple uplevel argument tests from reifying @_
commit
|
commitdiff
|
tree
2011-09-19
Vincent Pit
Fix calling goto to replace an uplevel'd subroutine...
commit
|
commitdiff
|
tree
2011-09-19
Vincent Pit
Create the renamed CV as a shallow copy of the original one
commit
|
commitdiff
|
tree
2011-09-13
Vincent Pit
Fix a test in t/60-uplevel-target.t that does not test...
commit
|
commitdiff
|
tree
2011-09-13
Vincent Pit
Don't rely on being able to access the old context...
commit
|
commitdiff
|
tree
2011-09-13
Vincent Pit
Rename some variables and struct members around su_uple...
commit
|
commitdiff
|
tree
2011-09-13
Vincent Pit
In su_cv_clone(), add stash->cloned_cv backrefs on...
commit
|
commitdiff
|
tree
2011-09-13
Vincent Pit
Inline Perl_cv_clone() and Perl_new_pad()
rt71212
commit
|
commitdiff
|
tree
2011-09-13
Vincent Pit
Activate the correct pad when calling the uplevel'd...
commit
|
commitdiff
|
tree
2011-09-09
Vincent Pit
Reorder some code in su_uplevel()
commit
|
commitdiff
|
tree
2011-09-07
Vincent Pit
Make sure the stack is large enough when returning...
commit
|
commitdiff
|
tree
2011-09-05
Vincent Pit
Silence some compiler warnings
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
Test unwinding while unwinding
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
One more POD wording fix
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
Move the unwind()-related members of the global context...
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
Abstract the uplevel storage logic in two new functions
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
Tweak some comments in the uplevel() code
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
Don't grow the fake cxstack if it's already large enough
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
Fix some typos/wording in POD
commit
|
commitdiff
|
tree
2011-09-03
Vincent Pit
This is 0.16
v0.16
commit
|
commitdiff
|
tree
2011-09-03
Vincent Pit
Silence some "Attempt to free unreferenced scalar"...
commit
|
commitdiff
|
tree
2011-09-03
Vincent Pit
Implement uplevel()
commit
|
commitdiff
|
tree
2011-09-03
Vincent Pit
Correct a couple of test descriptions
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
This is 0.15
v0.15
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Update bundled Test::Leaner to 0.04
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Encode the README file in UTF-8
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
Ignore MYMETA.json
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
Add META.json
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
Replace $] by "$]"
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
Update bundled Test::Leaner to 0.03
commit
|
commitdiff
|
tree
2011-03-05
Vincent Pit
Switch to qw<>
commit
|
commitdiff
|
tree
2011-02-28
Vincent Pit
Invalidate the method cache when localizing subroutines
commit
|
commitdiff
|
tree
2011-02-27
Vincent Pit
This is 0.14
v0.14
commit
|
commitdiff
|
tree
2011-02-26
Vincent Pit
Really include Test::Leaner 0.02
commit
|
commitdiff
|
tree
2011-02-26
Vincent Pit
Compatibility fix for perl 5.13.10
rt64997
commit
|
commitdiff
|
tree
next