]> git.vpit.fr Git - perl/modules/Scope-Upper.git/shortlog
perl/modules/Scope-Upper.git
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
2015-03-19 Vincent PitRevamp the setup boot logic
2015-03-19 Vincent PitSilence an "unused label" compiler warning
2015-03-19 Vincent PitReplace STATIC by static
2015-03-19 Vincent PitFix a memory leak with the uid() feature
2015-03-12 Vincent PitThis is 0.26 v0.26
2015-03-12 Vincent PitBump copyright year
2015-03-12 Vincent PitUpdate VPIT::TestHelpers to 3c878c7c
2015-02-06 Father ChrysostomosDon’t use CvPADLIST on XSUBs rt100264
2015-02-06 Vincent PitRemove an unused variable declaration
2015-02-06 Vincent PitReally be compatible with the OP_PARENT feature
2014-09-21 Vincent PitThis is 0.25 v0.25
2014-09-21 Vincent PitUpdate VPIT::TestHelpers to 4fb18792
2014-09-21 Vincent PitBump copyright year
2014-09-20 Vincent PitWork around an assertion failure in perl 5.21.4
2014-09-20 Vincent PitAdd support for PERL_OP_PARENT
2013-09-10 Vincent PitThis is 0.24 v0.24
2013-09-09 Vincent PitPreserve lexicals across dounwind() calls on perl 5...
2013-09-02 Vincent PitThis is 0.23 v0.23
2013-09-02 Vincent PitStyle nits
2013-09-02 Andrew MainAdjust t/07-context_info.t for perl 5.19.3 rt88177
2013-08-24 Vincent PitUpdate bundled Test::Leaner to 0.05
next