projects
/
perl
/
modules
/
Scope-Upper.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/Scope-Upper.git
2023-03-26
Vincent Pit
This is 0.34
master
v0.34
commit
|
commitdiff
|
tree
2023-03-26
Vincent Pit
Work around test failures in t/64-uplevel-caller.t
commit
|
commitdiff
|
tree
2023-03-26
Vincent Pit
Fix assertion failure on 5.37.10
commit
|
commitdiff
|
tree
2023-03-26
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2023-03-26
Vincent Pit
Add a CONTRIBUTING guidelines file
commit
|
commitdiff
|
tree
2023-03-26
Yves Orton
Upper.xs - in 5.37.6 cop_warnings became a char * ...
rt146897
commit
|
commitdiff
|
tree
2023-03-26
Yves Orton
t/ - Given is deprecated in 5.37.10, do not test it
commit
|
commitdiff
|
tree
2021-12-20
Vincent Pit
This is 0.33
v0.33
commit
|
commitdiff
|
tree
2021-12-20
Vincent Pit
Update Test::Leaner to f53f8d6
commit
|
commitdiff
|
tree
2021-12-20
Vincent Pit
Update META spec to 2.0
rt114816
commit
|
commitdiff
|
tree
2021-12-20
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2021-12-20
James E Keenan
Make the expected() utility more closely match context_...
rt139823
commit
|
commitdiff
|
tree
2019-07-08
Vincent Pit
This is 0.32
v0.32
commit
|
commitdiff
|
tree
2019-07-08
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2019-07-08
Vincent Pit
Update Test::Leaner to 0080661
commit
|
commitdiff
|
tree
2019-07-08
Vincent Pit
Update VPIT::TestHelpers to 0bb3aa5
commit
|
commitdiff
|
tree
2019-07-08
Vincent Pit
Update contact info
commit
|
commitdiff
|
tree
2019-07-08
Vincent Pit
Fix breakage caused by core change f14cf363
rt129539
commit
|
commitdiff
|
tree
2018-08-26
Vincent Pit
This is 0.31
v0.31
commit
|
commitdiff
|
tree
2018-08-26
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2018-08-26
Vincent Pit
Always apply localizations at the glob level
rt125931
commit
|
commitdiff
|
tree
2017-11-04
Vincent Pit
This is 0.30
v0.30
commit
|
commitdiff
|
tree
2017-11-04
Vincent Pit
Update VPIT::XSHelpers to 18554226
commit
|
commitdiff
|
tree
2017-11-04
Vincent Pit
Protect against d_cplusplus perls
commit
|
commitdiff
|
tree
2017-11-04
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2017-11-04
Vincent Pit
Update VPIT::TestHelpers to 15e8aee3
rt123481
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
This is 0.29
v0.29
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Thanks, Dave
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Minor stylistic nits
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Rename su_debug_log() into xsh_debug_log()
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Merge perl 5.24 fixes from davem
rt112246
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
ud_ is not unused in su_yield()
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Avoid partially braced if/else
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Hide aTHX in macros
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Only define su_cxt_enter_count when XSH_DEBUG is set
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Remove a couple of unused variable
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Prevent a future possible declaration-after-code error
commit
|
commitdiff
|
tree
2016-06-06
Vincent Pit
Actually restore old_cop in su_localize()
commit
|
commitdiff
|
tree
2016-06-05
Vincent Pit
Fix the build on perl 5.8.0
commit
|
commitdiff
|
tree
2016-05-30
Vincent Pit
Always define SU_HAS_NEW_CXT
commit
|
commitdiff
|
tree
2016-05-30
Vincent Pit
Minor whitespace changes
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
fixup t/13-reap-ctl.t for 5.23.8
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
eliminate CX_ARGARRAY() and CX_ARGARRAY_set()
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
fix uplevel() under 5.23.8+
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
su_uplevel: populate lower stack frames properly
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
fix unwind()
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
get su_init/su_pop working under 5.23.8
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
Some basic 5.23.8 fixes
commit
|
commitdiff
|
tree
2016-05-30
David Mitchell
Temporarily rename xsh_debug_log to su_debug_log
commit
|
commitdiff
|
tree
2015-11-09
Vincent Pit
Fix off-by-one error in su_uplevel_ud->si initialization
commit
|
commitdiff
|
tree
2015-11-04
Vincent Pit
The Big Boilerplate Factorization
commit
|
commitdiff
|
tree
2015-08-18
Vincent Pit
This is 0.28
v0.28
commit
|
commitdiff
|
tree
2015-08-18
Vincent Pit
Don't hardcode the length of NEGATIVE_INDICES_VAR
commit
|
commitdiff
|
tree
2015-08-18
Vincent Pit
Only dump debug info when $Scope::Upper::DEBUG is true
commit
|
commitdiff
|
tree
2015-08-18
Vincent Pit
Factor a part of the debugging logic into an helper...
commit
|
commitdiff
|
tree
2015-08-18
Vincent Pit
Add braces around a condition block
commit
|
commitdiff
|
tree
2015-08-18
Vincent Pit
Add a comment in the initializing loop in su_init()
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Document the new warnings and caveats
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Add some comments to the mysterious su_init()/su_pop()
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Remove one level of indirection in the UID internal...
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Port t/79-uid-threads.t to the new threads interface
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Harden t/69-uplevel-threads.t against stray exits
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Harden t/59-yield-threads.t against stray exits
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Harden t/54-unwind-threads.t against stray exits
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Harden t/09-load-tests.t against stray exits
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Update VPIT::TestHelpers to ba865c42
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Also warn when SUB() and EVAL() cannot find an appropri...
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Warn when the words target a context outside of the...
rt104751
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Stop copying the reap-ed coderef
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Remove some extraneous SU_UD_ORIGIN(ud) initializations
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Revamp the different su_ud_* subtypes
commit
|
commitdiff
|
tree
2015-08-03
Vincent Pit
Replace the su_handler[] dispatch table by a switch
commit
|
commitdiff
|
tree
2015-07-31
Vincent Pit
Remove the code coverage link
commit
|
commitdiff
|
tree
2015-07-24
Vincent Pit
Refactor the su_ud_common structure
commit
|
commitdiff
|
tree
2015-07-24
Vincent Pit
Greatly simplify the depth computation in su_init()
commit
|
commitdiff
|
tree
2015-07-22
Vincent Pit
Give a proper definition of SU_CXNAME() for non DEBUGGI...
commit
|
commitdiff
|
tree
2015-07-22
Vincent Pit
Rewrite the origin initialization loop in su_init()
commit
|
commitdiff
|
tree
2015-06-24
Vincent Pit
Silence a 'shadowing' warning
commit
|
commitdiff
|
tree
2015-04-20
Vincent Pit
Update t/09-load-threads.t
commit
|
commitdiff
|
tree
2015-04-20
Vincent Pit
Update VPIT::TestHelpers to 2a6ac0f1
commit
|
commitdiff
|
tree
2015-04-20
Vincent Pit
Update t/09-load-threads.t
commit
|
commitdiff
|
tree
2015-03-31
Vincent Pit
Add a missing volatile qualifier
commit
|
commitdiff
|
tree
2015-03-31
Vincent Pit
Improve scheduling for the parallel loading test
commit
|
commitdiff
|
tree
2015-03-27
Vincent Pit
This is 0.27
v0.27
commit
|
commitdiff
|
tree
2015-03-27
Vincent Pit
Document that we can no longer die from uplevel in...
commit
|
commitdiff
|
tree
2015-03-27
Vincent Pit
Also preserve PL_scopestack[cx->blk_oldscopesp - 1...
commit
|
commitdiff
|
tree
2015-03-27
Vincent Pit
Correctly use $TEST_VERBOSE in the testdeb target
commit
|
commitdiff
|
tree
2015-03-27
Vincent Pit
Preserve PL_scopestack[cx->blk_oldscopesp - 1] in su_pop()
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
Add POSIX to build requires
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
Update the ActivePerl/gcc-3.4 hack for EUMM 7.04
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
Don't compile su_uplevel_storage_delete() before perl...
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
Protect t/09-load-threads.t against old relocated perls
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
Update VPIT::TestHelpers to 4eeb5afc
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
Also test that the module can be loaded in the main...
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
In t/09-load-threads.t, handle spawn() failures gracefully
commit
|
commitdiff
|
tree
2015-03-23
Vincent Pit
Thoroughly test module loading in threads
commit
|
commitdiff
|
tree
2015-03-23
Vincent Pit
Update VPIT::TestHelpers to 6ca15279
commit
|
commitdiff
|
tree
2015-03-19
Vincent Pit
Update VPIT::TestHelpers to 6cd68168
commit
|
commitdiff
|
tree
2015-03-19
Vincent Pit
Release UID global memory at global teardown time
commit
|
commitdiff
|
tree
next