This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / re / overload.t
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2014-08-24 Father ChrysostomosPartial minitest fix-up
2013-08-06 David Mitchellreparse compile-time /(?{})/ in right scope
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-04-20 David MitchellPerl_re_op_compile(): handle utf8 concating better
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David MitchellHandle overloading properly in compile-time regex
2013-04-12 David Mitchellregex and overload: unifiy 1 and N arg branches
2011-03-13 Nicholas ClarkIn overload.t, move require './test.pl' into BEGIN...
2010-09-02 AbigailFix test (see <20100901161607.GB2892@iabyn.com>)
2010-09-01 David MitchellCopy RE capture buf on overload as well as TEMP
2010-08-19 AbigailAdded a test for bug #77084.