summaryrefslogtreecommitdiff
path: root/dist/threads
Commit message (Expand)AuthorAgeFilesLines
* Update threads to CPAN version 1.86Chris 'BinGOs' Williams2011-12-142-6/+6
* Increase $threads::VERSION to 1.86Father Chrysostomos2011-12-021-2/+2
* [perl #104776] Fix threads for latest 64bit mingw-w64 + gcc 4.6Mark Dootson2011-12-021-0/+3
* Upgrade to threads 1.85Jerry D. Hedden2011-09-033-7/+7
* Bump threads(::shared) versions againFather Chrysostomos2011-09-021-2/+2
* Upgrade to threads 1.84Jerry D. Hedden2011-09-023-7/+37
* In threads.xs, remove num_args from ithread_create, as it is unused.Nicholas Clark2011-07-062-2/+1
* Fix broken URL in dist/threads/lib/threads.pm for the itheads mailing listLeon Brocard2011-06-121-1/+1
* Upgrade to threads 1.83Jerry D. Hedden2011-04-193-7/+7
* 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-112-31/+12
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-073-3/+3
* [PATCH] Upgrade to threads 1.82Jerry D. Hedden2010-12-243-14/+8
* bump version of many modulesZefram2010-12-191-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-0/+2
* Increase threads’ versionFather Chrysostomos2010-11-111-1/+1
* Correct note about dir handles in threads.pmFather Chrysostomos2010-11-111-2/+2
* Correct threads versionFather Chrysostomos2010-10-141-1/+1
* Change the perl version mentioned in threads.pm concerning dirhandlesFather Chrysostomos2010-10-141-2/+2
* Update the dirhandle entry in thread.pm’s docsFather Chrysostomos2010-09-271-2/+8
* [perl #78088] [PATCH] Upgrade to threads 1.81Jerry D. Hedden2010-09-284-12/+93
* [perl #78000] [PATCH] Upgrade to threads 1.79Jerry D. Hedden2010-09-245-11/+119
* 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