summaryrefslogtreecommitdiff
path: root/ext/threads/threads.xs
Commit message (Expand)AuthorAgeFilesLines
* Move threads from ext/ to dist/Nicholas Clark2009-09-291-1687/+0
* Fix threads build on Win32Steve Hay2009-06-091-3/+5
* Mask thread signal handling fix on Win32Jerry D. Hedden2009-06-091-8/+18
* There is no pthread_sigmask on VMS, so use sigprocmask instead.Craig A. Berry2009-06-071-0/+5
* Mask signals in thread creation and destruction to avoid a segfaultJohn Wright2009-06-071-0/+82
* Correct the form of the flags passed to perl_get_sv() in threads.xsNicholas Clark2009-01-211-2/+2
* Some source files and documentation files need not to be executableRafael Garcia-Suarez2008-12-251-0/+0
* threads 1.69Jerry D. Hedden2008-02-251-1/+1
* More places that could be using G_WANT, not picked up by change 33021.Nicholas Clark2008-01-211-4/+4
* threads 1.66Jerry D. Hedden2007-09-171-1/+1
* [perl #45053] Memory corruption with heavy module loading in threadsDave Mitchell2007-09-141-1/+1
* avoid double-free of the thread functionDave Mitchell2007-06-261-4/+2
* threads 1.62Jerry D. Hedden2007-05-181-1/+1
* threads 1.61Jerry D. Hedden2007-03-221-0/+6
* Remove unreferenced local variableSteve Hay2007-02-211-3/+1
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-1/+1
* Upgrade to threads 1.58:Rafael Garcia-Suarez2007-01-251-38/+40
* 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-211-46/+72
* threads 1.54 - Adds ->error() methodJerry D. Hedden2006-12-151-19/+108
* [PATCH[ threads 1.53Jerry D. Hedden2006-11-281-2/+3
* Eliminated unitialised clone_params value bug accidentally added withNicholas Clark2006-11-261-1/+1
* threads 1.52Jerry D. Hedden2006-11-211-7/+17
* threads 1.51Jerry D. Hedden2006-11-161-44/+47
* threads 1.49Jerry D. Hedden2006-11-031-0/+5
* Fix a case of segfault in ithread destructionRafael Garcia-Suarez2006-10-311-2/+2
* threads 1.47Jerry D. Hedden2006-10-311-11/+1
* threads 1.46Jerry D. Hedden2006-10-301-88/+139
* Make 'threads' conform to perlgutsJerry D. Hedden2006-10-271-44/+44
* Bump version and other misc. changes. 3rd patch from:Jerry D. Hedden2006-09-131-25/+49
* Statically allocate the main thread.Jerry D. Hedden2006-09-131-35/+25
* Race condition fix in threads.pmJerry D. Hedden2006-09-131-60/+50
* threads 1.38Jerry D. Hedden2006-08-011-4/+4
* More tweaks to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-211-5/+6
* Upgrade to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-201-18/+92
* threads 1.36 - Signalling terminated threads core dumpsJerry D. Hedden2006-07-111-1/+1
* threads 1.35 - Borland compiler fixJerry D. Hedden2006-07-101-1/+3
* threads 1.34 - state methodsJerry D. Hedden2006-07-071-3/+83
* threads 1.33Jerry D. Hedden2006-07-041-36/+79
* dont warn at exit of detatched threads still runningDave Mitchell2006-06-171-2/+13
* threads 1.32Jerry D. Hedden2006-06-061-3/+6
* Explicit thread contextJerry D. Hedden2006-05-231-1/+45
* threads core dump in BEGINJerry D. Hedden2006-05-181-4/+9
* threads 1.28Jerry D. Hedden2006-05-181-1/+3
* Thread signalling [REVISED]Jerry D. Hedden2006-05-111-1/+41
* 'threads' patch to fix threaded build on Win32Jerry D. Hedden2006-05-091-18/+15
* threads - stack size supportJerry D. Hedden2006-05-051-21/+177