This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ParseXS - better support for duplicate ALIASes
[perl5.git] / dist / threads-shared / shared.xs
2022-06-21 Karl WilliamsonChange !! to cBOOL() in dist/ext modules
2021-08-25 Paul "LeoNerd" EvansUse newRV_inc() in threads::shared instead of direct...
2021-08-05 Leon TimmermansOnly initialize threads::shared interpreter once
2020-08-17 Nicolas Rdist/threads-shared: use PERL_VERSION compare macro
2019-07-11 David Mitchellthreads::shared: fix leak
2019-03-07 Tony Cookadd extra lock tracing to threads::shared
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
2016-12-31 jdheddenUpgrade to threads::shared 1.54
2016-12-29 Jerry D. HeddenSilence one warnings generated during 'make' by clang.
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-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
2013-11-08 David Mitchellthreads::shared: fix compiler warning
2013-05-21 Nicholas ClarkRemove fakethr.h and eliminate all references to it...
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
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-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-08 Nicholas Clarkthreads::shared should not FREETMPS in its BOOT code.
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-06-04 David Mitchellthreads::shared: veto signal despatch if locked
2010-04-15 Steffen MuellerUpgrade to threads-shared-1.33
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn_utf8(...)) to newSVpvn_flags()
2009-09-29 Nicholas ClarkMove threads::shared from ext/ to dist/