summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* (?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
* Re: Named-capture regex syntaxYves Orton2006-12-251-52/+134
* C++: regcomp.c and ext/Time/Piece/Piece.xsJarkko Hietaniemi2006-12-181-27/+34
* Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.Yves Orton2006-12-051-1/+1
* Further tweaks to make it easier to create regexp engine plug ins.Yves Orton2006-12-051-10/+13
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-041-8/+7
* Actually submit previous change.Rafael Garcia-Suarez2006-12-041-8/+10
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-041-5/+22
* Re: [perl #41010] (?(COND)) in pattern matching not working properlyYves Orton2006-12-031-27/+32
* Remove unused variableRafael Garcia-Suarez2006-12-011-2/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-77/+146
* Re: Fix \k<foo> preceded by literalYves Orton2006-11-291-0/+1
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-291-11/+1
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-40/+44
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-26/+27
* Swap _reg_ac_data.trie to U32 offset into the regdata array, asNicholas Clark2006-11-261-10/+7
* Moving the reference count to the front of both _reg_trie_data andNicholas Clark2006-11-261-11/+7
* A little reodering of the switch statement in Perl_regdupe makes a Nicholas Clark2006-11-261-8/+5