This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/charset.t: Fix comment, test names
[perl5.git] / t / re / subst.t
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2013-08-11 Father ChrysostomosRead-only COWs should not be exempt from s/// croaking
2013-08-10 Father ChrysostomosAvoid assert fail with s// $target = \3 /e
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 Yves Ortonfix 114884 positive GPOS lookbehind regex substitution...
2013-06-18 Father Chrysostomossubst.t: Rename test
2012-11-27 Father Chrysostomossubst.t: Test something I nearly broke
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-12 Father Chrysostomos[perl #49190] Stringify repl repeatedly in s///g
2012-10-12 Father ChrysostomosSimplify the fix for bug #41530
2012-10-10 Father Chrysostomos[perl #26986] Skip subst const repl optimisation for...
2012-10-07 Father ChrysostomosFix infinite loop with $tied =~ s/non-utf8/utf8/
2012-09-12 David Mitchelladd test for 6502e08, s/(.)/die/e
2011-12-02 Father Chrysostomos$tied =~ s///e when FETCH returns a COW
2011-08-29 Nicholas ClarkFor s///r, don't call SvPV_force() on the original...
2011-03-05 Nicholas ClarkAdd warning_like() in test.pl to replace some uses...
2011-02-06 David Mitchellfix a s/non-utf8/is-utf8/ bit of nastiness
2010-11-03 Father Chrysostomoss///r leaks like a sieve
2010-11-03 Father ChrysostomosDon’t capitalise words in the middle of an error message
2010-09-21 Father Chrysostomos[perl #19078] wrong match order inside replacement
2010-09-20 Father ChrysostomosAdd missing bug numbers
2010-07-18 Karl WilliamsonAdd tests for \400 for "" strings, s//replacement/
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-17 Karl Williamson[perl #41530] s/non-utf8/is-utf8/ fails.
2010-01-19 Father Chrysostomosfix qr// and get-magic problems
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/