| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that there are bugs with EBCDIC and regexes | Karl Williamson | 2010-03-08 | 1 | -0/+2 |
* | Document some re bugs in perlre.pod | Karl Williamson | 2010-02-28 | 1 | -0/+4 |
* | Revise wording about /x caveats | Karl Williamson | 2010-02-28 | 1 | -5/+7 |
* | Document Unicode case-insensitive [] range bug | Karl Williamson | 2010-02-28 | 1 | -0/+5 |
* | Quote a code example | Karl Williamson | 2010-02-28 | 1 | -1/+1 |
* | Revise notes on /x modifier | Karl Williamson | 2010-02-28 | 1 | -5/+9 |
* | Mark \N meaning [^\n] as experimental | Karl Williamson | 2010-02-28 | 1 | -1/+1 |
* | Mention there are places /x modifier is ineffective | Karl Williamson | 2010-02-28 | 1 | -4/+8 |
* | Document \N{U+...} | Karl Williamson | 2010-02-28 | 1 | -1/+4 |
* | Update pods for \N changes | Karl Williamson | 2010-02-28 | 1 | -0/+3 |
* | delete orphaned text | Robin Barker | 2010-02-11 | 1 | -17/+0 |
* | [perl #71948] Documentation error for (*MARK) | Philip Hazel | 2010-01-10 | 1 | -2/+1 |
* | Document that interpolating a '(??{ code })' construct in a regular | Abigail | 2010-01-06 | 1 | -0/+6 |
* | PATCH: minor typo cleanup of pod/ directory | Tom Christiansen | 2010-01-05 | 1 | -1/+1 |
* | Fix up pods for \X | Karl Williamson | 2009-12-22 | 1 | -3/+1 |
* | Document issues when using named captures in combination with a branch reset ... | Abigail | 2009-12-16 | 1 | -2/+18 |
* | Document backreferences to groups that did not match | Moritz Lenz | 2009-11-28 | 1 | -0/+4 |
* | Improve warnings about known issues in (?{...}) blocks in the regex engine | Gerard Goossen | 2009-10-31 | 1 | -10/+9 |
* | Clarify relationship of pattern modifiers and named subpatterns | Dave Rolsky | 2009-10-30 | 1 | -0/+4 |
* | Fix {$^MATCH} typo in perlre | brian d foy | 2009-10-14 | 1 | -1/+1 |
* | A number of pod fixes found by podcheck.t | Jesse Vincent | 2009-10-05 | 1 | -1/+2 |
* | update perlre and perldelta to document change in behaviour of \w and \d and ... | Yves Orton | 2009-09-02 | 1 | -74/+31 |
* | Basic docs for \N | Rafael Garcia-Suarez | 2009-06-17 | 1 | -0/+1 |
* | another go; was RE: [perl #49302] [[:print:]] v \p{Print} | Robin Barker | 2008-04-26 | 1 | -3/+43 |
* | Assorted POD nits from the Debian bug list. | Steve Peters | 2008-01-30 | 1 | -1/+1 |
* | \X is equivalent to an atomic group | Moritz Lenz | 2008-01-06 | 1 | -1/+1 |
* | Doc nits -- avoid bare "5.10" version numbers without a | Rafael Garcia-Suarez | 2007-11-27 | 1 | -13/+13 |
* | Document bug #47762, and mention %- | Rafael Garcia-Suarez | 2007-11-25 | 1 | -3/+6 |
* | POD nits | Rafael Garcia-Suarez | 2007-10-19 | 1 | -2/+2 |
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -3/+3 |
* | Some escapes were mentioned twice, although they're not qr//-specific | Rafael Garcia-Suarez | 2007-09-11 | 1 | -5/+2 |
* | Documentation updates for new regexp features | Rafael Garcia-Suarez | 2007-08-07 | 1 | -7/+6 |
* | Change "Perl6" to "Perl 6" in pod/* | chromatic | 2007-07-18 | 1 | -2/+2 |
* | More typo fixes in the regexp docs | Rafael Garcia-Suarez | 2007-07-13 | 1 | -1/+1 |
* | mention of g and c modifiers missing from perlre.pod | David Nicol | 2007-07-12 | 1 | -0/+9 |
* | regexp flags =~ s/k/p/ | Rafael Garcia-Suarez | 2007-07-04 | 1 | -2/+2 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -7/+3 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -1/+1 |
* | [perl #43094] Doc patch to perlre: modifiers => quantifiers | Brad Baxter | 2007-06-01 | 1 | -4/+4 |
* | \R can't be used in a char class | Rafael Garcia-Suarez | 2007-05-25 | 1 | -1/+1 |
* | perlre.pod spellcheck | Alexandr Ciornii | 2007-04-25 | 1 | -4/+4 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -3/+15 |
* | Better wording for (?|...) in perlre, from a suggestion by Ruud. | Rafael Garcia-Suarez | 2007-03-12 | 1 | -5/+3 |
* | Re: [PATCH] Document that m//k works | Yves Orton | 2007-02-14 | 1 | -11/+17 |
* | Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. | Paul Johnson | 2007-02-12 | 1 | -12/+17 |
* | Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. | Yves Orton | 2007-02-08 | 1 | -0/+23 |
* | minor improvements for perlre.pod | Wolfgang Laun | 2007-02-05 | 1 | -92/+99 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -1/+15 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -6/+43 |
* | Re: Named-capture regex syntax | Yves Orton | 2006-12-25 | 1 | -9/+51 |