summaryrefslogtreecommitdiff
path: root/pod/perlthrtut.pod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* updated threads docsDave Mitchell2002-05-111-112/+229
| | | | | Message-ID: <20020511200050.D14841@fdgroup.com> p4raw-id: //depot/perl@16543
* [DOC PATCH] perlthrtut proofreadingSimon Glover2002-05-081-52/+63
| | | | | Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org> p4raw-id: //depot/perl@16499
* First attempt at updating perlthrtut for ithreaded threads.pmArtur Bergman2002-05-011-19/+870
| | | p4raw-id: //depot/perl@16303
* Rename the old threading tutorial, start a new one,Jarkko Hietaniemi2001-09-071-1040/+30
| | | | | regen toc. p4raw-id: //depot/perl@11937
* spellingsMarcel Grunauer2000-08-281-1/+1
| | | | | Message-Id: <200008282319.BAA29862@gandalf.local> p4raw-id: //depot/perl@6872
* more pod nits (from Larry Virden)Gurusamy Sarathy2000-04-241-2/+2
| | | p4raw-id: //depot/perl@5939
* pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)Gurusamy Sarathy2000-03-191-4/+4
| | | p4raw-id: //depot/perl@5823
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-0/+8
| | | p4raw-id: //depot/perl@5822
* remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-221-15/+11
| | | p4raw-id: //depot/perl@5202
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-145/+145
| | | p4raw-id: //depot/perl@3460
* make perldoc use backslashed pathnames within system() on win32Gurusamy Sarathy1999-05-051-1/+1
| | | p4raw-id: //depot/perl@3305
* Add perlthrtut, update pod/* machinery.Jarkko Hietaniemi1999-02-021-0/+1063
(a pod/Makefile.SH is sorely needed) p4raw-id: //depot/cfgperl@2774