summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Allow PERL5OPT=-WMichael G Schwern2009-04-251-1/+1
* Clean up pod/buildtoc so it will run on VMS.Craig A. Berry2009-04-241-7/+12
* Add an idea to perltodoSteve Peters2009-04-231-0/+14
* Build perltoc.pod, rather than shipping it. This way it can't get out of date.Nicholas Clark2009-04-212-38416/+4
* Clarify PERL_SYS_INIT3() usage.Niko Tyni2009-04-201-0/+4
* Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.Nicholas Clark2009-04-202-8/+1232
* In the Makefile, no need to change into pod/ to create symlinks to READMEs etc.Nicholas Clark2009-04-191-2/+2
* Move the symlink fo perl51110delta.pod to perldelta.pod to a top level rule.Nicholas Clark2009-04-191-4/+15
* In buildtoc, refactor all the duplicated checking logic into a subroutine.Nicholas Clark2009-04-191-20/+13
* For Win32, add the generated files to the delete list generated by buildtoc.Nicholas Clark2009-04-191-1/+1
* For VMS, generate the delete rules for generated and copied files in buildtoc.Nicholas Clark2009-04-191-0/+15
* grep then sort, as it's more efficient to sort a shorter list.Nicholas Clark2009-04-181-1/+1
* Add a --quiet option, to suppress all the routine warnings when scanning for podNicholas Clark2009-04-181-2/+4
* Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.Nicholas Clark2009-04-184-8535/+11
* Documentation Patch: perlxs.podTom Hukins2009-04-141-2/+2
* Deprecate using "unique" with the attributes pragma.Nicholas Clark2009-04-121-0/+7
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-121-0/+7
* Eliminate "Old Perl threads tutorial", which describes 5005 threads.Nicholas Clark2009-04-123-1184/+0
* Rebuild pod/perltoc.pod.Nicholas Clark2009-04-121-1506/+3127
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-122-19/+0
* Docs: Fixed a couple of [my] typosMichael Witten2009-04-081-4/+4
* Docs: Update summary and add copyrightMichael Witten2009-04-071-12/+15
* Docs: Expanded treatment of adding instance variablesMichael Witten2009-04-071-12/+49
* Docs: Clarify that a class is not an instanceMichael Witten2009-04-071-12/+6
* Docs: Minor modifications to discussion of constructorMichael Witten2009-04-071-5/+6
* Docs: Make use of $self and $class clearMichael Witten2009-04-071-2/+2
* Docs: Better orgnization of instance discussionMichael Witten2009-04-071-50/+56
* Docs: Cleanup lead-in to instance variablesMichael Witten2009-04-071-8/+9
* Docs: Better[?] development of SUPERMichael Witten2009-04-071-36/+54
* Docs: Get rid of those awful tabs!Michael Witten2009-04-071-11/+11
* Docs: Quick explanation of duck typing and a warningMichael Witten2009-04-071-9/+18
* Docs: Make the "use base" purpose more obviousMichael Witten2009-04-071-10/+4
* Docs: Minor reorganization.Michael Witten2009-04-071-5/+5
* Docs: Typo: 'no strict subs' -> 'no strict refs'Michael Witten2009-04-071-1/+1
* Docs: Typo: \{-1} -> \g{-1}Michael Witten2009-04-071-1/+1
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-072-2/+8
* document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used onceDavid Mitchell2009-04-022-5/+54
* Document when as a syntax modifierVincent Pit2009-03-301-2/+21
* Document that DESTROY is subject to AUTOLOAD, and the related optimisations.Nicholas Clark2009-03-291-0/+9
* Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return.Nicholas Clark2009-03-291-0/+5
* Fix for regular expressions for RFC2822.Dan Kogai2009-03-241-1/+2
* Add a SEE ALSO section based on suggestions from Dan Jacobson.Steve Peters2009-03-241-0/+3
* fix typo - s/was/what/ is to be ignoredMike Giroux2009-03-211-1/+1
* pod/perlreftut.pod: keep example in tune with the timesMark Jason Dominus2009-03-191-2/+2
* Doc fix: the /k regexp modifier should really be written /pPaul Gaborit2009-03-181-3/+3
* Fix typo in English name of $&Rafael Garcia-Suarez2009-03-181-1/+1
* Disambiguate mention of -E in perl.pod and in perlrun.podRafael Garcia-Suarez2009-03-152-2/+2
* Add -E in the command-line usage in perl.podRafael Garcia-Suarez2009-03-131-1/+1
* fix typo in pod/perlperf.podDavid Mitchell2009-02-251-1/+1
* Check for thread failure in prime number exampleJerry D. Hedden2009-02-201-50/+47