]> git.vpit.fr Git - perl/modules/Scope-Upper.git/shortlog
perl/modules/Scope-Upper.git
2023-03-26 Vincent PitThis is 0.34 master v0.34
2023-03-26 Vincent PitWork around test failures in t/64-uplevel-caller.t
2023-03-26 Vincent PitFix assertion failure on 5.37.10
2023-03-26 Vincent PitBump copyright year
2023-03-26 Vincent PitAdd a CONTRIBUTING guidelines file
2023-03-26 Yves OrtonUpper.xs - in 5.37.6 cop_warnings became a char * ... rt146897
2023-03-26 Yves Ortont/ - Given is deprecated in 5.37.10, do not test it
2021-12-20 Vincent PitThis is 0.33 v0.33
2021-12-20 Vincent PitUpdate Test::Leaner to f53f8d6
2021-12-20 Vincent PitUpdate META spec to 2.0 rt114816
2021-12-20 Vincent PitBump copyright year
2021-12-20 James E KeenanMake the expected() utility more closely match context_... rt139823
2019-07-08 Vincent PitThis is 0.32 v0.32
2019-07-08 Vincent PitBump copyright year
2019-07-08 Vincent PitUpdate Test::Leaner to 0080661
2019-07-08 Vincent PitUpdate VPIT::TestHelpers to 0bb3aa5
2019-07-08 Vincent PitUpdate contact info
2019-07-08 Vincent PitFix breakage caused by core change f14cf363 rt129539
2018-08-26 Vincent PitThis is 0.31 v0.31
2018-08-26 Vincent PitBump copyright year
2018-08-26 Vincent PitAlways apply localizations at the glob level rt125931
2017-11-04 Vincent PitThis is 0.30 v0.30
2017-11-04 Vincent PitUpdate VPIT::XSHelpers to 18554226
2017-11-04 Vincent PitProtect against d_cplusplus perls
2017-11-04 Vincent PitBump copyright year
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3 rt123481
2016-06-06 Vincent PitThis is 0.29 v0.29
2016-06-06 Vincent PitThanks, Dave
2016-06-06 Vincent PitBump copyright year
2016-06-06 Vincent PitMinor stylistic nits
2016-06-06 Vincent PitRename su_debug_log() into xsh_debug_log()
2016-06-06 Vincent PitMerge perl 5.24 fixes from davem rt112246
2016-06-06 Vincent Pitud_ is not unused in su_yield()
2016-06-06 Vincent PitAvoid partially braced if/else
2016-06-06 Vincent PitHide aTHX in macros
2016-06-06 Vincent PitOnly define su_cxt_enter_count when XSH_DEBUG is set
2016-06-06 Vincent PitRemove a couple of unused variable
2016-06-06 Vincent PitPrevent a future possible declaration-after-code error
2016-06-06 Vincent PitActually restore old_cop in su_localize()
2016-06-05 Vincent PitFix the build on perl 5.8.0
2016-05-30 Vincent PitAlways define SU_HAS_NEW_CXT
2016-05-30 Vincent PitMinor whitespace changes
2016-05-30 David Mitchellfixup t/13-reap-ctl.t for 5.23.8
2016-05-30 David Mitchelleliminate CX_ARGARRAY() and CX_ARGARRAY_set()
2016-05-30 David Mitchellfix uplevel() under 5.23.8+
2016-05-30 David Mitchellsu_uplevel: populate lower stack frames properly
2016-05-30 David Mitchellfix unwind()
2016-05-30 David Mitchellget su_init/su_pop working under 5.23.8
2016-05-30 David MitchellSome basic 5.23.8 fixes
2016-05-30 David MitchellTemporarily rename xsh_debug_log to su_debug_log
2015-11-09 Vincent PitFix off-by-one error in su_uplevel_ud->si initialization
2015-11-04 Vincent PitThe Big Boilerplate Factorization
2015-08-18 Vincent PitThis is 0.28 v0.28
2015-08-18 Vincent PitDon't hardcode the length of NEGATIVE_INDICES_VAR
2015-08-18 Vincent PitOnly dump debug info when $Scope::Upper::DEBUG is true
2015-08-18 Vincent PitFactor a part of the debugging logic into an helper...
2015-08-18 Vincent PitAdd braces around a condition block
2015-08-18 Vincent PitAdd a comment in the initializing loop in su_init()
2015-08-03 Vincent PitDocument the new warnings and caveats
2015-08-03 Vincent PitAdd some comments to the mysterious su_init()/su_pop()
2015-08-03 Vincent PitRemove one level of indirection in the UID internal...
2015-08-03 Vincent PitPort t/79-uid-threads.t to the new threads interface
2015-08-03 Vincent PitHarden t/69-uplevel-threads.t against stray exits
2015-08-03 Vincent PitHarden t/59-yield-threads.t against stray exits
2015-08-03 Vincent PitHarden t/54-unwind-threads.t against stray exits
2015-08-03 Vincent PitHarden t/09-load-tests.t against stray exits
2015-08-03 Vincent PitUpdate VPIT::TestHelpers to ba865c42
2015-08-03 Vincent PitAlso warn when SUB() and EVAL() cannot find an appropri...
2015-08-03 Vincent PitWarn when the words target a context outside of the... rt104751
2015-08-03 Vincent PitStop copying the reap-ed coderef
2015-08-03 Vincent PitRemove some extraneous SU_UD_ORIGIN(ud) initializations
2015-08-03 Vincent PitRevamp the different su_ud_* subtypes
2015-08-03 Vincent PitReplace the su_handler[] dispatch table by a switch
2015-07-31 Vincent PitRemove the code coverage link
2015-07-24 Vincent PitRefactor the su_ud_common structure
2015-07-24 Vincent PitGreatly simplify the depth computation in su_init()
2015-07-22 Vincent PitGive a proper definition of SU_CXNAME() for non DEBUGGI...
2015-07-22 Vincent PitRewrite the origin initialization loop in su_init()
2015-06-24 Vincent PitSilence a 'shadowing' warning
2015-04-20 Vincent PitUpdate t/09-load-threads.t
2015-04-20 Vincent PitUpdate VPIT::TestHelpers to 2a6ac0f1
2015-04-20 Vincent PitUpdate t/09-load-threads.t
2015-03-31 Vincent PitAdd a missing volatile qualifier
2015-03-31 Vincent PitImprove scheduling for the parallel loading test
2015-03-27 Vincent PitThis is 0.27 v0.27
2015-03-27 Vincent PitDocument that we can no longer die from uplevel in...
2015-03-27 Vincent PitAlso preserve PL_scopestack[cx->blk_oldscopesp - 1...
2015-03-27 Vincent PitCorrectly use $TEST_VERBOSE in the testdeb target
2015-03-27 Vincent PitPreserve PL_scopestack[cx->blk_oldscopesp - 1] in su_pop()
2015-03-24 Vincent PitAdd POSIX to build requires
2015-03-24 Vincent PitUpdate the ActivePerl/gcc-3.4 hack for EUMM 7.04
2015-03-24 Vincent PitDon't compile su_uplevel_storage_delete() before perl...
2015-03-24 Vincent PitProtect t/09-load-threads.t against old relocated perls
2015-03-24 Vincent PitUpdate VPIT::TestHelpers to 4eeb5afc
2015-03-24 Vincent PitAlso test that the module can be loaded in the main...
2015-03-24 Vincent PitIn t/09-load-threads.t, handle spawn() failures gracefully
2015-03-23 Vincent PitThoroughly test module loading in threads
2015-03-23 Vincent PitUpdate VPIT::TestHelpers to 6ca15279
2015-03-19 Vincent PitUpdate VPIT::TestHelpers to 6cd68168
2015-03-19 Vincent PitRelease UID global memory at global teardown time
next