summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* forgot to add new file to change #26350Dave Mitchell2005-12-141-0/+134
* [perl #37919] Blessed scalar refs with threads::shared Jerry D. Hedden2005-12-141-0/+7
* Robin Houston remarks that mention of a context is missing from theRafael Garcia-Suarez2005-10-311-2/+2
* static functions should be prefixed S_Dave Mitchell2005-10-161-3/+3
* free a thread's interpreter after $t->join() rather than after undef $tDave Mitchell2005-10-161-28/+39
* Holding a mutex then croak()ing strikes me as deadlock.Nicholas Clark2005-09-171-0/+1
* make threads.xs emit warnings properlyTassilo von Parseval2005-08-192-12/+11
* [perl #9720] document what can be assigned to a shared scalarDave Mitchell2005-07-171-0/+21
* The current implementation of :unique is fundamentally flawed,Nicholas Clark2005-06-231-3/+7
* We no longer need PL_shared_hek_tableNicholas Clark2005-06-131-3/+0
* It helps to set the total keys correctly when duplicating a hash.Nicholas Clark2005-05-261-2/+19
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-251-0/+3
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-3/+3
* make join.t threadsafe!Dave Mitchell2005-05-121-0/+3
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-193-7/+7
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-191-1/+111
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-1/+1
* Casting to/from (void *) sufficient to make a C++ compiler happy.Nicholas Clark2005-04-062-3/+3
* Re: bugzilla.redhat bug #101767 (threads, threads::shared)Alexey Tourbin2005-03-212-0/+6
* ithreads: cond_signal() on a non-shared object coredumpedDave Mitchell2005-02-261-2/+2
* Skip failing thread/wait tests on HP-UX 10.20H.Merijn Brand2004-11-051-18/+42
* Skip tests if Devel::Peek not builtNicholas Clark2004-10-313-0/+12
* [perl #32033] Using foreach on threads::shared array crashes perlDave Mitchell2004-10-301-2/+12
* 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