]> git.vpit.fr Git - perl/modules/Variable-Magic.git/history - t/40-threads.t
This is 0.64
[perl/modules/Variable-Magic.git] / t / 40-threads.t
2022-09-20 Richard LeachAdd support for 5.37.3's PADSV_STORE optimization rt144052
2015-07-20 Vincent PitWork around stray exits in t/40-threads.t and t/41...
2015-04-14 Vincent PitMake sure t/40-threads.t does not use the CLONE method
2015-04-14 Vincent PitUpdate VPIT::TestHelpers to 3edc6d15
2015-03-28 Vincent PitPort thread tests to the new VPIT::TestHelpers interface
2011-10-26 Vincent PitClean up threads tests a bit
2011-10-24 Vincent PitThreads tests may not be able to spawn all the threads
2011-08-07 Vincent PitReplace $] by "$]"
2011-01-19 Vincent PitSwitch to qw<>
2010-11-21 Vincent PitA terser way to display versions for modules used in...
2010-09-24 Vincent PitForce threads tests with the PERL_VARIABLE_MAGIC_TEST_T...
2010-09-24 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2009-11-26 Vincent PitRemove all signature-related features
2009-05-15 Vincent PitRequire threads 1.67 and threads::shared 1.14 in t...
2009-03-16 Vincent PitLock shared variables
2009-02-24 Vincent PitFix the B stashes cache cloning, and really use it...
2009-02-22 Vincent PitReorder the arguments to the thread callback in t/40...
2009-02-22 Vincent PitPass the signature as a thread callback argument in...
2009-02-16 Vincent PitMake op_info thread safe
2008-09-21 Vincent PitOutput threads and threads::shared versions in threads...
2008-09-20 Vincent PitTest destructors
2008-09-20 Vincent PitTest same signature across threads
2008-09-20 Vincent PitDon't test threads if this perl wasn't built with ithre...
2008-09-19 Vincent PitMake the module threadsafe by adding a CLONE method...