| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 1 | -15/+5 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -2/+2 |
* | Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, | Rafael Garcia-Suarez | 2005-03-22 | 1 | -5/+4 |
* | Re: regexp trie fails compile on VMS | Yves Orton | 2005-03-21 | 1 | -0/+1 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -1/+129 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -1/+5 |
* | Sprinkle some copyrights (use the oldest timestamp to | Jarkko Hietaniemi | 2002-01-24 | 1 | -0/+6 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -1/+3 |
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -3/+1 |
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -1/+3 |
* | memset() is cheaper than a loop of 256 bit-a-a-times | Nicholas Clark | 2001-11-24 | 1 | -0/+8 |
* | Retract #13048: that introduced a malloc() (through savepvn()) | Jarkko Hietaniemi | 2001-11-18 | 1 | -1/+0 |
* | Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix | Jeff Pinyan | 2001-11-16 | 1 | -0/+1 |
* | Continuation of #11575: SANY_SEEN completely deprecated, | Jarkko Hietaniemi | 2001-08-04 | 1 | -2/+2 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -1/+2 |
* | adds a comment | Abhijit Menon-Sen | 2001-07-20 | 1 | -0/+1 |
* | Patch: document reg_data.what member | Mark-Jason Dominus | 2001-07-12 | 1 | -0/+9 |
* | Add preemptive #undefs for some of the shorter and more prone | Jarkko Hietaniemi | 2001-05-05 | 1 | -0/+17 |
* | Document ANYOF_CLASS. | Jarkko Hietaniemi | 2001-04-26 | 1 | -6/+6 |
* | Re: [PATCH @9846] dumping ANYOF | Hugo van der Sanden | 2001-04-26 | 1 | -0/+3 |
* | Misapplied regex optimizations when \C is present. | Jarkko Hietaniemi | 2001-02-18 | 1 | -4/+5 |
* | more UTF8 test suites and an UTF8 patch | Inaba Hiroto | 2000-12-30 | 1 | -0/+1 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -14/+25 |