| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] [doc] be more explicit about magic argv | Moritz Lenz | 2008-10-30 | 1 | -0/+12 |
* | Fix typo in perlop.pod | Jerry D. Hedden | 2008-05-19 | 1 | -1/+1 |
* | Add ..., !!!, and ??? operators | chromatic | 2008-05-18 | 1 | -1/+34 |
* | New separations for the pattern match operator documentation, | David Nicol | 2008-05-18 | 1 | -0/+6 |
* | Modulo operator and floating point numbers | Ken Williams | 2008-02-18 | 1 | -5/+7 |
* | [perl #50364] [PATCH] perlop.pod - misnomer in % operator documentation | Martin Hasch | 2008-02-08 | 1 | -1/+1 |
* | '~~' is not a feature [repost] | Jerry D. Hedden | 2008-01-06 | 1 | -2/+0 |
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -1/+1 |
* | Remove the 'err' keyword | Rafael Garcia-Suarez | 2007-09-07 | 1 | -13/+6 |
* | Documentation updates for new regexp features | Rafael Garcia-Suarez | 2007-08-07 | 1 | -2/+2 |
* | perlfunc.pod (ref results), perlop.pod (qr// result) | Wolfgang Laun | 2007-03-14 | 1 | -1/+5 |
* | Indexing and POD fixes | Rafael Garcia-Suarez | 2007-02-24 | 1 | -6/+8 |
* | Re: [PATCH] Document that m//k works | Yves Orton | 2007-02-14 | 1 | -195/+195 |
* | Document that m//k works, by Ævar Arnfjörð Bjarmason | Rafael Garcia-Suarez | 2007-02-12 | 1 | -1/+1 |
* | perlop.pod - proposal to add an explanation of \c | Wolfgang Laun | 2007-02-06 | 1 | -5/+13 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -8/+13 |
* | Re: [perl #41215] % on scalars sometimes throws away fractions | SADAHIRO Tomoyuki | 2007-01-10 | 1 | -2/+10 |
* | Fix case in external pod link | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+1 |
* | <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man | H.Merijn Brand | 2006-10-19 | 1 | -1/+1 |
* | remove leaveit from toke.c:scan_const | SADAHIRO Tomoyuki | 2006-10-16 | 1 | -10/+6 |
* | Re: \N{...} in regular expression [PATCH] | SADAHIRO Tomoyuki | 2006-09-21 | 1 | -4/+3 |
* | [perl #40272] subroutine call with & in perlop example | yath-perlbug@yath.de | 2006-09-04 | 1 | -1/+1 |
* | Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls | chromatic | 2006-09-04 | 1 | -1/+1 |
* | interpolation of @- (and @+) in patterns ([perl #27940] comes back) | SADAHIRO Tomoyuki | 2006-07-26 | 1 | -5/+5 |
* | perlop: parsing quoted constructs | SADAHIRO Tomoyuki | 2006-07-23 | 1 | -50/+93 |
* | Re: Misunderstanding escapes in heredocs? | Yves Orton | 2006-07-13 | 1 | -68/+119 |
* | Re: Misunderstanding escapes in heredocs? | SADAHIRO Tomoyuki | 2006-07-11 | 1 | -5/+12 |
* | Re: [PATCH DOC] Three minor fixes related to perlop | Daniel Frederick Crisman | 2006-06-12 | 1 | -2/+2 |
* | Re: range operator vs. unicode | Yitzchak Scott-Thoennes | 2006-06-08 | 1 | -4/+17 |
* | Clarification on what Perl does to floating points in the modulus | Steve Peters | 2006-05-15 | 1 | -1/+3 |
* | Adding a mention of STDIN processing by qx// as requested by | Steve Peters | 2006-05-11 | 1 | -0/+9 |
* | perlop.pod doc patch: I/O operators | Ash Berlin | 2006-05-09 | 1 | -2/+2 |
* | Document order of evaluation for the comma operator | Paul Johnson | 2006-05-04 | 1 | -1/+2 |
* | perldiag.pod patching re: integer overflow | Andy Lester | 2006-02-13 | 1 | -1/+1 |
* | Clarify example of .. in perlop | Rafael Garcia-Suarez | 2005-12-23 | 1 | -21/+22 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -1/+3 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+7 |
* | Fix a typo and add some clarification to change #26387. | Steve Peters | 2005-12-17 | 1 | -4/+4 |
* | Addition documentation explaining aritmetic negation on strings. Also, | Steve Peters | 2005-12-17 | 1 | -1/+5 |
* | Nit from change #26232 noticed by H. Merijn Brand | Steve Peters | 2005-12-01 | 1 | -2/+2 |
* | dor-assign (//=) was missing from perlop.pod | Steve Peters | 2005-11-30 | 1 | -2/+2 |
* | remove whitespace preceding semicolon in docs | Steven Schubiger | 2005-11-10 | 1 | -2/+2 |
* | POD index entries with X<> | Ivan Tubert-Brohman | 2005-10-13 | 1 | -1/+101 |
* | Re: [perl #36654] Inconsistent treatment of NaN | Yitzchak Scott-Thoennes | 2005-08-17 | 1 | -2/+2 |
* | perlop: why \c\ cannot be placed just before the terminating delimiter | SADAHIRO Tomoyuki | 2005-07-18 | 1 | -0/+5 |
* | [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 | Michael G Schwern | 2005-07-15 | 1 | -3/+20 |
* | Re: Should while ( <$fh> ) and while (< $fh >) do the same thing? | Yitzchak Scott-Thoennes | 2005-06-03 | 1 | -1/+2 |
* | Clarification on the behaviour of qw// and x : | Yitzchak Scott-Thoennes | 2005-05-24 | 1 | -3/+3 |
* | perlop.pod nit | Steve Peters | 2005-05-10 | 1 | -1/+1 |
* | Make the spelling of whitespace (vs white-space and white space) | Offer Kaye | 2005-03-29 | 1 | -2/+2 |