This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't try to compile a pattern known to be in error
[perl5.git] / t / re / re_tests
2012-07-14 Yves Ortonfix RT#114068 optimizer handles MEOL in middle of patte...
2012-06-23 Yves Orton#101666: horrible regex parsing error error [sic]
2012-06-23 Yves Ortonturns out we cant maike a jump trie that starts with...
2012-06-17 Karl Williamsont/re/re_tests: Clarify comment
2012-06-17 Karl Williamsonregcomp.c: Warn and don't emit a NUL for e.g. /\87/
2012-06-16 David Mitchellfix paren unwinding with CURLYN, CURLYM
2012-06-13 David Mitchellpropagate /msix and (?msix) etc flags into (??{})
2012-06-13 David Mitchelladd tests for (?{ return foo })
2012-06-13 David Mitchell$+ and $^N not always correct on backtracking
2012-06-13 David Mitchellimprove skipping of regex [..] char class in toker
2012-06-13 David Mitchellre-enable some threaded regex TODO tests
2012-06-13 David Mitchellpreserve code blocks in interpolated qr//s
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellIgnore code blocks within /[...]/
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-05 Yves Ortonmake TRIE nodes "absorb" NOTHING->EXACT sequences
2012-05-28 Father ChrysostomosAdd test for [perl #113400]
2012-02-28 Karl WilliamsonPatch [perl #111400] [:upper:] broken for above Latin1
2012-02-14 Karl Williamsonperl #110648, single Unicode prop in inverted class...
2012-02-11 Karl Williamsonregcomp.c: /[[:lower:]]/i should match the same as...
2012-02-09 Karl Williamsonregcomp.c: Use compiled-in inversion lists
2012-02-09 Karl Williamsont/re/re_tests: Add Todo test
2012-01-19 Karl Williamsonregex: Fix some tricky fold problems
2012-01-19 Karl Williamsont/re/re_tests: Add some tests
2012-01-19 Karl Williamsont/re/re_tests: revise test
2012-01-19 Karl Williamsont/re/re_tests: Update comment
2011-10-27 Karl WilliamsonPATCH: [perl #99928] Document that is not a bug
2011-10-27 Karl WilliamsonPATCH: [perl #101970] /[[:lower:]]/i matches upper...
2011-10-17 Karl Williamsonregexec.c: Stop looking for match sooner
2011-10-14 Karl Williamsonregexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/i
2011-10-14 Karl Williamsont/re/re_tests: Add tests for multi-char fold bug
2011-09-25 Karl Williamsont/re/re_tests: Add TODO
2011-09-22 Karl Williamsonre_tests: Add TODO test
2011-09-02 Karl Williamsonutf8_heavy: Correctly handle \p{L_}
2011-08-05 David MitchellRT #96354: \h \H \v and \V didn't check for EOL
2011-05-03 Karl WilliamsonPATCH: [perl #89750]: Unicode regex negated case-insens...
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /(?aia)/
2011-03-20 Karl Williamsonreg_namedseq: Restructure so doesn't duplicate code
2011-03-17 Karl WilliamsonRT #85964: bleadperl breaks CGI-FormBuilder
2011-03-16 Karl WilliamsonAdd TODO tests for #85964
2011-03-09 Karl WilliamsonPATCH: [perl #85528], add initialization
2011-02-26 Father Chrysostomos[perl #84746] Accessing $2 causes the interpreter to...
2011-02-22 Nicholas ClarkAllow t/re/regexp.t to conditionally skip tests on...
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-27 Karl Williamsonregex: \p{} in pattern implies Unicode semantics
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-16 Karl WilliamsonFix \xa0 matching both [\s] [\S], et.al.
2010-11-30 Nick Cleaton[perl #79152] super-linear cache can prevent a valid...
2010-11-03 Yves Ortonfix the trie part of rt-78356
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl Williamson\400 -\777 now means the same thing in all d-quote
2010-07-18 Karl WilliamsonRemove extra blanks from t/re/re_tests, vim
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-08 Karl WilliamsonNote in comment that many \N{...} tests won't work...
2010-05-08 Karl WilliamsonComment where to find file's format
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2009-11-28 Moritz LenzDocument backreferences to groups that did not match
2009-10-19 Yves Ortonrevert to 5.8.x semantics for \s \w and \d
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/