summaryrefslogtreecommitdiff
path: root/ext/re/re.pm
Commit message (Expand)AuthorAgeFilesLines
* PATCH: final [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-111-8/+19
* Decrease (unbump?) re.pm’s versionFather Chrysostomos2011-02-141-1/+1
* re.pm: Add /aa supportKarl Williamson2011-02-141-2/+10
* re.pm: Forbid things like /dd, /uuKarl Williamson2011-02-141-5/+13
* Bump re.pm’s versionFather Chrysostomos2011-02-121-1/+1
* perldebug: capitalise titlesFather Chrysostomos2011-02-121-1/+1
* Version bumps for re non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
* Add /a regex modifierKarl Williamson2011-01-171-2/+3
* Use multi-bit field for regex character setKarl Williamson2011-01-161-2/+2
* Subject: [PATCH] re.pm: Correct pod statementKarl Williamson2011-01-161-2/+2
* .pm: rename variables to reflect expanded usageKarl Williamson2011-01-161-9/+9
* re.pm: correct typoKarl Williamson2011-01-161-1/+1
* Emit warning for use re "/ul"Father Chrysostomos2010-12-041-0/+9
* ++substr $re::VERSION, -1Father Chrysostomos2010-11-281-1/+1
* Tiny pod fixAndreas J. Koenig2010-11-281-1/+1
* Bump re’s versionFather Chrysostomos2010-10-211-1/+1
* [perl #78072] use re '/xism';Father Chrysostomos2010-10-211-0/+82
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
* re.pm: Change comment to use new (?^...)Karl Williamson2010-09-221-1/+1
* Bump module version numbersDavid Golden2010-07-191-1/+1
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-1/+1
* bump versions for core libs changed since 5.11.3Ricardo Signes2010-01-191-1/+1
* Fix typo in referenceAbigail2010-01-061-1/+1
* Document that interpolating a '(??{ code })' construct in a regularAbigail2010-01-061-3/+5
* Fix a couple of typos and standardize on using 'regexp' instead ofAbigail2010-01-061-9/+9
* Untangle File::Basename and re - avoid hard-coding the hints value.Nicholas Clark2009-09-121-9/+0
* re.pm will load under miniperl, so don't hard-code its values into ParseXSNicholas Clark2009-09-121-5/+0
* Always load the re.xs code, unless we're running under miniperl.Nicholas Clark2009-09-111-35/+17
* add more positive gofs GPOS tests and fix some bugs tooYves Orton2009-09-101-1/+2
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-091-4/+14
* /p vs (?p)Abigail2007-06-301-0/+1
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-14/+1
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-26/+20
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-2/+8
* Actually, only changes to regexec.c from #30081 needed to be reverted.Rafael Garcia-Suarez2007-02-191-0/+1
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-191-1/+0
* $1 in nested regex EVAL doesnt work correctly.Yves Orton2007-01-311-0/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-2/+44
* Doc nits to re.pmRafael Garcia-Suarez2006-11-171-17/+17
* add regmust() to re.pm/re.xsYves Orton2006-11-171-2/+34
* POD fixes and nits in re.pmRafael Garcia-Suarez2006-11-131-22/+20
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-123/+218
* Reinstate warning 'Useless use of "re" pragma'Rafael Garcia-Suarez2006-11-121-2/+3
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-17/+34
* Spelling fixes for re.pm.Steve Peters2006-10-271-4/+4
* Re: Off by one in the trie code?Yves Orton2006-10-191-9/+9
* Update comment (by Yves Orton), plus POD fixesRafael Garcia-Suarez2006-10-111-11/+12
* ext re: C++: EXTERN_C needed, and where did sub install() go?Jarkko Hietaniemi2006-10-111-3/+4
* Regexp Recurse by name.Yves Orton2006-10-101-10/+20
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-291-9/+10