| Commit message (Expand) | Author | Age | Files | Lines |
* | perlfunc/printf: corrections, clarifications | Father Chrysostomos | 2012-08-01 | 1 | -5/+12 |
* | perlfunc: clarification | Father Chrysostomos | 2012-08-01 | 1 | -2/+2 |
* | perlfunc: Document implicit $_ in while(each) | Father Chrysostomos | 2012-08-01 | 1 | -0/+8 |
* | Document return to be exempt from the looks-like-a-function rule, like dump, ... | Eric Brine | 2012-07-27 | 1 | -0/+4 |
* | perlfunc: document last/next EXPR | Father Chrysostomos | 2012-07-27 | 1 | -9/+23 |
* | [perl #113684] Document actual prec of loop exits | Father Chrysostomos | 2012-07-27 | 1 | -0/+25 |
* | perlfunc: clarify 'our' again for vars.pm behavior | David Golden | 2012-07-05 | 1 | -2/+2 |
* | perlfunc: clarify docs for 'package' [perl #113974] | David Golden | 2012-07-05 | 1 | -1/+1 |
* | correct the perlfunc explanation of use vars | Ricardo Signes | 2012-07-05 | 1 | -1/+2 |
* | perlfunc: clarify docs for 'our' [perl #113974] | David Golden | 2012-07-05 | 1 | -13/+12 |
* | perlfunc: Fix do-sub mistake | Father Chrysostomos | 2012-07-02 | 1 | -2/+2 |
* | perlfunc: #109408 | Brian Fraser | 2012-06-27 | 1 | -36/+17 |
* | [perl #112990] Simplify kill implementation and docs | Darin McBride | 2012-06-26 | 1 | -2/+11 |
* | perlfunc: (caller)[9] is ${^WARNING_BITS} | Father Chrysostomos | 2012-06-24 | 1 | -1/+2 |
* | clarify the $hints and $bitmask values in caller() | Jesse Luehrs | 2012-06-23 | 1 | -2/+3 |
* | POD typo in perlfunc | Shirakata Kentaro | 2012-06-22 | 1 | -1/+1 |
* | Fixed repeated words | Walt Mankowski | 2012-06-22 | 1 | -2/+2 |
* | remove bogus $remainder variable from perlfunc/split | Lukas Mai | 2012-06-19 | 1 | -2/+2 |
* | perlfunc: Add comma | Karl Williamson | 2012-06-07 | 1 | -1/+1 |
* | Update perlfunc/prototype | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | perlfunc: two missing words | Father Chrysostomos | 2012-05-28 | 1 | -1/+1 |
* | perlfunc: long lines | Father Chrysostomos | 2012-05-23 | 1 | -215/+231 |
* | Purported equivalency isn't. | Eric Brine | 2012-05-22 | 1 | -3/+3 |
* | perlfunc: Add reference to simple folding docs | Karl Williamson | 2012-05-22 | 1 | -1/+3 |
* | Remove double space from Pod::Functions descr | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
* | [perl #112692] perlfunc: waitpid takes two args | Eric Brine | 2012-05-21 | 1 | -1/+1 |
* | Correct spelling error reported by rrt. | jkeenan | 2012-05-21 | 1 | -2/+2 |
* | [perlfunc] fix usage of wait | Moritz Lenz | 2012-05-21 | 1 | -1/+1 |
* | document the return value of pipe() | Tony Cook | 2012-05-21 | 1 | -0/+2 |
* | [perl #112418] Fix POD paragraph formatting | Father Chrysostomos | 2012-05-21 | 1 | -0/+1 |
* | add a missing colon to a code snippet in perlfunc | Ricardo Signes | 2012-04-06 | 1 | -1/+1 |
* | In perlfunc, don't have functions in "Misc" and a second category. | Nicholas Clark | 2012-03-17 | 1 | -4/+2 |
* | De-emphasise switch-related keywords in perlfunc. | Nicholas Clark | 2012-03-17 | 1 | -103/+26 |
* | In the perlfunc cross-reference sections, link to the section within a page. | Nicholas Clark | 2012-03-17 | 1 | -5/+5 |
* | DESTROY is documented in perlobj - correct the cross-reference in perlfunc. | Nicholas Clark | 2012-03-17 | 1 | -2/+10 |
* | fix documentation for exec's warning behavior | Eric Brine | 2012-03-05 | 1 | -4/+4 |
* | Grammar and clarity fixes for exists() in pod/perlfunc.pod | Pau Amma\" (via RT) | 2012-03-04 | 1 | -1/+1 |
* | perlfunc: bad wording | Father Chrysostomos | 2012-02-25 | 1 | -1/+1 |
* | Add metadata to perlfunc.pod for which version or feature added a function. | Nicholas Clark | 2012-02-18 | 1 | -14/+14 |
* | Add annotations to perlfunc.pod for Pod::Functions. | Nicholas Clark | 2012-02-18 | 1 | -0/+498 |
* | In perlfunc.pod, sort the descriptions more consistently. | Nicholas Clark | 2012-02-18 | 1 | -12/+12 |
* | Add 4 functions missing from perlfunc.pod's 'Perl Functions by Category'. | Nicholas Clark | 2012-02-18 | 1 | -6/+7 |
* | pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCII | Karl Williamson | 2012-02-15 | 1 | -0/+6 |
* | perl #77654: quotemeta quotes non-ASCII consistently | Karl Williamson | 2012-02-15 | 1 | -2/+46 |
* | perlfunc: quotemeta, clarify, fix incorrect statement | Karl Williamson | 2012-02-15 | 1 | -5/+6 |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -6/+5 |
* | Typo in commit 4fe70ef9a66bbf96 spotted by Ilmari. | Nicholas Clark | 2012-02-13 | 1 | -1/+1 |
* | In perlfunc, standardise the descriptions for keywords enabled by features. | Nicholas Clark | 2012-02-13 | 1 | -10/+22 |
* | Correct a =head2 to a =head3 in perlfunc.pod | Nicholas Clark | 2012-02-03 | 1 | -1/+1 |
* | CORE does not need to be in perlfunc | Ricardo Signes | 2012-02-01 | 1 | -2/+0 |