]> git.vpit.fr Git - perl/modules/Scope-Upper.git/shortlog
perl/modules/Scope-Upper.git
2010-04-15 Vincent PitProperly vivify nonexistent glob slots rt55593
2010-04-15 Vincent PitA better explaination of how string symbols work
2010-04-15 Vincent PitPOD formatting nit
2010-04-15 Vincent PitAlso apply the context overwrite workaround when not... rt56301
2010-01-18 Vincent PitThis is 0.10 v0.10
2010-01-18 Vincent PitPoint to Continuation::Escape
2010-01-18 Vincent PitA somewhat more robust handling of debugging frames
2010-01-18 Vincent PitForge a better testdeb rule
2010-01-18 Vincent PitBump copyright year
2010-01-18 Vincent PitSilence a switch warning
2010-01-18 Vincent PitUse SvREFCNT_inc_simple_void() whenever possible
2010-01-18 Vincent PitStop treating the ENTER/LEAVE couple from entersub...
2010-01-18 Vincent PitDiscover the type of localization immediately when...
2010-01-18 Vincent PitMore debugging info tweaks
2010-01-15 Vincent PitRevamp debugging info
2010-01-14 Vincent PitFix building with SU_DEBUG defined on 5.8
2010-01-14 Vincent PitCorrect some test descriptions
2010-01-14 Vincent PitMore tests for reap and localized at given/when
2010-01-14 Vincent PitWe don't really need a more lexical $_ in the test...
2010-01-14 Vincent PitFix handling of given/when
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-26 Vincent PitKwalitee test overhaul
2009-08-16 Vincent Pitbase.pm is also a dependency
2009-08-08 Vincent PitRighteously is really rightfully
2009-05-17 Vincent PitThis is 0.09 v0.09
2009-05-17 Vincent PitUpdate the comment about the "call_sv() during LEAVE...
2009-05-17 Vincent PitGet rid of t/90-boilerplate.t
2009-05-17 Vincent PitA better test for imports
2009-05-15 Vincent Pit5.9.5 fix
2009-05-02 Vincent PitExplicitely require perl 5.6
2009-05-02 Vincent PitDisable thread safety for 5.8.x on Windows
2009-05-02 Vincent PitSkip t/59-unwind-threads.t when the module is not threa...
2009-05-02 Vincent PitIntroduce SU_THREADSAFE
2009-05-02 Vincent PitA saner workaround for the "call_sv() during LEAVE...
2009-04-22 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-16 Vincent PitThis is 0.08 v0.08
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-03-26 Vincent PitTest unwind in threads
2009-03-25 Vincent PitDocument that reap destructors are called in void context
2009-03-16 Vincent PitFix reap() clobbering the return stack, as reported... rt44204
2009-03-13 Vincent PitRename t/53-unwind-context.t to t/56-unwind-context.t
2009-03-12 Vincent PitTypo in test description
2009-03-08 Vincent PitShow non-reachable locations in unwind() examples
2009-03-07 Vincent PitFix building with Solaris CC
2009-03-01 Vincent PitCorrect some test descriptions
2009-02-26 Vincent PitTest localize on magical scalar variables
2009-02-20 Vincent PitThis is 0.07 v0.07
2009-02-19 Vincent PitSUB SUB == SUB
2009-02-19 Vincent PitSome examples for words
2009-02-17 Vincent PitPhrasing fixes
2009-02-15 Vincent PitFix "localize *x, 'y', $cx" to match Perl behaviour
2009-02-12 Vincent PitFix some unlikely possible uninitialized reads
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
2009-02-04 Vincent PitDon't even define a CLONE sub when the module isn't...
2009-02-04 Florian RagwitzGet rid of a warning produced by -Wparentheses.
2009-02-04 Florian RagwitzGet rid of a warning produced by -Wunused-value.
2009-02-04 Florian RagwitzAvoid warnings due to unused variables.
2009-02-04 Florian RagwitzRemove some unused variables.
2009-01-24 Vincent PitExplicitely say that unwind() restarts from the point...
2009-01-18 Vincent PitNo need for maybe_deref anymore
2009-01-17 Vincent PitMinor spacing fix
2009-01-17 Vincent PitThis is 0.06 v0.06
2009-01-16 Vincent PitAdd a warning in t/05-words.t
2009-01-16 Vincent PitDoc update
2009-01-16 Vincent PitIntroduce SCOPE()
2009-01-16 Vincent PitActually build the module before testing with the debugger
2009-01-16 Vincent PitSU_GET_CONTEXT() only needs to skip DB frames when...
2009-01-16 Vincent PitRemove the non debugger-safe DOWN
2009-01-16 Vincent PitSkip debugging frames, allowing the module to do its...
2009-01-16 Vincent PitAdd a testdeb target for testing with the debugger
2009-01-14 Vincent PitMake levels absolute
2009-01-13 Vincent PitReplace raw level numbers by words, except in t/55...
2009-01-12 Vincent PitThis is 0.05 v0.05
2009-01-12 Vincent PitIn t/85-stress-unwind.t, don't rely on is_deeply to...
2009-01-12 Vincent PitDoc fixes
2009-01-12 Vincent PitUse a context for passing arguments to su_unwind()
2009-01-12 Vincent PitCorrect test description
2009-01-12 Vincent PitFix stack mess when unwind() is called in scalar context
2009-01-12 Vincent PitStress test unwind()
2009-01-11 Vincent PitThis is 0.04 v0.04
2009-01-11 Vincent PitComplete with_at() coverage
2009-01-11 Vincent PitIn su_unwind(), get the gimme before unwinding
2009-01-11 Vincent PitShow unwind() and want_at() in the synopsys and the...
2009-01-11 Vincent PitContext initialization overhaul
2009-01-11 Vincent PitIntroduce want_at()
2009-01-11 Vincent PitIntroduce CALLER()
2009-01-11 Vincent PitBetter check of the level in arguments
2009-01-11 Vincent PitSanitize and check unwind targets
2009-01-11 Vincent PitMove t/50- to t/53-
2009-01-11 Vincent PitReset the correct mark after unwinding
2009-01-11 Vincent PitAdd some debug tracing code to su_unwind()
2009-01-11 Vincent PitAdd t/55-unwind-multi.t (with a failing test)
2009-01-11 Vincent PitSort up Upper.xs
2009-01-11 Vincent PitTest unwind() with prototypes
2009-01-11 Vincent PitAdd unwind()
2009-01-10 Vincent PitC++ build fix
next