| Commit message (Expand) | Author | Age | Files | Lines |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -2/+2 |
* | TRIE must use 'yes' state transitions when more than one match possible to en... | Marcus Holland-Moritz | 2007-08-18 | 1 | -10/+2 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -2/+2 |
* | [perl #43159] 5.9.4 regexp capturing wrongly | Dave Mitchell | 2007-06-18 | 1 | -6/+0 |
* | add test for, and update comments for, old defined($1) oddity. | Dave Mitchell | 2007-06-18 | 1 | -8/+6 |
* | Silence another VC++ compiler warning (signed/unsigned mismatch in ==) | Steve Hay | 2007-06-05 | 1 | -1/+1 |
* | Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n | Yves Orton | 2007-05-29 | 1 | -1/+1 |
* | tweak some regexp params to avoid warnings | Yves Orton | 2007-05-02 | 1 | -1/+1 |
* | Signedness nit, found by Jarkko | Rafael Garcia-Suarez | 2007-04-30 | 1 | -1/+1 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -3/+3 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-27 | 1 | -22/+15 |
* | Fix a signed/unsigned comparison warning | Rafael Garcia-Suarez | 2007-04-27 | 1 | -2/+1 |
* | 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 |