summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Re-attempt to clear the hash in S_hfreeentries if anything adds to it.Nicholas Clark2005-12-311-0/+7
| | | | | Panic if we seem to be looping forever. p4raw-id: //depot/perl@26547
* Update perltodo. First shot at perl593delta.Rafael Garcia-Suarez2005-12-302-15/+139
| | | p4raw-id: //depot/perl@26539
* Differences from Perl 6Robin Houston2005-12-301-0/+35
| | | | | Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26537
* $a = \$a oddityTels2005-12-291-12/+13
| | | | | | | Message-Id: <200512291802.00742@bloodgate.com> plus trim some whitespace p4raw-id: //depot/perl@26528
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-1/+11
| | | | | interpeter arg variant p4raw-id: //depot/perl@26523
* add tests for MY_CXT API and improve its documentationDave Mitchell2005-12-291-1/+37
| | | p4raw-id: //depot/perl@26522
* [DOC PATCH] rindex clarificationYitzchak Scott-Thoennes2005-12-291-2/+2
| | | | | | | Message-ID: <20051227024240.GA2940@efn.org> plus another formatting nit p4raw-id: //depot/perl@26520
* assert(av); Cleanup the way that the av_*() functions checkGisle Aas2005-12-281-4/+0
| | | | | | that they are really passed an av argument. Should improve the test coverage a bit. p4raw-id: //depot/perl@26513
* inlining autoloaded constants is TODOne.Nicholas Clark2005-12-231-10/+0
| | | p4raw-id: //depot/perl@26471
* Clarify example of .. in perlopRafael Garcia-Suarez2005-12-231-21/+22
| | | | | | to fix [perl #38008] Documentation bug: perlop plus some minor formatting nits p4raw-id: //depot/perl@26467
* Regenerate perlapi.pod.Rafael Garcia-Suarez2005-12-222-4/+18
| | | | | Fix indentation of code examples in perlsyn. p4raw-id: //depot/perl@26443
* switch / ~~ doccosRobin Houston2005-12-221-10/+97
| | | | | Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26442
* Remove switch from perltodoRafael Garcia-Suarez2005-12-211-8/+0
| | | p4raw-id: //depot/perl@26433
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-212-3/+11
| | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432
* Croak if gv_init doesn't know how to create a typeglob from that typeNicholas Clark2005-12-201-0/+7
| | | | | | | of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak. Globs are actually first class assignable objects, so test that you can create a constant subroutine that returns one. p4raw-id: //depot/perl@26422
* Fix internal broken link ; reindent code examplesRafael Garcia-Suarez2005-12-191-24/+21
| | | p4raw-id: //depot/perl@26408
* Fix typo.Rafael Garcia-Suarez2005-12-191-1/+5
| | | | | Add empty lines after =items. p4raw-id: //depot/perl@26407
* A note on say() and ORS grabbed from Damian's Perl6::Say.Rafael Garcia-Suarez2005-12-191-0/+3
| | | p4raw-id: //depot/perl@26406
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-1/+12
| | | | | Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26402
* latest switch/say/~~Robin Houston2005-12-194-111/+183
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Fix a typo and add some clarification to change #26387.Steve Peters2005-12-171-4/+4
| | | | | p4raw-link: @26387 on //depot/perl: 8705167b57c0f17d383e9e8ced641c8a486046b2 p4raw-id: //depot/perl@26388
* Addition documentation explaining aritmetic negation on strings. Also,Steve Peters2005-12-171-1/+5
| | | | | | additional test cases based partially on code by Piotr Fusik in RT #36675: -'-10' eq '+10'. p4raw-id: //depot/perl@26387
* Fix for [perl #37886] strict 'refs' doesn't apply inside definedRafael Garcia-Suarez2005-12-151-0/+14
| | | p4raw-id: //depot/perl@26374
* Don't autovivify stashes as soon as the lexer sees them.Rafael Garcia-Suarez2005-12-151-10/+0
| | | | | | This makes defined %foo::bar:: work again. Add tests for it, remove note in perldelta about having broken it. p4raw-id: //depot/perl@26370
* Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().Gisle Aas2005-12-131-0/+6
| | | | | | sprintf() or printf() will now croak if any of the indexes and widths specified in the format string are too large. p4raw-id: //depot/perl@26339
* Robin Houston points out a better way to replaceRafael Garcia-Suarez2005-12-121-3/+3
| | | | | the C<defined %foo::bar::> construct. p4raw-id: //depot/perl@26328
* Add pointer to Pod::Simple for the Pod -> HTML task.Steve Peters2005-12-081-0/+3
| | | p4raw-id: //depot/perl@26307
* Improve the setsockopt description.Gisle Aas2005-12-081-2/+9
| | | | | | | Removed claim that OPTVAL might be undef as it is just treated the same as 0 and give the usual use-of-uninitialized-value warning. Added an example. p4raw-id: //depot/perl@26299
* All args in embed.fnc should be namedAndy Lester2005-12-071-3/+3
| | | | | Message-ID: <20051207160818.GA13465@petdance.com> p4raw-id: //depot/perl@26296
* Upgrade to podlators-2.00Steve Peters2005-12-072-36/+42
| | | p4raw-id: //depot/perl@26292
* "Malformed UTF-8 character" was a severe warning, and can now beRafael Garcia-Suarez2005-12-051-1/+2
| | | | | | also a fatal error (since change #26258) p4raw-link: @26258 on //depot/perl: 19f6729910f1cd22aa33cc8443fa168b7813bd95 p4raw-id: //depot/perl@26259
* Rework the error messages from the swashget code.SADAHIRO Tomoyuki2005-12-051-9/+9
| | | | | | Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) Message-Id: <20051204162431.D723.BQW10602@nifty.com> p4raw-id: //depot/perl@26256
* clarify description of vector (v) sprintf format modifierDave Mitchell2005-12-031-5/+6
| | | p4raw-id: //depot/perl@26251
* Update perlhack.pod with the updated, permanent ActiveState URLsSteve Peters2005-12-031-6/+6
| | | p4raw-id: //depot/perl@26249
* Nit from change #26232 noticed by H. Merijn BrandSteve Peters2005-12-011-2/+2
| | | | | p4raw-link: @26232 on //depot/perl: 5ac3b81ce71f0f0e0260caac18fb5e1f11f38bf1 p4raw-id: //depot/perl@26241
* Jan Dubois notices that sitecustomize.pl is to be found in sitelib,Rafael Garcia-Suarez2005-11-301-3/+2
| | | | | not siteperl p4raw-id: //depot/perl@26233
* dor-assign (//=) was missing from perlop.podSteve Peters2005-11-301-2/+2
| | | p4raw-id: //depot/perl@26232
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-302-33/+40
| | | | | Message-Id: <20051127170016.A786.BQW10602@nifty.com> p4raw-id: //depot/perl@26229
* FAQ sync.Rafael Garcia-Suarez2005-11-286-69/+102
| | | p4raw-id: //depot/perl@26220
* Mention of possible use of a scalar variable on the rhs of an arrow "->" Steve Peters2005-11-281-0/+4
| | | | | operator added to close two tickets. p4raw-id: //depot/perl@26218
* perlpod documentation discrepancy in 5.8.6 ( and maybe later? )Yves Orton2005-11-251-2/+3
| | | | | Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com> p4raw-id: //depot/perl@26204
* Document new perldoc -L switchEnrico Sorcinelli2005-11-241-0/+15
| | | | | | Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) Message-Id: <20051124160403.568a194b.bepi@perl.it> p4raw-id: //depot/perl@26202
* Notes in perlstyle about POD formatting, by SébastienRafael Garcia-Suarez2005-11-221-13/+41
| | | | | Aperghis-Tramoni, with nits by chromatic and Randy W. Sims. p4raw-id: //depot/perl@26198
* [DOC PATCH] Sort subs *can* now be recursiveRobin Houston2005-11-221-2/+2
| | | | | Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26194
* It's clearer to use "morphing" than "polymorphing" whenRafael Garcia-Suarez2005-11-171-1/+1
| | | | | describing what exec() does p4raw-id: //depot/perl@26145
* Removed reference to the non-existent C<Opcode::Custom>.Steve Peters2005-11-141-3/+1
| | | p4raw-id: //depot/perl@26131
* A better fix for [perl #35847] File::Find not performing as documented,Rafael Garcia-Suarez2005-11-141-3/+5
| | | | | | suggested by Darren Dunham. Includes a fix to the code example that uses File::Find in perlfaq3. p4raw-id: //depot/perl@26128
* Fix indentation of apidoc for sv_2pvutf8Rafael Garcia-Suarez2005-11-141-0/+13
| | | | | (so perlapi.pod is correctly generated) p4raw-id: //depot/perl@26124
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-1014-459/+459
| | | | | Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> p4raw-id: //depot/perl@26073
* Re: [perl #32383] DProf breaks List::Util::shuffleRobin Houston2005-11-091-5/+3
| | | | | Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26054