| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+23 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -14/+14 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -10/+13 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -111/+106 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -1/+1 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -2/+3 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+5 |
* | s/printf/my_printf/ because we're using the return value. | Nicholas Clark | 2005-11-04 | 1 | -1/+1 |
* | Use the return value from sprintf(). | Nicholas Clark | 2005-11-04 | 1 | -2/+2 |
* | Re: [PATCH] predecrement vs postdecrement | Jarkko Hietaniemi | 2005-10-29 | 1 | -1/+1 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -3/+3 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -14/+15 |
* | The continuing plod through embed.fnc | Andy Lester | 2005-07-18 | 1 | -2/+3 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -2/+2 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -7/+7 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -16/+16 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 1 | -10/+7 |
* | Replace newSVpv(...,0) with newSVpvn where we know the length. | Nicholas Clark | 2005-06-30 | 1 | -1/+1 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -1/+0 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -21/+21 |