| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -2/+2 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -17/+34 |
* | Spelling fixes for re.pm. | Steve Peters | 2006-10-27 | 1 | -4/+4 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 5 | -55/+95 |
* | Update comment (by Yves Orton), plus POD fixes | Rafael Garcia-Suarez | 2006-10-11 | 1 | -11/+12 |
* | ext re: C++: EXTERN_C needed, and where did sub install() go? | Jarkko Hietaniemi | 2006-10-11 | 2 | -4/+5 |
* | Regexp Recurse by name. | Yves Orton | 2006-10-10 | 1 | -10/+20 |
* | Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. | Yves Orton | 2006-09-29 | 1 | -9/+10 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 5 | -108/+95 |
* | Make Perl_regdupe only exist for threaded perls. | Nicholas Clark | 2006-09-26 | 1 | -2/+14 |
* | Add hook for re_dup() into regex engine as reg_dupe (make re | Yves Orton | 2006-09-25 | 2 | -9/+15 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -3/+9 |
* | Re: Fix loads of warnings from the last escaping patch... | Yves Orton | 2006-07-16 | 1 | -1/+2 |
* | Updated escaping code. utf8 regex debug output improvements | Yves Orton | 2006-07-15 | 1 | -0/+1 |
* | fix re debug segvs in global destruction, and a tweak to Benchmark to prevent... | Yves Orton | 2006-06-14 | 1 | -1/+1 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -36/+132 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-11 | 1 | -20/+23 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 3 | -19/+111 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -18/+17 |
* | Re: [PATCH] More regex optimisations and debug enhancements (including Andys ... | Yves Orton | 2006-05-29 | 3 | -8/+178 |
* | "Don't Repeat Yourself" on the "We *really* need to overwrite these | Nicholas Clark | 2006-04-22 | 2 | -0/+36 |
* | Remove the enable_debugging member from the structure, and instead | Nicholas Clark | 2006-04-21 | 1 | -6/+7 |
* | Use a struct to hold the regexp engine state information, to make | Nicholas Clark | 2006-04-21 | 1 | -16/+43 |
* | Merge the install and uninstall routines. | Nicholas Clark | 2006-04-21 | 2 | -37/+30 |
* | Refactor re.pm slightly. This has no change to documented behaviour, | Nicholas Clark | 2006-04-21 | 1 | -19/+16 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 1 | -1/+1 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -18/+91 |
* | Skip re tests if re not built. | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | Re: script wanted | Nicholas Clark | 2003-08-13 | 1 | -1/+1 |
* | No more ext/*/*.t, move them all to ext/*/t. | Jarkko Hietaniemi | 2003-07-28 | 1 | -0/+0 |
* | integrate #18366-18370 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -1/+1 |
* | Document the hint constants and where they're used. | Rafael Garcia-Suarez | 2002-11-29 | 1 | -2/+2 |
* | Externalization from Jatan Shah <jshah@broadcom.com>. | Jarkko Hietaniemi | 2002-02-21 | 1 | -0/+4 |
* | Show also the debug and debugcolor as known pragmas. | Jarkko Hietaniemi | 2002-01-28 | 1 | -1/+1 |
* | [PATCH] is() undef/'' behavior change | Michael G. Schwern | 2002-01-11 | 1 | -3/+3 |
* | A plan is good. | Jarkko Hietaniemi | 2001-12-21 | 1 | -1/+1 |
* | [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma | chromatic | 2001-12-21 | 1 | -0/+65 |
* | Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6 | Andy Dougherty | 2001-11-20 | 2 | -9/+4 |
* | Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6 | Andy Dougherty | 2001-11-20 | 1 | -4/+0 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+1 |
* | Integrate changes #12652 and #12653 from maintperl; | Jarkko Hietaniemi | 2001-10-25 | 1 | -6/+22 |
* | Bump up the VERSIONs of modules that have changed since 5.6.0, | Jarkko Hietaniemi | 2001-06-29 | 1 | -1/+1 |
* | Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override | Craig A. Berry | 2001-06-13 | 1 | -1/+2 |
* | make ext/re play nice with DEBUGGING override | Craig A. Berry | 2001-06-13 | 2 | -7/+11 |
* | Unresolved symbol in ext/re/re.xs | Gisle Aas | 2001-06-08 | 1 | -0/+5 |
* | Eradicate traces of 'asciirange' re subpragma. | Jarkko Hietaniemi | 2001-06-04 | 1 | -4/+9 |
* | Remove the 'asciir' re subpragma. Should instead implement | Jarkko Hietaniemi | 2001-05-11 | 1 | -1/+0 |
* | re 'debug' was broken by #9084. | Jarkko Hietaniemi | 2001-04-26 | 1 | -1/+1 |
* | ext/re/aix.pl can go | H.Merijn Brand | 2001-03-30 | 1 | -22/+0 |