| Commit message (Expand) | Author | Age | Files | Lines |
* | add svt_local slot to magic vtable, and fix local $shared | Dave Mitchell | 2006-01-02 | 1 | -4/+30 |
* | make threads use MY_CXT API rather than using PL_modglobal | Dave Mitchell | 2005-12-31 | 1 | -9/+16 |
* | forgot to add new file to change #26350 | Dave Mitchell | 2005-12-14 | 1 | -0/+134 |
* | [perl #37919] Blessed scalar refs with threads::shared | Jerry D. Hedden | 2005-12-14 | 1 | -0/+7 |
* | Robin Houston remarks that mention of a context is missing from the | Rafael Garcia-Suarez | 2005-10-31 | 1 | -2/+2 |
* | static functions should be prefixed S_ | Dave Mitchell | 2005-10-16 | 1 | -3/+3 |
* | free a thread's interpreter after $t->join() rather than after undef $t | Dave Mitchell | 2005-10-16 | 1 | -28/+39 |
* | Holding a mutex then croak()ing strikes me as deadlock. | Nicholas Clark | 2005-09-17 | 1 | -0/+1 |
* | make threads.xs emit warnings properly | Tassilo von Parseval | 2005-08-19 | 2 | -12/+11 |
* | [perl #9720] document what can be assigned to a shared scalar | Dave Mitchell | 2005-07-17 | 1 | -0/+21 |
* | The current implementation of :unique is fundamentally flawed, | Nicholas Clark | 2005-06-23 | 1 | -3/+7 |
* | We no longer need PL_shared_hek_table | Nicholas Clark | 2005-06-13 | 1 | -3/+0 |
* | It helps to set the total keys correctly when duplicating a hash. | Nicholas Clark | 2005-05-26 | 1 | -2/+19 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 1 | -0/+3 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -3/+3 |
* | make join.t threadsafe! | Dave Mitchell | 2005-05-12 | 1 | -0/+3 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 3 | -7/+7 |
* | Add CLONE_SKIP() class method to allow individual classes to skip | Dave Mitchell | 2005-04-19 | 1 | -1/+111 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -1/+1 |
* | Casting to/from (void *) sufficient to make a C++ compiler happy. | Nicholas Clark | 2005-04-06 | 2 | -3/+3 |
* | Re: bugzilla.redhat bug #101767 (threads, threads::shared) | Alexey Tourbin | 2005-03-21 | 2 | -0/+6 |
* | ithreads: cond_signal() on a non-shared object coredumped | Dave Mitchell | 2005-02-26 | 1 | -2/+2 |
* | Skip failing thread/wait tests on HP-UX 10.20 | H.Merijn Brand | 2004-11-05 | 1 | -18/+42 |
* | Skip tests if Devel::Peek not built | Nicholas Clark | 2004-10-31 | 3 | -0/+12 |
* | [perl #32033] Using foreach on threads::shared array crashes perl | Dave Mitchell | 2004-10-30 | 1 | -2/+12 |
* | Some calls to PerlMemShared_alloc() aren't checking the return value. | Nicholas Clark | 2004-07-16 | 1 | -0/+11 |
* | threads.xs doesn't check the return value of the thread creation | Nicholas Clark | 2004-07-15 | 2 | -7/+30 |
* | Bump version numbers | Nicholas Clark | 2004-07-01 | 1 | -1/+1 |
* | Correct detection of absent modules. Based on | Andy Dougherty | 2004-06-25 | 1 | -1/+1 |
* | Skip test if perl configured without threads::shared | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | [patch] Windows/Win32 thread handle leak with threads join | Kevin Chase | 2004-06-09 | 1 | -0/+7 |
* | Hand merge patch from maint back to blead. | Nicholas Clark | 2004-04-04 | 1 | -1/+2 |
* | Bump version numbers for modules that have changed since 5.8.3 | Nicholas Clark | 2004-04-04 | 1 | -1/+1 |
* | Remove the caveat about detached threads crashing on Windows | Rafael Garcia-Suarez | 2004-01-25 | 1 | -6/+1 |
* | Re: threads::shared::queue; | Jan Dubois | 2004-01-23 | 1 | -1/+4 |
* | [perl #24940] "sub foo :unique" segfaults | Dave Mitchell | 2004-01-20 | 1 | -1/+12 |
* | Add VMS to the list of "don't fork" OSes | Nicholas Clark | 2004-01-13 | 1 | -1/+1 |
* | Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging | Mike Pomraning | 2004-01-12 | 1 | -40/+98 |
* | Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging | Mike Pomraning | 2004-01-11 | 1 | -60/+73 |
* | temporarily backout test of thread returning a closure. It crashes | Dave Mitchell | 2004-01-09 | 1 | -9/+12 |
* | segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads) | Dave Mitchell | 2004-01-08 | 2 | -1/+19 |
* | Bump $threads::VERSION as the documentation has changed. Tweak the | Nicholas Clark | 2004-01-02 | 1 | -3/+3 |
* | Fix bug #24383, where hashes with the :unique attribute weren't | Dave Mitchell | 2004-01-01 | 1 | -1/+21 |
* | Document that detached threads aren't supported on Windows yet. | Rafael Garcia-Suarez | 2004-01-01 | 1 | -0/+5 |
* | Remove Win32 compiler warnings | Marcus Holland-Moritz | 2003-12-27 | 1 | -1/+1 |
* | Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu) | Mike Pomraning | 2003-12-22 | 1 | -2/+2 |
* | 2-arg cond_wait, cond_timedwait, tests | Mike Pomraning | 2003-12-17 | 3 | -20/+475 |
* | Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePe... | Elizabeth Mattijsen | 2003-11-16 | 1 | -1/+15 |
* | bugid #24407: numeric key for shared hash got stringified using | Dave Mitchell | 2003-11-06 | 2 | -3/+9 |
* | whoops, typo | Dave Mitchell | 2003-11-01 | 1 | -1/+1 |