| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Minor pod nit in perlre. | Yves Orton | 2006-12-04 | 1 | -2/+2 |
* | \R is supposed to mean something else so switch to \g and make it more useful... | Yves Orton | 2006-12-04 | 1 | -13/+20 |
* | Change in handling of \RNNN inside nested patterns | Yves Orton | 2006-11-29 | 1 | -5/+14 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -5/+17 |
* | Re: [PATCH] Fix RT#19049 and add relative backreferences | Yves Orton | 2006-11-15 | 1 | -2/+15 |
* | Allow negative indexing in recursive patterns | Yves Orton | 2006-11-14 | 1 | -5/+19 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -98/+162 |
* | Re: [perl #27053] /^/m doesn't match after a newline at the end of the string | Yves Orton | 2006-11-13 | 1 | -1/+2 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -124/+215 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -0/+42 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 1 | -0/+48 |
* | Document the new (?FAIL) assertion (Yves Orton) | Rafael Garcia-Suarez | 2006-10-26 | 1 | -0/+9 |
* | Correct one "parenthesis" to "parentheses". | Nicholas Clark | 2006-10-13 | 1 | -1/+1 |
* | Fix nit in possessive quantifier descriptions. | Rafael Garcia-Suarez | 2006-10-13 | 1 | -3/+15 |
* | Add possessive quantifiers to regex engine. | Yves Orton | 2006-10-13 | 1 | -13/+47 |
* | More regexp documentation | Yves Orton | 2006-10-12 | 1 | -4/+70 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 1 | -4/+14 |
* | Regexp Recurse by name. | Yves Orton | 2006-10-10 | 1 | -6/+16 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -38/+104 |
* | Fix a few pod nits in perlre. | Steve Peters | 2006-10-05 | 1 | -10/+10 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -5/+90 |
* | Another typo fix. | Rafael Garcia-Suarez | 2006-06-29 | 1 | -2/+2 |
* | Typo fix. | Rafael Garcia-Suarez | 2006-06-29 | 1 | -7/+7 |