This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Strengthen weak refs when sorting in-place"
[perl5.git] / t / op / qr.t
2017-08-04 David MitchellPVLV-as-REGEXP: avoid PVX double free
2017-08-04 David Mitchellmake utf8::upgrade() of a REGEXP a NOOP
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-30 Father ChrysostomosTurn off OK flags when creating a regexp.
2012-10-28 Father ChrysostomosStop regexp assignment from clobbering magic
2012-10-28 Father ChrysostomosFix assertion failure with $float = $regexp assignment
2012-10-16 Father Chrysostomos[perl #96230] Stop s/$qr// from reusing last pattern
2012-09-22 Father Chrysostomos[perl #96230] Stop qr// from reusing last pattern
2012-09-22 Father ChrysostomosLet qr.t run from the top level
2012-09-22 Father Chrysostomosqr.t: Load test.pl in BEGIN
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/
2007-12-28 Nicholas ClarkFirst class regexps.
2007-04-10 Ævar Arnfjörð Bjar... Test for the qr// construct