summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-10/+7
* Replace newSVpv(...,0) with newSVpvn where we know the length.Nicholas Clark2005-06-301-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-1/+0
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-101-21/+21
* regcomp.c and moreAndy Lester2005-06-091-188/+170
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-3/+3
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-3/+3
* SvPVX_const() - patch #4Steve Peters2005-06-031-9/+9
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-11/+11
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-48/+50
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-4/+7
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-8/+5
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-6/+6
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* GCC attributes!Andy Lester2005-05-071-1/+1
* uninitialized warnings in regcompSteven Philip Schubiger2005-05-021-12/+12
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+5