summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor re.pm slightly. This has no change to documented behaviour,Nicholas Clark2006-04-211-19/+16
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
* Re: Reworked Trie PatchYves Orton2005-03-181-18/+91
* Skip re tests if re not built.Nicholas Clark2004-06-181-0/+5
* Re: script wantedNicholas Clark2003-08-131-1/+1
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* integrate #18366-18370 from maint-5.8:Hugo van der Sanden2003-01-211-1/+1
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-2/+2
* Externalization from Jatan Shah <jshah@broadcom.com>.Jarkko Hietaniemi2002-02-211-0/+4
* Show also the debug and debugcolor as known pragmas.Jarkko Hietaniemi2002-01-281-1/+1
* [PATCH] is() undef/'' behavior changeMichael G. Schwern2002-01-111-3/+3
* A plan is good.Jarkko Hietaniemi2001-12-211-1/+1
* [REPATCH MANIFEST, ext/re/re.t] Tests for re pragmachromatic2001-12-211-0/+65
* Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6Andy Dougherty2001-11-202-9/+4
* Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6Andy Dougherty2001-11-201-4/+0
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-1/+1
* Integrate changes #12652 and #12653 from maintperl;Jarkko Hietaniemi2001-10-251-6/+22
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
* Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING overrideCraig A. Berry2001-06-131-1/+2
* make ext/re play nice with DEBUGGING overrideCraig A. Berry2001-06-132-7/+11
* Unresolved symbol in ext/re/re.xsGisle Aas2001-06-081-0/+5
* Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-041-4/+9
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-111-1/+0
* re 'debug' was broken by #9084.Jarkko Hietaniemi2001-04-261-1/+1
* ext/re/aix.pl can goH.Merijn Brand2001-03-301-22/+0