| Commit message (Expand) | Author | Age | Files | Lines |
* | move regex related tests out of t/op/ into t/re/ | Yves Orton | 2009-09-10 | 1 | -4389/+0 |
* | set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and enable proper POSIX char ... | Yves Orton | 2009-09-02 | 1 | -4/+4 |
* | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 1 | -1/+19 |
* | fix vim highlighting problem | Yves Orton | 2009-07-26 | 1 | -1/+1 |
* | Regex fails when string is too long | hv@crypt.org | 2009-07-06 | 1 | -1/+16 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Document test structure | Bram | 2009-05-31 | 1 | -0/+10 |
* | fix [RT #60034]. An equivalent fix was already in 5.8.9 as change 34580. | David Mitchell | 2009-03-22 | 1 | -3/+0 |
* | Fix #56194 Regex: (((??{1 + $^N}))) behaves differently in 5.10.0 than in blead | Bram | 2009-03-12 | 1 | -1/+217 |
* | Extra regex tests | Bram | 2009-02-16 | 1 | -1/+8 |
* | Add warning about octal > 377 in some regexes | Karl | 2009-01-16 | 1 | -1/+8 |
* | Another regexp failure with utf8-flagged string and byte-flagged pattern (rem... | Slaven Rezic | 2009-01-04 | 1 | -1/+10 |
* | fix bug #57042 - preserve $^R across TRIE matches | Yves Orton | 2008-12-27 | 1 | -3/+19 |
* | Improve and restructure t/op/pat.t and split out some unicode related tests i... | Abigail | 2008-11-18 | 1 | -4169/+3529 |
* | Add support for testing when under | Yves Orton | 2008-11-09 | 1 | -1/+6 |
* | create new unicode props as defined in POSIX spec (optionally use them in the... | Yves Orton | 2008-11-07 | 1 | -0/+3 |
* | Integrate: | Vincent Pit | 2008-10-25 | 1 | -1/+15 |
* | t/op/pat.t | Robin Barker | 2008-05-01 | 1 | -1/+1 |
* | Avoid garbage in test output when running make minitest. | Rafael Garcia-Suarez | 2008-04-30 | 1 | -0/+1 |
* | A skip() function is missing, to get this test pass with miniperl | Rafael Garcia-Suarez | 2008-04-30 | 1 | -1/+12 |
* | another go; was RE: [perl #49302] [[:print:]] v \p{Print} | Robin Barker | 2008-04-26 | 1 | -1/+27 |
* | Add a regression test for bug #52658 (fixed by change #33685) | Rafael Garcia-Suarez | 2008-04-15 | 1 | -1/+9 |
* | Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g | Yves Orton | 2008-02-17 | 1 | -4/+4 |
* | Typo catch, by Abigail | Rafael Garcia-Suarez | 2008-02-15 | 1 | -2/+1 |
* | Avoid utf8 warnings when printing diagnostics | Rafael Garcia-Suarez | 2008-02-15 | 1 | -0/+1 |
* | Re: [perl #50496] Bug Report: 'keys %+' does not return the correct keys. | Abigail | 2008-02-14 | 1 | -1/+41 |
* | Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that now pass. | Nicholas Clark | 2008-01-10 | 1 | -17/+2 |
* | Fix the bug introduced by the bug fix of change 30755. | Nicholas Clark | 2008-01-09 | 1 | -4/+1 |
* | Variants of several regression tests that run the actul tests inside | Nicholas Clark | 2008-01-09 | 1 | -27/+58 |
* | Fix regexec.c so $^N and $+ are correctly updated so that they work properly ... | Moritz Lenz | 2008-01-05 | 1 | -1/+26 |
* | Fix Perl #49190, tests from Abigail, codefix from me. | Yves Orton | 2007-12-29 | 1 | -3/+10 |
* | Better diagnostics for the tests for #20683. | Nicholas Clark | 2007-12-27 | 1 | -2/+2 |
* | scalars used in postponed subexpressions aren't first class regexps, | Nicholas Clark | 2007-12-27 | 1 | -1/+7 |
* | Proper $TODO support in &ok() and &iseq() in pat.t | Nicholas Clark | 2007-12-27 | 1 | -6/+11 |
* | Localize $\ before changing it, so as not to affect print statements in | Nicholas Clark | 2007-12-27 | 1 | -6/+9 |
* | Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R... | Yves Orton | 2007-12-17 | 1 | -3/+20 |
* | Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa... | Tels | 2007-09-25 | 1 | -1/+9 |
* | [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache | Dave Mitchell | 2007-09-14 | 1 | -1/+10 |
* | TRIE must use 'yes' state transitions when more than one match possible to en... | Marcus Holland-Moritz | 2007-08-18 | 1 | -1/+20 |
* | Resolve | Yves Orton | 2007-06-23 | 1 | -2/+7 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -35/+63 |
* | Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte | Yves Orton | 2007-06-03 | 1 | -1/+13 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-27 | 1 | -4/+7 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -2/+33 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -36/+38 |
* | Fix new tests | Rafael Garcia-Suarez | 2007-04-10 | 1 | -1/+1 |
* | Re: [PATCH] length() on magic capture variables | Ævar Arnfjörð Bjarmason | 2007-04-10 | 1 | -1/+13 |
* | fix $^R scoping bug. | Dave Mitchell | 2007-04-01 | 1 | -1/+11 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -4/+14 |
* | feel the the baà (encoding problems in the regex engine) | Yves Orton | 2007-03-20 | 1 | -1/+11 |