This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add warning about UTF-8 unreliable in early perls
[perl5.git] / dist / threads / threads.xs
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2017-12-16 Zeframsemicolon-friendly diagnostic control
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-02-06 James E KeenanRemove extra terminating semicolon
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-04-30 jdheddenUpgrade to threads 2.06
2016-03-15 Tony Cookavoid generating an empty statement outside a function...
2016-03-04 David Mitchellthreads.xs: create new static fn S_jmpenv_run()
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 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-05 Andy Broadamigaos4: dist/threads: no thread signal blocking
2015-09-05 Andy Broadamigaos4: neither sched_yield nor pthread_yield
2015-03-06 Jerry D. HeddenUpgrade to threads 1.99
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-05-29 Jarkko HietaniemiBuild fixes for Win32 after the Coverity smoke.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-18 David Mitchellthreads: silence some compiler warnings.
2013-05-28 Jerry D. HeddenUpgrade to threads 1.87
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/