| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [perl #24368] seg faults when deleting keys of shared hash refs | Dave Mitchell | 2003-11-01 | 1 | -14/+21 |
* | Fix more shared threads leaks: add SAVETMPS to the second branch | Dave Mitchell | 2003-10-27 | 1 | -0/+4 |
* | Integrate: | Nicholas Clark | 2003-10-23 | 1 | -1/+1 |
* | Fix two threads::shared leaks | Dave Mitchell | 2003-10-23 | 1 | -0/+10 |
* | Ensure PL_comppad/curpad point to PL_main_cv's padlist when | Dave Mitchell | 2003-10-16 | 1 | -1/+6 |
* | threads::async + some cleanup | Elizabeth Mattijsen | 2003-10-10 | 1 | -10/+4 |
* | RC5 and Intel's ICC | Marcus Holland-Moritz | 2003-09-23 | 1 | -0/+1 |
* | threads/shared.pm: saves 4K per thread | Elizabeth Mattijsen | 2003-09-05 | 1 | -11/+11 |
* | versions threads modules | Elizabeth Mattijsen | 2003-09-05 | 1 | -1/+1 |
* | use IO; is deprecated. | Jarkko Hietaniemi | 2003-09-03 | 1 | -4/+4 |
* | Changing the test count is a good idea. | Jarkko Hietaniemi | 2003-09-03 | 1 | -1/+1 |
* | Re: maint@20974 or before broke mp2 ithreads test | Marcus Holland-Moritz | 2003-09-03 | 1 | -0/+9 |
* | Re: script wanted | Nicholas Clark | 2003-08-13 | 2 | -2/+2 |
* | Cast away gcc 3.3 type conversion pickiness. | Jarkko Hietaniemi | 2003-08-06 | 1 | -2/+2 |
* | fix for ext/threads/t/problems.t failures | Dave Mitchell | 2003-07-05 | 1 | -16/+23 |
* | No energy now to figure out what is wrong with $0 | Jarkko Hietaniemi | 2003-07-04 | 1 | -1/+1 |
* | $0 is pain. | Jarkko Hietaniemi | 2003-07-04 | 1 | -1/+1 |
* | The 'contiguous' test for argv[], envp[] was bogus | Jarkko Hietaniemi | 2003-06-30 | 1 | -2/+3 |
* | $0 test tweaks from Andreas. | Jarkko Hietaniemi | 2003-06-30 | 1 | -4/+4 |
* | email address correction | Richard Soderberg | 2003-06-19 | 1 | -1/+1 |
* | Instead of fancy condvar footwork do a simple join, | Jarkko Hietaniemi | 2003-06-16 | 1 | -7/+1 |
* | In free we want to destroy, not init, thanks to Tim Bunce for | Artur Bergman | 2003-06-12 | 1 | -1/+1 |
* | Be polite and destroy the mutexes and conditions we use! | Artur Bergman | 2003-06-12 | 1 | -0/+8 |
* | Integrate from maint: | Marcus Holland-Moritz | 2003-06-11 | 1 | -0/+1 |
* | On a real multicpu box the child thread could still be running | Jarkko Hietaniemi | 2003-06-09 | 1 | -1/+7 |