summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* Untangle File::Basename and re - avoid hard-coding the hints value.Nicholas Clark2009-09-121-9/+0
* re.pm will load under miniperl, so don't hard-code its values into ParseXSNicholas Clark2009-09-121-5/+0
* Always load the re.xs code, unless we're running under miniperl.Nicholas Clark2009-09-111-35/+17
* add more positive gofs GPOS tests and fix some bugs tooYves Orton2009-09-101-1/+2
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-285-15/+5
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Change 34672 should have removed a const from re.xs. I thought I'dNicholas Clark2008-10-311-1/+1
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-093-129/+16
* Allow sv_setsv_flags() to copy SVt_REGEXP much like it copiesNicholas Clark2008-01-061-0/+4
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-051-2/+3
* Make ext/re/t/re_funcs.t warnings clean.Nicholas Clark2008-01-051-1/+2
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-11/+11
* The position of the modifier flag bits is actually encoded by a rightNicholas Clark2007-12-291-1/+2
* Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() andNicholas Clark2007-12-291-1/+1
* Wrap all accesses to the members precomp and prelen of struct regexp inNicholas Clark2007-12-281-1/+1
* ext/ constingRobin Barker2007-12-221-1/+1
* [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