summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid calling all the scanning code in gv_fetchpvn_flags when savingNicholas Clark2006-02-091-3/+7
* lastparen in the regexp structure is never initialised, and so willNicholas Clark2006-02-081-0/+1
* It's the Barbie bus patchAndy Lester2006-01-101-49/+24
* blead: format warningsJarkko Hietaniemi2006-01-081-7/+15
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+23
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-14/+14
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-10/+13
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-111/+106
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-1/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-2/+3
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-0/+5
* s/printf/my_printf/ because we're using the return value.Nicholas Clark2005-11-041-1/+1
* Use the return value from sprintf().Nicholas Clark2005-11-041-2/+2
* Re: [PATCH] predecrement vs postdecrementJarkko Hietaniemi2005-10-291-1/+1
* Stas' croak patch and then someAndy Lester2005-10-131-3/+3
* More embed.fnc goodnessAndy Lester2005-07-291-14/+15
* The continuing plod through embed.fncAndy Lester2005-07-181-2/+3
* more embed cleanupAndy Lester2005-07-151-2/+2
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-7/+7
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-16/+16