This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005
[perl5.git] / t / op / threads.t
2009-05-04 Nicholas ClarkFix SEGVs when cloning a typeglob that has been undefin...
2008-01-09 Dave Mitchellseen_eval regex field wasn't getting cloned
2007-12-27 Nicholas ClarkTest that we can clone regexps into new threads, and...
2007-10-11 Jerry D. HeddenGentler theads test
2007-10-11 Jerry D. HeddenMove threads test added in change 32091
2007-06-28 Jerry D. HeddenMove tests under 'threads' module
2007-06-26 Dave Mitchellavoid double-free of the thread function
2007-06-26 Jerry D. HeddenAdd TODO tests for refcount issues related to threads
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-12-31 Nicholas ClarkPL_linestr needs to survive until the end of scope...
2006-02-22 Nicholas ClarkChange 24643 made the mistake of assuming that CvCONST...
2005-11-21 H.Merijn BrandThread failures on AIX (and others) caused by interleav...
2005-11-02 Robin Houstonsort/multicall patch
2004-06-25 Rafael Garcia-SuarezMore @INC test fixes
2004-03-06 Nicholas ClarkMake threads tests pass make minitest (by skipping)
2004-01-20 Stas BekmanAdd a new test file for situations where threads may...