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-shared /
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2019-07-11 David Mitchellthreads::shared: fix leak
2019-03-07 Tony Cookbump $threads::shared::VERSION to 1.60
2019-03-07 Tony Cookadd extra lock tracing to threads::shared
2018-11-28 jdheddenUpgrade to threads::shared 1.59
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-06-01 jdheddenUpgrade to threads::shared 1.57
2017-04-14 David Mitchellthreads::shared: alloc arenas with correct context
2017-02-26 jdheddenUpgrade to threads::shared 1.55
2016-12-31 jdheddenUpgrade to threads::shared 1.54
2016-12-29 Jerry D. HeddenSilence one warnings generated during 'make' by clang.
2016-05-16 jdheddenUpgrade to threads::shared 1.52
2016-04-30 jdheddenUpgrade to threads::shared 1.51
2015-11-24 David Mitchellshared.xs: remove dead code
2015-10-26 Tony Cook[perl #126452] partly 0b057af7 revert for C++ builds
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-01-30 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-30 James E KeenanRevert "Corrections to spelling and grammatical errors."
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-25 Daniel Draganattempt again to const vtables in threads-shared
2015-01-06 Father ChrysostomosRevert "const + static vtables in threads::shared"
2015-01-06 Daniel Draganconst + static vtables in threads::shared
2014-10-14 David Mitchellthreads: $#shared = N should destroy
2014-10-14 David Mitchellthreads::shared "$#shared = N" off-by-one error
2014-01-20 David Mitchellthrreads::shared: LEAVE in BOOT had wrong context
2014-01-18 Father ChrysostomosIncrease $threads::shared::VERSION to 1.46
2014-01-18 Father Chrysostomosthreads::shared: Don’t link to moving targets
2013-11-08 David Mitchellthreads::shared: fix compiler warning
2013-11-01 Father Chrysostomosshared.pm: Consistent spaces after dots
2013-11-01 Father Chrysostomosthreads::shared: Remove redundant description just...
2013-11-01 Father ChrysostomosIncrease $threads::shared::VERSION to 1.45
2013-11-01 Father ChrysostomosMove threads::shared warnings from perldiag to shared.pm
2013-05-21 Nicholas ClarkRemove fakethr.h and eliminate all references to it...
2013-01-14 Jerry D. Heddenbump threads::shared version 1.43
2013-01-11 Nicholas ClarkDon't use a fixed iteration count in dist/threads-share...
2012-10-02 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-10-02 Father ChrysostomosRevert "Upgrade to threads::shared 1.42"
2012-10-02 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-10-01 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-09-08 Jerry D. HeddenUpgrade to threads::shared 1.41
2011-09-09 Father ChrysostomosCollapse some code in shared.xs
2011-09-09 Father Chrysostomos[perl #98204] Shared objects not destoryed
2011-09-09 Father Chrysostomosshared.xs: Refactor to simplify S_get_RV’s callers
2011-09-03 Jerry D. HeddenUpgrade to threads::shared 1.39
2011-09-03 Father ChrysostomosBump threads(::shared) versions again
2011-09-03 Jerry D. HeddenUpgrade to threads::shared 1.38
2011-06-12 Leon BrocardFix broken URL in threads/shared.pm for the itheads...
2011-06-08 Jesse VincentUpdate notes on why we actually want to disable thread...
2011-06-08 David Mitchellstop waithires.t randomly failing under high load
2011-06-08 Jesse VincentDisable some threads tests on m68k for now due to missi...
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-05-18 Karl Williamsonthreads-shared: Fix broken link
2011-04-19 Jerry D. HeddenUpgrade to threads::shared 1.37
2011-04-15 David Mitchellstop waithires.t failing under high load
2011-01-21 Nicholas ClarkConvert threads-shared/t/disabled.t from Test to Test...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-24 Jerry D. Hedden[PATCH] Upgrade to threads::shared 1.36
2010-12-19 Zeframbump threads-shared version for blead XS changes
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-08 Jerry D. HeddenUpgrade to threads::shared 1.34
2010-10-08 Nicholas Clarkthreads::shared should not FREETMPS in its BOOT code.
2010-09-19 Steve HayBump VERSION in threads-shared
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-07-08 Jerry D. HeddenReorganize dist/threads-shared
2010-06-04 David Mitchellthreads::shared: veto signal despatch if locked
2010-05-30 Jerry D. HeddenUn-TODO a threads-shared test that now passes
2010-04-15 Steffen MuellerUpgrade to threads-shared-1.33
2009-10-17 Jerry D. HeddenUpgrade to threads::shared 1.32
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn_utf8(...)) to newSVpvn_flags()
2009-09-29 Nicholas ClarkMove threads::shared from ext/ to dist/