This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove warnings "Exiting given/when via next/last"
[perl5.git] / t / op / re_tests
2009-02-16 BramExtra regex tests
2008-12-28 KarlRevise malformed utf8 test case
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-11-06 karl williamsonReolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-06 Yves OrtonResolve perl #60344: Regex lookbehind failure after...
2008-11-02 Michael Cartmell[perl #56526] m/a{1,0}/ compiles but doesn't match...
2008-09-22 Nicholas ClarkChange 30638 to 5.8.x inadvertently introduced (at...
2008-08-12 BramRE: [perl #35877] Strange regex failure?
2008-07-09 Abigail[Patch t/op/re_tests] Re: [perl #56690] Some bugs in...
2008-04-11 Ævar Arnfjörð Bjar... Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
2008-02-17 Yves OrtonFix perlbug 50114 and document what the code does a...
2008-01-10 Nicholas ClarkReverse the TODOs on t/op/regexp_qr_embed_thr.t - they...
2008-01-09 Nicholas ClarkVariants of several regression tests that run the actul...
2008-01-05 Nicholas ClarkProtect me (and my fellow muppets) from screens of...
2007-07-04 Reini Urban[perl #3589] [BUG#3589 bleadperl]
2007-07-03 Rafael Garcia-SuarezMore tests for \g errors in regular expressions
2007-06-18 Dave Mitchell[perl #43159] 5.9.4 regexp capturing wrongly
2007-06-18 Dave Mitchelladd test for, and update comments for, old defined...
2007-05-29 Yves OrtonRe: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-03-18 Nicholas ClarkThe test case applied in change 29502 really should...
2007-02-12 Yves OrtonRe: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-08 Yves OrtonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-03 Yves OrtonRe: prerelease checklist for Perl 5.10
2007-02-01 Nicholas ClarkMake t/op/regexp.t run under use strict; including...
2007-01-22 Yves OrtonDisable positive lookaround optimisations
2006-12-25 Yves OrtonRe: Named-capture regex syntax
2006-12-10 Nicholas ClarkDowngrading a fixed or floating substring of a pattern...
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-11-29 Yves OrtonRe: Fix \k<foo> preceded by literal
2006-11-29 Yves OrtonChange in handling of \RNNN inside nested patterns
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves OrtonAllow negative indexing in recursive patterns
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-10-26 Yves OrtonFix a problem with jump-tries, add (?FAIL) pattern.
2006-10-13 Yves OrtonAdd possessive quantifiers to regex engine.
2006-10-12 Yves OrtonAdd Regex conditionals. Various bugfixes. More tests.
2006-10-10 Yves OrtonRegexp Recurse by name.
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-09-24 Dave Mitchellfix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchellallow fields in re_tests to include \x{nnn} etc
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-07-14 Dave Mitchellremove regex postive super-linear cache code
2006-06-16 Dave Mitchellstart turning regmatch() main loop into a FSM
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
2006-05-22 Yves OrtonRe: [PATCH] optimize /[x]/ to /x/.
2006-04-19 Dave Mitchellregmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-18 Dave Mitchellregmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-12 Animator[perl #38906] Regex engine does not release MINMOD
2005-11-16 Hugo van der SandenRe: [perl #37688] Unexpected regex failure.
2005-03-27 Hugo van der SandenRe: [perl #34195] Regex: Alternations within negative...
2005-03-22 Rafael Garcia-SuarezRevert change #24055, which was producing a segfault...
2005-03-21 Rafael Garcia-SuarezResubmit change #24053.
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2003-08-26 Adrian M. EnacheRe: [PATCH] valgrind and /#/x
2003-08-07 Hugo van der SandenRe: [perl #23030] Error in negative lookahead with...
2003-07-31 Hugo van der SandenRe: [perl #23171] Regex too selfish
2002-10-21 Hugo van der SandenRe: [perl #18019] regex overoptimization
2002-08-26 (Randal L. Schwartz)fix for:
2002-07-15 Hugo van der SandenRe: Regexp causes coredump
2002-04-15 Mark-Jason Dominustest @+ and @- features
2002-04-03 Mark KvaleRe: the dirty half dozen (Re: perl@15662)
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-13 Hugo van der SandenRe: lookbehind broken with latest bleedperl
2002-01-09 Hugo van der SandenRe: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-07 Jarkko HietaniemiForgot from #14115.
2001-12-23 Jarkko HietaniemiMove the \C and \X to pat.t.
2001-12-22 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-06 Hugo van der Sandencasefold backref
2001-11-23 Hugo van der SandenRe: regex oddness with \Z and $&
2001-11-18 Jarkko HietaniemiRetract #13048: that introduced a malloc() (through...
2001-11-16 Jeff PinyanRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-08-17 Hugo van der SandenRe: [ID 20010803.016] Possible regex bug in 5.6.1
2001-08-15 Hugo van der SandenRe: [ID 20010809.023] perlre misleads when stating...
2001-08-15 Hugo van der SandenRe: [ID 20010811.006] re_eval: logical leaks
2001-05-17 Ronald J. KimballRe: [PATCH] HERE mark in regex
2001-05-16 Ronald J. KimballRe: [PATCH] HERE mark in regex
2001-05-01 Hugo van der SandenRe: bleadperl: s/// failure with \b and /g
2001-04-30 Hugo van der SandenRe: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-03-24 Nick Ing-SimmonsIntegrate mainline.
2001-03-22 Jarkko HietaniemiRegex tests from Chicheng Zhang. (Already fixed.)
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-13 Hugo van der SandenRe: [ID 20010212.006] Core dump with /((?:hard|soft...
2001-01-24 Charles BaileySYN SYN
2001-01-11 Hugo van der SandenRe: [ID 20001029.005] Regex error: "cd. (A. Tw)" !...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-26 Jarkko HietaniemiTest line numbers are different with utf8.
2000-11-22 Ilya ZakharevichOvereager visited-positions optimizations
2000-11-18 Ilya Zakharevichrestore match data on backtracing
2000-10-20 Charles BaileySYN SYN
2000-08-17 Jarkko HietaniemiTweak the regex compilation errors once more.
2000-08-16 Lupe ChristophChange the regx compilation error markers to use =...
2000-08-10 Jarkko HietaniemiGet back into sync with Jeffrey on the enhanced regex...
2000-08-08 Hugo van der SandenRe: enhanced(?) regex error messages
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-03 Hugo van der Sanden[ID 20000803.001] further regexp counting problems
2000-08-02 Hugo van der Sanden[ID 20000731.010] regex error
2000-07-24 Hugo van der SandenAdd tests for
next