This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fold_grind.t: DEBUG mode should automatically give full output results
[perl5.git] / t / re /
2012-06-02 Karl Williamsonfold_grind.t: DEBUG mode should automatically give...
2012-06-02 Karl Williamsonfold_grind.t: white-space, comments only
2012-06-02 Karl Williamsonreg_fold.t: Allow to work on early Unicodes
2012-06-02 Karl Williamsonreg_fold.t: Fix test to work on EBCDIC platform
2012-06-02 Karl Williamsonreg_fold.t: Allow to work on early Unicodes
2012-06-02 Karl Williamsonfold_grind.t: Allow to work on early Unicodes
2012-06-02 Karl Williamsonfold_grind.t: read environment variable just once
2012-05-28 Father ChrysostomosAdd test for [perl #113400]
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-22 Karl WilliamsonExperimentally add VT to \s definition
2012-05-21 Father Chrysostomos[perl #112184] Handle $^N in Perl_magic_set
2012-04-23 Karl WilliamsonPATCH: [perl #112530] Panic with inversion lists
2012-03-26 AbigailFix error in regexp, causing it to match too much.
2012-03-20 Yves Orton[RT #111842] prevent TRIE overwriting EXACT following...
2012-03-19 Karl Williamsonpat.t: Fix typo in comment
2012-03-19 AbigailAdd a TODO test for RT 111842
2012-03-03 Yves Ortonrework how the trie logic handles the newer EXACT nodetypes
2012-02-29 Karl Williamsonre/pat.t: Remove obsolete comment
2012-02-29 Karl Williamson(?foo:...) loses passed in charset
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 Williamsonreg_posixcc.t: Add tests for \v, \V, \h, \H
2012-02-09 Karl Williamsonregcomp.c: Use compiled-in inversion lists
2012-02-09 Karl Williamsont/re/re_tests: Add Todo test
2012-02-04 Karl WilliamsonUnicode 6.1
2012-01-28 Yves OrtonFix bug #109206: ANCH_MBOL with while /.*/g
2012-01-28 Yves Ortonfix variable not shared warnings coming from the use...
2012-01-27 Father Chrysostomospat.t: Test that . overloading gets passed qr ref
2012-01-19 Karl Williamsonre/reg_fold.t: Add and revise comments
2012-01-19 Karl Williamsonreg_fold.t: Test bracketed character classes
2012-01-19 Karl Williamsonre/reg_fold.t: Test more code points
2012-01-19 Karl Williamsonre/reg_fold.t: Remove fixed TODOs
2012-01-19 Karl Williamsonre/reg_fold.t: Use /u rules for Unicode tests
2012-01-19 Karl Williamsonregex: Fix some tricky fold problems
2012-01-19 Karl Williamsonregexp_noamp.t: Add comment
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
2012-01-18 Father ChrysostomosDon’t crash on @a =~ // warning
2012-01-09 Father Chrysostomos[perl #92254, #92256] Fix SAVE_DEFSV to do refcounting
2012-01-02 Nicholas ClarkAvoid t/re/regexp.t failing on miniperl when displaying...
2011-12-03 Nicholas ClarkTidy up t/re/regexp.t
2011-12-02 Father Chrysostomos$tied =~ s///e when FETCH returns a COW
2011-11-24 Father ChrysostomosMove substr tests under t/op
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-11-10 Karl Williamsonutf8.c: Handle swashes at UV_MAX
2011-11-10 Karl Williamsonutf8.c: Fix swash handling under USE_MORE_BITS
2011-11-09 Karl Williamsonutf8.c: Make swashes work close to UV_MAX
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-11-09 Karl Williamsonpat_advanced.t: Display better names for a few tests
2011-11-02 Karl WilliamsonPATCH: [perl #101710] Regression with /i, latin1 chars.
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-22 Karl Williamsonregexp_unicode_prop.t: Add tests.
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-10-06 Brian Fraserpp.c: pp_substr for UTF-8 globs.
2011-10-01 Karl WilliamsonAdd tests for isIDFirst
2011-10-01 Karl Williamsonutf8.c: Don't invert beyond-Unicode code points
2011-09-25 Karl Williamsont/re/re_tests: Add TODO
2011-09-24 Karl Williamsonregexp.t: print diagnostics with leading '#'
2011-09-22 Karl Williamsonre_tests: Add TODO test
2011-09-21 Karl Williamsonfold_grind.t: Ignore blank lines
2011-09-09 Zeframremove index offsetting ($[)
2011-09-02 Karl Williamsonutf8_heavy: Correctly handle \p{L_}
2011-08-29 Nicholas ClarkFor s///r, don't call SvPV_force() on the original...
2011-08-05 David MitchellRT #96354: \h \H \v and \V didn't check for EOL
2011-07-30 Karl Williamson/aa and \b fail under some utf8 strings
2011-07-30 Karl WilliamsonPanic with \b and /aa
2011-07-16 David Mitchellre_eval: clear lexicals in the right pad
2011-07-03 Karl Williamsonregexp_unicode_prop.t: Improve output
2011-06-25 Karl Williamsonfold_grind.t: Add comments
2011-06-04 Karl WilliamsonAdd tests for [perl #87908]
2011-06-01 Father Chrysostomos[perl #62498] Scalar context breaks lvalue subs
2011-05-27 Father ChrysostomosMove a test to the right file
2011-05-19 Karl Williamsonfold_grind.t: Revamp test case coverage analysis
2011-05-19 Karl Williamsonfold_grind.t: remove unnecessary tests
2011-05-19 Karl Williamsonfold_grind.t: No longer any TODOs
2011-05-19 Karl Williamsonfold_grind.t: Refactor subtests
2011-05-19 Karl WilliamsonPATCH: [perl #88822] Re: Test failure t/re_fold_grind...
2011-05-19 Karl Williamsonfold_grind.t: Slightly change debug stmt
2011-05-19 Karl Williamsonfold_grind.t: Make sure special-cased code points are...
2011-05-19 Karl Williamsonfold_grind.t: Add testing of multi-char folds in pattern
2011-05-19 Karl Williamson/iaa doesn't work when the result is trie'd
2011-05-18 Karl WilliamsonAssertion fails in multi-char regex match
2011-05-03 Karl WilliamsonPATCH: [perl #89750]: Unicode regex negated case-insens...
2011-04-12 David Mitchellreg_eval_scope.t: skip coring tests on all arches
2011-04-12 Karl Williamsonregcomp: Improve error message for (?-d:...)
2011-04-12 Karl WilliamsonPATCH: [perl #86972]: Tweak error messages
2011-04-11 Karl WilliamsonAdd test for [perl #87812]
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /(?aia)/
2011-03-20 Karl Williamsonregex .t's: Remove now passing TODOs
2011-03-20 Karl Williamsonreg_namedseq: Restructure so doesn't duplicate code
2011-03-20 Nicholas ClarkAvoid warnings in pat_advanced.t in the logic for skipp...
2011-03-20 Nicholas ClarkSkip test in pat_advanced_thr.t as it triggers an unrel...
2011-03-20 Karl Williamsonregcomp.c: RT#77414. Initialize flag
2011-03-20 Karl Williamsonpat_advanced.t: Bump watchdog timeout
next