| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -0/+2 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -1/+8 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -3/+7 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -1/+0 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -13/+17 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -5/+12 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -2/+5 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 1 | -1/+2 |
* | The second patch from: | Yves Orton | 2006-10-30 | 1 | -4/+4 |
* | The first patch from: | Yves Orton | 2006-10-30 | 1 | -4/+3 |
* | Fix a problem with jump-tries, add (?FAIL) pattern. | Yves Orton | 2006-10-26 | 1 | -2/+5 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 1 | -0/+5 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -5/+11 |
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 1 | -2/+3 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -1/+3 |
* | Automate generation of the regmatch() state constants | Yves Orton | 2006-09-25 | 1 | -8/+37 |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -16/+46 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -1/+3 |
* | Re: [PATCH] More regex optimisations and debug enhancements (including Andys ... | Yves Orton | 2006-05-29 | 1 | -4/+14 |
* | Re: recursion now removed from the regex engine | Yves Orton | 2006-04-24 | 1 | -5/+6 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -0/+5 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -0/+1 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -19/+0 |
* | Remove a lot of unused regnode codes. | Jarkko Hietaniemi | 1999-07-31 | 1 | -80/+12 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+72 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -4/+4 |
* | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -0/+18 |
* | applied patch, tweaked doc, and regen regnodes.h | Ilya Zakharevich | 1998-06-28 | 1 | -0/+1 |
* | add patch that generates regnodes.h via regcomp.pl | Ilya Zakharevich | 1998-06-22 | 1 | -0/+111 |