summaryrefslogtreecommitdiff
path: root/regexp.h
Commit message (Expand)AuthorAgeFilesLines
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-12/+8
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-1/+11
* Re: Regexp recursion limit too low?Yves Orton2007-02-261-1/+1
* Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,Rafael Garcia-Suarez2007-02-141-0/+2
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-2/+6
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-0/+2
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-29/+49
* Improve regex stringification codeYves Orton2007-01-311-1/+31
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ...Yves Orton2007-01-151-5/+5
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-2/+10
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-0/+4
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-091-12/+18
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* 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