summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-8/+12
* Swap _reg_ac_data.trie to U32 offset into the regdata array, asNicholas Clark2006-11-261-1/+2
* smoke signs suppressionJarkko Hietaniemi2006-11-251-6/+6
* Re: [PATCH] Cleanup regexp flags and structureYves Orton2006-11-231-42/+55
* Cleanup regexp flags and structureYves Orton2006-11-231-29/+29
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-6/+13
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-2/+13
* [perl #36909] $^R undefined on matches involving backreferencesyves orton2006-11-171-1/+9
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-4/+35
* Fwd: Memory leak with s/// and hashesYves Orton2006-11-141-6/+4
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-62/+159
* Looks like I didn't actually test the COW conditional code inNicholas Clark2006-11-121-2/+2
* (2nd version) small tweaks based on smoke signsJarkko Hietaniemi2006-11-121-2/+2
* ***speculative*** was RE: [PATCH] regexec.c - silence compiler warningRobin Barker2006-11-091-14/+14
* Type change to avoid signed/unsigned compiler warningsRafael Garcia-Suarez2006-11-081-1/+1
* New regex syntax omnibusYves Orton2006-11-071-19/+120
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-36/+74
* Silence a gcc warningRafael Garcia-Suarez2006-11-021-2/+2
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-2/+22
* Silence VC++ compiler warningsSteve Hay2006-11-011-5/+5
* The second patch from:Yves Orton2006-10-301-15/+17
* The first patch from:Yves Orton2006-10-301-5/+9
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-12/+11
* Fix a memory leak :Yves Orton2006-10-261-1/+2
* [perl #40557] regexec.c saves context stack position improperly Dave Bailey2006-10-181-1/+1
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-18/+82