summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Regex fails when string is too longhv@crypt.org2009-07-071-2/+3
* fix [RT #60034]. An equivalent fix was already in 5.8.9 as change 34580.David Mitchell2009-04-181-2/+5
* Fix #56194 Regex: (((??{1 + $^N}))) behaves differently in 5.10.0 than in bleadBram2009-04-161-1/+15
* Fix memory leakKarl2009-04-121-0/+3
* Another regexp failure with utf8-flagged string and byte-flagged pattern (rem...Slaven Rezic2009-04-111-2/+6
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2009-03-291-1/+1
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-8/+8
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-3/+3
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-15/+49
* Fix malformed utf8 in regexec.cKarl2009-03-011-6/+12
* fix bug #57042 - preserve $^R across TRIE matchesYves Orton2009-02-261-1/+4
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.David Mitchell2009-01-261-1/+1
* Back out this change from 5.10.x:David Mitchell2009-01-061-13/+1
* Various changes to regex diagnostics and testingYves Orton2009-01-051-1/+2
* Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ...Yves Orton2009-01-051-0/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-1/+5
* Integrate:Nicholas Clark2008-10-261-1/+2
* Integrate:Dave Mitchell2008-05-311-1/+13
* Integrate:Dave Mitchell2008-05-181-3/+11
* Integrate:Nicholas Clark2008-01-311-2/+2
* Integrate:Nicholas Clark2008-01-311-3/+3
* Integrate:Nicholas Clark2008-01-311-3/+3
* Integrate:Nicholas Clark2008-01-301-2/+13
* Integrate:Nicholas Clark2008-01-301-9/+9
* Integrate:Nicholas Clark2008-01-301-1/+2
* 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