This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Import version.pm 0.9914 from CPAN
[perl5.git] / t / re / pat_re_eval.t
2015-03-19 Karl Williamsont/re/pat_re_eval.t: Skip encoding tests on EBCDIC
2015-03-06 Karl Williamsont/re/pat_re_eval.t: Generalize for non-ASCII platforms
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet pat_re_eval.t working under minitest
2014-06-16 Dagfinn Ilmari Man... [perl #122110] [PATCH] Remove left-over mad cruft
2014-01-25 Yves Ortonresolve bug 121070 - preserve $^R after successful...
2013-12-20 Father ChrysostomosFix string corruption with (??{}) and PERL_NO_COW
2013-11-25 Father ChrysostomosDon’t cache qr magic on references
2013-11-25 Father ChrysostomosMake (??{$tied_ovrld}) see the right $1
2013-11-24 Father ChrysostomosDon’t skip pat_re_eval.t under miniperl
2013-11-24 Father ChrysostomosFix bug with (??{$overload}) regexp caching
2013-09-10 Brian Fraserregcomp.c, S_compile_runtime_code: croak using the...
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-03-18 David Mitchellfix a segfault in run-time qr//s with (?{})
2013-01-04 David Mitchellmake m?$pat? match only once under ithreads
2012-06-13 David Mitchelltest that code within /(?{})/ etc is optimised
2012-06-13 David Mitchellavoid 'unescaped left brace' warnings
2012-06-13 David Mitchelladd tests for $1 modified compiling code block
2012-06-13 David Mitchelladd tests that (?{}) etc called in scalar context
2012-06-13 David Mitchellhandle weird/undef (?{}), (??{}) return value
2012-06-13 David Mitchellremove invalid assertion in (??{}) return code
2012-06-13 David Mitchellpropagate 'use re eval' into return from (??{})
2012-06-13 David Mitchellsave paren positions when running (?{}) code
2012-06-13 David Mitchellmake calling of /(?{}) code blocks correct
2012-06-13 David Mitchellpat_re_eval.t; test "use re 'eval'"
2012-06-13 David Mitchellensure regex evals report the right location
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchellskip re_eval leak test under -Dmad
2012-06-13 David Mitchellre/pat_re_eval.t: tidy some 'use re eval' tests
2012-06-13 David Mitchellforce recompiling of regex where closures matter
2012-06-13 David Mitchellpat_re_eval.t: reduce scope of 'use re eval'.
2012-06-13 David Mitchellpat_re_eval.t: remove 'no warnings'
2012-06-13 David Mitchelladd more tests for embedded qr// and code blocks
2012-06-13 David Mitchellpreserve code blocks in interpolated qr//s
2012-06-13 David Mitchellhandle /$not_utf8(?{...})$utf8/
2012-06-13 David Mitchellre_op_compile: recalc code indexes on utf8 upgrade
2012-06-13 David MitchellHandle literal code blocks in runtime regexes
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellre_eval and closures: add lots of TODO tests
2012-06-13 David Mitchelldisable lexing of (?{}) within \Q, \U etc
2011-03-06 Nicholas ClarkSkip pat_re_eval.t in minitest, as it uses re, which...
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 use of $::BugId in t/re/pat_re_eval.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_re_eval.t
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2009-09-19 Yves Ortondropped a test by accident the last go, so ressurect...
2009-09-19 Yves Ortonsplit t/re/pat.t into new pieces
2009-09-19 Yves Ortoncopy pat.t into five new files