| Commit message (Expand) | Author | Age | Files | Lines |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -17/+48 |
* | Add (?^...) regex construct | Karl Williamson | 2010-09-20 | 1 | -3/+45 |
* | RT #77150: perlre documentation issue and possible fix | Chas. Owens | 2010-08-14 | 1 | -5/+5 |
* | pods: mention \o{}, 3 octal digits | Karl Williamson | 2010-07-19 | 1 | -5/+6 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -1/+1 |
* | perlre.pod: Nits | Karl Williamson | 2010-07-17 | 1 | -6/+5 |
* | Add examples to perlre on perils of not using \g{} | Karl Williamson | 2010-07-17 | 1 | -1/+16 |
* | perlre: Add heading to separate unrelated paragraphs | Karl Williamson | 2010-06-28 | 1 | -0/+2 |
* | Prefer \g1 over \1 in pods | Karl Williamson | 2010-06-28 | 1 | -58/+71 |
* | Standardize on use of 'capture group' over 'buffer' | Karl Williamson | 2010-06-28 | 1 | -53/+56 |
* | Nits in perlre.pod | Karl Williamson | 2010-06-28 | 1 | -2/+3 |
* | perlre: fix for 80 col display | Karl Williamson | 2010-05-08 | 1 | -120/+121 |
* | Nits in perlre.pod, x-referencing, broken links | Karl Williamson | 2010-04-26 | 1 | -89/+74 |
* | Slight edits | Karl Williamson | 2010-03-28 | 1 | -2/+2 |
* | Remove duplicate information and refer to other pods | Karl Williamson | 2010-03-28 | 1 | -129/+28 |
* | 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 |