This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add comments that re tests can be commented in col 7
[perl5.git] / t / re / re_tests
2013-12-16 Karl WilliamsonAdd comments that re tests can be commented in col 7
2013-12-16 Karl WilliamsonPATCH: [perl #120799] 5.18 regression with [:^ascii...
2013-11-22 Yves OrtonFix RT #120600: Variable length lookbehind is not variable
2013-10-31 Karl WilliamsonFix broken qr/ \N* /x
2013-10-17 David Mitchell[perl #119505] Segfault from bad backreference
2013-09-30 Karl WilliamsonPATCH: [perl #120041] regcomp.c missing parens and...
2013-09-24 Karl WilliamsonAdd some tests for the regex optimizer
2013-08-15 Karl WilliamsonPATCH (partial) [perl #107816] Performance regression...
2013-08-11 Karl Williamsont/re/re_tests: Move vim hints to eof
2013-08-02 James E KeenanRegression tests for 4 cases reported by Philip Hazel++.
2013-07-31 David MitchellHandle /[#]/ and /[(?#]/ with code blocks
2013-07-06 Father Chrysostomos[perl #117917] /(?{ m|...| }) (?{ $1 })/
2013-06-25 Yves OrtonFix rules for parsing numeric escapes in regexes origin/yves/for_karl_backrefs
2013-06-22 Yves OrtonFix and add tests for *PRUNE/*THEN plus leading non...
2013-06-20 Yves Ortonadd some tests for Perl #71922
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-06-12 Yves Ortondo not warn when optimizing away /x{0,0}?+/ and /x...
2013-06-11 Karl WilliamsonQuantifier follows nothing in regex
2013-06-02 David Mitchellregex engine: simplify is_utf8_pat handling
2013-03-19 Nicholas ClarkTest that UTF-8 in the look-ahead of (?(?=...)...)...
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-11 Karl WilliamsonAdd back-compat (?[ ]) tests
2013-01-09 Karl Williamsont/re/re_tests: Remove duplicate test
2013-01-09 Karl Williamsont/re/re_tests: Remove unused variable initializations
2012-12-28 Karl Williamsonregcomp.c: Clean up ANYOF_CLASS handling.
2012-12-22 Karl WilliamsonRemove TODO for test for #114272
2012-12-09 Karl WilliamsonAdd Todo test for Perl #114272
2012-10-21 Dagfinn Ilmari Man... PATCH: [perl #115242] Test
2012-10-19 Karl Williamsonregexec.c: Fix bugs in regrepeat()
2012-10-17 Karl Williamsonregex: \R can match either 1 or 2 chars
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-09-15 Karl WilliamsonPATCH: [perl #82954] Make "Can't do {n,m} with n >...
2012-09-08 David Mitchellfix a bug in handling $+[0] and unicode
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-08-12 Karl Williamsonregcomp.c: Optimization not valid for Latin Sharp S
2012-08-12 Karl Williamsonre/re_tests: Correct Todo test
2012-08-02 Karl Williamsonregcomp.c: Fix \N{} multi-char fold buffer boundary bug
2012-07-26 Karl Williamsonmktables: Change \w definition to match new Unicode's
2012-07-25 Karl Williamsonregcomp.c: Use POSIXA, NPOSIXA
2012-07-25 Karl Williamsonregcomp.c: Optimize [^\n] into \N
2012-07-21 Karl Williamsonre_tests: Add tests for [perl #114220]
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{...}
next