| Commit message (Expand) | Author | Age | Files | Lines |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -1/+13 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -1/+2 |
* | Reorder the members of various regexp structs to reduce their size on | Nicholas Clark | 2007-03-31 | 1 | -5/+5 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -6/+1 |
* | Re: New file: t/op/regexp_email.t | Yves Orton | 2007-03-01 | 1 | -0/+4 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 1 | -0/+2 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -0/+1 |
* | Disable positive lookaround optimisations | Yves Orton | 2007-01-22 | 1 | -1/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-16 | 1 | -4/+4 |
* | Make offsets support conditional | Yves Orton | 2007-01-16 | 1 | -3/+14 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -3/+0 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Re: Named-capture regex syntax | Yves Orton | 2006-12-25 | 1 | -1/+5 |
* | Remove code duplication in S_to_utf8_substr() and S_to_byte_substr() | Nicholas Clark | 2006-12-10 | 1 | -0/+2 |
* | Further tweaks to make it easier to create regexp engine plug ins. | Yves Orton | 2006-12-05 | 1 | -13/+25 |
* | Better version of last patch, by Yves Orton. | Rafael Garcia-Suarez | 2006-12-04 | 1 | -1/+17 |
* | The new regexp compilation function must be added to the engine structure. | Rafael Garcia-Suarez | 2006-12-04 | 1 | -0/+1 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -3/+2 |
* | Re: Fix \k<foo> preceded by literal | Yves Orton | 2006-11-29 | 1 | -1/+4 |
* | Move words and revcharmap out of struct _rev_trie_data and duplicate | Nicholas Clark | 2006-11-27 | 1 | -4/+13 |
* | Move widecharmap out of the shared structure _reg_trie_data into the | Nicholas Clark | 2006-11-26 | 1 | -1/+1 |
* | Swap _reg_ac_data.trie to U32 offset into the regdata array, as | Nicholas Clark | 2006-11-26 | 1 | -1/+1 |
* | Moving the reference count to the front of both _reg_trie_data and | Nicholas Clark | 2006-11-26 | 1 | -3/+7 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -0/+8 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -0/+1 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -0/+1 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -0/+1 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -0/+4 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -1/+2 |
* | Add possessive quantifiers to regex engine. | Yves Orton | 2006-10-13 | 1 | -0/+6 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+1 |
* | Re: [perl #8835] fairly large regex optimization bug with 5.7.3 | Yves Orton | 2006-10-05 | 1 | -0/+1 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -1/+17 |
* | Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. | Yves Orton | 2006-09-29 | 1 | -5/+9 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -5/+18 |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -0/+11 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -24/+30 |
* | Re: Fix loads of warnings from the last escaping patch... | Yves Orton | 2006-07-16 | 1 | -3/+3 |
* | Updated escaping code. utf8 regex debug output improvements | Yves Orton | 2006-07-15 | 1 | -7/+37 |
* | More escaping in the RE | Yves Orton | 2006-07-07 | 1 | -0/+6 |
* | Comply with the 0x80th commandment | Yves Orton | 2006-06-17 | 1 | -4/+4 |
* | Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmar... | Yves Orton | 2006-06-14 | 1 | -3/+3 |
* | fix re debug segvs in global destruction, and a tweak to Benchmark to prevent... | Yves Orton | 2006-06-14 | 1 | -22/+27 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -43/+96 |
* | A little more work needed to get ext/re/t/re.t test 14 (no segv) passing | Nicholas Clark | 2006-06-11 | 1 | -1/+2 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 1 | -4/+26 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -3/+3 |
* | Re: [PATCH] More regex optimisations and debug enhancements (including Andys ... | Yves Orton | 2006-05-29 | 1 | -18/+46 |
* | use slabs to allocate save state space in regmatch() | Dave Mitchell | 2006-04-02 | 1 | -6/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |