summaryrefslogtreecommitdiff
path: root/t/op/re_tests
Commit message (Expand)AuthorAgeFilesLines
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-1395/+0
* set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and enable proper POSIX char ...Yves Orton2009-09-021-1/+1
* Some bugs in Perl regexp (core Perl issues)hv@crypt.org2009-07-021-2/+2
* One more regression test for RT #59734Vincent Pit2009-06-261-0/+1
* Update RExC_npar and after_freeze correctly after the first branch of a (?| ....Vincent Pit2009-06-261-0/+5
* Some more tests for \NRafael Garcia-Suarez2009-06-171-1/+8
* Implement new regex escape \NRafael Garcia-Suarez2009-06-161-0/+13
* Extra regex testsBram2009-02-161-0/+2
* Revise malformed utf8 test caseKarl2008-12-281-1/+4
* Various changes to regex diagnostics and testingYves Orton2008-11-061-1/+2
* Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256karl williamson2008-11-061-0/+1
* Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ...Yves Orton2008-11-061-0/+2
* [perl #56526] m/a{1,0}/ compiles but doesn't match a literal string Michael Cartmell2008-11-021-0/+1
* Change 30638 to 5.8.x inadvertently introduced (at lest) twoNicholas Clark2008-09-221-0/+6
* RE: [perl #35877] Strange regex failure?Bram2008-08-121-4/+7
* [Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl i...Abigail2008-07-091-0/+3
* Re: [perl #52672] regexp failure: (?=) turns into OPFAILÆvar Arnfjörð Bjarmason2008-04-111-0/+1
* Fix perlbug 50114 and document what the code does a bit betterYves Orton2008-02-171-0/+3
* Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they all pass now.Nicholas Clark2008-01-101-30/+30
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-091-30/+30
* Protect me (and my fellow muppets) from screens of "syntax errors" ifNicholas Clark2008-01-051-0/+3
* [perl #3589] [BUG#3589 bleadperl] Reini Urban2007-07-041-0/+2
* More tests for \g errors in regular expressionsRafael Garcia-Suarez2007-07-031-0/+8
* [perl #43159] 5.9.4 regexp capturing wronglyDave Mitchell2007-06-181-0/+1
* add test for, and update comments for, old defined($1) oddity.Dave Mitchell2007-06-181-0/+1
* Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \nYves Orton2007-05-291-0/+2
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-0/+41
* The test case applied in change 29502 really should have gone at theNicholas Clark2007-03-181-1/+1
* Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/Yves Orton2007-02-121-0/+3
* Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-081-0/+10
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-0/+2
* Make t/op/regexp.t run under use strict; including removing theNicholas Clark2007-02-011-1/+1
* Disable positive lookaround optimisationsYves Orton2007-01-221-1/+4
* Re: Named-capture regex syntaxYves Orton2006-12-251-2/+65
* Downgrading a fixed or floating substring of a pattern whilst matchingNicholas Clark2006-12-101-0/+1
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-041-3/+5
* Re: Fix \k<foo> preceded by literalYves Orton2006-11-291-0/+6
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-291-2/+3
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+4
* Allow negative indexing in recursive patternsYves Orton2006-11-141-0/+3
* New regex syntax omnibusYves Orton2006-11-071-4/+10
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-0/+33
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-0/+85
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-0/+22
* Regexp Recurse by name.Yves Orton2006-10-101-0/+3
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+17
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-0/+4
* fix regression introduced in #27778: must backtrack into inner regexDave Mitchell2006-09-241-0/+12
* allow fields in re_tests to include \x{nnn} etcDave Mitchell2006-09-241-8/+8
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-0/+14