| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into the | Nicholas Clark | 2007-12-29 | 1 | -30/+30 |
* | TRIE must use 'yes' state transitions when more than one match possible to en... | Marcus Holland-Moritz | 2007-08-18 | 1 | -2/+2 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -0/+42 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -6/+11 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -6/+31 |
* | Symbian sync | Jarkko Hietaniemi | 2007-04-01 | 1 | -1/+1 |
* | Change 30461 was wrong. As ext/re (re)builds the regexp engine with | Nicholas Clark | 2007-03-05 | 1 | -5/+3 |
* | Define and initialise reg_name only once. | Nicholas Clark | 2007-03-03 | 1 | -6/+7 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -9/+20 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -22/+33 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -130/+162 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -72/+80 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 1 | -66/+77 |
* | The second patch from: | Yves Orton | 2006-10-30 | 1 | -118/+118 |
* | The first patch from: | Yves Orton | 2006-10-30 | 1 | -3/+3 |
* | Fix a problem with jump-tries, add (?FAIL) pattern. | Yves Orton | 2006-10-26 | 1 | -66/+71 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 1 | -168/+183 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -66/+81 |
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 1 | -50/+65 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -56/+74 |
* | Fixes to compile Perl with g++ and DEBUGGING. | Steve Peters | 2006-10-04 | 1 | -2/+2 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -93/+93 |
* | Automate generation of the regmatch() state constants | Yves Orton | 2006-09-25 | 1 | -340/+424 |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -13/+23 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -2/+2 |
* | start turning regmatch() main loop into a FSM | Dave Mitchell | 2006-06-16 | 1 | -0/+1 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -11/+11 |
* | Re: recursion now removed from the regex engine | Yves Orton | 2006-04-24 | 1 | -67/+67 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -1/+3 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -53/+68 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -91/+96 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -198/+103 |
* | warning: storage class after type is obsolescent | Daniel MuiƱo | 2000-08-14 | 1 | -4/+4 |
* | Remove a lot of unused regnode codes. | Jarkko Hietaniemi | 1999-07-31 | 1 | -417/+77 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -69/+429 |
* | regen regnodes.h | Gurusamy Sarathy | 1999-05-10 | 1 | -1/+85 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -10/+10 |
* | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -49/+121 |
* | applied patch, tweaked doc, and regen regnodes.h | Ilya Zakharevich | 1998-06-28 | 1 | -52/+56 |
* | add patch that generates regnodes.h via regcomp.pl | Ilya Zakharevich | 1998-06-22 | 1 | -0/+250 |