summaryrefslogtreecommitdiff
path: root/dist/threads
Commit message (Expand)AuthorAgeFilesLines
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Reorganize dist/threadsJerry D. Hedden2010-07-082-112/+1
* bump threads.pm versionMatt S Trout2010-06-211-1/+1
* 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
* Bump threads version to 1.77_01Steffen Mueller2010-04-151-1/+1
* Upgrade dist/threads to 1.77 from CPANSteffen Mueller2010-04-155-39/+89
* Upgrade to threads 1.75Jerry D. Hedden2009-11-235-12/+16
* Add mingw64 supportSisyphus2009-11-091-1/+7
* Move threads from ext/ to dist/Nicholas Clark2009-09-2926-0/+5815