summaryrefslogtreecommitdiff
path: root/dist/threads
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to threads 2.01Jerry D. Hedden2015-03-173-8/+8
* Upgrade to threads 1.99Jerry D. Hedden2015-03-064-8/+15
* Upgrade to threads 1.98Jerry D. Hedden2015-03-053-8/+8
* Upgrade to threads 1.97Jerry D. Hedden2015-03-033-8/+8
* threads.pm version bump for 0c87ebb8.Jarkko Hietaniemi2014-12-061-1/+1
* Variables possibly clobbered by longjmp/vfork.Jarkko Hietaniemi2014-12-061-2/+2
* Ignore warning about unused result since it is desperation time.Jarkko Hietaniemi2014-09-011-1/+1
* Upgrade to threads 1.96Jerry D. Hedden2014-08-274-9/+9
* static misc things in /dist/threads/threads.xsDaniel Dragan2014-07-072-6/+6
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-212-3/+3
* Bring a long line in threads.pm under 80 colskafka2014-06-041-1/+2
* Build fixes for Win32 after the Coverity smoke.Jarkko Hietaniemi2014-05-291-4/+6
* Version bumping thanks to the Coverity deluge.Jarkko Hietaniemi2014-05-291-1/+1
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-4/+5
* officially discourage the use of threadsRicardo Signes2014-03-051-1/+11
* Upgrade to threads 1.92Jerry D. Hedden2014-02-053-8/+8
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-242-2/+4
* threads: silence some compiler warnings.David Mitchell2013-11-182-6/+10
* Upgrade to threads 1.88Jerry D. Hedden2013-09-283-15/+15
* better pod for threads::_handleDaniel Dragan2013-09-281-3/+4
* Upgrade to threads 1.87Jerry D. Hedden2013-05-295-14/+33
* Update threads to CPAN version 1.86Chris 'BinGOs' Williams2011-12-142-6/+6
* Increase $threads::VERSION to 1.86Father Chrysostomos2011-12-021-2/+2
* [perl #104776] Fix threads for latest 64bit mingw-w64 + gcc 4.6Mark Dootson2011-12-021-0/+3
* Upgrade to threads 1.85Jerry D. Hedden2011-09-033-7/+7
* Bump threads(::shared) versions againFather Chrysostomos2011-09-021-2/+2
* Upgrade to threads 1.84Jerry D. Hedden2011-09-023-7/+37
* In threads.xs, remove num_args from ithread_create, as it is unused.Nicholas Clark2011-07-062-2/+1
* Fix broken URL in dist/threads/lib/threads.pm for the itheads mailing listLeon Brocard2011-06-121-1/+1
* Upgrade to threads 1.83Jerry D. Hedden2011-04-193-7/+7
* Remove code before declaration, inadvertently added in 447f000ef4448b16.Nicholas Clark2011-01-131-3/+4
* ithread_create() was relying on the stack not moving. Fix this.Nicholas Clark2011-01-131-21/+25
* In S_ithread_create, reduce the amount of conditionally compiled C code.Nicholas Clark2011-01-112-31/+12
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-073-3/+3
* [PATCH] Upgrade to threads 1.82Jerry D. Hedden2010-12-243-14/+8
* bump version of many modulesZefram2010-12-191-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-0/+2
* Increase threads’ versionFather Chrysostomos2010-11-111-1/+1
* Correct note about dir handles in threads.pmFather Chrysostomos2010-11-111-2/+2
* Correct threads versionFather Chrysostomos2010-10-141-1/+1
* Change the perl version mentioned in threads.pm concerning dirhandlesFather Chrysostomos2010-10-141-2/+2
* Update the dirhandle entry in thread.pm’s docsFather Chrysostomos2010-09-271-2/+8
* [perl #78088] [PATCH] Upgrade to threads 1.81Jerry D. Hedden2010-09-284-12/+93
* [perl #78000] [PATCH] Upgrade to threads 1.79Jerry D. Hedden2010-09-245-11/+119
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Reorganize dist/threadsJerry D. Hedden2010-07-082-112/+1
* bump threads.pm versionMatt S Trout2010-06-211-1/+1
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-19/+14
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-1/+1
* PL_endav can be NULL, so in S_ithread_create() no need to set it to newAV().Nicholas Clark2010-05-201-1/+1