summaryrefslogtreecommitdiff
path: root/dist/threads/threads.xs
Commit message (Expand)AuthorAgeFilesLines
* Build fixes for Win32 after the Coverity smoke.Jarkko Hietaniemi2014-05-291-4/+6
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-4/+5
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-1/+3
* threads: silence some compiler warnings.David Mitchell2013-11-181-5/+9
* Upgrade to threads 1.87Jerry D. Hedden2013-05-291-2/+2
* [perl #104776] Fix threads for latest 64bit mingw-w64 + gcc 4.6Mark Dootson2011-12-021-0/+3
* In threads.xs, remove num_args from ithread_create, as it is unused.Nicholas Clark2011-07-061-1/+0
* Remove code before declaration, inadvertently added in 447f000ef4448b16.Nicholas Clark2011-01-131-3/+4
* ithread_create() was relying on the stack not moving. Fix this.Nicholas Clark2011-01-131-21/+25
* In S_ithread_create, reduce the amount of conditionally compiled C code.Nicholas Clark2011-01-111-30/+11
* fix various compiler warnings from XS codeZefram2010-12-111-0/+2
* [perl #78088] [PATCH] Upgrade to threads 1.81Jerry D. Hedden2010-09-281-3/+84
* [perl #78000] [PATCH] Upgrade to threads 1.79Jerry D. Hedden2010-09-241-2/+13
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-19/+14
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-1/+1
* PL_endav can be NULL, so in S_ithread_create() no need to set it to newAV().Nicholas Clark2010-05-201-1/+1
* Remove redundant hv_exists() calls from ithread_create()'s spec parser.Nicholas Clark2010-05-201-18/+19
* Change S_ithread_create() params from a single AV* to a pair of SV** pointers.Nicholas Clark2010-05-201-12/+19
* In threads.xs, convert thread->params from RV to AV.Nicholas Clark2010-05-201-9/+9
* Upgrade dist/threads to 1.77 from CPANSteffen Mueller2010-04-151-21/+35
* Upgrade to threads 1.75Jerry D. Hedden2009-11-231-2/+6
* Add mingw64 supportSisyphus2009-11-091-1/+7
* Move threads from ext/ to dist/Nicholas Clark2009-09-291-0/+1687