summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-291-9/+10
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-295-108/+95
* 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-252-9/+15
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-3/+9
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-1/+2
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-0/+1
* fix re debug segvs in global destruction, and a tweak to Benchmark to prevent...Yves Orton2006-06-141-1/+1
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-36/+132
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-20/+23
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-093-19/+111
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-18/+17
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-293-8/+178
* "Don't Repeat Yourself" on the "We *really* need to overwrite theseNicholas Clark2006-04-222-0/+36
* 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-212-37/+30