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-09 |
Jarkko Hietaniemi |
"thread failed to start: " is better than "Died:". |
tree | commitdiff |
2002-06-08 |
Artur Bergman |
Remove leftover dummy and cleanup the test case. |
tree | commitdiff |
2002-06-08 |
Artur Bergman |
Fix for bug [ID 20020602.007]. |
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-16 |
Dave Mitchell |
Re: [PATCH] allow use threads qw(yield) |
tree | commitdiff |
2002-05-14 |
Dave Mitchell |
allow use threads qw(yield) |
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-12 |
Jarkko Hietaniemi |
Add threadsafety caveats. |
tree | commitdiff |
2002-05-12 |
Jarkko Hietaniemi |
Reword the "threads still running" cleanup message. |
tree | commitdiff |
2002-05-12 |
Jarkko Hietaniemi |
As suggested by Dave Mitchell, adding yield()s at |
tree | commitdiff |
2002-05-12 |
Jarkko Hietaniemi |
Detypos (and sticking with US spelling since Dan Sugalski |
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 of async |
tree | commitdiff |
2002-05-07 |
Artur Bergman |
Documentation added. |
tree | commitdiff |
2002-05-07 |
Artur Bergman |
Add support for async. |
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 |
Cleanup memory a bit better in some cases. |
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 |
Sigh. #16249 didn't help NetBSD (made it worse, |
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-28 |
Artur Bergman |
Added test cases and fixed some obvious things. |
tree | commitdiff |
2002-04-27 |
Artur Bergman |
Removed last traces of autodetach. |
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-22 |
Artur Bergman |
End blocks were not run on Win32. |
tree | commitdiff |
2002-04-21 |
Artur Bergman |
Do not unlock mutex twice. |
tree | commitdiff |
2002-04-21 |
Jarkko Hietaniemi |
Do not assume that io buffer flushing happens in the... |
tree | commitdiff |
2002-04-21 |
Artur Bergman |
Got the last memory leak in the while(1) { threads... |
tree | commitdiff |
2002-04-20 |
Artur Bergman |
Remove auto-detach |
tree | commitdiff |
2002-04-20 |
Artur Bergman |
Really let the update of the link list do something. |
tree | commitdiff |
2002-04-18 |
Artur Bergman |
Port testcases from thr5005 tests so we don't fail... |
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-04-04 |
Slaven Rezic |
left-over "use 5.7.2" in threads.pm |
tree | commitdiff |
2002-04-03 |
Jarkko Hietaniemi |
Detached threads do not help; they still hold resources. |
tree | commitdiff |
2002-04-03 |
Jarkko Hietaniemi |
Document the "Cleanup skipped ..." warning. |
tree | commitdiff |
2002-04-03 |
Nick Ing-Simmons |
Fix segfaults when mainthread exits with other threads... |
tree | commitdiff |
2002-03-19 |
Robert Spier |
[DOC PATCH] end.t (was RE: perl@15300 ) |
tree | commitdiff |
2002-03-04 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2002-03-04 |
Nick Ing-Simmons |
Remove debugging assert |
tree | commitdiff |
2002-02-14 |
Nick Ing-Simmons |
Integrate mainline |
tree | commitdiff |
2002-02-13 |
Artur Bergman |
rename mutex to make a bit more sense |
tree | commitdiff |
2002-02-13 |
Artur Bergman |
Track active threads.... |
tree | commitdiff |
2002-02-13 |
Artur Bergman |
Do not propagate END blocks to child threads, test. |
tree | commitdiff |
2002-02-12 |
Artur Bergman |
Stop failures if you pass an object, sv_dup might not... |
tree | commitdiff |
2002-02-12 |
Artur Bergman |
Join support, however something wierd seems to happen... |
tree | commitdiff |
2002-02-08 |
Artur Bergman |
Start testing for safe localtime functions, TODO, test... |
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-26 |
Nick Ing-Simmons |
Tinkering with thread cleanup mutex-ing - not the problem |
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-17 |
Artur Bergman |
Simplify the code that duplicates the threads |
tree | commitdiff |
2002-01-09 |
Jarkko Hietaniemi |
Thinko. |
tree | commitdiff |
2002-01-09 |
Jarkko Hietaniemi |
Add a threads stress test for regular expressions |
tree | commitdiff |
2002-01-04 |
Andy Bussey |
threads::shared doc |
tree | commitdiff |
2002-01-02 |
Andy Bussey |
threads::shared disabling |
tree | commitdiff |
2001-11-16 |
Jarkko Hietaniemi |
Make Thread a wrapper for both ithreads and 5005threads. |
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 |
Manpage updates. |
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 |
next |