| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #40557] regexec.c saves context stack position improperly | Dave Bailey | 2006-10-18 | 1 | -1/+1 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 1 | -18/+82 |
* | Re: [PATCH] regexec.c: goto crossing initialization | Jarkko Hietaniemi | 2006-10-09 | 1 | -1/+2 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -11/+38 |
* | Document the new regmatch() backtracking mechanism | Dave Mitchell | 2006-10-05 | 1 | -95/+123 |
* | remove REGMATCH detritus and shrink the size of the backtrack structure | Dave Mitchell | 2006-10-05 | 1 | -116/+78 |
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 1 | -365/+282 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -22/+76 |
* | remove backing up outercc->cur in regmatch()/WHILEM | Dave Mitchell | 2006-09-30 | 1 | -12/+0 |
* | assert that backing up outercc->cur in regmatch()/WHILEM is not needed | Dave Mitchell | 2006-09-30 | 1 | -3/+3 |
* | rationalise sayYES and sayNO code in regmatch() | Dave Mitchell | 2006-09-30 | 1 | -72/+47 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -12/+21 |
* | Automate generation of the regmatch() state constants | Yves Orton | 2006-09-25 | 1 | -54/+1 |
* | Fix re debug formatting nits | Yves Orton | 2006-09-25 | 1 | -10/+13 |
* | eliminate PL_regindent and improve -Mre=Debug,STATE output | Dave Mitchell | 2006-09-25 | 1 | -41/+76 |
* | fix regression introduced in #27778: must backtrack into inner regex | Dave Mitchell | 2006-09-24 | 1 | -35/+70 |
* | in S_regmatch(), convert state var st->cc into local var cur_curlyx | Dave Mitchell | 2006-09-24 | 1 | -63/+65 |
* | 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 | -1/+1 |
* | More warnings silencing, including suggestions by Dominic Dunlop | Rafael Garcia-Suarez | 2006-09-12 | 1 | -2/+2 |
* | Fix a few more printf format warnings | Rafael Garcia-Suarez | 2006-09-11 | 1 | -2/+2 |
* | Fix definition of macro HOP3 (spotted by a gcc warning) | Rafael Garcia-Suarez | 2006-09-11 | 1 | -1/+1 |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -97/+195 |
* | Removed some leftover debugging accidentally added with | Steve Peters | 2006-09-06 | 1 | -9/+2 |
* | UCD 5.0.0 | Jarkko Hietaniemi | 2006-09-06 | 1 | -2/+9 |
* | Fix a few warnings | Rafael Garcia-Suarez | 2006-09-05 | 1 | -1/+1 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -102/+208 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -2/+4 |
* | Silence a couple of Borland compiler warnings | Steve Hay | 2006-08-01 | 1 | -1/+1 |
* | Re: Silence/fix more warnings from the regex engine | Yves Orton | 2006-07-27 | 1 | -10/+9 |
* | z/OS: pp_sys.c, reg*.c, toke.c, utf8.c | Jarkko Hietaniemi | 2006-07-23 | 1 | -3/+11 |
* | Updated escaping code. utf8 regex debug output improvements | Yves Orton | 2006-07-15 | 1 | -107/+93 |
* | remove regex postive super-linear cache code | Dave Mitchell | 2006-07-14 | 1 | -56/+11 |
* | Clear up a few more warnings from blead. | Steve Peters | 2006-07-13 | 1 | -0/+4 |
* | Macroize vast tracks of duplicated code in regexec.c | Yves Orton | 2006-07-08 | 1 | -508/+220 |
* | More escaping in the RE | Yves Orton | 2006-07-07 | 1 | -61/+29 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -20/+28 |
* | silence a compiler warning | Dave Mitchell | 2006-07-02 | 1 | -1/+1 |
* | migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-06-30 | 1 | -238/+249 |
* | migrate TRIE branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-06-23 | 1 | -127/+132 |
* | : fix: [perl #39583] Pattern Match fails for specific length string | Yves Orton | 2006-06-23 | 1 | -1/+2 |
* | Re: blead trie problems in tru64 with -DDEBUGGING | Jarkko Hietaniemi | 2006-06-18 | 1 | -2/+2 |
* | start turning regmatch() main loop into a FSM | Dave Mitchell | 2006-06-16 | 1 | -427/+391 |
* | fix re debug segvs in global destruction, and a tweak to Benchmark to prevent... | Yves Orton | 2006-06-14 | 1 | -7/+5 |
* | Guard clause should happen first, otherwise its not a guard clause. | Yves Orton | 2006-06-13 | 1 | -2/+2 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -44/+61 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-11 | 1 | -0/+23 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 1 | -103/+263 |
* | 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 | -55/+78 |