| Commit message (Expand) | Author | Age | Files | Lines |
* | More escaping in the RE | Yves Orton | 2006-07-07 | 1 | -22/+16 |
* | Fix a couple of compilation warnings | Rafael Garcia-Suarez | 2006-06-30 | 1 | -13/+14 |
* | quieten warning by avoiding a comment-within-a-comment | Dave Mitchell | 2006-06-24 | 1 | -1/+1 |
* | Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu) | Yves Orton | 2006-06-22 | 1 | -5/+9 |
* | Fix code before declaration error introduced by #28405 | Steve Hay | 2006-06-21 | 1 | -3/+3 |
* | Clean up a few warnings in regcomp.c under -Dgccansipedantic. | Steve Peters | 2006-06-20 | 1 | -0/+17 |
* | Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmar... | Yves Orton | 2006-06-14 | 1 | -14/+12 |
* | fix re debug segvs in global destruction, and a tweak to Benchmark to prevent... | Yves Orton | 2006-06-14 | 1 | -3/+4 |
* | Guard clause should happen first, otherwise its not a guard clause. | Yves Orton | 2006-06-13 | 1 | -0/+3 |
* | Re: Segv from new regex code when under threads. | Yves Orton | 2006-06-12 | 1 | -1/+2 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -55/+71 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-11 | 1 | -0/+1 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 1 | -265/+576 |
* | C is not perl, AV's dont just magically free themselves... | Yves Orton | 2006-05-30 | 1 | -0/+3 |
* | Silence a warning | Rafael Garcia-Suarez | 2006-05-29 | 1 | -1/+1 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -76/+76 |
* | Re: [PATCH] More regex optimisations and debug enhancements (including Andys ... | Yves Orton | 2006-05-29 | 1 | -431/+787 |
* | optimize /[x]/ to /x/. | Yves Orton | 2006-05-20 | 1 | -9/+37 |
* | refactoring out S_regoptail | Andy Lester | 2006-05-16 | 1 | -24/+9 |
* | S_reguni should return its length | Andy Lester | 2006-05-15 | 1 | -11/+7 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -5/+1 |
* | more -ansi -pedantic cleanliness | Jarkko Hietaniemi | 2006-04-29 | 1 | -2/+2 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+4 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -4/+4 |
* | "Don't Repeat Yourself" on the "We *really* need to overwrite these | Nicholas Clark | 2006-04-22 | 1 | -21/+8 |
* | Why hide functions (and duplicate them) when you can just avoid | Nicholas Clark | 2006-04-21 | 1 | -4/+6 |
* | There's a macro to get ${^RE_DEBUG_FLAGS} when debugging, | Rafael Garcia-Suarez | 2006-04-19 | 1 | -2/+1 |
* | Revert 27869 at Jarkko's request. | Nicholas Clark | 2006-04-18 | 1 | -2/+0 |
* | Coverity insists that if we deference a pointer without checking, and | Nicholas Clark | 2006-04-18 | 1 | -2/+4 |
* | (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk i... | Jarkko Hietaniemi | 2006-04-17 | 1 | -0/+2 |
* | eliminate PL_reg_re | Dave Mitchell | 2006-04-13 | 1 | -16/+16 |
* | regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick | Jarkko Hietaniemi | 2006-04-11 | 1 | -1/+3 |
* | All S_dumpuntil()'s regnode pointer arguments can be const. | Nicholas Clark | 2006-04-10 | 1 | -8/+8 |
* | True consting goodness in regexes | Andy Lester | 2006-04-10 | 1 | -30/+25 |
* | Move all the regexp state variables into a single structure. | Nicholas Clark | 2006-04-06 | 1 | -41/+1 |
* | Save the regexp engine state as 1 block on the save stack. | Nicholas Clark | 2006-04-05 | 1 | -36/+51 |
* | eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata | Dave Mitchell | 2006-04-05 | 1 | -25/+11 |
* | Re: [perl #38293] chr(65535) should be allowed in regexes | SADAHIRO Tomoyuki | 2006-04-02 | 1 | -4/+4 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -13/+11 |
* | remove unused PL_regcc variable | Dave Mitchell | 2006-03-24 | 1 | -1/+0 |
* | Properly set/reset the UTF-8 length cache in regcomp.c. | Nicholas Clark | 2006-03-17 | 1 | -4/+10 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -3/+4 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+4 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -4/+6 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -10/+9 |
* | Avoid calling all the scanning code in gv_fetchpvn_flags when saving | Nicholas Clark | 2006-02-09 | 1 | -3/+7 |
* | lastparen in the regexp structure is never initialised, and so will | Nicholas Clark | 2006-02-08 | 1 | -0/+1 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -49/+24 |
* | blead: format warnings | Jarkko Hietaniemi | 2006-01-08 | 1 | -7/+15 |