This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #96230] Stop s/$qr// from reusing last pattern
[perl5.git] / t /
2012-10-16 Father Chrysostomos[perl #96230] Stop s/$qr// from reusing last pattern
2012-10-14 Karl Williamsonregexp.t: Add 'no warnings "utf8";
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-10-13 Father ChrysostomosHandle cow $_ in @INC filter
2012-10-13 Father ChrysostomosAllow COW copies in aassign
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father Chrysostomosdefins.t: Suppress uninit warning
2012-10-12 Brad GilbertMove tests from t/op/while_readdir.t to t/op/defins.t
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-12 Father ChrysostomosDon’t taint return value of s///e based on replacement
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-12 Karl Williamsonregexec.c: Fix EXACT node handling in regrepeat()
2012-10-10 Father Chrysostomos[perl #114658] Fix line numbers at the end of string...
2012-10-10 Father Chrysostomos[perl #115206] Don’t crash when vivifying $|
2012-10-10 Father ChrysostomosTest perl #4760
2012-10-10 Father Chrysostomos[perl #26986] Skip subst const repl optimisation for...
2012-10-09 Karl WilliamsonPATCH: [perl #114982]: case-insensitive regex bug with...
2012-10-07 Aaron CraneAdd TODO tests for RT#115156
2012-10-07 Father ChrysostomosFix infinite loop with $tied =~ s/non-utf8/utf8/
2012-10-06 Karl Williamsonregexec.c: PATCH: [perl #114808]
2012-10-06 Aaron CraneFix spurious "uninitialized value" warning in regex...
2012-10-06 James E KeenanSilence an uninitialized value warning.
2012-10-05 Steffen MuellerRevert to string evals: EBCDIC
2012-10-03 Father Chrysostomossubstr.t: Move two tests outside run_tests
2012-10-01 Father Chrysostomossubstr.t: Fix for substr_thr.t
2012-10-01 Father ChrysostomosMake sprintf "%1s" and "%.1s" call overloading once
2012-10-01 Father Chrysostomossprintf{2,}.t: Explain why we have two test files
2012-10-01 Father ChrysostomosCall overloading once for utf8 ovld→substr assignment
2012-10-01 Father ChrysostomosMake substr assignment work with changing UTF8ness
2012-10-01 Father ChrysostomosTest #7678
2012-10-01 Father ChrysostomosMake rvalue substr call overloading once on utf8 str
2012-10-01 Father ChrysostomosMake 4-arg substr call FETCH once when upgrading target
2012-10-01 Father ChrysostomosMake 4-arg substr check SvUTF8(target) after stringfying
2012-10-01 Father Chrysostomospp_length should stringify before checking DO_UTF8
2012-10-01 Father ChrysostomosOnly cache utf8 offsets for PVs
2012-10-01 Father ChrysostomosMake substr = $utf8 call get-magic once
2012-10-01 Father ChrysostomosMake utf8::decode respect set-magic
2012-10-01 Father ChrysostomosMake utf8::encode respect magic
2012-10-01 Father ChrysostomosMake magic_setsubstr check UTF8 flag after stringification
2012-10-01 Father ChrysostomosStop substr lvalues from being confused by changing...
2012-10-01 Father ChrysostomosStop pos from panicking when overloading changes UTF8ness
2012-10-01 Father ChrysostomosDeprecate mg_length; make it return bytes
2012-10-01 Father ChrysostomosMake pos less volatile when UTF8-ness can change
2012-09-30 Yves OrtonFix [perl #115050] Double empty sub-regexp makes "panic!"
2012-09-30 Paul JohnsonSuggest cause of error requiring .pm file.
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
2012-09-29 James E KeenanAdd one test for ord('').
2012-09-29 Colin KuskieRefactor t/op/chars.t to use test.pl instead of making...
2012-09-27 Karl Williamsonperlreguts: Fit long verbatim lines to 79 cols
2012-09-27 James E KeenanEliminate now superfluous counter.
2012-09-27 Colin KuskieRefactor t/op/lex_assign.t to use test.pl, and not...
2012-09-26 Nicholas ClarkFlush PL_stashcache when assigning a file handle to...
2012-09-26 Nicholas ClarkRestore use of PL_stashcache, the stash name lookup...
2012-09-26 Nicholas ClarkTest the resolution behaviour for file handles and...
2012-09-26 Karl Williamsonperlreapi.pod: Reflow verbatim lines to 79 cols.
2012-09-26 Karl Williamsonporting/podcheck.t: Add test for removed files
2012-09-26 Karl Williamsonpodcheck.t: Return success/failure from ok()
2012-09-26 Karl Williamsonregen podcheck after MPE port removed
2012-09-26 Paul JohnsonTest for errors requiring .ph files.
2012-09-25 Brad GilbertMake t/test_pl/tempfile.t produce more diagnostics
2012-09-25 Brad GilbertAdded t/test_pl/tempfile.t
2012-09-25 Brad GilbertRework tempfile() in t/test.pl to use _num_to_alpha()
2012-09-25 Brad GilbertAdded test names to some tests in t/test_pl/_num_to_alpha.t
2012-09-25 Brad GilbertAdded optional char limit to _num_to_alpha() in test.pl
2012-09-25 Brad GilbertAdd _num_to_alpha() to test.pl
2012-09-25 Brad GilbertMove @letters in test.pl earlier
2012-09-25 Father Chrysostomos[perl #56880] Allow v10 as a label or package name
2012-09-24 Father Chrysostomos[perl #77240] Don’t warn for --subname
2012-09-24 Father Chrysostomos[perl #77094] Stop printf +() from reading past SP
2012-09-24 Father ChrysostomosDon’t crash with existent but undefined &DB::DB
2012-09-24 Father Chrysostomos[perl #97958] Make reset "" match its docs
2012-09-24 Jesse Luehrsdon't crash with -d if DB::DB is seen but not defined...
2012-09-24 Father Chrysostomos[perl #107000] Don’t leak if hh copying dies
2012-09-23 Father Chrysostomos[perl #97466] Stop defined from propagating ref cx...
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-23 Father ChrysostomosStop array assignment from leaking on croak
2012-09-23 Father ChrysostomosStop hash assignment from leaking on croak
2012-09-23 Father ChrysostomosFree iterator when freeing tied hash
2012-09-23 Father ChrysostomosDon’t leak deleted iterator when tying hash
2012-09-22 Sawyer Xtest for files that have exec bit but no shebang
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
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-21 Colin KuskieRefactor t/run/switcha.t to use test.pl instead of...
2012-09-20 Father Chrysostomos[perl #107002] No warnings test for require a::b+1
2012-09-20 Father Chrysostomos[perl #105922] Allow any string before ->meth
2012-09-20 Father Chrysostomos[perl #105924] require 1 << 2
2012-09-20 Father Chrysostomos[perl #114764] Stop my vars with attrs from leaking
2012-09-19 Father Chrysostomos[perl #114942] Correct scoping for ‘for my $x(){} $x’
2012-09-18 Father Chrysostomos${^LAST_FH}
2012-09-18 Father Chrysostomost/run/mad.t: Avoid %ENV assignment
2012-09-18 Father Chrysostomosg++ + mad fails t/run/mad.t
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-09-16 Colin KuskieRefactor t/run/noswitch.t to use test.pl instead of...
2012-09-16 Colin KuskieRefactor t/run/switchF.t to use test.pl instead of...
2012-09-16 Colin KuskieRefactor t/run/switchn.t to use test.pl instead of...
2012-09-16 Colin KuskieRefactor t/lib/1_compile.t to use test.pl instead of...
next