| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 3 | -288/+2 |
* | Re: New file: t/op/regexp_email.t | Yves Orton | 2007-03-01 | 1 | -2/+8 |
* | dmq points out that %+ and %- are not arrays. Fix the doc. | Rafael Garcia-Suarez | 2007-02-27 | 1 | -3/+3 |
* | Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture. | Rafael Garcia-Suarez | 2007-02-27 | 1 | -29/+41 |
* | Re: [perl #41565] qr// memory corruption | Yves Orton | 2007-02-26 | 1 | -2/+2 |
* | Actually, only changes to regexec.c from #30081 needed to be reverted. | Rafael Garcia-Suarez | 2007-02-19 | 2 | -0/+2 |
* | Revert change #30081 at dmq's request, and mark its tests | Rafael Garcia-Suarez | 2007-02-19 | 2 | -2/+0 |
* | Re: [PATCH] Document that m//k works | Yves Orton | 2007-02-14 | 1 | -3/+3 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 2 | -1/+7 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 2 | -13/+11 |
* | $1 in nested regex EVAL doesnt work correctly. | Yves Orton | 2007-01-31 | 2 | -0/+2 |
* | Make offsets support conditional | Yves Orton | 2007-01-16 | 1 | -0/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 4 | -28/+373 |
* | Avoid my_regdupe type mismatch warning after #29430 | Craig A. Berry | 2006-12-06 | 1 | -1/+1 |
* | Better version of last patch, by Yves Orton. | Rafael Garcia-Suarez | 2006-12-04 | 2 | -5/+2 |
* | The new regexp compilation function must be added to the engine structure. | Rafael Garcia-Suarez | 2006-12-04 | 2 | -0/+3 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 2 | -6/+4 |
* | smoke signs suppression | Jarkko Hietaniemi | 2006-11-25 | 1 | -3/+5 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -5/+5 |
* | Patch by Yves Orton to fix the regression reported in : | Andreas König | 2006-11-20 | 3 | -10/+10 |
* | Doc nits to re.pm | Rafael Garcia-Suarez | 2006-11-17 | 1 | -17/+17 |
* | add regmust() to re.pm/re.xs | Yves Orton | 2006-11-17 | 3 | -5/+92 |
* | Re: [PATCH] Fix RT#19049 and add relative backreferences | Yves Orton | 2006-11-15 | 1 | -1/+1 |
* | POD fixes and nits in re.pm | Rafael Garcia-Suarez | 2006-11-13 | 1 | -22/+20 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 4 | -123/+361 |
* | Reinstate warning 'Useless use of "re" pragma' | Rafael Garcia-Suarez | 2006-11-12 | 1 | -2/+3 |
* | 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 |