summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* Some calls to PerlMemShared_alloc() aren't checking the return value.Nicholas Clark2004-07-161-0/+11
* threads.xs doesn't check the return value of the thread creationNicholas Clark2004-07-152-7/+30
* Bump version numbersNicholas Clark2004-07-011-1/+1
* Correct detection of absent modules. Based onAndy Dougherty2004-06-251-1/+1
* Skip test if perl configured without threads::sharedNicholas Clark2004-06-181-0/+5
* [patch] Windows/Win32 thread handle leak with threads joinKevin Chase2004-06-091-0/+7
* Hand merge patch from maint back to blead.Nicholas Clark2004-04-041-1/+2
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-041-1/+1
* Remove the caveat about detached threads crashing on WindowsRafael Garcia-Suarez2004-01-251-6/+1
* Re: threads::shared::queue;Jan Dubois2004-01-231-1/+4
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-201-1/+12
* Add VMS to the list of "don't fork" OSesNicholas Clark2004-01-131-1/+1
* Re: 5.8.3-RC1, ext/threads/shared/t/wait still hangingMike Pomraning2004-01-121-40/+98
* Re: 5.8.3-RC1, ext/threads/shared/t/wait still hangingMike Pomraning2004-01-111-60/+73
* temporarily backout test of thread returning a closure. It crashesDave Mitchell2004-01-091-9/+12
* segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)Dave Mitchell2004-01-082-1/+19
* Bump $threads::VERSION as the documentation has changed. Tweak theNicholas Clark2004-01-021-3/+3
* Fix bug #24383, where hashes with the :unique attribute weren'tDave Mitchell2004-01-011-1/+21
* Document that detached threads aren't supported on Windows yet.Rafael Garcia-Suarez2004-01-011-0/+5
* Remove Win32 compiler warningsMarcus Holland-Moritz2003-12-271-1/+1
* Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)Mike Pomraning2003-12-221-2/+2
* 2-arg cond_wait, cond_timedwait, testsMike Pomraning2003-12-173-20/+475
* Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePe...Elizabeth Mattijsen2003-11-161-1/+15
* bugid #24407: numeric key for shared hash got stringified usingDave Mitchell2003-11-062-3/+9
* whoops, typoDave Mitchell2003-11-011-1/+1
* [perl #24368] seg faults when deleting keys of shared hash refsDave Mitchell2003-11-011-14/+21
* Fix more shared threads leaks: add SAVETMPS to the second branchDave Mitchell2003-10-271-0/+4
* Integrate:Nicholas Clark2003-10-231-1/+1
* Fix two threads::shared leaksDave Mitchell2003-10-231-0/+10
* Ensure PL_comppad/curpad point to PL_main_cv's padlist whenDave Mitchell2003-10-161-1/+6
* threads::async + some cleanupElizabeth Mattijsen2003-10-101-10/+4
* RC5 and Intel's ICCMarcus Holland-Moritz2003-09-231-0/+1
* threads/shared.pm: saves 4K per threadElizabeth Mattijsen2003-09-051-11/+11
* versions threads modulesElizabeth Mattijsen2003-09-051-1/+1
* use IO; is deprecated.Jarkko Hietaniemi2003-09-031-4/+4
* Changing the test count is a good idea.Jarkko Hietaniemi2003-09-031-1/+1
* Re: maint@20974 or before broke mp2 ithreads testMarcus Holland-Moritz2003-09-031-0/+9
* Re: script wantedNicholas Clark2003-08-132-2/+2
* Cast away gcc 3.3 type conversion pickiness.Jarkko Hietaniemi2003-08-061-2/+2
* fix for ext/threads/t/problems.t failuresDave Mitchell2003-07-051-16/+23
* No energy now to figure out what is wrong with $0Jarkko Hietaniemi2003-07-041-1/+1
* $0 is pain.Jarkko Hietaniemi2003-07-041-1/+1
* The 'contiguous' test for argv[], envp[] was bogusJarkko Hietaniemi2003-06-301-2/+3
* $0 test tweaks from Andreas.Jarkko Hietaniemi2003-06-301-4/+4
* email address correctionRichard Soderberg2003-06-191-1/+1
* Instead of fancy condvar footwork do a simple join,Jarkko Hietaniemi2003-06-161-7/+1
* In free we want to destroy, not init, thanks to Tim Bunce for Artur Bergman2003-06-121-1/+1
* Be polite and destroy the mutexes and conditions we use!Artur Bergman2003-06-121-0/+8
* Integrate from maint:Marcus Holland-Moritz2003-06-111-0/+1
* On a real multicpu box the child thread could still be runningJarkko Hietaniemi2003-06-091-1/+7