summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More escaping in the REYves Orton2006-07-071-61/+29
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-20/+28
* silence a compiler warningDave Mitchell2006-07-021-1/+1
* migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-06-301-238/+249
* migrate TRIE branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-06-231-127/+132
* : fix: [perl #39583] Pattern Match fails for specific length stringYves Orton2006-06-231-1/+2
* Re: blead trie problems in tru64 with -DDEBUGGINGJarkko Hietaniemi2006-06-181-2/+2
* start turning regmatch() main loop into a FSMDave Mitchell2006-06-161-427/+391
* fix re debug segvs in global destruction, and a tweak to Benchmark to prevent...Yves Orton2006-06-141-7/+5
* Guard clause should happen first, otherwise its not a guard clause.Yves Orton2006-06-131-2/+2
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-44/+61