summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Comment out a now unused variableRafael Garcia-Suarez2007-12-171-1/+2
* Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R...Yves Orton2007-12-171-27/+61
* Re: [perl #47195] $1 suddenly tainted after regexp on utf-8 stringRick Delaney2007-11-071-1/+1
* misc blead stuffJarkko Hietaniemi2007-08-301-2/+2
* TRIE must use 'yes' state transitions when more than one match possible to en...Marcus Holland-Moritz2007-08-181-10/+2
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-2/+2
* [perl #43159] 5.9.4 regexp capturing wronglyDave Mitchell2007-06-181-6/+0
* add test for, and update comments for, old defined($1) oddity.Dave Mitchell2007-06-181-8/+6
* Silence another VC++ compiler warning (signed/unsigned mismatch in ==)Steve Hay2007-06-051-1/+1
* Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \nYves Orton2007-05-291-1/+1
* tweak some regexp params to avoid warningsYves Orton2007-05-021-1/+1
* Signedness nit, found by JarkkoRafael Garcia-Suarez2007-04-301-1/+1
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-3/+3
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-271-22/+15
* Fix a signed/unsigned comparison warningRafael Garcia-Suarez2007-04-271-2/+1
* Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),Nicholas Clark2007-04-261-2/+3
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-0/+27
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-3/+1
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-1/+135
* Re: pmdynflags and thread safetyYves Orton2007-04-041-4/+3
* free backtrack track when on unexpected exit, eg /(?{ die })/Dave Mitchell2007-04-011-20/+27
* fix $^R scoping bug.Dave Mitchell2007-04-011-17/+13
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-61/+52
* Move the declaration of two variables into the only block that usesNicholas Clark2007-03-261-4/+2
* startp and endp can allocate their array of I32s from the same block ofNicholas Clark2007-03-241-2/+2
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-15/+20
* feel the the baß (encoding problems in the regex engine)Yves Orton2007-03-201-1/+1
* The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.Nicholas Clark2007-03-131-2/+2
* Define and initialise reg_name only once.Nicholas Clark2007-03-031-2/+2
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-12/+11
* Re: [perl #41565] qr// memory corruptionYves Orton2007-02-261-2/+2
* Re: Regexp recursion limit too low?Yves Orton2007-02-261-3/+13
* Silence a couple of compile warnings.Steve Peters2007-02-201-0/+3
* regexec.c: S_ stands for staticJarkko Hietaniemi2007-02-201-1/+1
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-191-24/+1
* Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/Yves Orton2007-02-121-2/+11
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-35/+52
* Change 29502 wasn't perfect - you need to remove any extra trailingNicholas Clark2007-02-021-8/+22
* Improve regex stringification codeYves Orton2007-01-311-1/+1
* $1 in nested regex EVAL doesnt work correctly.Yves Orton2007-01-311-1/+24
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-12/+55
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* Silence various VC6 warningsSteve Hay2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-1/+1
* The first three patches from:Marcus Holland-Moritz2007-01-041-1/+1
* Silence VC warnings about possible operator precedence problemsSteve Hay2006-12-121-1/+1
* Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()Nicholas Clark2006-12-101-51/+33
* Downgrading a fixed or floating substring of a pattern whilst matchingNicholas Clark2006-12-101-0/+8
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-041-3/+8
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-6/+6