This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.h: Add additional padding to struct opslab to ensure proper alignment
[perl5.git] / dist / threads /
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-01-29 Paul JohnsonFix minor grammar nit in threads docs
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-01-22 jdheddenUpgrade to threads 2.21
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-12 Zeframrevise doc about returning values from threads
2017-11-19 Karen Etheridgebump threads version to account for previous changes...
2017-11-19 Karen Etheridgefix other pod versions that had become out of date...
2017-10-26 Steve HayUse File::Spec->tmpdir() instead of hard-coded /tmp
2017-09-04 David Mitchellthreads.xs: don't Copy() null pointer
2017-07-27 David Mitchelldist/threads/: support PL_sv_zero
2017-06-01 jdheddenUpgrade to threads 2.16
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-02-26 jdheddenUpgrade to threads 2.15
2017-02-23 James E KeenanClean up temporary directories after testing.
2017-02-06 James E KeenanRemove extra terminating semicolon
2017-01-13 James E KeenanWrite tests for RT #77934.
2016-12-31 jdheddenUpgrade to threads 2.12
2016-11-19 Karl Williamsonthreads.xs: Rmv impediment to compiling under C++11
2016-11-12 Dagfinn Ilmari Man... Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)
2016-05-21 jdheddenUpgrade to threads 2.09
2016-05-16 jdheddenUpgrade to threads 2.08
2016-04-30 Ricardo Signesthreads: bump version (again) because content changed
2016-04-30 jdheddenUpgrade to threads 2.06
2016-03-15 Tony Cookavoid generating an empty statement outside a function...
2016-03-11 Karl WilliamsonFix various pod errors.
2016-03-04 David Mitchellthreads.xs: create new static fn S_jmpenv_run()
2015-11-23 Jarkko Hietaniemibump threads version
2015-11-23 Jarkko Hietaniemianalysis cannot tell that the mutex was locked
2015-11-23 Jarkko Hietaniemianalysis does not like mutex being either held or released
2015-11-23 Jarkko Hietaniemiannotate S_ithread_create create_destruct_mutex use
2015-11-23 Jarkko Hietaniemiannotate S_ithread_count_inc mutex use
2015-11-23 Jarkko Hietaniemiannotate S_ithread_free mutex use
2015-11-14 Jarkko HietaniemiAppease the gods of stupid tests.
2015-11-14 Jarkko HietaniemiSome more threads.xs comments, courtesy jhedden
2015-11-14 Jarkko HietaniemiDocument S_ithread_run lock+unlock in more detail,...
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-06 Ricardo Signesbump versions of perl modules updated in AmigaOS branch
2015-09-05 Andy Broadamigaos4: dist/threads: no thread signal blocking
2015-09-05 Andy Broadamigaos4: neither sched_yield nor pthread_yield
2015-06-12 Jerry D. HeddenUpgrade to threads 2.02
2015-03-17 Jerry D. HeddenUpgrade to threads 2.01
2015-03-06 Jerry D. HeddenUpgrade to threads 1.99
2015-03-05 Jerry D. HeddenUpgrade to threads 1.98
2015-03-04 Jerry D. HeddenUpgrade to threads 1.97
2014-12-06 Jarkko Hietaniemithreads.pm version bump for 0c87ebb8.
2014-12-06 Jarkko HietaniemiVariables possibly clobbered by longjmp/vfork.
2014-09-01 Jarkko HietaniemiIgnore warning about unused result since it is desperat...
2014-08-28 Jerry D. HeddenUpgrade to threads 1.96
2014-07-07 Daniel Draganstatic misc things in /dist/threads/threads.xs
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-04 kafkaBring a long line in threads.pm under 80 cols
2014-05-29 Jarkko HietaniemiBuild fixes for Win32 after the Coverity smoke.
2014-05-29 Jarkko HietaniemiVersion bumping thanks to the Coverity deluge.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-03-06 Ricardo Signesofficially discourage the use of threads
2014-02-05 Jerry D. HeddenUpgrade to threads 1.92
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-18 David Mitchellthreads: silence some compiler warnings.
2013-09-27 Jerry D. HeddenUpgrade to threads 1.88
2013-09-27 Daniel Draganbetter pod for threads::_handle
2013-05-28 Jerry D. HeddenUpgrade to threads 1.87
2011-12-14 Chris 'BinGOs' Wil... Update threads to CPAN version 1.86
2011-12-03 Father ChrysostomosIncrease $threads::VERSION to 1.86
2011-12-03 Mark Dootson[perl #104776] Fix threads for latest 64bit mingw-w64...
2011-09-03 Jerry D. HeddenUpgrade to threads 1.85
2011-09-03 Father ChrysostomosBump threads(::shared) versions again
2011-09-03 Jerry D. HeddenUpgrade to threads 1.84
2011-07-06 Nicholas ClarkIn threads.xs, remove num_args from ithread_create...
2011-06-12 Leon BrocardFix broken URL in dist/threads/lib/threads.pm for the...
2011-04-19 Jerry D. HeddenUpgrade to threads 1.83
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/