This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Update Unicode-Collate to CPAN version 0.70 and enable XS version"
[perl5.git] / dist / threads /
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...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-24 Jerry D. Hedden[PATCH] Upgrade to threads 1.82
2010-12-19 Zeframbump version of many modules
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-11 Father ChrysostomosIncrease threads’ version
2010-11-11 Father ChrysostomosCorrect note about dir handles in threads.pm
2010-10-14 Father ChrysostomosCorrect threads version
2010-10-14 Father ChrysostomosChange the perl version mentioned in threads.pm concern...
2010-09-28 Father ChrysostomosUpdate the dirhandle entry in thread.pm’s docs
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-07-07 Jerry D. HeddenReorganize dist/threads
2010-06-21 Matt S Troutbump threads.pm version
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 MuellerBump threads version to 1.77_01
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/