summaryrefslogtreecommitdiff
path: root/regcomp.sym
Commit message (Expand)AuthorAgeFilesLines
...
* regcomp.sym: Add EXACTFU regnodeKarl Williamson2010-11-281-0/+1
* regcomp.sym: Clarify commentKarl Williamson2010-11-221-1/+1
* regcomp.sym: Fix descriptionsKarl Williamson2010-11-221-4/+4
* Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.Nicholas Clark2010-05-271-43/+42
* Re-work the regcomp.sym to remove use of hard tabs. No data change.Nicholas Clark2010-05-271-119/+119
* Correct the node numbers in comments.Nicholas Clark2010-05-271-4/+4
* Remove stray tab character in definition for VERB.Nicholas Clark2010-05-271-1/+1
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-0/+2
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-1/+8
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-3/+7
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-1/+0
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-13/+17
* New regex syntax omnibusYves Orton2006-11-071-5/+12
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-2/+5
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-1/+2
* The second patch from:Yves Orton2006-10-301-4/+4
* The first patch from:Yves Orton2006-10-301-4/+3
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-2/+5
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-0/+5
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-5/+11
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-2/+3
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+3
* Automate generation of the regmatch() state constantsYves Orton2006-09-251-8/+37
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-16/+46
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-1/+3
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-4/+14
* Re: recursion now removed from the regex engineYves Orton2006-04-241-5/+6
* Re: Reworked Trie PatchYves Orton2005-03-181-0/+5
* Decouple SANY into SANY and CANY: the new SANY is /./s,Daniel P. Berrange2001-08-041-0/+1
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-19/+0
* Remove a lot of unused regnode codes.Jarkko Hietaniemi1999-07-311-80/+12
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-0/+72
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-4/+4
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+18
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-0/+1
* add patch that generates regnodes.h via regcomp.plIlya Zakharevich1998-06-221-0/+111