summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-97/+195
* Removed some leftover debugging accidentally added withSteve Peters2006-09-061-9/+2
* UCD 5.0.0Jarkko Hietaniemi2006-09-061-2/+9
* Fix a few warningsRafael Garcia-Suarez2006-09-051-1/+1
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-102/+208
* g++ large patchJarkko Hietaniemi2006-08-071-2/+4
* Silence a couple of Borland compiler warningsSteve Hay2006-08-011-1/+1
* Re: Silence/fix more warnings from the regex engineYves Orton2006-07-271-10/+9
* z/OS: pp_sys.c, reg*.c, toke.c, utf8.cJarkko Hietaniemi2006-07-231-3/+11
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-107/+93
* remove regex postive super-linear cache codeDave Mitchell2006-07-141-56/+11
* Clear up a few more warnings from blead.Steve Peters2006-07-131-0/+4
* Macroize vast tracks of duplicated code in regexec.cYves Orton2006-07-081-508/+220