summaryrefslogtreecommitdiff
path: root/lib/Thread.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fix pod formattingE.Choroba2019-07-211-3/+3
| | | | | | | | > is an HTML entity, not pod. Committer: increment $VERSION For: RT # 134300
* Correction recommended by Brad Gilbert++.James E Keenan2013-05-251-2/+2
| | | | | | Bump $VERSION. For: RT #118085
* typo fix for ThreadDavid Steinbrunner2013-05-251-2/+2
| | | | Bump $VERSION.
* Change prototype of async() to be compatible with the oneRafael Garcia-Suarez2007-04-151-2/+3
| | | | | of threads::async() p4raw-id: //depot/perl@30955
* Remove 5005threads from Thread.pmJerry D. Hedden2007-04-151-139/+70
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704131019i3ea1f99es7067ba2ef60171ca@mail.gmail.com> p4raw-id: //depot/perl@30954
* Fix Thread.pmJerry D. Hedden2007-04-151-24/+28
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704130951t5f66baa0m4ed13018539976a3@mail.gmail.com> p4raw-id: //depot/perl@30953
* Re: [DOCPATCH] Thread.pmElizabeth Mattijsen2002-06-071-2/+2
| | | | | Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl> p4raw-id: //depot/perl@17072
* Thread.pmElizabeth Mattijsen2002-06-061-7/+3
| | | | | Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl> p4raw-id: //depot/perl@17037
* Fix emulation case when loading both Thread and threads::sharedArtur Bergman2002-05-011-5/+5
| | | | | would get awkward. p4raw-id: //depot/perl@16317
* It's neither-nor, and protect against the impossible.Jarkko Hietaniemi2001-11-161-1/+5
| | | p4raw-id: //depot/perl@13055
* 5005threads didn't work because $Thread::VERSION wasn'tJarkko Hietaniemi2001-11-161-5/+3
| | | | | visible. Oops. p4raw-id: //depot/perl@13054
* Further discourage old Thread code; tell how to tellJarkko Hietaniemi2001-11-161-3/+12
| | | | | the difference. p4raw-id: //depot/perl@13043
* Avoid redefinedness warning for now.Jarkko Hietaniemi2001-11-161-1/+2
| | | p4raw-id: //depot/perl@13040
* use strict.Jarkko Hietaniemi2001-11-161-3/+11
| | | p4raw-id: //depot/perl@13039
* Make Thread a wrapper for both ithreads and 5005threads.Jarkko Hietaniemi2001-11-161-0/+321
Needs a lot of work and Arthur's eyeballing (and finishing few missing odds and ends of threads.pm). Now Thread is an extension without its own .pm. If there are people who have experience working with either the 5005threads or the ithreads: cleaning up the documentation (Thread.pm, threads.pm, and perl*thrtut.pod), and porting the various Thread::* modules, like Thread::Queue, to work also with ithreads, is needed. Removed the 5005threads requirement from the 5005 tests for easier testing (not all of them work yet since they use the Thread::* modules that have not been made to work with ithreads). Leave the 5005 tests named as *.tx so that they are not run by "make test". p4raw-id: //depot/perl@13036