summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* g++ large patchJarkko Hietaniemi2006-08-071-6/+8
* z/OS: pp_sys.c, reg*.c, toke.c, utf8.cJarkko Hietaniemi2006-07-231-0/+25
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-5/+5
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-72/+104
* More escaping in the REYves Orton2006-07-071-22/+16
* Fix a couple of compilation warningsRafael Garcia-Suarez2006-06-301-13/+14
* quieten warning by avoiding a comment-within-a-commentDave Mitchell2006-06-241-1/+1
* Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)Yves Orton2006-06-221-5/+9
* Fix code before declaration error introduced by #28405Steve Hay2006-06-211-3/+3
* Clean up a few warnings in regcomp.c under -Dgccansipedantic.Steve Peters2006-06-201-0/+17
* Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmar...Yves Orton2006-06-141-14/+12
* fix re debug segvs in global destruction, and a tweak to Benchmark to prevent...Yves Orton2006-06-141-3/+4
* Guard clause should happen first, otherwise its not a guard clause.Yves Orton2006-06-131-0/+3
* Re: Segv from new regex code when under threads.Yves Orton2006-06-121-1/+2
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-55/+71
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-0/+1
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-091-265/+576
* C is not perl, AV's dont just magically free themselves...Yves Orton2006-05-301-0/+3
* Silence a warningRafael Garcia-Suarez2006-05-291-1/+1
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-76/+76
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-431/+787
* optimize /[x]/ to /x/.Yves Orton2006-05-201-9/+37
* refactoring out S_regoptailAndy Lester2006-05-161-24/+9
* S_reguni should return its lengthAndy Lester2006-05-151-11/+7
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-5/+1
* more -ansi -pedantic cleanlinessJarkko Hietaniemi2006-04-291-2/+2
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-0/+4
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* use NOOP macroAndy Lester2006-04-251-4/+4
* "Don't Repeat Yourself" on the "We *really* need to overwrite theseNicholas Clark2006-04-221-21/+8
* Why hide functions (and duplicate them) when you can just avoidNicholas Clark2006-04-211-4/+6
* There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,Rafael Garcia-Suarez2006-04-191-2/+1
* Revert 27869 at Jarkko's request.Nicholas Clark2006-04-181-2/+0
* Coverity insists that if we deference a pointer without checking, andNicholas Clark2006-04-181-2/+4
* (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk i...Jarkko Hietaniemi2006-04-171-0/+2
* eliminate PL_reg_reDave Mitchell2006-04-131-16/+16
* regcomp.c (try II): use &PL_sv_undef for listsv as suggested by NickJarkko Hietaniemi2006-04-111-1/+3
* All S_dumpuntil()'s regnode pointer arguments can be const.Nicholas Clark2006-04-101-8/+8
* True consting goodness in regexesAndy Lester2006-04-101-30/+25
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-41/+1
* Save the regexp engine state as 1 block on the save stack.Nicholas Clark2006-04-051-36/+51
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-25/+11
* Re: [perl #38293] chr(65535) should be allowed in regexesSADAHIRO Tomoyuki2006-04-021-4/+4
* Random accumulated patchesAndy Lester2006-03-311-13/+11
* remove unused PL_regcc variableDave Mitchell2006-03-241-1/+0
* Properly set/reset the UTF-8 length cache in regcomp.c.Nicholas Clark2006-03-171-4/+10
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-3/+4
* unused context warningsAndy Lester2006-02-241-0/+4
* Sun Studio lint patchesAndy Lester2006-02-141-4/+6
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-10/+9