summaryrefslogtreecommitdiff
path: root/t/op/threads.t
Commit message (Expand)AuthorAgeFilesLines
* Fix SEGVs when cloning a typeglob that has been undefined. (RT #64954)Nicholas Clark2009-05-051-1/+6
* Test that we can clone regexps into new threads, and fix the bug inNicholas Clark2009-05-051-1/+10
* Integrate:Dave Mitchell2008-05-181-1/+18
* Gentler theads testJerry D. Hedden2007-10-111-1/+6
* Move threads test added in change 32091Jerry D. Hedden2007-10-111-1/+12
* Move tests under 'threads' moduleJerry D. Hedden2007-06-281-27/+11
* avoid double-free of the thread functionDave Mitchell2007-06-261-5/+6
* Add TODO tests for refcount issues related to threadsJerry D. Hedden2007-06-261-2/+48
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-4/+4
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-081-1/+1
* PL_linestr needs to survive until the end of scope, not just the nextNicholas Clark2006-12-311-1/+8
* Change 24643 made the mistake of assuming that CvCONST can only be trueNicholas Clark2006-02-221-1/+11
* Thread failures on AIX (and others) caused by interleaved outputH.Merijn Brand2005-11-211-0/+1
* sort/multicall patchRobin Houston2005-11-021-1/+37
* More @INC test fixesRafael Garcia-Suarez2004-06-251-1/+1
* Make threads tests pass make minitest (by skipping)Nicholas Clark2004-03-061-4/+4
* Add a new test file for situations where threads may interfere.Stas Bekman2004-01-201-0/+61