summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up regexec.c, and remove two functionsAndy Lester2006-03-301-33/+11
* Silence 3 (spurious) gcc warnings about "maybe used uninitialized".Nicholas Clark2006-03-251-3/+3
* Free the regexp state when exiting "recursion".Nicholas Clark2006-03-251-0/+1
* make S_regmatch() iterative rather than recursive.Dave Mitchell2006-03-241-152/+502
* remove idential code branch from regmatch()Dave Mitchell2006-03-221-23/+1
* merge the TRIEF/TRIEFL and TRIE branches in regmatch(),Dave Mitchell2006-03-201-128/+80
* Restore a bit of change 27533 that change 27534 inadvertently unwound.Nicholas Clark2006-03-171-3/+6
* inline, then delete, S_regrepeat_hard()Dave Mitchell2006-03-171-74/+43
* sv_find() returning false, followed by sv_magic() to add the magic,Nicholas Clark2006-03-171-3/+6
* reduce S_regrepeat_hard() callers from 3 to 1Dave Mitchell2006-03-171-3/+7
* The Coverity audit is upset that the scream_olds variable is notSteve Peters2006-03-091-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-8/+9
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-8/+8
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-8/+8
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-2/+1
* It's the Barbie bus patchAndy Lester2006-01-101-45/+37
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+15
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-3/+3
* Re: [perl #37836] Simple Regex causes SEGV when run on specific dataSADAHIRO Tomoyuki2005-12-051-3/+7
* Clarification and cleanup of the XS SWASHGET codeSADAHIRO Tomoyuki2005-12-051-1/+1
* The regexp engine should check SV flags rather than SV type forNicholas Clark2005-11-301-1/+1
* Re: [perl #37688] Unexpected regex failure. Hugo van der Sanden2005-11-161-0/+1
* Revert patch #25993.Rafael Garcia-Suarez2005-11-041-2/+1
* [perl #19049] Incorrect $` after replacementAndreas König2005-11-041-1/+2
* gcc complains when it sees variables declaredSteve Peters2005-10-141-1/+1
* More embed.fnc goodnessAndy Lester2005-07-291-1/+1
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-30/+17
* Making my way thru embed.fncAndy Lester2005-07-101-10/+10
* Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warningYves Orton2005-07-101-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-4/+6
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-3/+0
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-101-7/+7
* More SvPV constingNicholas Clark2005-06-081-1/+1
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-3/+3
* regexec.c utf8 loadingAndy Lester2005-06-081-23/+28
* More SvPV constingNicholas Clark2005-06-071-2/+2
* SvPVX_const() - patch #4Steve Peters2005-06-031-17/+17
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-11/+11
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-25/+25
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-34/+37
* 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-0/+10
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+4
* -Wformat Robin Barker2005-04-131-38/+38
* Silence compiler warnings about possibly uninitialised variables.Nicholas Clark2005-04-021-6/+6
* The core part of :Andy Lester2005-03-291-7/+7
* Re: [perl #34195] Regex: Alternations within negative lookahead assertions Hugo van der Sanden2005-03-271-21/+55
* Third consting batchAndy Lester2005-03-241-1/+1