summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* Move re::regexp_pattern to universal.cJerry D. Hedden2009-01-033-125/+16
* Integrate:Nicholas Clark2008-01-311-2/+3
* Integrate:Nicholas Clark2008-01-301-1/+2
* Integrate:Nicholas Clark2008-01-301-13/+14
* [patch@31739] regop.t fix for VMSJohn E. Malmberg2007-08-221-0/+2
* /p vs (?p)Abigail2007-06-301-0/+1
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-22/+2
* Avoid multiply defined symbols in re extension following #31341.Craig A. Berry2007-06-081-0/+6
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-065-29/+30
* Fix breakages caused by #31130:Steve Hay2007-05-031-8/+9
* Silence some VC6 compiler warnings in the regex codeSteve Hay2007-05-031-2/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-032-6/+16
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-302-16/+18
* Fix a function signature missed by #31027 to silence a VC6 warningSteve Hay2007-04-241-1/+1
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-062-0/+3
* Re: pmdynflags and thread safetyYves Orton2007-04-041-1/+1
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-222-50/+26
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-083-288/+2
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-2/+8
* dmq points out that %+ and %- are not arrays. Fix the doc.Rafael Garcia-Suarez2007-02-271-3/+3
* Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.Rafael Garcia-Suarez2007-02-271-29/+41
* Re: [perl #41565] qr// memory corruptionYves Orton2007-02-261-2/+2
* Actually, only changes to regexec.c from #30081 needed to be reverted.Rafael Garcia-Suarez2007-02-192-0/+2
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-192-2/+0
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-3/+3
* add hooks for capture buffers into regex engine.Yves Orton2007-02-132-1/+7
* Improve regex stringification codeYves Orton2007-01-312-13/+11
* $1 in nested regex EVAL doesnt work correctly.Yves Orton2007-01-312-0/+2
* Make offsets support conditionalYves Orton2007-01-161-0/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-044-28/+373
* Avoid my_regdupe type mismatch warning after #29430Craig A. Berry2006-12-061-1/+1
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-042-5/+2
* The new regexp compilation function must be added to the engine structure.Rafael Garcia-Suarez2006-12-042-0/+3
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-012-6/+4
* smoke signs suppressionJarkko Hietaniemi2006-11-251-3/+5
* Cleanup regexp flags and structureYves Orton2006-11-231-5/+5
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-203-10/+10
* Doc nits to re.pmRafael Garcia-Suarez2006-11-171-17/+17
* add regmust() to re.pm/re.xsYves Orton2006-11-173-5/+92
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+1
* POD fixes and nits in re.pmRafael Garcia-Suarez2006-11-131-22/+20
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-134-123/+361
* Reinstate warning 'Useless use of "re" pragma'Rafael Garcia-Suarez2006-11-121-2/+3
* New regex syntax omnibusYves Orton2006-11-071-2/+2
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-17/+34
* Spelling fixes for re.pm.Steve Peters2006-10-271-4/+4
* Re: Off by one in the trie code?Yves Orton2006-10-195-55/+95
* Update comment (by Yves Orton), plus POD fixesRafael Garcia-Suarez2006-10-111-11/+12
* ext re: C++: EXTERN_C needed, and where did sub install() go?Jarkko Hietaniemi2006-10-112-4/+5
* Regexp Recurse by name.Yves Orton2006-10-101-10/+20