| Commit message (Expand) | Author | Age | Files | Lines |
* | Protect against race conditions: if the pid is not seen, | Jarkko Hietaniemi | 2003-05-25 | 1 | -4/+11 |
* | Add a real scan for pthread_attr_setscope(). | Jarkko Hietaniemi | 2003-05-24 | 1 | -1/+1 |
* | Nekkid numbers. | Jarkko Hietaniemi | 2003-05-19 | 1 | -1/+1 |
* | Meaningless cosmetics. | Jarkko Hietaniemi | 2003-05-19 | 1 | -12/+12 |
* | Make Perl_ithread_self() a bit more helpful when | Jarkko Hietaniemi | 2003-05-19 | 1 | -1/+4 |
* | Slightly wrong panic messages. | Jarkko Hietaniemi | 2003-05-19 | 1 | -3/+3 |
* | Based on | Craig A. Berry | 2003-05-19 | 1 | -0/+2 |
* | z/OS: More threaded build tweaks from Brian De Pradine-- | Jarkko Hietaniemi | 2003-05-01 | 1 | -0/+14 |
* | Croak on non ref to shared methods instead of segfault. | Artur Bergman | 2003-04-21 | 1 | -0/+10 |
* | Fixes bug #17043, resets PL_srand_called before the cloning. | Artur Bergman | 2003-04-21 | 2 | -2/+20 |
* | Fix double join problem for those places where free | Artur Bergman | 2003-04-16 | 2 | -2/+15 |
* | Document the effect of thread creation context. | Jarkko Hietaniemi | 2003-04-16 | 1 | -0/+7 |
* | Fix bug #16253, use all the CPU that we can :-) | Artur Bergman | 2003-04-13 | 1 | -0/+1 |
* | Fix bug #15893 by creating shared scalars with a refcount of 1 | Artur Bergman | 2003-04-13 | 1 | -2/+5 |
* | Don't recurse from threads to threads/shared (since | Jarkko Hietaniemi | 2003-04-03 | 1 | -0/+8 |
* | Make at least the thread count make sense. | Jarkko Hietaniemi | 2003-04-02 | 1 | -1/+1 |
* | Integrate: | Ilya Zakharevich | 2003-04-01 | 1 | -0/+4 |
* | Patch from Craig Berry to resolve test failures in VMS. | Jarkko Hietaniemi | 2003-03-11 | 1 | -2/+3 |
* | Change regex to be a bit more friendly against various | Artur Bergman | 2003-02-21 | 1 | -1/+1 |
* | [doc patch] ext/threads/shared/shared.pm | Stas Bekman | 2003-02-15 | 1 | -3/+3 |
* | Fix bug #15837, temporary from storable call hadn't gotten | Artur Bergman | 2003-02-01 | 1 | -0/+47 |
* | Don't free thread before using it, breaks platforms that | Artur Bergman | 2003-02-01 | 1 | -11/+9 |
* | When we copy things out of a hash and increment the | Artur Bergman | 2003-01-26 | 1 | -0/+2 |
* | Integrate change #18420 from maint-5.8: | Rafael Garcia-Suarez | 2003-01-04 | 1 | -9/+11 |
* | Forgot to add problems.t with change #18419 | Artur Bergman | 2003-01-04 | 1 | -0/+55 |
* | One more (or, rather, less) //. | Jarkko Hietaniemi | 2003-01-04 | 1 | -2/+3 |
* | Integrate from maintperl: | Jarkko Hietaniemi | 2003-01-04 | 1 | -1/+3 |
* | Fix long standing memory leak with pop and shift! | Artur Bergman | 2003-01-04 | 1 | -2/+4 |
* | Fixes bug #15273, the return of the object caused | Artur Bergman | 2003-01-03 | 1 | -1/+18 |
* | Fake what context we are running in for CLONE and DESTROY so | Artur Bergman | 2003-01-03 | 2 | -4/+31 |
* | Change pp_lock to take a reference instead of a | Artur Bergman | 2003-01-03 | 1 | -1/+14 |
* | Fix up #18229. | Jarkko Hietaniemi | 2002-12-03 | 1 | -2/+4 |
* | $0 mofifying part I | Jarkko Hietaniemi | 2002-12-02 | 1 | -1/+28 |
* | trivial typo | Dave Mitchell | 2002-11-19 | 1 | -1/+1 |
* | Fixes to threads::shared when disabled | Michael G. Schwern | 2002-08-30 | 3 | -10/+63 |
* | Document that using threads/pseudofork inside BEGINs does not work. | Jarkko Hietaniemi | 2002-07-13 | 1 | -0/+11 |
* | [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug | Elizabeth Mattijsen | 2002-07-12 | 1 | -0/+5 |
* | [DOC PATCH] threads.pm, threads->tid in DESTROY bug | Elizabeth Mattijsen | 2002-07-12 | 1 | -3/+5 |
* | threads::shared::queue and semaphore become Thread::Semaphore | Jarkko Hietaniemi | 2002-07-12 | 6 | -283/+1 |
* | Document that one cannot "proxy" enable threading. | Jarkko Hietaniemi | 2002-07-12 | 1 | -6/+7 |
* | Re: Thread object by tid? | Elizabeth Mattijsen | 2002-07-12 | 1 | -0/+15 |
* | Don't set the context to the running thread before | Artur Bergman | 2002-07-11 | 1 | -1/+1 |
* | Problem fixed with detached threads reported by Stacy Maughan | Artur Bergman | 2002-07-11 | 1 | -2/+6 |
* | Small threads docs cleanups. | Jarkko Hietaniemi | 2002-07-10 | 2 | -56/+57 |
* | [DOC PATCH] ext/threads/shared/shared.pm | Dave Mitchell | 2002-07-10 | 1 | -0/+5 |
* | Makes list skip the main thread. | Artur Bergman | 2002-07-10 | 2 | -11/+12 |
* | Detypo. | Jarkko Hietaniemi | 2002-07-09 | 1 | -4/+6 |
* | Update documentation with &share() non prototype checking version. | Artur Bergman | 2002-07-09 | 2 | -28/+10 |
* | Thread doc tweaks. | Jarkko Hietaniemi | 2002-06-13 | 2 | -5/+7 |
* | Document the tied/magical/shared array/hash non-autovivifying bug. | Jarkko Hietaniemi | 2002-06-13 | 1 | -0/+4 |