set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and enable proper POSIX char class...
[p5sagit/p5-mst-13.2.git] / t / op / re_tests
2009-09-02 Yves Orton set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and...
2009-07-02 hv@crypt.org Some bugs in Perl regexp (core Perl issues)
2009-06-26 Vincent Pit One more regression test for RT #59734
2009-06-26 Vincent Pit Update RExC_npar and after_freeze correctly after the...
2009-06-17 Rafael Garcia-Suarez Some more tests for \N
2009-06-16 Rafael Garcia-Suarez Implement new regex escape \N
2009-02-16 Bram Extra regex tests
2008-12-28 Karl Revise malformed utf8 test case
2008-11-06 Yves Orton Various changes to regex diagnostics and testing
2008-11-06 karl williamson Reolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-06 Yves Orton Resolve 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 Clark Change 30638 to 5.8.x inadvertently introduced (at...
2008-08-12 Bram RE: [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 Orton Fix perlbug 50114 and document what the code does a...
2008-01-10 Nicholas Clark Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they...
2008-01-09 Nicholas Clark Variants of several regression tests that run the actul...
2008-01-05 Nicholas Clark Protect me (and my fellow muppets) from screens of...
2007-07-04 Reini Urban [perl #3589] [BUG#3589 bleadperl]
2007-07-03 Rafael Garcia-Suarez More tests for \g errors in regular expressions
2007-06-18 Dave Mitchell [perl #43159] 5.9.4 regexp capturing wrongly
2007-06-18 Dave Mitchell add test for, and update comments for, old defined...
2007-05-29 Yves Orton Re: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-04-23 Yves Orton Change meaning of \v, \V, and add \h, \H to match Perl6...
2007-03-18 Nicholas Clark The test case applied in change 29502 really should...
2007-02-12 Yves Orton Re: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-08 Yves Orton Re: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-03 Yves Orton Re: prerelease checklist for Perl 5.10
2007-02-01 Nicholas Clark Make t/op/regexp.t run under use strict; including...
2007-01-22 Yves Orton Disable positive lookaround optimisations
2006-12-25 Yves Orton Re: Named-capture regex syntax
2006-12-10 Nicholas Clark Downgrading 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 Orton Re: Fix \k<foo> preceded by literal
2006-11-29 Yves Orton Change in handling of \RNNN inside nested patterns
2006-11-15 Yves Orton Re: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves Orton Allow negative indexing in recursive patterns
2006-11-07 Yves Orton New regex syntax omnibus
2006-10-26 Yves Orton Fix a problem with jump-tries, add (?FAIL) pattern.
2006-10-13 Yves Orton Add possessive quantifiers to regex engine.
2006-10-12 Yves Orton Add Regex conditionals. Various bugfixes. More tests.
2006-10-10 Yves Orton Regexp Recurse by name.
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-09-24 Dave Mitchell fix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchell allow fields in re_tests to include \x{nnn} etc
2006-09-11 Yves Orton Teach regex optimiser how to handle (?=) and (?<=)...
2006-09-05 Yves Orton Re: [PATCH] Trie jumping
2006-07-14 Dave Mitchell remove regex postive super-linear cache code
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-22 Yves Orton Re: [PATCH] optimize /[x]/ to /x/.
2006-04-19 Dave Mitchell regmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-18 Dave Mitchell regmatch: 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 Sanden Re: [perl #37688] Unexpected regex failure.
2005-03-27 Hugo van der Sanden Re: [perl #34195] Regex: Alternations within negative...
2005-03-22 Rafael Garcia-Suarez Revert change #24055, which was producing a segfault...
2005-03-21 Rafael Garcia-Suarez Resubmit change #24053.
2005-03-18 Yves Orton Re: Reworked Trie Patch
2003-08-26 Adrian M. Enache Re: [PATCH] valgrind and /#/x
2003-08-07 Hugo van der Sanden Re: [perl #23030] Error in negative lookahead with...
2003-07-31 Hugo van der Sanden Re: [perl #23171] Regex too selfish
2002-10-21 Hugo van der Sanden Re: [perl #18019] regex overoptimization
2002-08-26 (Randal L. Schwartz) fix for:
2002-07-15 Hugo van der Sanden Re: Regexp causes coredump
2002-04-15 Mark-Jason Dominus test @+ and @- features
2002-04-03 Mark Kvale Re: the dirty half dozen (Re: perl@15662)
2002-01-15 Nick Ing-Simmons Blind integrate of bulk of mainline.
2002-01-13 Hugo van der Sanden Re: lookbehind broken with latest bleedperl
2002-01-09 Hugo van der Sanden Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-07 Jarkko Hietaniemi Forgot from #14115.
2001-12-23 Jarkko Hietaniemi Move the \C and \X to pat.t.
2001-12-22 Jeffrey Friedl and [BUG] \X and \C fixed, \X still dorked
2001-12-06 Hugo van der Sanden casefold backref
2001-11-23 Hugo van der Sanden Re: regex oddness with \Z and $&
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-08-17 Hugo van der Sanden Re: [ID 20010803.016] Possible regex bug in 5.6.1
2001-08-15 Hugo van der Sanden Re: [ID 20010809.023] perlre misleads when stating...
2001-08-15 Hugo van der Sanden Re: [ID 20010811.006] re_eval: logical leaks
2001-05-17 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-05-16 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-05-01 Hugo van der Sanden Re: bleadperl: s/// failure with \b and /g
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-03-24 Nick Ing-Simmons Integrate mainline.
2001-03-22 Jarkko Hietaniemi Regex tests from Chicheng Zhang. (Already fixed.)
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-13 Hugo van der Sanden Re: [ID 20010212.006] Core dump with /((?:hard|soft...
2001-01-24 Charles Bailey SYN SYN
2001-01-11 Hugo van der Sanden Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-26 Jarkko Hietaniemi Test line numbers are different with utf8.
2000-11-22 Ilya Zakharevich Overeager visited-positions optimizations
2000-11-18 Ilya Zakharevich restore match data on backtracing
2000-10-20 Charles Bailey SYN SYN
2000-08-17 Jarkko Hietaniemi Tweak the regex compilation errors once more.
2000-08-16 Lupe Christoph Change the regx compilation error markers to use =...
next