| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -1/+11 |
* | Re: Regexp recursion limit too low? | Yves Orton | 2007-02-26 | 1 | -1/+1 |
* | Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH, | Rafael Garcia-Suarez | 2007-02-14 | 1 | -0/+2 |
* | Re: [PATCH] Document that m//k works | Yves Orton | 2007-02-14 | 1 | -2/+6 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 1 | -0/+2 |
* | Re: prerelease checklist for Perl 5.10 | Yves Orton | 2007-02-03 | 1 | -29/+49 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -1/+31 |
* | Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ... | Yves Orton | 2007-01-15 | 1 | -5/+5 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -2/+10 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -0/+4 |
* | Let the regex parser decide if we have a special pattern or not. | Yves Orton | 2007-01-09 | 1 | -12/+18 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Further tweaks to make it easier to create regexp engine plug ins. | Yves Orton | 2006-12-05 | 1 | -18/+16 |
* | Better version of last patch, by Yves Orton. | Rafael Garcia-Suarez | 2006-12-04 | 1 | -19/+0 |
* | 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 | -31/+29 |
* | Re: [PATCH] Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -1/+8 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -74/+126 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -0/+2 |
* | Remove duplicate declaration | Rafael Garcia-Suarez | 2006-11-16 | 1 | -2/+0 |
* | Re: [PATCH] Fix RT#19049 and add relative backreferences | Yves Orton | 2006-11-15 | 1 | -1/+6 |
* | Fwd: Memory leak with s/// and hashes | Yves Orton | 2006-11-14 | 1 | -4/+0 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -3/+8 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -1/+3 |
* | ***speculative*** was RE: [PATCH] regexec.c - silence compiler warning | Robin Barker | 2006-11-09 | 1 | -3/+3 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -1/+10 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -0/+1 |
* | Fix a problem with jump-tries, add (?FAIL) pattern. | Yves Orton | 2006-10-26 | 1 | -2/+2 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -1/+2 |
* | remove REGMATCH detritus and shrink the size of the backtrack structure | Dave Mitchell | 2006-10-05 | 1 | -16/+2 |
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 1 | -16/+18 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -0/+4 |
* | rationalise sayYES and sayNO code in regmatch() | Dave Mitchell | 2006-09-30 | 1 | -0/+2 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -9/+9 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -1/+28 |
* | eliminate PL_regindent and improve -Mre=Debug,STATE output | Dave Mitchell | 2006-09-25 | 1 | -2/+0 |
* | fix regression introduced in #27778: must backtrack into inner regex | Dave Mitchell | 2006-09-24 | 1 | -1/+5 |
* | in S_regmatch(), convert state var st->cc into local var cur_curlyx | Dave Mitchell | 2006-09-24 | 1 | -1/+0 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -0/+1 |
* | migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-06-30 | 1 | -4/+6 |
* | migrate TRIE branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-06-23 | 1 | -1/+3 |
* | start turning regmatch() main loop into a FSM | Dave Mitchell | 2006-06-16 | 1 | -28/+14 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -7/+11 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-11 | 1 | -24/+30 |
* | regmatch: merge the greedy and non-greedy branches of CURLYM | Dave Mitchell | 2006-04-20 | 1 | -1/+1 |
* | regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion | Dave Mitchell | 2006-04-19 | 1 | -0/+8 |
* | generalize the 'continue on success' mechanism of deferred REs | Dave Mitchell | 2006-04-16 | 1 | -4/+10 |
* | eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv | Dave Mitchell | 2006-04-13 | 1 | -10/+11 |
* | eliminate PL_reg_re | Dave Mitchell | 2006-04-13 | 1 | -2/+0 |
* | Remove the final recursion path from S_regmatch: (??{...}) | Dave Mitchell | 2006-04-12 | 1 | -27/+11 |