summaryrefslogtreecommitdiff
path: root/pod/perlthrtut.pod
Commit message (Collapse)AuthorAgeFilesLines
* use signature in perlthrtut to further tidy the example, while we're there ↵Paul "LeoNerd" Evans2022-04-231-39/+36
| | | | anyway
* Replace 'use strict; use warnings;' with 'use VERSION' in docs code examplesPaul "LeoNerd" Evans2022-04-231-43/+42
|
* Change various search.cpan.org references to metacpan.org and www.cpan.orgDan Book2020-01-221-2/+2
|
* Update link to Birrell's threads paperbrian d foy2019-12-051-1/+1
|
* Retrieve AnnoCPAN links from archive.org / Wayback machineMax Maischein2019-10-111-2/+2
|
* Move more URLs from http:// to https://Max Maischein2019-10-111-2/+2
|
* Replace a few http urls with httpsKang-min Liu2019-09-081-1/+1
| | | | A few link labels are also updated.
* perlthrtut: Fix POD formattingJakub Wilk2019-02-151-3/+3
|
* pods: Add L<> for links missing them; a couple nitsKarl Williamson2017-04-051-1/+1
|
* Move the POD away from $a and $b.Shlomi Fish2014-11-011-33/+33
| | | | | | | They are built ins and should not be used or overrided. Currently doing pod/perlthrtut.pod . For: RT #123081 (partial)
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-1/+2
|
* perlthrtut: Shorten/rewrap long linesFather Chrysostomos2013-05-281-37/+39
|
* perlthrtut: #109408Brian Fraser2012-06-271-1/+1
|
* Update READMEs and Pod with the updated URLs at http://lists.perl.orgSteve Peters2011-12-091-1/+1
|
* perlthrtut: fix broken linksKarl Williamson2011-05-181-2/+2
|
* Fix typos in pod/*Peter J. Acklam) (via RT2011-01-071-2/+2
| | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
* Add =encoding utf8 to all core non-ASCII POD files + test scriptÆvar Arnfjörð Bjarmason2010-05-081-0/+2
| | | | | | | | | | | | | It's now possible to run: perl Porting/checkpodencoding.pl To check if the core contains any naughty POD that uses non-ASCII without declaring an encoding. With this patch all the POD in core (except POD tests we're ignoring) has a correct =encoding directive. The script also flags problems in lib/* and cpan/* which aren't being fixed as part of this commit.
* Fix POD typoFrank Wiegand2010-01-301-1/+1
|
* * Em dash cleanup in pod/brian d foy2010-01-131-6/+5
| | | | | | | | | | | | | I looked at all the instances of spaces around -- and in most cases converted the sentences to use more appropriate punctuation. In general, the -- in the perl docs seem to be there only to make really complicated and really long sentences. I didn't look at the closed em-dashes. They probably have the same sentence-complexity problem. I left some open em-dashes in place. Those are the ones used in lists.
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-4/+4
| | | | | | | | | | | | | | These are all in the pod/ directory, and only the first is a code fix. There was also a single lingering ISO 8859-1 encoding that missed the UTF-8 upconvert. The rest are cleanups for typos, some of which seem to have been around for a rather long time: spelling errors, incorrect possessives, and extra, missing, or duplicated words. If you actually read through, I bet you'll realize what sparked this. :) --tom Signed-off-by: Abigail <abigail@abigail.be>
* * Convert some pod files to UTF-8 (like all of the other pod files)brian d foy2009-11-231-3/+3
|
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-131-1/+1
|
* Check for thread failure in prime number exampleJerry D. Hedden2009-02-201-50/+47
|
* Wonky example in perlthrtutAlex Davies2009-02-201-1/+1
| | | | | Fix at least the syntax of the example. See : Message-ID: <F00A81D78228413FBED223C3919BE75B@Amelie>
* [perl #48214] documentation enhancement to perlthrtut johnh@isi.edu2007-12-121-0/+30
| | | | | | From: johnh@isi.edu (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-28750-1196876739-1770.48214-75-0@perl.org> p4raw-id: //depot/perl@32612
* Example in perlthrtut.pod doesn't workElizabeth Mattijsen2007-07-301-1/+0
| | | | | Message-Id: <p06230913c2d35ab76254@[10.0.1.200]> p4raw-id: //depot/perl@31667
* Remove ext/ThreadJerry D. Hedden2007-05-021-3/+3
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* perlthrtut.pod (based on perl-current@29766)Wolfgang Laun2007-01-131-8/+11
| | | | | Message-ID: <45A7B966.1040307@thalesgroup.com> p4raw-id: //depot/perl@29781
* trivia in perlthrtut.podWolfgang Laun2007-01-121-7/+7
| | | | | Message-ID: <45A65E69.8010400@thalesgroup.com> p4raw-id: //depot/perl@29764
* perlthrtut update, by Jerry D. Hedden.Rafael Garcia-Suarez2006-08-201-277/+316
| | | p4raw-id: //depot/perl@28738
* Nits about lock() in perlthrtut by Daniel Frederick Crisman,Rafael Garcia-Suarez2006-06-251-91/+90
| | | | | plus other nits by rgs p4raw-id: //depot/perl@28427
* Quotes in pod/*.podAndy Lester2005-06-031-2/+2
| | | | | Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686
* [perl #32419] Spelling fixes for perl@23492 Richard Soderberg2004-11-121-1/+1
| | | | | | From: Richard Soderberg (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org> p4raw-id: //depot/perl@23496
* threads documentation: fork on UNIX might not copy all threads.Dave Mitchell2004-02-011-3/+4
| | | p4raw-id: //depot/perl@22257
* perlthrtut.podElizabeth Mattijsen2003-08-051-113/+106
| | | | | Message-Id: <p05111b0abb5525e65401@[80.127.186.62]> p4raw-id: //depot/perl@20492
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* reentrant buffersJarkko Hietaniemi2002-10-021-4/+9
| | | | | Message-ID: <20020926220856.GA339120@lyta.hut.fi> p4raw-id: //depot/perl@17967
* Warn about mixing signals and threads;Jarkko Hietaniemi2002-07-181-0/+8
| | | | | mention the comp.programming.threads FAQ. p4raw-id: //depot/perl@17632
* Thread-safety doc tweaks from Jörg Walter <jwalt@cpan.org>;Jarkko Hietaniemi2002-07-181-30/+57
| | | | | | add a note about process-scope changing functions to perlthrtut as suggested by Stas Bekman. p4raw-id: //depot/perl@17625
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-121-10/+10
| | | | | | | and Queue. The 5005threads case where the old Semaphore and Queue.pm (they are disguised as .pmx) should get magically installed instead has not been tested. p4raw-id: //depot/perl@17509
* [DOC PATCH] perlthrtut.podIain Truskett2002-07-081-8/+8
| | | | | Message-ID: <20020708035359.GB14168@eh.org> p4raw-id: //depot/perl@17417
* Threads doc patchIain Truskett2002-07-011-2/+2
| | | | | Message-ID: <20020701045814.GB1805@eh.org> p4raw-id: //depot/perl@17387
* Thread doc tweaks.Jarkko Hietaniemi2002-06-131-0/+3
| | | p4raw-id: //depot/perl@17226
* [DOCPATCH] perlthtut.podElizabeth Mattijsen2002-06-061-16/+27
| | | | | Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl> p4raw-id: //depot/perl@17034
* pod cleanups.Jarkko Hietaniemi2002-05-291-3/+3
| | | p4raw-id: //depot/perl@16849
* Document the reentrant_retry(), but from user's viewpoint.Jarkko Hietaniemi2002-05-191-5/+13
| | | p4raw-id: //depot/perl@16695
* Slight doc tweaks.Jarkko Hietaniemi2002-05-121-18/+26
| | | p4raw-id: //depot/perl@16566
* Add threadsafety caveats.Jarkko Hietaniemi2002-05-121-0/+10
| | | p4raw-id: //depot/perl@16564
* There's no rest for the wicked misspellers.Jarkko Hietaniemi2002-05-121-1/+1
| | | p4raw-id: //depot/perl@16553
* Detypos (and sticking with US spelling since Dan SugalskiJarkko Hietaniemi2002-05-121-7/+7
| | | | | wrote the original text of perlthrtut) p4raw-id: //depot/perl@16552