summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Arrange for buildtoc to remove the svn Revision keyword from theNicholas Clark2007-11-102-9/+11
| | | | | index generated into perltoc.pod, as there it's just noise. p4raw-id: //depot/perl@32269
* Regenerate perltoc.podNicholas Clark2007-11-101-151/+611
| | | p4raw-id: //depot/perl@32268
* Propagating const outwards from Perl_moreswitches() is to be done.Nicholas Clark2007-11-091-0/+7
| | | p4raw-id: //depot/perl@32262
* Following change 31410, also re-align the column title.Nicholas Clark2007-11-091-2/+2
| | | p4raw-id: //depot/perl@32255
* Note that investigating PADTMP hash pessimisation is to be done.Nicholas Clark2007-11-091-0/+6
| | | p4raw-id: //depot/perl@32254
* A couple of bite-sized TODO for the pod/* toolsRafael Garcia-Suarez2007-11-092-2/+14
| | | p4raw-id: //depot/perl@32250
* Remove CLONE_SKIP (5.8.7). Remove -dt (5.8.6, and Brainbench know that.Nicholas Clark2007-11-081-34/+37
| | | | | | | | | Yay. Maybe they have a use). s/Misc/Miscelaneous/ as it seems daft to have an abbreviation in your name. Replace "" with '' in code examples where syntactically valid. Add the elimination of SVt_PVBM and the addition of SVt_BIND Some grammar fixes. Some rephrasing to make the text flow better. p4raw-id: //depot/perl@32246
* A minor correction to perl5100deltaSteve Hay2007-11-081-1/+1
| | | p4raw-id: //depot/perl@32245
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+13
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510711061136t52a1fe62waf384c4551612181@mail.gmail.com> (core patch only) p4raw-id: //depot/perl@32241
* Note that there is common code in installperl and installman, and thatNicholas Clark2007-11-071-0/+9
| | | | | it is a TODO to fix this. p4raw-id: //depot/perl@32232
* Found by Juerd, don't document that \w, \s and \d don't includeRafael Garcia-Suarez2007-11-061-3/+3
| | | | | all Unicode matching characters p4raw-id: //depot/perl@32230
* [perl #47045] CLONE_SKIP doesn't result in undef copiesDave Mitchell2007-11-021-0/+3
| | | | | | clarify the documentation on CLONE_SKIP, and ensure that the undef value has all its flags cleared p4raw-id: //depot/perl@32213
* Mention version.pm and new v-string portability warning inRafael Garcia-Suarez2007-10-302-4/+12
| | | | | | perldelta. Better wording for this warning in perldiag by Tom Wyant. p4raw-id: //depot/perl@32204
* Re: [PATCH] perlfunc/perldiag errorsFather Chrysostomos2007-10-271-3/+2
| | | | | Message-Id: <14C78A7E-43AB-44BF-9016-2EFC9DCB65A2@cpan.org> p4raw-id: //depot/perl@32196
* A couple of updates to perl5100deltaRafael Garcia-Suarez2007-10-231-1/+8
| | | p4raw-id: //depot/perl@32178
* perltodo.pod: Add more detail about @INC order.Andy Dougherty2007-10-221-1/+3
| | | | | | Message-ID: <Pine.LNX.4.64.0710221642120.14878@fractal.phys.lafayette.edu> From: Andy Dougherty <doughera@lafayette.edu> p4raw-id: //depot/perl@32173
* Note Jarkko's URL about MSVC and __FUNCTION__-a-like.Nicholas Clark2007-10-221-0/+7
| | | p4raw-id: //depot/perl@32171
* Mention perlcommunity.pod, plus some typo fixesRafael Garcia-Suarez2007-10-221-4/+7
| | | p4raw-id: //depot/perl@32166
* Fix a typo (pport -> ppport).Marcus Holland-Moritz2007-10-221-1/+1
| | | p4raw-id: //depot/perl@32165
* Newest things to put in perldeltaRafael Garcia-Suarez2007-10-221-7/+11
| | | p4raw-id: //depot/perl@32161
* Add -Duse32bit* in perltodoRafael Garcia-Suarez2007-10-221-0/+8
| | | p4raw-id: //depot/perl@32160
* More delta info from Perl 5.9.5Rafael Garcia-Suarez2007-10-221-17/+256
| | | p4raw-id: //depot/perl@32158
* More perldelta entries from perl 5.9.4, plus some reordering andRafael Garcia-Suarez2007-10-211-232/+443
| | | | | deduplication p4raw-id: //depot/perl@32156
* More perldelta entries from 5.9.3Rafael Garcia-Suarez2007-10-211-10/+251
| | | p4raw-id: //depot/perl@32155
* Changes from perl 5.9.2Rafael Garcia-Suarez2007-10-211-1/+91
| | | p4raw-id: //depot/perl@32154
* perlfunc/perldiag errorsFather Chrysostomos2007-10-202-4/+7
| | | | | Message-Id: <8186DA53-970C-4A10-A0CE-0A4FFB199A01@cpan.org> p4raw-id: //depot/perl@32149
* Re: [PATCH] Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-201-1/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710191750s3f25eae2x2dc2e90f18f1f716@mail.gmail.com> p4raw-id: //depot/perl@32148
* More perldelta work (info from perl59[01]delta)Rafael Garcia-Suarez2007-10-191-0/+79
| | | p4raw-id: //depot/perl@32147
* POD nitsRafael Garcia-Suarez2007-10-192-21/+21
| | | p4raw-id: //depot/perl@32145
* Re: [Diff] perlxstut.podRenee Baecker2007-10-191-160/+174
| | | | | Message-ID: <470F307E.1030804@smart-websolutions.de> p4raw-id: //depot/perl@32144
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-0/+18
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710181149s1c096dd9qffa8fe42046e675b@mail.gmail.com> p4raw-id: //depot/perl@32141
* add calling hints to perldebug.podRichard Foley2007-10-101-1/+25
| | | | | Message-Id: <200710101529.39895.Richard.Foley@rfi.net> p4raw-id: //depot/perl@32096
* Fix description of "." in unpack() in perl5100deltaRafael Garcia-Suarez2007-10-091-5/+5
| | | p4raw-id: //depot/perl@32082
* perlmodlib.pod has changed, tooRafael Garcia-Suarez2007-10-091-3/+15
| | | p4raw-id: //depot/perl@32081
* Add a rough, incomplete version of perl5100deltaRafael Garcia-Suarez2007-10-093-141/+1074
| | | p4raw-id: //depot/perl@32080
* Documentation change to go with change #32056.Rafael Garcia-Suarez2007-10-082-2/+2
| | | | | p4raw-link: @32056 on //depot/perl: f0d36289ce76f882218c0a53cd52f716a167e5bb p4raw-id: //depot/perl@32063
* New [PATCH] use 5.006; use 5.10.0Robin Barker2007-10-052-0/+9
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226016048DB@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@32031
* POD cleanupsDavid Landgren2007-10-0429-105/+105
| | | | | Message-ID: <46FD4B30.9070802@landgren.net> p4raw-id: //depot/perl@32026
* Reverse change #31978Rafael Garcia-Suarez2007-10-032-8/+0
| | | | | p4raw-link: @31978 on //depot/perl: d804f4346b490171e547d5cc512063e53da10708 p4raw-id: //depot/perl@32015
* [perl #46019] Documentation for 'srand' has a problem in code snippet ben@linuxgazette.net2007-10-031-1/+1
| | | | | | From: ben@linuxgazette.net (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-5916-1191386029-1116.46019-75-0@perl.org> p4raw-id: //depot/perl@32011
* Audrey spotted a spurious "Unicode".Nicholas Clark2007-10-021-1/+1
| | | p4raw-id: //depot/perl@32002
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-4/+4
| | | p4raw-id: //depot/perl@31983
* Maybe the default order of directories in @INC should be modified.Rafael Garcia-Suarez2007-09-261-0/+6
| | | p4raw-id: //depot/perl@31982
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-262-0/+8
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@31978
* Re: [PATCH 5.10] Improve diagnostic for reloads of bad modulesRick Delaney2007-09-251-0/+7
| | | | | Message-ID: <20070922203040.GK11931@bort.ca> p4raw-id: //depot/perl@31965
* Change 31849 forgot to regenerate the documentation - removing aNicholas Clark2007-09-192-38/+38
| | | | | | documented function from the published API moves the POD file in which its documentation resides. p4raw-id: //depot/perl@31918
* [patch] qualify OP arenas item in perltodoJim Cromie2007-09-171-0/+5
| | | | | Message-ID: <46EC344E.3080903@gmail.com> p4raw-id: //depot/perl@31887
* document limitation of exec() inside pseudo-processesJan Dubois2007-09-171-0/+3
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <023a01c7f63e$b9da1170$2d8e3450$@com> p4raw-id: //depot/perl@31881
* Note that list initialisation of state variables is TODO. While in theNicholas Clark2007-09-131-0/+35
| | | | | area, note how B::Deparse might be improved to name inlined constants. p4raw-id: //depot/perl@31863
* URL correction by Robert SpierRafael Garcia-Suarez2007-09-131-1/+1
| | | p4raw-id: //depot/perl@31859