| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(), | Nicholas Clark | 2007-04-26 | 1 | -2/+3 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -0/+27 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -3/+1 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -1/+135 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -4/+3 |
* | free backtrack track when on unexpected exit, eg /(?{ die })/ | Dave Mitchell | 2007-04-01 | 1 | -20/+27 |
* | fix $^R scoping bug. | Dave Mitchell | 2007-04-01 | 1 | -17/+13 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -61/+52 |
* | Move the declaration of two variables into the only block that uses | Nicholas Clark | 2007-03-26 | 1 | -4/+2 |
* | startp and endp can allocate their array of I32s from the same block of | Nicholas Clark | 2007-03-24 | 1 | -2/+2 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -15/+20 |
* | feel the the baà (encoding problems in the regex engine) | Yves Orton | 2007-03-20 | 1 | -1/+1 |
* | The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE. | Nicholas Clark | 2007-03-13 | 1 | -2/+2 |
* | Define and initialise reg_name only once. | Nicholas Clark | 2007-03-03 | 1 | -2/+2 |
* | Re: New file: t/op/regexp_email.t | Yves Orton | 2007-03-01 | 1 | -12/+11 |
* | Re: [perl #41565] qr// memory corruption | Yves Orton | 2007-02-26 | 1 | -2/+2 |
* | Re: Regexp recursion limit too low? | Yves Orton | 2007-02-26 | 1 | -3/+13 |
* | Silence a couple of compile warnings. | Steve Peters | 2007-02-20 | 1 | -0/+3 |
* | regexec.c: S_ stands for static | Jarkko Hietaniemi | 2007-02-20 | 1 | -1/+1 |
* | Revert change #30081 at dmq's request, and mark its tests | Rafael Garcia-Suarez | 2007-02-19 | 1 | -24/+1 |
* | Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/ | Yves Orton | 2007-02-12 | 1 | -2/+11 |
* | Re: prerelease checklist for Perl 5.10 | Yves Orton | 2007-02-03 | 1 | -35/+52 |
* | Change 29502 wasn't perfect - you need to remove any extra trailing | Nicholas Clark | 2007-02-02 | 1 | -8/+22 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -1/+1 |
* | $1 in nested regex EVAL doesnt work correctly. | Yves Orton | 2007-01-31 | 1 | -1/+24 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -12/+55 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Silence various VC6 warnings | Steve Hay | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | Silence VC warnings about possible operator precedence problems | Steve Hay | 2006-12-12 | 1 | -1/+1 |
* | Remove code duplication in S_to_utf8_substr() and S_to_byte_substr() | Nicholas Clark | 2006-12-10 | 1 | -51/+33 |
* | Downgrading a fixed or floating substring of a pattern whilst matching | Nicholas Clark | 2006-12-10 | 1 | -0/+8 |
* | \R is supposed to mean something else so switch to \g and make it more useful... | Yves Orton | 2006-12-04 | 1 | -3/+8 |
* | Move words and revcharmap out of struct _rev_trie_data and duplicate | Nicholas Clark | 2006-11-27 | 1 | -6/+6 |
* | Move widecharmap out of the shared structure _reg_trie_data into the | Nicholas Clark | 2006-11-26 | 1 | -8/+12 |
* | Swap _reg_ac_data.trie to U32 offset into the regdata array, as | Nicholas Clark | 2006-11-26 | 1 | -1/+2 |
* | smoke signs suppression | Jarkko Hietaniemi | 2006-11-25 | 1 | -6/+6 |
* | Re: [PATCH] Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -42/+55 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -29/+29 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -6/+13 |
* | Patch by Yves Orton to fix the regression reported in : | Andreas König | 2006-11-20 | 1 | -2/+13 |
* | [perl #36909] $^R undefined on matches involving backreferences | yves orton | 2006-11-17 | 1 | -1/+9 |
* | Re: [PATCH] Fix RT#19049 and add relative backreferences | Yves Orton | 2006-11-15 | 1 | -4/+35 |
* | Fwd: Memory leak with s/// and hashes | Yves Orton | 2006-11-14 | 1 | -6/+4 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -62/+159 |
* | Looks like I didn't actually test the COW conditional code in | Nicholas Clark | 2006-11-12 | 1 | -2/+2 |
* | (2nd version) small tweaks based on smoke signs | Jarkko Hietaniemi | 2006-11-12 | 1 | -2/+2 |
* | ***speculative*** was RE: [PATCH] regexec.c - silence compiler warning | Robin Barker | 2006-11-09 | 1 | -14/+14 |
* | Type change to avoid signed/unsigned compiler warnings | Rafael Garcia-Suarez | 2006-11-08 | 1 | -1/+1 |