summaryrefslogtreecommitdiff
path: root/ext/re/re_top.h
Commit message (Expand)AuthorAgeFilesLines
* add Perl_re_op_compile functionDavid Mitchell2012-06-131-0/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+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-061-1/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-2/+4
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-1/+1
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+1
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-0/+2
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-041-1/+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-3/+2
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-0/+1
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-7/+8
* "Don't Repeat Yourself" on the "We *really* need to overwrite theseNicholas Clark2006-04-221-0/+29