summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* Amelioration of the error message "Unrecognized character %s in column %d"Claes Jakobsson2009-05-141-2/+2
* Remove remaining POD tags in verbatim paragraphsVincent Pit2009-05-145-36/+35
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-05-132-90/+56
|\
| * Smart matching is to-done.Rafael Garcia-Suarez2009-05-121-49/+0
| * Remove proposed (but unimplemented) $foo ~~ Range smart matching.Rafael Garcia-Suarez2009-05-121-11/+3
| * Document what to do with object on the left and add some TODO tests for thatRafael Garcia-Suarez2009-05-081-2/+3
| * Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-0527-46719/+1649
| |\
| * | Clarify that @a ~~ @b recursively smart matchesRafael Garcia-Suarez2009-05-051-2/+2
| * | Remove some empty lines in a code exampleRafael Garcia-Suarez2009-04-201-5/+0
| * | Document that ~~ overload will only work on the RHSRafael Garcia-Suarez2009-04-201-4/+5
| * | Adjustments to the ~~ dispatch tableRafael Garcia-Suarez2009-03-251-2/+5
| * | Fix equivalent code in perlsyn for Array~~HashRafael Garcia-Suarez2009-03-241-1/+1
| * | Specify that the behaviour of $foo ~~ Range should only depend on the RHSRafael Garcia-Suarez2009-03-241-3/+3
| * | Make []~~\&f and {}~~\&f matchRafael Garcia-Suarez2009-03-241-3/+3
| * | Implement "~~ $scalar" for numbers and stringsRafael Garcia-Suarez2009-03-241-2/+1
| * | Revert order of ~~ in definition of smart matching against arraysRafael Garcia-Suarez2009-03-231-3/+2
| * | Add more tests with an empty hash on the right of ~~Rafael Garcia-Suarez2009-03-231-1/+1
| * | Document that empty sets don't smart-matchRafael Garcia-Suarez2009-03-171-16/+17
| * | The new smart match dispatch table for 5.10.1 onwardsRafael Garcia-Suarez2009-03-041-26/+44
| * | Document that when() treats specially most of the filetest operatorsRafael Garcia-Suarez2009-03-041-0/+5
| * | Make // behave like || in when clausesRafael Garcia-Suarez2009-03-041-7/+8
* | | Add perl589delta.pod to pod.lst, and run pod/buildtoc --build-all.Nicholas Clark2009-05-121-0/+1
* | | add perl589delta.pod to bleadDavid Mitchell2009-05-121-0/+2336
* | | Replacing dump.c's use of SVs as temporaries is TODO.Nicholas Clark2009-05-101-0/+21
* | | Making ExtUtils::ParseXS use strict; is TODO.Nicholas Clark2009-05-101-0/+12
* | | Update info on number of magic types\n\nRemove mention of overloading being o...Steffen Mueller2009-05-101-3/+3
* | | perltie.pod docpatchDavid Cantrell2009-05-061-1/+1
| |/ |/|
* | Clarify that =encoding is global in PODDan Jacobson2009-05-041-1/+3
* | Document that XS_VERSION_BOOTCHECK may break if $VERSION is a long enough NVNiko Tyni2009-05-021-0/+6
* | fix POD typoFrank Wiegand2009-05-021-1/+1
* | Add generated perltoc to git ignore listRafael Garcia-Suarez2009-05-011-0/+1
* | Fix -p function and Fcntl::S_IFIFO constant under Microsoft VC compilerJan Dubois2009-04-281-1/+3
* | Minor fixups for the documentation for crypt.Jay Hannah2009-04-271-2/+2
* | [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