This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Restore null checks to stashpv_hvname_match [perl #101430]
[perl5.git] / t / re /
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
2011-03-19 Karl WilliamsonStop hang in regex
2011-03-17 Karl Williamsoncharset.t: Skip locale tests depending on platform
2011-03-17 Karl WilliamsonRevert "re/pat.t: Remove TODO message on passing tests"
2011-03-17 Karl WilliamsonRT #85964: bleadperl breaks CGI-FormBuilder
2011-03-16 Karl WilliamsonAdd TODO tests for #85964
2011-03-14 Karl Williamsonregcomp.c: utf8 pattern implies uni rules
2011-03-14 Nicholas ClarkConvert t/re/regexp_unicode_prop.t to using test.pl...
2011-03-14 Nicholas ClarkConvert t/re/subst_amp.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/re/reg_mesg.t to test.pl and strict.
2011-03-13 Nicholas ClarkMove t/re/reg_unsafe.t's test to a fresh_perl_is()...
2011-03-13 Nicholas ClarkConvert t/re/reg_email.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn overload.t, move require './test.pl' into BEGIN...
2011-03-12 Karl Williamsonregcomp.c: /a should handle /\xdf/i same as /u
2011-03-12 Yves OrtonFix RT #84294 /((\w+)(?{print $2})){2,2}/ problem
2011-03-12 Yves OrtonAdd tests for RT #84294 /((\w+)(?{print $2})){2,2}...
2011-03-11 Jan DuboisDon't run crashing TODO tests for release builds.
2011-03-09 David LeadbeaterIn fold_grind.t only report OK for each charset/target...
2011-03-09 Karl Williamsonre/pat.t: Remove TODO message on passing tests
2011-03-09 Karl WilliamsonPATCH: [perl #85528], add initialization
2011-03-08 Nicholas ClarkIn reg_namedcapture.t, don't test for Errno, as the...
2011-03-08 Nicholas ClarkSimplify the logic in t/thread_it.pl, as the callers...
2011-03-08 Nicholas Clark4f890a3067e1198f missed qr// from t/re/pat.t in its...
2011-03-08 Nicholas ClarkMove the special-case logic for $qr_embed_thr to regexp...
2011-03-07 Nicholas ClarkMove the test for 078c425b721ea35d from fresh_perl...
2011-03-06 Nicholas ClarkMove t/re/re.t to ext/re/t/re_funcs_u.t, so that it...
2011-03-06 Karl Williamsoncharset.t: Improve diagnostic messages
2011-03-06 Karl Williamsoncharset.t: Group tests by complement/non-
2011-03-06 Nicholas ClarkSkip regexp_unicode_prop.t under minitest, as File...
2011-03-06 Nicholas ClarkSkip pat_re_eval.t in minitest, as it uses re, which...
2011-03-06 Nicholas ClarkMove two tests using charnames from t/re/pat.t to pat_r...
2011-03-06 Nicholas ClarkIn fold_grind.t, move the use charnames; after the...
2011-03-06 Nicholas ClarkSkip reg_eval_scope.t under minitest, as it needs charn...
2011-03-06 Nicholas ClarkSkip reg_fold.t under minitest, as it uses charnames...
2011-03-06 Karl Williamsoncharset.t: Don't test locale if not working.
2011-03-05 Nicholas ClarkNow that pat_{advanced,rt_report}.t use test.pl, use...
2011-03-05 Nicholas ClarkEliminate t/re/ReTest.pl. require './test.pl' directly...
2011-03-05 Nicholas ClarkMove setting $IS_ASCII and $IS_EBCDIC from ReTest.pl...
2011-03-05 Nicholas ClarkEliminate $::ordA from ReTest.pl, inlining its constant...
2011-03-05 Nicholas ClarkEliminate eval_ok() from ReTest.pl by inlining the...
2011-03-05 Nicholas ClarkReplace three uses of eval_ok() with is() as the tested...
2011-03-05 Nicholas ClarkRefactor some calls to eval_ok() into is(eval $foo...
2011-03-05 Nicholas ClarkAdd warnings_like() in test.pl to replace must_warn...
2011-03-05 Nicholas ClarkAdd warning_like() in test.pl to replace some uses...
2011-03-05 Nicholas ClarkIn pat_advanced.t, refactor 6 calls to must_warn()...
2011-03-05 Nicholas ClarkAdd warning_is() in test.pl to replace may_not_warn...
2011-03-05 Nicholas ClarkEliminate must_die() from ReTest.pl, which is only...
2011-03-05 Nicholas ClarkMove the loading of %Config from ReTest.pl to the only...
2011-03-05 Nicholas ClarkPrune redundant blank lines.
2011-03-05 Nicholas Clarkt/re/pat_{psycho,re_eval,special_cc}.t can use test...
2011-03-05 Nicholas ClarkEliminate the placeholder text 'Noname test'.
2011-03-05 Nicholas ClarkEliminate iseq() from ReTest.pl by changing all callers...
2011-03-05 Nicholas ClarkEliminate nok() from ReTest.pl by refactoring all uses...
2011-03-05 Nicholas ClarkRefactor ReTest.pl to use test.pl for testing functions...
2011-03-05 Nicholas ClarkSlight tweaks to regexp tests so that they still produc...
2011-03-05 Nicholas ClarkUse $::TODO, instead of $TODO, and relying on use vars...
2011-03-05 Nicholas ClarkRemove the line number from the test description output...
2011-03-05 Nicholas ClarkEliminate the global override $BugId from t/re/ReTest.pl
next