summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-0/+23
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-091-103/+263
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-3/+3
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-55/+78
* [perl #32041] SEGV with complicated regexp and long stringDave Mitchell2006-05-201-0/+3
* Refactoring reghopsAndy Lester2006-05-161-5/+4
* remove a compiler warning by making HOPBACKc only hop *back*Dave Mitchell2006-04-301-1/+1
* more -ansi -pedantic cleanlinessJarkko Hietaniemi2006-04-291-1/+1
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-17/+17
* use NOOP macroAndy Lester2006-04-251-1/+1
* "Don't Repeat Yourself" on the "We *really* need to overwrite theseNicholas Clark2006-04-221-19/+12
* Why hide functions (and duplicate them) when you can just avoidNicholas Clark2006-04-211-5/+4
* regmatch(): replace magic value -1000 with symbolic CHRTEST_VOIDDave Mitchell2006-04-201-10/+14
* regexec consting & localizingAndy Lester2006-04-201-7/+8
* regmatch: merge the greedy and non-greedy branches of CURLYMDave Mitchell2006-04-201-149/+92
* regmatch(): make IFMATCH use PUSH_STACK rather than fake recursionDave Mitchell2006-04-191-56/+114
* regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.Dave Mitchell2006-04-181-6/+17
* Add Dave's explainations of why certain pointers are always non-NULL,Nicholas Clark2006-04-171-0/+22
* generalize the 'continue on success' mechanism of deferred REsDave Mitchell2006-04-161-51/+56
* abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macrosDave Mitchell2006-04-161-7/+10
* Reverting change #27791 which may cause corruption addition corruptionSteve Peters2006-04-141-1/+1
* eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_svDave Mitchell2006-04-131-79/+83
* Add another NULL check thanks to Coverity.Steve Peters2006-04-131-1/+1
* regexec.c: (Coverity) add NULL checkJarkko Hietaniemi2006-04-131-1/+1
* regexec.c: (Coverity) move NULL check even earlierJarkko Hietaniemi2006-04-131-3/+10
* eliminate PL_reg_reDave Mitchell2006-04-131-32/+24
* [perl #38906] Regex engine does not release MINMODAnimator2006-04-121-0/+3
* Remove the final recursion path from S_regmatch: (??{...})Dave Mitchell2006-04-121-105/+170
* regexec.c: move NULL check earlier to make Coverity happierJarkko Hietaniemi2006-04-111-6/+7
* True consting goodness in regexesAndy Lester2006-04-101-19/+18
* fix potential null deref introduced by change #27716Dave Mitchell2006-04-081-1/+1
* (??{...}) didn't always restore PL_reg_re.Dave Mitchell2006-04-051-1/+3
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-52/+38
* restructure the EVAL branch of regmatch() to minimise local var scopeDave Mitchell2006-04-051-81/+86
* undo #27700 and add a missing Safefree()Dave Mitchell2006-04-031-1/+3
* Removed unused code in regexec.cAndy Lester2006-04-031-3/+2
* anonymous unions aren't legal ANSI cDave Mitchell2006-04-031-247/+247
* whoops, change 27691 blew away the regexec.c changes from 27688Dave Mitchell2006-04-021-8/+8