]> git.vpit.fr Git - perl/modules/Scope-Upper.git/history - t
This is 0.34
[perl/modules/Scope-Upper.git] / t /
2010-04-16 Vincent PitFix numerous localizations in the same scope not happening
2010-04-15 Vincent PitProperly vivify nonexistent glob slots rt55593
2010-04-15 Vincent PitAlso apply the context overwrite workaround when not... rt56301
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-09-26 Vincent PitKwalitee test overhaul
2009-05-17 Vincent PitGet rid of t/90-boilerplate.t
2009-05-17 Vincent PitA better test for imports
2009-05-02 Vincent PitSkip t/59-unwind-threads.t when the module is not threa...
2009-05-02 Vincent PitIntroduce SU_THREADSAFE
2009-03-26 Vincent PitTest unwind in threads
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-01 Vincent PitCorrect some test descriptions
2009-02-26 Vincent PitTest localize on magical scalar variables
2009-02-15 Vincent PitFix "localize *x, 'y', $cx" to match Perl behaviour
2009-01-16 Vincent PitAdd a warning in t/05-words.t
2009-01-16 Vincent PitIntroduce SCOPE()
2009-01-16 Vincent PitRemove the non debugger-safe DOWN
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 PitIn t/85-stress-unwind.t, don't rely on is_deeply to...
2009-01-12 Vincent PitUse a context for passing arguments to su_unwind()
2009-01-12 Vincent PitCorrect test description
2009-01-12 Vincent PitStress test unwind()
2009-01-11 Vincent PitComplete with_at() coverage
2009-01-11 Vincent PitIntroduce want_at()
2009-01-11 Vincent PitIntroduce CALLER()
2009-01-11 Vincent PitSanitize and check unwind targets
2009-01-11 Vincent PitMove t/50- to t/53-
2009-01-11 Vincent PitAdd t/55-unwind-multi.t (with a failing test)
2009-01-11 Vincent PitTest unwind() with prototypes
2009-01-11 Vincent PitAdd unwind()
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 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-29 Vincent PitAdd localize_delete()
2008-12-29 Vincent PitSkip two croaking tests on 5.6
2008-12-28 Vincent PitTest incompletely tied arrays
2008-12-28 Vincent PitMore tests for localized nonexistent array elements
2008-12-28 Vincent PitLocalized nonexistant array elements should be deleted...
2008-12-26 Vincent PitImporting Scope-Upper-0.01 v0.01