Disable positive lookaround optimisations
[p5sagit/p5-mst-13.2.git] / t / op / re_tests
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 =...
2000-08-10 Jarkko Hietaniemi Get back into sync with Jeffrey on the enhanced regex...
2000-08-08 Hugo van der Sanden Re: enhanced(?) regex error messages
2000-08-04 Charles Bailey YA 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 Sanden Add tests for
2000-07-14 Jarkko Hietaniemi The bug report
2000-07-14 Hugo van der Sanden Replace change #6337 with a better one.
2000-07-13 Hugo van der Sanden The {multiplier} of a fixed substring was overlooked...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6325..6373 into mainline
2000-07-11 Hugo van der Sanden [ID 20000701.002] Regular Expressions Not Unsetting...
2000-05-31 Gurusamy Sarathy fix buggy multiline matching of C<"a\nxb\n" =~ /(?...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathy fix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy fix for /(^|a)b/ breakage from Ilya Zakharevich
1999-12-17 Gurusamy Sarathy fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakha...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-02 Gurusamy Sarathy fixes for bugs in change#4586 and OS/2 pod tweak, from...
1999-11-14 Jarkko Hietaniemi Ilya's "hopscotch" patch, reworked by Ilya to fit.
1999-11-13 Jarkko Hietaniemi Change #4576 accidentally leaked also parts of
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-14 Jarkko Hietaniemi Warn about false ranges like \d-\w (see the change...
1999-10-12 Jarkko Hietaniemi Revert the parts of #3926 that outlawed character ranges
1999-10-05 Ilya Zakharevich Re: Strange RE engine breakage in 5_61
1999-09-30 Jarkko Hietaniemi Retract #4252, didn't help with the original problem.
1999-09-30 Ilya Zakharevich (Removed by #4262.)
1999-08-05 Jarkko Hietaniemi Fix regex charclass parsing so that bogus ranges
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya Zakharevich More optimizations to REx engine
next