This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: tweak minor thinko
[perl5.git] / dist / threads / threads.xs
2011-12-03 Mark Dootson[perl #104776] Fix threads for latest 64bit mingw-w64...
2011-07-06 Nicholas ClarkIn threads.xs, remove num_args from ithread_create...
2011-01-13 Nicholas ClarkRemove code before declaration, inadvertently added...
2011-01-13 Nicholas Clarkithread_create() was relying on the stack not moving...
2011-01-11 Nicholas ClarkIn S_ithread_create, reduce the amount of conditionally...
2010-12-11 Zeframfix various compiler warnings from XS code
2010-09-27 Jerry D. Hedden[perl #78088] [PATCH] Upgrade to threads 1.81
2010-09-24 Jerry D. Hedden[perl #78000] [PATCH] Upgrade to threads 1.79
2010-07-24 David GoldenGlobal executable bit cleanup
2010-05-24 Nicholas ClarkAbstract *correct* initialisation of CLONE_PARAMS into...
2010-05-24 Nicholas ClarkConvert Perl_sv_dup_inc() from a macro to a real function.
2010-05-20 Nicholas ClarkPL_endav can be NULL, so in S_ithread_create() no need...
2010-05-20 Nicholas ClarkRemove redundant hv_exists() calls from ithread_create...
2010-05-20 Nicholas ClarkChange S_ithread_create() params from a single AV*...
2010-05-20 Nicholas ClarkIn threads.xs, convert thread->params from RV to AV.
2010-04-15 Steffen MuellerUpgrade dist/threads to 1.77 from CPAN
2009-11-23 Jerry D. HeddenUpgrade to threads 1.75
2009-11-10 SisyphusAdd mingw64 support
2009-09-29 Nicholas ClarkMove threads from ext/ to dist/