summaryrefslogtreecommitdiff
path: root/ext/threads/shared
Commit message (Expand)AuthorAgeFilesLines
* Re: script wantedNicholas Clark2003-08-131-1/+1
* Instead of fancy condvar footwork do a simple join,Jarkko Hietaniemi2003-06-161-7/+1
* In free we want to destroy, not init, thanks to Tim Bunce for Artur Bergman2003-06-121-1/+1
* Be polite and destroy the mutexes and conditions we use!Artur Bergman2003-06-121-0/+8
* On a real multicpu box the child thread could still be runningJarkko Hietaniemi2003-06-091-1/+7
* Support blessed shared references.Artur Bergman2003-06-093-11/+81
* Croak on non ref to shared methods instead of segfault.Artur Bergman2003-04-211-0/+10
* Fix bug #15893 by creating shared scalars with a refcount of 1Artur Bergman2003-04-131-2/+5
* Patch from Craig Berry to resolve test failures in VMS.Jarkko Hietaniemi2003-03-111-2/+3
* [doc patch] ext/threads/shared/shared.pmStas Bekman2003-02-151-3/+3
* When we copy things out of a hash and increment the Artur Bergman2003-01-261-0/+2
* Fix long standing memory leak with pop and shift!Artur Bergman2003-01-041-2/+4
* Change pp_lock to take a reference instead of aArtur Bergman2003-01-031-1/+14
* Fixes to threads::shared when disabledMichael G. Schwern2002-08-303-10/+63
* [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bugElizabeth Mattijsen2002-07-121-0/+5
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-126-283/+1
* Small threads docs cleanups.Jarkko Hietaniemi2002-07-101-36/+37
* [DOC PATCH] ext/threads/shared/shared.pmDave Mitchell2002-07-101-0/+5
* Detypo.Jarkko Hietaniemi2002-07-091-4/+6
* Update documentation with &share() non prototype checking version.Artur Bergman2002-07-092-28/+10
* Thread doc tweaks.Jarkko Hietaniemi2002-06-131-3/+3
* Document the tied/magical/shared array/hash non-autovivifying bug.Jarkko Hietaniemi2002-06-131-0/+4
* queue.pmBenjamin Goldberg2002-06-101-13/+8
* Remove leftover dummy and cleanup the test case.Artur Bergman2002-06-083-33/+12
* [ID 20020602.004] threads::shared::queue new nitElizabeth Mattijsen2002-06-051-2/+1
* perlthrtut links.Jarkko Hietaniemi2002-06-051-6/+1
* Re: where threads cond.t hangsDave Mitchell2002-05-221-40/+48
* IRIX SMP turned up a few hundred "Use of uninitializedJarkko Hietaniemi2002-05-191-2/+2
* Re: [PATCH threads] revised warnings + more tests + docsDave Mitchell2002-05-191-1/+24
* The thread warnings aren't quite yet working as planned.Jarkko Hietaniemi2002-05-181-24/+1
* Forgotten from #16685.Jarkko Hietaniemi2002-05-181-17/+247
* revised warnings + more tests + docsDave Mitchell2002-05-182-23/+37
* various minor fixes in threads. Dave Mitchell2002-05-131-3/+19
* Re: 'use threads::shared' noisy with -wDave Mitchell2002-05-1313-24/+39
* Move pod, add $VERSION.Jarkko Hietaniemi2002-05-101-40/+42
* format and other warningsRobin Barker2002-05-101-5/+5
* Re: where threads cond.t hangsDave Mitchell2002-05-091-4/+3
* [DOC PATCH] Minor threads::shared nitsSimon Glover2002-05-083-21/+22
* Documentation added.Artur Bergman2002-05-071-4/+4
* Add documentation.Artur Bergman2002-05-071-0/+60
* Fix bad assumptions in test case.Artur Bergman2002-05-071-2/+10
* Ooops. Not everybody does threads.Jarkko Hietaniemi2002-05-021-0/+10
* Until Arthur fills in semaphore.t.Jarkko Hietaniemi2002-05-012-3/+8
* Now passes old test case.Artur Bergman2002-05-011-4/+4
* Don't forget to add it to the MANIFESTArtur Bergman2002-05-011-0/+0
* Add semaphore.pmArtur Bergman2002-05-011-0/+90
* Fix makefile to put queue.pm correctly, update test script.Artur Bergman2002-05-012-1/+6
* Flush directly to avoid erros when running from test harnessArtur Bergman2002-05-012-1/+2
* Retract the cond.t part of #16249 since the natureJarkko Hietaniemi2002-04-281-19/+12
* (retracted by #16258)Jarkko Hietaniemi2002-04-281-12/+19