projects
/
perl
/
modules
/
Scope-Upper.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/Scope-Upper.git
2013-08-24
Vincent Pit
Make Perl version numbers more readable
commit
|
commitdiff
|
tree
2013-08-24
Vincent Pit
Remove obsolete kwalitee workarounds
commit
|
commitdiff
|
tree
2013-08-23
Vincent Pit
No tabs please
commit
|
commitdiff
|
tree
2013-08-20
Vincent Pit
Stop bundling author tests
commit
|
commitdiff
|
tree
2013-08-14
Vincent Pit
Silence experimental warnings on perl 5.17.11+ for...
rt88174
commit
|
commitdiff
|
tree
2013-08-07
Vincent Pit
Typos in POD
rt87178
commit
|
commitdiff
|
tree
2013-08-07
Vincent Pit
Update the bug tracker URL in META after the rt.perl...
commit
|
commitdiff
|
tree
2013-08-06
Vincent Pit
Get rid of t/99-kwalitee.t
commit
|
commitdiff
|
tree
2013-01-30
Vincent Pit
This is 0.22
v0.22
commit
|
commitdiff
|
tree
2013-01-30
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2013-01-30
Vincent Pit
Update VPIT::TestHelpers to e8344578
commit
|
commitdiff
|
tree
2013-01-04
Vincent Pit
context_info() should ignore %warnings::Bits until...
commit
|
commitdiff
|
tree
2013-01-04
Vincent Pit
Correct the top warnings mask for 5.6 in t/07-context_i...
commit
|
commitdiff
|
tree
2013-01-04
Vincent Pit
Require perl 5.6.1
commit
|
commitdiff
|
tree
2013-01-02
Vincent Pit
Also skip the uplevel across eval/local $@ test on...
commit
|
commitdiff
|
tree
2013-01-02
Vincent Pit
Skip 'yield to subst context' tests on perl 5.8 and...
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Don't run the POD spelling test in taint mode
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Add Config to build_requires
commit
|
commitdiff
|
tree
2012-09-21
Vincent Pit
This is 0.21
v0.21
commit
|
commitdiff
|
tree
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
next