summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* Document that using threads/pseudofork inside BEGINs does not work.Jarkko Hietaniemi2002-07-131-0/+11
* [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bugElizabeth Mattijsen2002-07-121-0/+5
* [DOC PATCH] threads.pm, threads->tid in DESTROY bugElizabeth Mattijsen2002-07-121-3/+5
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-126-283/+1
* Document that one cannot "proxy" enable threading.Jarkko Hietaniemi2002-07-121-6/+7
* Re: Thread object by tid?Elizabeth Mattijsen2002-07-121-0/+15
* Don't set the context to the running thread beforeArtur Bergman2002-07-111-1/+1
* Problem fixed with detached threads reported by Stacy Maughan Artur Bergman2002-07-111-2/+6
* Small threads docs cleanups.Jarkko Hietaniemi2002-07-102-56/+57
* [DOC PATCH] ext/threads/shared/shared.pmDave Mitchell2002-07-101-0/+5
* Makes list skip the main thread.Artur Bergman2002-07-102-11/+12
* 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-132-5/+7
* Document the tied/magical/shared array/hash non-autovivifying bug.Jarkko Hietaniemi2002-06-131-0/+4
* queue.pmBenjamin Goldberg2002-06-101-13/+8
* "thread failed to start: " is better than "Died:".Jarkko Hietaniemi2002-06-091-1/+1
* Remove leftover dummy and cleanup the test case.Artur Bergman2002-06-083-33/+12
* Fix for bug [ID 20020602.007].Artur Bergman2002-06-081-4/+5
* [ID 20020602.004] threads::shared::queue new nitElizabeth Mattijsen2002-06-051-2/+1
* perlthrtut links.Jarkko Hietaniemi2002-06-052-7/+2
* 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-184-56/+99
* Re: [PATCH] allow use threads qw(yield)Dave Mitchell2002-05-161-1/+1
* allow use threads qw(yield)Dave Mitchell2002-05-142-2/+10
* various minor fixes in threads. Dave Mitchell2002-05-131-3/+19
* Re: 'use threads::shared' noisy with -wDave Mitchell2002-05-1313-24/+39
* Add threadsafety caveats.Jarkko Hietaniemi2002-05-121-3/+0
* Reword the "threads still running" cleanup message.Jarkko Hietaniemi2002-05-122-5/+6
* As suggested by Dave Mitchell, adding yield()s atJarkko Hietaniemi2002-05-123-0/+3
* Detypos (and sticking with US spelling since Dan SugalskiJarkko Hietaniemi2002-05-121-1/+1
* Move pod, add $VERSION.Jarkko Hietaniemi2002-05-101-40/+42
* format and other warningsRobin Barker2002-05-102-8/+9
* Re: where threads cond.t hangsDave Mitchell2002-05-091-4/+3
* [DOC PATCH] Minor threads::shared nitsSimon Glover2002-05-083-21/+22
* Documentation of asyncArtur Bergman2002-05-071-0/+7
* Documentation added.Artur Bergman2002-05-071-4/+4
* Add support for async.Artur Bergman2002-05-071-1/+6
* 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
* Cleanup memory a bit better in some cases.Artur Bergman2002-05-011-0/+1
* Don't forget to add it to the MANIFESTArtur Bergman2002-05-011-0/+0
* Add semaphore.pmArtur Bergman2002-05-011-0/+90