summaryrefslogtreecommitdiff
path: root/regexp.h
Commit message (Expand)AuthorAgeFilesLines
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2009-03-291-0/+2
* Integrate:Reini Urban2008-12-041-6/+6
* Integrate:Nicholas Clark2008-10-261-1/+1
* Integrate:Nicholas Clark2008-01-311-0/+2
* Integrate:Nicholas Clark2008-01-311-2/+0
* Integrate:Nicholas Clark2008-01-311-2/+3
* Integrate:Nicholas Clark2008-01-301-11/+43
* Integrate:Nicholas Clark2008-01-301-1/+3
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or re...Yves Orton2007-08-181-0/+14
* Optimize split //Ævar Arnfjörð Bjarmason2007-08-091-0/+1
* /p vs (?p)Abigail2007-06-301-1/+1
* fix overzealous search and replaceYves Orton2007-06-291-4/+4
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-281-20/+20
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-281-1/+8
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-0/+35
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-3/+40
* Minor perlreapi.pod cleanupÆvar Arnfjörð Bjarmason2007-05-201-2/+11
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-5/+9
* tweak some regexp params to avoid warningsYves Orton2007-05-021-2/+2
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-12/+14
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-1/+1
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+1
* Re: pmdynflags and thread safetyYves Orton2007-04-041-2/+4
* Reorder the members of various regexp structs to reduce their size onNicholas Clark2007-03-311-10/+10
* precomp in struct regexp can be const char *.Nicholas Clark2007-03-311-1/+2
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-12/+8
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-1/+11
* Re: Regexp recursion limit too low?Yves Orton2007-02-261-1/+1
* Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,Rafael Garcia-Suarez2007-02-141-0/+2
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-2/+6
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-0/+2
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-29/+49
* Improve regex stringification codeYves Orton2007-01-311-1/+31
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ...Yves Orton2007-01-151-5/+5
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-2/+10
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-0/+4
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-091-12/+18
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* Further tweaks to make it easier to create regexp engine plug ins.Yves Orton2006-12-051-18/+16
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-041-19/+0
* The new regexp compilation function must be added to the engine structure.Rafael Garcia-Suarez2006-12-041-0/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-31/+29
* Re: [PATCH] Cleanup regexp flags and structureYves Orton2006-11-231-1/+8
* Cleanup regexp flags and structureYves Orton2006-11-231-74/+126
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-0/+2
* Remove duplicate declarationRafael Garcia-Suarez2006-11-161-2/+0
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+6
* Fwd: Memory leak with s/// and hashesYves Orton2006-11-141-4/+0
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-3/+8