summaryrefslogtreecommitdiff
path: root/dist/threads-shared
Commit message (Expand)AuthorAgeFilesLines
* threads-shared - use pure pragma version of CLANG_DIAG_IGNOREYves Orton2023-03-292-4/+4
* threads-shared - fixup typo in commentYves Orton2023-03-182-3/+3
* Use ppport.h when building dist/ modules in coreLeon Timmermans2023-02-222-10/+7
* Change !! to cBOOL() in dist/ext modulesKarl Williamson2022-06-202-2/+2
* Use newRV_inc() in threads::shared instead of direct juggling with SvRV_set()Paul "LeoNerd" Evans2021-08-252-6/+3
* Only initialize threads::shared interpreter onceLeon Timmermans2021-08-052-10/+12
* dist/threads-shared: use PERL_VERSION compare macroNicolas R2020-08-172-3/+3
* Change bug URL from http://rt.perl.org to https://rt.perl.orgMax Maischein2019-10-111-2/+2
* threads::shared: fix leakDavid Mitchell2019-07-112-6/+13
* bump $threads::shared::VERSION to 1.60Tony Cook2019-03-081-2/+2
* add extra lock tracing to threads::sharedTony Cook2019-03-081-0/+39
* Upgrade to threads::shared 1.59jdhedden2018-11-281-3/+4
* semicolon-friendly diagnostic controlZefram2017-12-162-11/+13
* Upgrade to threads::shared 1.57jdhedden2017-06-012-4/+5
* threads::shared: alloc arenas with correct contextDavid Mitchell2017-04-143-5/+29
* Upgrade to threads::shared 1.55jdhedden2017-02-261-8/+10
* Upgrade to threads::shared 1.54jdhedden2016-12-312-2/+4
* Silence one warnings generated during 'make' by clang.Jerry D. Hedden2016-12-292-2/+10
* Upgrade to threads::shared 1.52jdhedden2016-05-161-4/+9
* Upgrade to threads::shared 1.51jdhedden2016-04-302-16/+13
* shared.xs: remove dead codeDavid Mitchell2015-11-242-1/+4
* [perl #126452] partly 0b057af7 revert for C++ buildsTony Cook2015-10-261-3/+3
* XS staticing in ext and distDaniel Dragan2015-10-262-34/+34
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-291-1/+1
* Revert "Corrections to spelling and grammatical errors."James E Keenan2015-01-291-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* attempt again to const vtables in threads-sharedDaniel Dragan2015-01-242-11/+11
* Revert "const + static vtables in threads::shared"Father Chrysostomos2015-01-062-11/+11
* const + static vtables in threads::sharedDaniel Dragan2015-01-052-11/+11
* threads: $#shared = N should destroyDavid Mitchell2014-10-142-3/+64
* threads::shared "$#shared = N" off-by-one errorDavid Mitchell2014-10-143-4/+14
* thrreads::shared: LEAVE in BOOT had wrong contextDavid Mitchell2014-01-201-1/+3
* Increase $threads::shared::VERSION to 1.46Father Chrysostomos2014-01-181-2/+2
* threads::shared: Don’t link to moving targetsFather Chrysostomos2014-01-181-4/+4
* threads::shared: fix compiler warningDavid Mitchell2013-11-081-2/+2
* shared.pm: Consistent spaces after dotsFather Chrysostomos2013-11-011-4/+8
* threads::shared: Remove redundant description just addedFather Chrysostomos2013-11-011-21/+1
* Increase $threads::shared::VERSION to 1.45Father Chrysostomos2013-11-011-2/+2
* Move threads::shared warnings from perldiag to shared.pmFather Chrysostomos2013-11-011-0/+32
* Remove fakethr.h and eliminate all references to it and FAKE_THREADSNicholas Clark2013-05-212-3/+3
* bump threads::shared version 1.43Jerry D. Hedden2013-01-141-2/+2
* Don't use a fixed iteration count in dist/threads-shared/t/stress.tNicholas Clark2013-01-111-1/+42
* Upgrade to threads::shared 1.42Jerry D. Hedden2012-10-022-86/+456
* Revert "Upgrade to threads::shared 1.42"Father Chrysostomos2012-10-022-428/+68
* Upgrade to threads::shared 1.42Jerry D. Hedden2012-10-022-68/+428
* Upgrade to threads::shared 1.42Jerry D. Hedden2012-10-013-3/+108
* Upgrade to threads::shared 1.41Jerry D. Hedden2012-09-082-7/+52
* Collapse some code in shared.xsFather Chrysostomos2011-09-081-25/+9
* [perl #98204] Shared objects not destoryedFather Chrysostomos2011-09-083-55/+85
* shared.xs: Refactor to simplify S_get_RV’s callersFather Chrysostomos2011-09-081-17/+16