summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* Make dquote_static.c available to ext/re/Tony Cook2010-09-231-1/+6
* re.pm: Change comment to use new (?^...)Karl Williamson2010-09-221-1/+1
* Bump module version numbersDavid Golden2010-07-191-1/+1
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-1/+1
* tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-8/+10
* bump versions for core libs changed since 5.11.3Ricardo Signes2010-01-191-1/+1
* Fix typo in referenceAbigail2010-01-061-1/+1
* Document that interpolating a '(??{ code })' construct in a regularAbigail2010-01-061-3/+5
* Fix a couple of typos and standardize on using 'regexp' instead ofAbigail2010-01-061-9/+9
* disable non-unicode case insensitive trie matchingYves Orton2009-10-251-6/+6
* 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