summaryrefslogtreecommitdiff
path: root/regexp.h
Commit message (Expand)AuthorAgeFilesLines
* Further tweaks to make it easier to create regexp engine plug ins.Yves Orton2006-12-051-18/+16
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-041-19/+0
* The new regexp compilation function must be added to the engine structure.Rafael Garcia-Suarez2006-12-041-0/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-31/+29
* Re: [PATCH] Cleanup regexp flags and structureYves Orton2006-11-231-1/+8
* Cleanup regexp flags and structureYves Orton2006-11-231-74/+126
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-0/+2
* Remove duplicate declarationRafael Garcia-Suarez2006-11-161-2/+0
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+6
* Fwd: Memory leak with s/// and hashesYves Orton2006-11-141-4/+0
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-3/+8
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-1/+3
* ***speculative*** was RE: [PATCH] regexec.c - silence compiler warningRobin Barker2006-11-091-3/+3
* New regex syntax omnibusYves Orton2006-11-071-1/+10
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-0/+1
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-2/+2
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-1/+2
* remove REGMATCH detritus and shrink the size of the backtrack structureDave Mitchell2006-10-051-16/+2
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-16/+18
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-0/+4
* rationalise sayYES and sayNO code in regmatch()Dave Mitchell2006-09-301-0/+2
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-9/+9
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-1/+28
* eliminate PL_regindent and improve -Mre=Debug,STATE outputDave Mitchell2006-09-251-2/+0
* fix regression introduced in #27778: must backtrack into inner regexDave Mitchell2006-09-241-1/+5
* in S_regmatch(), convert state var st->cc into local var cur_curlyxDave Mitchell2006-09-241-1/+0
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-0/+1
* migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-06-301-4/+6
* migrate TRIE branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-06-231-1/+3
* start turning regmatch() main loop into a FSMDave Mitchell2006-06-161-28/+14
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-7/+11
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-24/+30
* regmatch: merge the greedy and non-greedy branches of CURLYMDave Mitchell2006-04-201-1/+1
* regmatch(): make IFMATCH use PUSH_STACK rather than fake recursionDave Mitchell2006-04-191-0/+8
* generalize the 'continue on success' mechanism of deferred REsDave Mitchell2006-04-161-4/+10
* eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_svDave Mitchell2006-04-131-10/+11
* eliminate PL_reg_reDave Mitchell2006-04-131-2/+0
* Remove the final recursion path from S_regmatch: (??{...})Dave Mitchell2006-04-121-27/+11
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-1/+35
* Save the regexp engine state as 1 block on the save stack.Nicholas Clark2006-04-051-0/+50
* anonymous unions aren't legal ANSI cDave Mitchell2006-04-031-1/+1
* subsume CURCUR (current curly) struct within the main regmatch_stateDave Mitchell2006-04-021-21/+15
* make parts of struct regmatch_state unionsDave Mitchell2006-04-021-19/+53
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-0/+113
* REXEC_ML is unused.Gisle Aas2006-03-261-1/+0
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-2/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* COW regexps:Nicholas Clark2003-02-161-0/+20
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-021-0/+8