summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()Nicholas Clark2006-12-101-51/+33
* Downgrading a fixed or floating substring of a pattern whilst matchingNicholas Clark2006-12-101-0/+8
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-041-3/+8
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-6/+6
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-8/+12
* Swap _reg_ac_data.trie to U32 offset into the regdata array, asNicholas Clark2006-11-261-1/+2
* smoke signs suppressionJarkko Hietaniemi2006-11-251-6/+6
* Re: [PATCH] Cleanup regexp flags and structureYves Orton2006-11-231-42/+55
* Cleanup regexp flags and structureYves Orton2006-11-231-29/+29
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-6/+13
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-2/+13
* [perl #36909] $^R undefined on matches involving backreferencesyves orton2006-11-171-1/+9
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-4/+35
* Fwd: Memory leak with s/// and hashesYves Orton2006-11-141-6/+4
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-62/+159
* Looks like I didn't actually test the COW conditional code inNicholas Clark2006-11-121-2/+2
* (2nd version) small tweaks based on smoke signsJarkko Hietaniemi2006-11-121-2/+2
* ***speculative*** was RE: [PATCH] regexec.c - silence compiler warningRobin Barker2006-11-091-14/+14
* Type change to avoid signed/unsigned compiler warningsRafael Garcia-Suarez2006-11-081-1/+1
* New regex syntax omnibusYves Orton2006-11-071-19/+120
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-36/+74
* Silence a gcc warningRafael Garcia-Suarez2006-11-021-2/+2
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-2/+22
* Silence VC++ compiler warningsSteve Hay2006-11-011-5/+5
* The second patch from:Yves Orton2006-10-301-15/+17
* The first patch from:Yves Orton2006-10-301-5/+9
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-12/+11
* Fix a memory leak :Yves Orton2006-10-261-1/+2
* [perl #40557] regexec.c saves context stack position improperly Dave Bailey2006-10-181-1/+1
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-18/+82
* Re: [PATCH] regexec.c: goto crossing initializationJarkko Hietaniemi2006-10-091-1/+2
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-11/+38
* Document the new regmatch() backtracking mechanismDave Mitchell2006-10-051-95/+123
* remove REGMATCH detritus and shrink the size of the backtrack structureDave Mitchell2006-10-051-116/+78
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-365/+282
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-22/+76
* remove backing up outercc->cur in regmatch()/WHILEMDave Mitchell2006-09-301-12/+0
* assert that backing up outercc->cur in regmatch()/WHILEM is not neededDave Mitchell2006-09-301-3/+3
* rationalise sayYES and sayNO code in regmatch()Dave Mitchell2006-09-301-72/+47
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-12/+21
* Automate generation of the regmatch() state constantsYves Orton2006-09-251-54/+1
* Fix re debug formatting nitsYves Orton2006-09-251-10/+13
* eliminate PL_regindent and improve -Mre=Debug,STATE outputDave Mitchell2006-09-251-41/+76
* fix regression introduced in #27778: must backtrack into inner regexDave Mitchell2006-09-241-35/+70
* in S_regmatch(), convert state var st->cc into local var cur_curlyxDave Mitchell2006-09-241-63/+65
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-2/+2
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-191-1/+1
* More warnings silencing, including suggestions by Dominic DunlopRafael Garcia-Suarez2006-09-121-2/+2
* Fix a few more printf format warningsRafael Garcia-Suarez2006-09-111-2/+2
* Fix definition of macro HOP3 (spotted by a gcc warning)Rafael Garcia-Suarez2006-09-111-1/+1