summaryrefslogtreecommitdiff
path: root/ext/re/re.xs
Commit message (Expand)AuthorAgeFilesLines
* Allow wildcard pattern debuggingKarl Williamson2020-03-051-1/+25
* Don't use VOL internally, because "volatile" works just fineAaron Crane2017-10-211-1/+1
* add DEBUGGING_RE_ONLY defineDavid Mitchell2017-06-231-0/+1
* add filename handling to xs handshakeDaniel Dragan2014-11-131-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-0/+4
* Correct sub signature in re.xsFather Chrysostomos2013-08-251-1/+1
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-3/+9
* ext/re: Optimize XPUSH's to EXTEND(), PUSH,...Steffen Mueller2012-10-221-2/+3
* make Perl_... and my_re_op_compile sigs matchDavid Mitchell2012-06-131-1/+1
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-2/+6
* add Perl_re_op_compile functionDavid Mitchell2012-06-131-0/+1
* Avoid segfault in re::regmust with pluggable RE enginesDavid Leadbeater2011-02-181-5/+8
* 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-091-92/+0
* 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
* 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
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-22/+2
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-3/+6
* 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-031-4/+12
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-15/+17
* 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-061-0/+2
* Re: pmdynflags and thread safetyYves Orton2007-04-041-1/+1
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-162/+0
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-1/+5
* Improve regex stringification codeYves Orton2007-01-311-5/+2
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-24/+172
* 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-041-4/+2
* The new regexp compilation function must be added to the engine structure.Rafael Garcia-Suarez2006-12-041-0/+2
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-3/+2
* smoke signs suppressionJarkko Hietaniemi2006-11-251-3/+5
* Cleanup regexp flags and structureYves Orton2006-11-231-5/+5
* add regmust() to re.pm/re.xsYves Orton2006-11-171-1/+38
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+1
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-0/+118
* ext re: C++: EXTERN_C needed, and where did sub install() go?Jarkko Hietaniemi2006-10-111-1/+1
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-90/+16
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-261-2/+14
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-2/+7
* Remove the enable_debugging member from the structure, and insteadNicholas Clark2006-04-211-6/+7
* Use a struct to hold the regexp engine state information, to makeNicholas Clark2006-04-211-16/+43
* Merge the install and uninstall routines.Nicholas Clark2006-04-211-30/+29