summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* threads::shared 1.15Jerry D. Hedden2007-12-193-4/+176
* Move threads test added in change 32091Jerry D. Hedden2007-10-111-18/+2
* newCONTSUB() wasn't thread-safe ([perl #45053])Dave Mitchell2007-10-101-2/+18
* Upgrade to threads::shared 1.14Rafael Garcia-Suarez2007-09-242-37/+38
* threads 1.67Jerry D. Hedden2007-09-193-17/+12
* threads 1.66Jerry D. Hedden2007-09-174-10/+10
* [perl #45053] Memory corruption with heavy module loading in threadsDave Mitchell2007-09-142-2/+10
* threads::shared 1.13Jerry D. Hedden2007-09-055-31/+34
* threads 1.65Jerry D. Hedden2007-09-053-9/+9
* Fix some typos in threads.pmJerry D. Hedden2007-08-201-7/+7
* #31687-bis.Abhijit Menon-Sen2007-08-081-71/+0
* threads 1.64 (repost)Jerry D. Hedden2007-08-0816-293/+47
* VMS todo for threads exit test.Craig A. Berry2007-07-141-8/+21
* Fixes to threads testsJerry D. Hedden2007-07-026-60/+80
* Move tests under 'threads' moduleJerry D. Hedden2007-06-281-6/+22
* threads 1.63Jerry D. Hedden2007-06-275-27/+41
* avoid double-free of the thread functionDave Mitchell2007-06-261-4/+2
* threads::shared 1.12Jerry D. Hedden2007-05-245-88/+57
* threads 1.62Jerry D. Hedden2007-05-189-221/+245
* Re: Thread fail/hang on HP-UX 10.20Jerry D. Hedden2007-05-163-1/+8
* threads::shared 1.11Jerry D. Hedden2007-05-143-5/+5
* Safely store user locks in threads::sharedJerry D. Hedden2007-04-253-4/+18
* Re: [perl #41574] cond_wait hang ups under MSWin32Jerry D. Hedden2007-04-193-27/+41
* Could someone explain why this file was added twice.Rafael Garcia-Suarez2007-04-101-105/+0
* Upgrade to threads::shared 1.09 :Rafael Garcia-Suarez2007-04-106-58/+229
* Fix to threads::shared t/waithires.tJerry D. Hedden2007-03-221-20/+12
* threads 1.61Jerry D. Hedden2007-03-227-20/+33
* Adjust timing tolerance in threads tests, by Jerry D. HeddenRafael Garcia-Suarez2007-03-192-9/+5
* Upgrade to threads::shared 1.08 :Rafael Garcia-Suarez2007-03-156-13/+392
* Remove unreferenced local variableSteve Hay2007-02-212-4/+2
* Use newer 'threads' constructsJerry D. Hedden2007-02-154-8/+8
* Upgrade to threads.pm 1.59 (doc tweaks)Rafael Garcia-Suarez2007-02-065-33/+36
* Upgrade to threads::shared 1.07 (doc tweaks)Rafael Garcia-Suarez2007-02-063-19/+22
* Upgrade to threads 1.58:Rafael Garcia-Suarez2007-01-256-57/+73
* make S_ithread_run() call S_ithread_free() in main contextDave Mitchell2007-01-141-4/+6
* further refinement to #29796 (cleanup veto)Dave Mitchell2007-01-141-6/+14
* unfreed threads should trigger cleanup vetoDave Mitchell2007-01-131-3/+11
* Rationalise refcounting of thread structuresDave Mitchell2007-01-121-59/+52
* threads 1.57Jerry D. Hedden2006-12-218-67/+225
* threads::shared 1.06Jerry D. Hedden2006-12-205-56/+45
* threads 1.56Jerry D. Hedden2006-12-166-24/+27
* threads 1.54 - Adds ->error() methodJerry D. Hedden2006-12-158-75/+232
* [PATCH[ threads 1.53Jerry D. Hedden2006-11-289-47/+70
* Eliminated unitialised clone_params value bug accidentally added withNicholas Clark2006-11-261-1/+1
* threads 1.52Jerry D. Hedden2006-11-216-17/+30
* threads 1.51Jerry D. Hedden2006-11-166-54/+60
* threads 1.49Jerry D. Hedden2006-11-036-10/+21
* Fix a case of segfault in ithread destructionRafael Garcia-Suarez2006-10-311-2/+2
* threads 1.47Jerry D. Hedden2006-10-317-22/+16
* threads 1.46Jerry D. Hedden2006-10-305-100/+188