| Commit message (Expand) | Author | Age | Files | Lines |
* | PATCH: final [perl #86972]: Allow /(?aia)/ | Karl Williamson | 2011-04-11 | 1 | -8/+19 |
* | Decrease (unbump?) re.pm’s version | Father Chrysostomos | 2011-02-14 | 1 | -1/+1 |
* | re.pm: Add /aa support | Karl Williamson | 2011-02-14 | 1 | -2/+10 |
* | re.pm: Forbid things like /dd, /uu | Karl Williamson | 2011-02-14 | 1 | -5/+13 |
* | Bump re.pm’s version | Father Chrysostomos | 2011-02-12 | 1 | -1/+1 |
* | perldebug: capitalise titles | Father Chrysostomos | 2011-02-12 | 1 | -1/+1 |
* | Version bumps for re non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Add /a regex modifier | Karl Williamson | 2011-01-17 | 1 | -2/+3 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -2/+2 |
* | Subject: [PATCH] re.pm: Correct pod statement | Karl Williamson | 2011-01-16 | 1 | -2/+2 |
* | .pm: rename variables to reflect expanded usage | Karl Williamson | 2011-01-16 | 1 | -9/+9 |
* | re.pm: correct typo | Karl Williamson | 2011-01-16 | 1 | -1/+1 |
* | Emit warning for use re "/ul" | Father Chrysostomos | 2010-12-04 | 1 | -0/+9 |
* | ++substr $re::VERSION, -1 | Father Chrysostomos | 2010-11-28 | 1 | -1/+1 |
* | Tiny pod fix | Andreas J. Koenig | 2010-11-28 | 1 | -1/+1 |
* | Bump re’s version | Father Chrysostomos | 2010-10-21 | 1 | -1/+1 |
* | [perl #78072] use re '/xism'; | Father Chrysostomos | 2010-10-21 | 1 | -0/+82 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -2/+2 |
* | re.pm: Change comment to use new (?^...) | Karl Williamson | 2010-09-22 | 1 | -1/+1 |
* | Bump module version numbers | David Golden | 2010-07-19 | 1 | -1/+1 |
* | Standardize on use of 'capture group' over 'buffer' | Karl Williamson | 2010-06-28 | 1 | -1/+1 |
* | bump versions for core libs changed since 5.11.3 | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | Fix typo in reference | Abigail | 2010-01-06 | 1 | -1/+1 |
* | Document that interpolating a '(??{ code })' construct in a regular | Abigail | 2010-01-06 | 1 | -3/+5 |
* | Fix a couple of typos and standardize on using 'regexp' instead of | Abigail | 2010-01-06 | 1 | -9/+9 |
* | Untangle File::Basename and re - avoid hard-coding the hints value. | Nicholas Clark | 2009-09-12 | 1 | -9/+0 |
* | re.pm will load under miniperl, so don't hard-code its values into ParseXS | Nicholas Clark | 2009-09-12 | 1 | -5/+0 |
* | Always load the re.xs code, unless we're running under miniperl. | Nicholas Clark | 2009-09-11 | 1 | -35/+17 |
* | add more positive gofs GPOS tests and fix some bugs too | Yves Orton | 2009-09-10 | 1 | -1/+2 |
* | Move re::regexp_pattern to universal.c | Jerry D. Hedden | 2008-01-09 | 1 | -4/+14 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -0/+1 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -14/+1 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -26/+20 |
* | Re: New file: t/op/regexp_email.t | Yves Orton | 2007-03-01 | 1 | -2/+8 |
* | Actually, only changes to regexec.c from #30081 needed to be reverted. | Rafael Garcia-Suarez | 2007-02-19 | 1 | -0/+1 |
* | Revert change #30081 at dmq's request, and mark its tests | Rafael Garcia-Suarez | 2007-02-19 | 1 | -1/+0 |
* | $1 in nested regex EVAL doesnt work correctly. | Yves Orton | 2007-01-31 | 1 | -0/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -2/+44 |
* | Doc nits to re.pm | Rafael Garcia-Suarez | 2006-11-17 | 1 | -17/+17 |
* | add regmust() to re.pm/re.xs | Yves Orton | 2006-11-17 | 1 | -2/+34 |
* | POD fixes and nits in re.pm | Rafael Garcia-Suarez | 2006-11-13 | 1 | -22/+20 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -123/+218 |
* | Reinstate warning 'Useless use of "re" pragma' | Rafael Garcia-Suarez | 2006-11-12 | 1 | -2/+3 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -17/+34 |
* | Spelling fixes for re.pm. | Steve Peters | 2006-10-27 | 1 | -4/+4 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -9/+9 |
* | Update comment (by Yves Orton), plus POD fixes | Rafael Garcia-Suarez | 2006-10-11 | 1 | -11/+12 |
* | ext re: C++: EXTERN_C needed, and where did sub install() go? | Jarkko Hietaniemi | 2006-10-11 | 1 | -3/+4 |
* | Regexp Recurse by name. | Yves Orton | 2006-10-10 | 1 | -10/+20 |
* | Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. | Yves Orton | 2006-09-29 | 1 | -9/+10 |