2003-08-13 |
Nicholas Clark |
Re: script wanted |
tree | commitdiff |
2003-06-16 |
Jarkko Hietaniemi |
Instead of fancy condvar footwork do a simple join, |
tree | commitdiff |
2003-06-12 |
Artur Bergman |
In free we want to destroy, not init, thanks to Tim... |
tree | commitdiff |
2003-06-12 |
Artur Bergman |
Be polite and destroy the mutexes and conditions we... |
tree | commitdiff |
2003-06-09 |
Jarkko Hietaniemi |
On a real multicpu box the child thread could still... |
tree | commitdiff |
2003-06-09 |
Artur Bergman |
Support blessed shared references. |
tree | commitdiff |
2003-04-21 |
Artur Bergman |
Croak on non ref to shared methods instead of segfault. |
tree | commitdiff |
2003-04-13 |
Artur Bergman |
Fix bug #15893 by creating shared scalars with a refcou... |
tree | commitdiff |
2003-03-11 |
Jarkko Hietaniemi |
Patch from Craig Berry to resolve test failures in... |
tree | commitdiff |
2003-02-15 |
Stas Bekman |
[doc patch] ext/threads/shared/shared.pm |
tree | commitdiff |
2003-01-26 |
Artur Bergman |
When we copy things out of a hash and increment the |
tree | commitdiff |
2003-01-04 |
Artur Bergman |
Fix long standing memory leak with pop and shift! |
tree | commitdiff |
2003-01-03 |
Artur Bergman |
Change pp_lock to take a reference instead of a |
tree | commitdiff |
2002-08-30 |
Michael G. Schwern |
Fixes to threads::shared when disabled |
tree | commitdiff |
2002-07-12 |
Elizabeth Mattijsen |
[DOC PATCH] threads::shared.pm, share( $hashref->{key... |
tree | commitdiff |
2002-07-12 |
Jarkko Hietaniemi |
threads::shared::queue and semaphore become Thread... |
tree | commitdiff |
2002-07-10 |
Jarkko Hietaniemi |
Small threads docs cleanups. |
tree | commitdiff |
2002-07-10 |
Dave Mitchell |
[DOC PATCH] ext/threads/shared/shared.pm |
tree | commitdiff |
2002-07-09 |
Jarkko Hietaniemi |
Detypo. |
tree | commitdiff |
2002-07-09 |
Artur Bergman |
Update documentation with ... |
tree | commitdiff |
2002-06-13 |
Jarkko Hietaniemi |
Thread doc tweaks. |
tree | commitdiff |
2002-06-13 |
Jarkko Hietaniemi |
Document the tied/magical/shared array/hash non-autoviv... |
tree | commitdiff |
2002-06-10 |
Benjamin Goldberg |
queue.pm |
tree | commitdiff |
2002-06-08 |
Artur Bergman |
Remove leftover dummy and cleanup the test case. |
tree | commitdiff |
2002-06-05 |
Elizabeth Mattijsen |
[ID 20020602.004] threads::shared::queue new nit |
tree | commitdiff |
2002-06-05 |
Jarkko Hietaniemi |
perlthrtut links. |
tree | commitdiff |
2002-05-22 |
Dave Mitchell |
Re: where threads cond.t hangs |
tree | commitdiff |
2002-05-19 |
Nick Ing-Simmons |
Integrate mailine |
tree | commitdiff |
2002-05-19 |
Jarkko Hietaniemi |
IRIX SMP turned up a few hundred "Use of uninitialized |
tree | commitdiff |
2002-05-19 |
Dave Mitchell |
Re: [PATCH threads] revised warnings + more tests ... |
tree | commitdiff |
2002-05-18 |
Jarkko Hietaniemi |
The thread warnings aren't quite yet working as planned. |
tree | commitdiff |
2002-05-18 |
Jarkko Hietaniemi |
Forgotten from #16685. |
tree | commitdiff |
2002-05-18 |
Dave Mitchell |
revised warnings + more tests + docs |
tree | commitdiff |
2002-05-13 |
Dave Mitchell |
various minor fixes in threads. |
tree | commitdiff |
2002-05-13 |
Dave Mitchell |
Re: 'use threads::shared' noisy with -w |
tree | commitdiff |
2002-05-10 |
Jarkko Hietaniemi |
Move pod, add $VERSION. |
tree | commitdiff |
2002-05-10 |
Robin Barker |
format and other warnings |
tree | commitdiff |
2002-05-09 |
Dave Mitchell |
Re: where threads cond.t hangs |
tree | commitdiff |
2002-05-08 |
Simon Glover |
[DOC PATCH] Minor threads::shared nits |
tree | commitdiff |
2002-05-07 |
Artur Bergman |
Documentation added. |
tree | commitdiff |
2002-05-07 |
Artur Bergman |
Add documentation. |
tree | commitdiff |
2002-05-07 |
Artur Bergman |
Fix bad assumptions in test case. |
tree | commitdiff |
2002-05-02 |
Jarkko Hietaniemi |
Ooops. Not everybody does threads. |
tree | commitdiff |
2002-05-01 |
Jarkko Hietaniemi |
Until Arthur fills in semaphore.t. |
tree | commitdiff |
2002-05-01 |
Artur Bergman |
Now passes old test case. |
tree | commitdiff |
2002-05-01 |
Artur Bergman |
Don't forget to add it to the MANIFEST |
tree | commitdiff |
2002-05-01 |
Artur Bergman |
Add semaphore.pm |
tree | commitdiff |
2002-05-01 |
Artur Bergman |
Fix makefile to put queue.pm correctly, update test... |
tree | commitdiff |
2002-05-01 |
Artur Bergman |
Flush directly to avoid erros when running from test... |
tree | commitdiff |
2002-04-28 |
Jarkko Hietaniemi |
Retract the cond.t part of #16249 since the nature |
tree | commitdiff |
2002-04-28 |
Jarkko Hietaniemi |
(retracted by #16258) |
tree | commitdiff |
2002-04-27 |
Artur Bergman |
Ahem, look another way. |
tree | commitdiff |
2002-04-27 |
Artur Bergman |
Add test numbers to make "make test" happy. Order is... |
tree | commitdiff |
2002-04-27 |
Artur Bergman |
Fixed race condtions and deadlocks in interaction with |
tree | commitdiff |
2002-04-27 |
Artur Bergman |
Saving locks after we set it to 0 was kind of pointless. |
tree | commitdiff |
2002-04-17 |
Jarkko Hietaniemi |
As suggested by Arthur: the threads and threads::shared |
tree | commitdiff |
2002-04-16 |
Artur Bergman |
Added queue.pm and test case, still disabled because... |
tree | commitdiff |
2002-04-15 |
Artur Bergman |
Add support for my $foo : shared; |
tree | commitdiff |
2002-04-15 |
Artur Bergman |
Test arrays containing references, and references to... |
tree | commitdiff |
2002-04-11 |
Jarkko Hietaniemi |
Unused variables. |
tree | commitdiff |
2002-03-04 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2002-03-04 |
Nick Ing-Simmons |
Remove debugging assert |
tree | commitdiff |
2002-01-28 |
Nick Ing-Simmons |
1st attempt at skipping broke threads case. |
tree | commitdiff |
2002-01-28 |
Nick Ing-Simmons |
Skip new threads::shared test unless -Duseithreads |
tree | commitdiff |
2002-01-25 |
Nick Ing-Simmons |
threads::shared tidy up: |
tree | commitdiff |
2002-01-23 |
Nick Ing-Simmons |
SvTEMP_off to stop private PV's being stolen and stored... |
tree | commitdiff |
2002-01-23 |
Nick Ing-Simmons |
thread::shared nearly working again - remaining issue |
tree | commitdiff |
2002-01-22 |
Nick Ing-Simmons |
Implement recursive lock and use of scope for PL_shared... |
tree | commitdiff |
2002-01-22 |
Nick Ing-Simmons |
Shared scalars working, some shared array ops working. |
tree | commitdiff |
2002-01-21 |
Nick Ing-Simmons |
XS side of new threads::shared designed, coded and... |
tree | commitdiff |
2002-01-20 |
Nick Ing-Simmons |
threads work again on Win32. (Not threads::shared yet) |
tree | commitdiff |
2002-01-19 |
Nick Ing-Simmons |
Nearly-working threads re-structuring. Do not integrate, |
tree | commitdiff |
2002-01-04 |
Andy Bussey |
threads::shared doc |
tree | commitdiff |
2002-01-02 |
Andy Bussey |
threads::shared disabling |
tree | commitdiff |
2001-11-12 |
Jeffrey Friedl |
a few typo fixes |
tree | commitdiff |
2001-10-30 |
Richard Soderberg |
Mommy, what's a pointer cast? |
tree | commitdiff |
2001-10-29 |
Artur Bergman |
Ugly fix to not die when a thread creator is holding... |
tree | commitdiff |
2001-10-28 |
Artur Bergman |
Update documentation. |
tree | commitdiff |
2001-10-28 |
Artur Bergman |
And here we use the prototypes. |
tree | commitdiff |
2001-10-26 |
Artur Bergman |
Get the new functions right, do not export lock since... |
tree | commitdiff |
2001-10-26 |
Artur Bergman |
And then finally cond_wait cond_signal and cond_broadca... |
tree | commitdiff |
2001-10-26 |
Artur Bergman |
More Config::threads to threads::threads changes |
tree | commitdiff |
2001-10-26 |
Artur Bergman |
Extend support of change #12672 to support arrays and... |
tree | commitdiff |
2001-10-26 |
Artur Bergman |
Fix case where shared reference does not exist in curre... |
tree | commitdiff |
2001-10-26 |
Artur Bergman |
Support for references in shared arrays. |
tree | commitdiff |
2001-10-26 |
Artur Bergman |
Add tests for references in hashes. |
tree | commitdiff |
2001-10-25 |
Andy Dougherty |
Omit needless calls to pod2man (perl@12641) |
tree | commitdiff |
2001-10-25 |
Artur Bergman |
Add support for reference members of hashes. |
tree | commitdiff |
2001-10-25 |
Artur Bergman |
Tests shared hashes. |
tree | commitdiff |
2001-10-25 |
Artur Bergman |
Fix threadcounts for arrays and hashes. |
tree | commitdiff |
2001-10-24 |
Jarkko Hietaniemi |
Tru64 compiler nit. |
tree | commitdiff |
2001-10-24 |
Artur Bergman |
Change #12623 inflicted an infinite hang. Fixed. |
tree | commitdiff |
2001-10-24 |
Artur Bergman |
Adds support for hashes. Neither hashes nor arrays... |
tree | commitdiff |
2001-10-24 |
Artur Bergman |
We need to do sharedsv_find in the original perl context. |
tree | commitdiff |
2001-10-24 |
Artur Bergman |
Add support for basic support for AVs, references not... |
tree | commitdiff |
2001-10-24 |
Artur Bergman |
We only need to fetch the SV from the backend if the... |
tree | commitdiff |
2001-10-22 |
Jarkko Hietaniemi |
Pod nits, as suggested by Stas Bekman. |
tree | commitdiff |
2001-10-21 |
Artur Bergman |
First support of threads::shared, support shared svs... |
tree | commitdiff |
|