summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Sigh. #16249 didn't help NetBSD (made it worse,Jarkko Hietaniemi2002-04-283-59/+48
* Retract the cond.t part of #16249 since the natureJarkko Hietaniemi2002-04-281-19/+12
* (retracted by #16258)Jarkko Hietaniemi2002-04-284-60/+78
* Added test cases and fixed some obvious things.Artur Bergman2002-04-282-1/+58
* Removed last traces of autodetach.Artur Bergman2002-04-272-17/+54
* Ahem, look another way.Artur Bergman2002-04-271-1/+1
* Add test numbers to make "make test" happy. Order is irrelevantArtur Bergman2002-04-271-2/+4
* Fixed race condtions and deadlocks in interaction with Artur Bergman2002-04-273-12/+61
* Saving locks after we set it to 0 was kind of pointless.Artur Bergman2002-04-271-1/+2
* End blocks were not run on Win32.Artur Bergman2002-04-221-0/+1
* Do not unlock mutex twice.Artur Bergman2002-04-211-1/+3