summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Silence the g++ warnings "right-hand operand of comma has no effect"Nicholas Clark2007-04-101-4/+4
* RXf_WHITE never used due to small bug in regcomp.cÆvar Arnfjörð Bjarmason2007-04-081-1/+1
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+6
* Re: pmdynflags and thread safetyYves Orton2007-04-041-10/+11
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-25/+17
* Simplify the logic in Perl_re_dup() - copy the structure as 1 block,Nicholas Clark2007-03-261-31/+15
* Change 30753 forgot to remove 2 now unused variables.Nicholas Clark2007-03-251-2/+0
* Looks like re_dup has been leaking references on 2 SVs for most regexpsNicholas Clark2007-03-251-15/+27
* A more efficient copy in Perl_reg_temp_copy()Nicholas Clark2007-03-251-25/+9
* Re: The performance problem of 30678Marcus Holland-Moritz2007-03-251-3/+21
* startp and endp can allocate their array of I32s from the same block ofNicholas Clark2007-03-241-14/+10
* It's possible to write the dup of struct reg_substr_datum with aNicholas Clark2007-03-231-9/+14
* Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.hNicholas Clark2007-03-231-11/+7
* Can use memEQ instead of strnEQ in CHECK_WORD()Nicholas Clark2007-03-221-1/+1
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-35/+95
* feel the the baß (encoding problems in the regex engine)Yves Orton2007-03-201-10/+43
* Define and initialise reg_name only once.Nicholas Clark2007-03-031-9/+9
* (?p{}) has been deprecated for a long time.Rafael Garcia-Suarez2007-02-281-4/+0
* Re: [perl #41565] qr// memory corruptionYves Orton2007-02-261-26/+20
* Fix Win32 compilation error following #30372Steve Hay2007-02-211-1/+1
* Silence a couple of compile warnings.Steve Peters2007-02-201-0/+1
* Actually, only changes to regexec.c from #30081 needed to be reverted.Rafael Garcia-Suarez2007-02-191-2/+3
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-191-3/+2
* Re: [perl #41491] Incorrect regexp warning.Yves Orton2007-02-151-5/+3
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-32/+27
* Re: [perl #41491] Incorrect regexp warning.Yves Orton2007-02-131-6/+10
* Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-101-5/+20
* Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-091-1/+3
* Remove dead code that was emitting warnings.Rafael Garcia-Suarez2007-02-081-14/+0
* Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-081-1/+16
* Improve regex stringification codeYves Orton2007-01-311-92/+130
* regcomp.c: remove some gotos that cause compiler consternation.Yves Orton2007-01-311-9/+19
* $1 in nested regex EVAL doesnt work correctly.Yves Orton2007-01-311-2/+3
* Some variables are used only with DEBUGGINGRafael Garcia-Suarez2007-01-261-0/+4
* Make offsets support conditionalYves Orton2007-01-161-27/+64
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ...Yves Orton2007-01-151-2/+2
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-87/+114
* Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().Rafael Garcia-Suarez2007-01-111-0/+1
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-96/+114
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-091-0/+5
* Silence casting warningsRafael Garcia-Suarez2007-01-081-2/+2
* Silence a gcc warning, spotted by TelsRafael Garcia-Suarez2007-01-051-1/+1
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-3/+3
* The first three patches from:Marcus Holland-Moritz2007-01-041-3/+3
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-13/+92
* Re: g++ unhappyJarkko Hietaniemi2007-01-031-1/+0
* smoke signs suppressionJarkko Hietaniemi2006-12-311-2/+3
* Macroize char class tests in case to remove duplicated code.Yves Orton2006-12-271-290/+48
* Fix a couple of warningsRafael Garcia-Suarez2006-12-251-2/+1