summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
Commit message (Collapse)AuthorAgeFilesLines
* * Em dash cleanup in pod/brian d foy2010-01-131-10/+10
| | | | | | | | | | | | | 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>
* Update .podsKarl Williamson2009-12-251-1/+1
| | | | Signed-off-by: Abigail <abigail@abigail.be>
* Updated docpointer for illgutsReini Urban2009-12-091-5/+3
|
* Describe how Configure patches should be doneH.Merijn Brand2009-11-061-4/+16
|
* Fix another reference to the now-gone patching.podDave Rolsky2009-10-301-3/+2
|
* Remove obsolete details on how to format a patch. Just point to ↵Dave Rolsky2009-10-301-30/+4
| | | | perlrepository instead.
* CPAN::YACSmoke has been deprecated and minismokebox is a much more robust ↵Chris Williams2009-10-071-2/+2
| | | | CPAN testing framework. Updated the links accordingly.
* Move t/pod/diag.t to t/porting, as it's really a code consistency test.Nicholas Clark2009-10-011-5/+0
| | | | It was the last test in t/pod, which allows us to remove the directory.
* Re: lib, ext, cpan and dist [PATCH] (take 2)Richard Foley2009-10-011-3/+12
| | | | Message-Id: <200910011047.35459.Richard.Foley@rfi.net>
* describe parallel testing in perlhack.podJesse Vincent2009-10-011-0/+17
|
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-0/+5
|
* Improve perlhack instructions about gprofJohn P. Linderman2009-08-261-3/+3
|
* Document what needs to happen when you add a new test directoryJesse Vincent2009-08-031-0/+3
|
* A few docs nits after the few last commitsRafael Garcia-Suarez2009-06-211-11/+11
|
* update PERL_MEM_LOG in perlhack.podJim Cromie2009-06-211-21/+23
|
* point illguts at perl.orgJim Cromie2009-06-211-4/+6
|
* Fix typo in pod/perlhack.podAbigail2009-01-121-1/+1
|
* Update comments and documentation dealing with utfKarl2008-12-261-7/+8
|
* Remove mentions of the old way of rsync'ing the sourceRafael Garcia-Suarez2008-12-261-354/+22
|
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-3/+58
| | | | | | From: karl williamson <public@khwilliamson.com> Date: Tue, 16 Dec 2008 16:00:34 -0700 Message-ID: <49483312.80804@khwilliamson.com>
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-0/+56
| | | | | | Message-ID: <25940.1225611819@chthon> Date: Sun, 02 Nov 2008 01:43:39 -0600 p4raw-id: //depot/perl@34698
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-0/+32
| | | | | Message-ID: <20081022013731.23b5a2e5@r2d2> p4raw-id: //depot/perl@34568
* Re: [PATCH] perlhack.pod update walkthroughLeon Brocard2008-03-261-10/+16
| | | | | | From: "Leon Brocard" <acme@astray.com> Message-ID: <a92222c80803260353k6cae53eieea909aed0a967b5@mail.gmail.com> p4raw-id: //depot/perl@33570
* Add mro tests to minitestRafael Garcia-Suarez2007-12-121-1/+1
| | | p4raw-id: //depot/perl@32616
* Fix a typo found by Matt Kraai, and a reference to Herakles.Rafael Garcia-Suarez2007-12-071-3/+3
| | | p4raw-id: //depot/perl@32591
* Add t/mro to the test list in perlhackRafael Garcia-Suarez2007-12-041-0/+5
| | | p4raw-id: //depot/perl@32576
* Document some environment variables that might affect tests,Rafael Garcia-Suarez2007-12-041-0/+23
| | | | | by Robin Barker. p4raw-id: //depot/perl@32575
* POD cleanupsDavid Landgren2007-10-041-3/+3
| | | | | Message-ID: <46FD4B30.9070802@landgren.net> p4raw-id: //depot/perl@32026
* URL correction by Robert SpierRafael Garcia-Suarez2007-09-131-1/+1
| | | p4raw-id: //depot/perl@31859
* Re: [patch] perlhack.podJim Cromie2007-09-041-3/+2
| | | | | Message-ID: <46DCBC9D.3070409@gmail.com> p4raw-id: //depot/perl@31790
* [patch] perlhack.podJim Cromie2007-09-021-20/+41
| | | | | Message-ID: <46D9DD19.1050709@gmail.com> p4raw-id: //depot/perl@31781
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-2/+2
| | | p4raw-id: //depot/perl@31455
* pod/perlhack.pod where to go for information about smoke testingGabor Szabo2007-06-211-2/+8
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10706202219n4f4659eenef064752bd0a6954@mail.gmail.com> p4raw-id: //depot/perl@31433
* Reindent bash functions properlyRafael Garcia-Suarez2007-04-271-13/+13
| | | p4raw-id: //depot/perl@31101
* Re: [PATCH] Mention sorting MANIFEST in perlhack.podJerry D. Hedden2007-04-161-2/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com> p4raw-id: //depot/perl@30968
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-021-0/+39
| | | | | | as read only (or as much of it as it practical). This makes it trivial to detect buggy code that is modifying the optree at runtime. p4raw-id: //depot/perl@30829
* util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)Jarkko Hietaniemi2007-03-271-0/+16
| | | | | Message-ID: <46085C33.1030601@iki.fi> p4raw-id: //depot/perl@30771
* Re: Memory...growing, and growingMarvin Humphrey2007-01-141-0/+4
| | | | | | | Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com> Document -DDL_UNLOAD_ALL_AT_EXIT p4raw-id: //depot/perl@29803
* perlhack.pod nit by JarkkoRafael Garcia-Suarez2006-12-111-2/+2
| | | p4raw-id: //depot/perl@29505
* Re: [PATCH] perlhack: some portability updatesDominic Dunlop2006-11-281-1/+1
| | | | | Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com> p4raw-id: //depot/perl@29398
* perlhack: some portability updatesJarkko Hietaniemi2006-11-251-32/+41
| | | | | Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi> p4raw-id: //depot/perl@29377
* perlhack.pod: small porta-tweaks (this time without pod2man :-)Jarkko Hietaniemi2006-08-221-6/+24
| | | | | Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi> p4raw-id: //depot/perl@28743
* Fix a couple URLs in perlhackRafael Garcia-Suarez2006-08-131-19/+12
| | | p4raw-id: //depot/perl@28699
* perlhack.pod: more portability pitfallsJarkko Hietaniemi2006-08-121-1/+55
| | | | | Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi> p4raw-id: //depot/perl@28698
* make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATEJarkko Hietaniemi2006-07-181-4/+9
| | | | | Message-ID: <44BB2994.5090609@iki.fi> p4raw-id: //depot/perl@28599
* Remove the C89 checking with gccRafael Garcia-Suarez2006-07-171-3/+3
| | | | | (but leave a note in perlhack) p4raw-id: //depot/perl@28595
* perlhack: advertise Configure -DgccansipedanticJarkko Hietaniemi2006-07-161-5/+9
| | | | | Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi> p4raw-id: //depot/perl@28588
* various safety/portability tweaksJarkko Hietaniemi2006-07-151-6/+8
| | | | | Message-ID: <44B8C008.4030300@iki.fi> p4raw-id: //depot/perl@28578
* Additions to perlhack based on a patch by Gabor SzaboRafael Garcia-Suarez2006-07-131-4/+14
| | | p4raw-id: //depot/perl@28562