t/op/my_stash.t should use test.pl instead of Test.pm
[p5sagit/p5-mst-13.2.git] / t / op / threads.t
2009-05-04 Nicholas Clark Fix SEGVs when cloning a typeglob that has been undefin...
2008-01-09 Dave Mitchell seen_eval regex field wasn't getting cloned
2007-12-27 Nicholas Clark Test that we can clone regexps into new threads, and...
2007-10-11 Jerry D. Hedden Gentler theads test
2007-10-11 Jerry D. Hedden Move threads test added in change 32091
2007-06-28 Jerry D. Hedden Move tests under 'threads' module
2007-06-26 Dave Mitchell avoid double-free of the thread function
2007-06-26 Jerry D. Hedden Add TODO tests for refcount issues related to threads
2007-02-15 Jerry D. Hedden Use newer 'threads' constructs
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2006-12-31 Nicholas Clark PL_linestr needs to survive until the end of scope...
2006-02-22 Nicholas Clark Change 24643 made the mistake of assuming that CvCONST...
2005-11-21 H.Merijn Brand Thread failures on AIX (and others) caused by interleav...
2005-11-02 Robin Houston sort/multicall patch
2004-06-25 Rafael Garcia-Suarez More @INC test fixes
2004-03-06 Nicholas Clark Make threads tests pass make minitest (by skipping)
2004-01-20 Stas Bekman Add a new test file for situations where threads may...