This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Make warnings utf8-clean
[perl5.git] / t / re / re_tests
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/