| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence some warnings | Rafael Garcia-Suarez | 2006-10-20 | 1 | -2/+2 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -23/+37 |
* | Avoid undefined behaviour for -DPERL_MEM_LOG by not using a | Nicholas Clark | 2006-10-14 | 1 | -3/+2 |
* | Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct | Nicholas Clark | 2006-10-14 | 1 | -2/+3 |
* | Add possessive quantifiers to regex engine. | Yves Orton | 2006-10-13 | 1 | -10/+28 |
* | fix format errors; was RE: g++ compile and make test 100% | Robin Barker | 2006-10-12 | 1 | -2/+2 |
* | More regexp documentation | Yves Orton | 2006-10-12 | 1 | -1/+2 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 1 | -63/+118 |
* | Regexp Recurse by name. | Yves Orton | 2006-10-10 | 1 | -44/+87 |
* | Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1... | Yves Orton | 2006-10-08 | 1 | -13/+15 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -13/+181 |
* | Re: [perl #8835] fairly large regex optimization bug with 5.7.3 | Yves Orton | 2006-10-05 | 1 | -7/+13 |
* | Nit in regcomp, discovered by a gcc warning, fixed by Yves | Rafael Garcia-Suarez | 2006-10-05 | 1 | -2/+2 |
* | Fix a couple of casting warnings | Rafael Garcia-Suarez | 2006-10-05 | 1 | -5/+5 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -21/+105 |
* | Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. | Yves Orton | 2006-09-29 | 1 | -9/+14 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -1/+1 |
* | Fix debug format in regcomp.c that was failing under | Steve Peters | 2006-09-29 | 1 | -1/+1 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -8/+41 |
* | Make Perl_regdupe only exist for threaded perls. | Nicholas Clark | 2006-09-26 | 1 | -3/+2 |
* | Automate generation of the regmatch() state constants | Yves Orton | 2006-09-25 | 1 | -1/+1 |
* | Add hook for re_dup() into regex engine as reg_dupe (make re | Yves Orton | 2006-09-25 | 1 | -0/+150 |
* | deal with some gcc warnings | Jarkko Hietaniemi | 2006-09-21 | 1 | -2/+2 |
* | Re: \N{...} in regular expression [PATCH] | Yves Orton | 2006-09-19 | 1 | -4/+4 |
* | Re: \N{...} in regular expression [PATCH] | Yves Orton | 2006-09-19 | 1 | -1/+300 |
* | Avoid compiler warning about a variable that isn't used when | Nicholas Clark | 2006-09-17 | 1 | -0/+2 |
* | More warnings silencing, including suggestions by Dominic Dunlop | Rafael Garcia-Suarez | 2006-09-12 | 1 | -1/+1 |
* | Another warning-silencing cast | Rafael Garcia-Suarez | 2006-09-12 | 1 | -1/+1 |
* | Fix some compilation warnings | Rafael Garcia-Suarez | 2006-09-11 | 1 | -5/+5 |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -135/+429 |
* | Fix a few warnings | Rafael Garcia-Suarez | 2006-09-05 | 1 | -8/+8 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -481/+726 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -6/+8 |
* | z/OS: pp_sys.c, reg*.c, toke.c, utf8.c | Jarkko Hietaniemi | 2006-07-23 | 1 | -0/+25 |
* | Re: Fix loads of warnings from the last escaping patch... | Yves Orton | 2006-07-16 | 1 | -5/+5 |
* | Updated escaping code. utf8 regex debug output improvements | Yves Orton | 2006-07-15 | 1 | -72/+104 |
* | More escaping in the RE | Yves Orton | 2006-07-07 | 1 | -22/+16 |
* | Fix a couple of compilation warnings | Rafael Garcia-Suarez | 2006-06-30 | 1 | -13/+14 |
* | quieten warning by avoiding a comment-within-a-comment | Dave Mitchell | 2006-06-24 | 1 | -1/+1 |
* | Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu) | Yves Orton | 2006-06-22 | 1 | -5/+9 |
* | Fix code before declaration error introduced by #28405 | Steve Hay | 2006-06-21 | 1 | -3/+3 |
* | Clean up a few warnings in regcomp.c under -Dgccansipedantic. | Steve Peters | 2006-06-20 | 1 | -0/+17 |
* | Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmar... | Yves Orton | 2006-06-14 | 1 | -14/+12 |
* | fix re debug segvs in global destruction, and a tweak to Benchmark to prevent... | Yves Orton | 2006-06-14 | 1 | -3/+4 |
* | Guard clause should happen first, otherwise its not a guard clause. | Yves Orton | 2006-06-13 | 1 | -0/+3 |
* | Re: Segv from new regex code when under threads. | Yves Orton | 2006-06-12 | 1 | -1/+2 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -55/+71 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-11 | 1 | -0/+1 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 1 | -265/+576 |
* | C is not perl, AV's dont just magically free themselves... | Yves Orton | 2006-05-30 | 1 | -0/+3 |