summaryrefslogtreecommitdiff
path: root/t/op/threads.t
Commit message (Expand)AuthorAgeFilesLines
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-1/+1
* [perl #107366] Don’t clone GVs during thread joinFather Chrysostomos2012-01-011-1/+7
* don't depend on threads to do a watchdog when testing threadsTony Cook2011-12-031-1/+1
* disable some shallow-recurse rpeep testsDavid Mitchell2011-07-291-3/+5
* reduce size of threads.t testDavid Mitchell2011-07-141-1/+1
* make peep optimiser recurse mostly only shallowlyDavid Mitchell2011-07-141-1/+32
* Add skip_all_without_config() to test.pl, and use it in 6 tests.Nicholas Clark2011-03-071-5/+1
* Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl().Nicholas Clark2011-03-071-4/+1
* [perl #78494] Pipes cause threads to hang on join()Father Chrysostomos2011-02-151-1/+11
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Fix CLONE/weakref bug revealed by adf8f095c5881bce.Nicholas Clark2010-05-251-1/+58
* Set PADSTALE on all lexicals at the end of sub creation.Nicholas Clark2010-05-241-1/+19
* Don't clone the contents of lexicals in pads.Nicholas Clark2010-05-241-1/+18
* When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack.Nicholas Clark2010-05-241-10/+4
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-1/+11
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-1/+17
* Regression test for 34394ecd - SVs that were only on the tmps stack leaked.Nicholas Clark2010-02-231-1/+13
* fix for [perl #41138] $_ leaks under threadsDavid Mitchell2010-01-111-1/+2
* [perl #70748] threads panic in del_backrefFather Chrysostomos2009-12-221-7/+23
* Jerry's last patch to add a TODO test didn't update the test count.Jesse Vincent2009-11-251-1/+1
* Add TODO test for perl #70748Jerry D. Hedden2009-11-251-0/+17
* Fix SEGVs when cloning a typeglob that has been undefined. (RT #64954)Nicholas Clark2009-05-041-1/+6
* seen_eval regex field wasn't getting clonedDave Mitchell2008-01-091-1/+18
* Test that we can clone regexps into new threads, and fix the bug inNicholas Clark2007-12-271-1/+11
* 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