]> git.vpit.fr Git - perl/modules/Scope-Upper.git/shortlog
perl/modules/Scope-Upper.git
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
2009-01-09 Vincent PitTest dieing into a reap callback
2009-01-09 Vincent PitFactor similar stress level tests in t/81-stress-level.t
2009-01-09 Vincent PitIntroduce *5-*-multi.t tests
2009-01-09 Vincent PitReorder tests
2009-01-06 Vincent PitThe 5.6 failure was actually a compile-time error,...
2009-01-05 Vincent PitRename CURRENT to HERE
2009-01-05 Vincent PitAlso add localize_delete() to t/01-import.t
2009-01-05 Vincent PitAdd more level words. Rename TOPLEVEL to TOP
2009-01-04 Vincent PitThis is 0.03 v0.03
2009-01-04 Vincent PitBump copyright year
2009-01-04 Vincent PitFix deletion of localized array elements with negative...
2009-01-04 Vincent PitFix segfault when localizing array elements with an...
2009-01-03 Vincent PitTest next and last
2009-01-03 Vincent PitMore localize_delete() tests
2008-12-30 Vincent PitTwo less auto variables
2008-12-30 Vincent PitInline su_{a,h}v_preeminent
2008-12-30 Vincent PitMove the save_{a,h}elem logic from su_localize to su_sa...
2008-12-29 Vincent PitBetter doc for localized_delete
2008-12-29 Vincent PitAdd localize_delete()
2008-12-29 Vincent PitFactor all the LEAVE/ENTER logic in su_init()
2008-12-29 Vincent PitSkip two croaking tests on 5.6
2008-12-29 Vincent PitPrefer STMT_{START,END} over do/while(0)
2008-12-28 Vincent PitThis is 0.02 v0.02
2008-12-28 Vincent PitDon't let coverage be distracted by such pesky trivialities
2008-12-28 Vincent PitTest incompletely tied arrays
2008-12-28 Vincent PitMore tests for localized nonexistent array elements
2008-12-28 Vincent PitReverse preeminent logic in su_save_helem()
2008-12-28 Vincent PitReorder Upper.xs in a cleaner way
2008-12-28 Vincent PitLocalized nonexistant array elements should be deleted...
2008-12-28 Vincent PitSort up su_hv_preeminent() a bit
2008-12-27 Vincent PitWe also depend on Exporter
2008-12-27 Vincent PitPoint to coverage report
2008-12-27 Vincent PitThis module has caveats, so explain them
2008-12-27 Vincent PitBe a little clearer on how localize() handle sigils
2008-12-27 Vincent PitMore compatibility macros
2008-12-26 Vincent PitImporting Scope-Upper-0.01 v0.01