This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
svleak.t: Add test for #123198
[perl5.git] / t /
2014-11-18 Father Chrysostomossvleak.t: Add test for #123198
2014-11-17 Father ChrysostomosManually revert ‘Remove SvREADONLY_on from op.c:op_cons...
2014-11-17 Father ChrysostomosFix assert fail with my $x; sub() {$x}
2014-11-15 Father ChrysostomosFix double free with unterminated /(?{ <<END })/
2014-11-15 Father ChrysostomosDon’t always skip in-memory tests is t/base/rs.t
2014-11-15 Father Chrysostomost/base/rs.t: Suppress warning
2014-11-15 Karl Williamsont/loc_tools.pl: try code page 1252 locales
2014-11-15 Karl Williamsont/loc_tools.pl: Nits in comments, white-space only
2014-11-15 Karl WilliamsonSilence spurious locale warnings
2014-11-15 Craig A. BerryRemove vmsish pragma from one-liners in Test::Simple...
2014-11-15 Father ChrysostomosMake $/=-1 warning default like other dep warnings
2014-11-15 Father ChrysostomosFold t/lib/warnings/irs into mg
2014-11-15 Father Chrysostomost/lib/warnings/mg: Remove comment
2014-11-15 Jarkko HietaniemiThe miniperl skip in utf8cache.t was wrong.
2014-11-15 Jarkko Hietaniemicheckcfgvar.pl needs autodie needs Fatal needs Scalar...
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-14 Father Chrysostomostie.t: Don’t skip base.pm test unconditionally
2014-11-14 Father ChrysostomosStop crypt($tied,...) from calling FETCH twice
2014-11-14 Father ChrysostomosTurn off UTF8 flag on crypt ret val
2014-11-14 Father ChrysostomosRevert "t/TEST: add -w to shebang, fix a used-once...
2014-11-13 Father Chrysostomos‘%s found where op expected’ under fatal warnings
2014-11-13 Father ChrysostomosAccount for state vars when const-izing sub(){$x}
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
2014-11-13 Father ChrysostomosMake sub () { 0; 3 } inlinable once more
2014-11-13 Father ChrysostomosAllow sub():method{CONSTANT} to be inlined
2014-11-13 Father ChrysostomosHandle multiple closures in sub(){$x} const-izing
2014-11-13 Father Chrysostomosconst-optree.t: Correct comment
2014-11-13 Father ChrysostomosDon’t inline sub(){ 0; return $x }
2014-11-13 Father ChrysostomosDon’t inline sub(){ 0; return $x; ... }
2014-11-13 Father Chrysostomosconst-optree.t: More tests
2014-11-13 Father ChrysostomosDon’t inline sub(){my $x; state sub z {$x} $outer}
2014-11-13 Father ChrysostomosDon’t inline sub(){0; $x} if $x changes elsewhere
2014-11-13 Father ChrysostomosRestructure const-optree.t
2014-11-13 Father ChrysostomosDeprecate inlining sub(){$x} if $x is changed elsewhere
2014-11-13 Father ChrysostomosPut sub(){ ... } constant tests in a new file
2014-11-13 Father ChrysostomosDon’t attempt to inline my sub (){$outer_var}
2014-11-13 Father ChrysostomosPreserve :method in sub:method(){$outer_lex}
2014-11-13 Father ChrysostomosMake sub(){$outer_lexical} return a copy each time
2014-11-13 Father Chrysostomossub(){__SUB__} under -d, sub{eval"";__SUB__}
2014-11-13 Father Chrysostomoscurrent_sub.t: Test sub(){__SUB__}
2014-11-13 Father Chrysostomosrepeat.t: Correct comment
2014-11-12 Jarkko HietaniemiSpecial case exp(1) for ppc64-linux.
2014-11-12 Jarkko HietaniemiRevert "sisyphus thinks the test value is simply wrong...
2014-11-12 Father ChrysostomosTest reference to unavailable lexical variable
2014-11-11 Father ChrysostomosDon’t make temp copy for ()=...
2014-11-11 Father ChrysostomosTest the prev commit
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-11-11 David Mitchellperf/benchmarks.t: fix regex typo
2014-11-11 Father ChrysostomosMore lex_assign.t fix-ups
2014-11-11 Father Chrysostomoslex_assign.t fix-up
2014-11-11 Father ChrysostomosSuppress warning from lex_assign.t
2014-11-11 Father ChrysostomosDon’t call STORE twice on setpgrp target
2014-11-11 Father ChrysostomosCall STORE on lexical $tied = vec/chr
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-11 Father Chrysostomoslex_assign.t: Add comment explaining this file
2014-11-11 Father Chrysostomoslex_assign.t: Don’t skip all failing tests
2014-11-10 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.02
2014-11-10 Father ChrysostomosFix $lex = chomp $lex regression from 5.12
2014-11-10 Tony Cook[perl #121337] fix issues with op/utf8cache.t
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father Chrysostomostr_utf8.t: Suppress warning
2014-11-09 Father ChrysostomosSkip padsv op in $lex =~ ...
2014-11-09 Father ChrysostomosExtend y/// warnings to utf8
2014-11-09 Father Chrysostomosvalues and each are OA_DANGEROUS
2014-11-09 Father Chrysostomossmartkve.t doesn’t need to disable dep warnings
2014-11-09 Father Chrysostomostied is OA_DANGEROUS
2014-11-08 Father ChrysostomosMake pp_postinc call set-magic on its target
2014-11-08 Father ChrysostomosFix $lex = $ref++ under use integer
2014-11-08 Jarkko HietaniemiUsing bignum needs skip_if_miniperl().
2014-11-08 Jarkko Hietaniemiskip_all, not skip, if only miniperl.
2014-11-08 Jarkko HietaniemiWrong (non-existent) Config var name.
2014-11-08 Jarkko HietaniemiFix one test message, add two tests.
2014-11-08 Jarkko Hietaniemiundef the temp variables between tests.
2014-11-07 Jarkko HietaniemiRevert "t/TEST: move our @found out to its real scope"
2014-11-07 Jarkko HietaniemiRevert "t/TEST: $failure doesnt need to use defined"
2014-11-07 Jarkko HietaniemiRevert "t/TEST: add a common timestamp"
2014-11-07 Jarkko HietaniemiRevert "t/TEST: comment some of the <$results> loop...
2014-11-07 Jarkko HietaniemiRevert "t/TEST: move do_nothing test after option-handl...
2014-11-07 Jarkko HietaniemiRevert "t/TEST: add -lxperf option to run tests under...
2014-11-07 Jarkko HietaniemiRevert "t/TEST: simplify <$results> processing loop...
2014-11-07 Jarkko HietaniemiRevert "t/TEST: change timings Storable key: perf ...
2014-11-07 Jarkko HietaniemiRevert "t/TEST: suppress 2 uninitialized envars under...
2014-11-07 Jarkko HietaniemiRevert "t/TEST: RFC start to separate out valgrind...
2014-11-07 Father ChrysostomosMention Data::Dump::Streamer in B::Deparse docs
2014-11-07 Jim Cromiet/TEST: RFC start to separate out valgrind test support.
2014-11-07 Jim Cromiet/TEST: suppress 2 uninitialized envars under make...
2014-11-07 Jim Cromiet/TEST: change timings Storable key: perf -> times...
2014-11-07 Jim Cromiet/TEST: simplify <$results> processing loop. - TAP13.1+
2014-11-07 Jim Cromiet/TEST: add -lxperf option to run tests under linux...
2014-11-07 Jim Cromiet/TEST: move do_nothing test after option-handling...
2014-11-07 Jim Cromiet/TEST: comment some of the <$results> loop vars
2014-11-07 Jim Cromiet/TEST: add a common timestamp
2014-11-07 Jim Cromiet/TEST: $failure doesnt need to use defined
2014-11-07 Jim Cromiet/TEST: move our @found out to its real scope
2014-11-07 Jim Cromiet/TEST: add -w to shebang, fix a used-once warning
2014-11-06 Father Chrysostomos[perl #121827] Fix repeat stack bugs
2014-11-06 Father Chrysostomos[perl #123135] Tests for utf8 %^N within match
2014-11-05 Jarkko Hietaniemipack 'D' only if nvsize > doublesize.
2014-11-05 Father ChrysostomosPropagate lvalue context to lhs of (...)x...
2014-11-04 Karl WilliamsonAdd 'locale' warning category
next