This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/taint.t: Perform SHA-256 algorithm by crypt() if default one is disabled
[perl5.git] / t /
2014-12-01 Petr Písařt/op/taint.t: Perform SHA-256 algorithm by crypt()...
2014-12-01 Father ChrysostomosTell known_pod_issues.dat about Want.pm
2014-12-01 Father ChrysostomosFix assertion failure with qr/\Q(?{})/
2014-11-30 Father ChrysostomosTeach diag.t about PNf
2014-11-30 Father Chrysostomos‘Subroutine (not var) "&x" will not stay shared’
2014-11-30 Father Chrysostomosdiag.t: Allow multiline diag_listed_as
2014-11-30 Father ChrysostomosFix qr/@array(?{block})/
2014-11-29 David Mitchelladd Porting/bench.pl
2014-11-29 Father Chrysostomosscalar($#foo) needs to propagate lvalue context
2014-11-29 Father Chrysostomos[perl #123313] sub { f(); BEGIN{} } was void cx
2014-11-27 Chris 'BinGOs' Wil... Update IO-Socket-IP to CPAN version 0.33
2014-11-27 Daniel Draganallow PERL_DISABLE_PMC to be defined from anywhere
2014-11-26 Chad GranumUpdate Test-Simple to alpha 079
2014-11-26 Father ChrysostomosMake coresub.t faster by eschewing B::Deparse
2014-11-26 Jarkko Hietaniemi[PATCH] Do not use ccstdflags with the core extensions.
2014-11-26 Father Chrysostomos[perl #123286] Lone C-style for in a block
2014-11-25 Father Chrysostomos[perl #77860] \& proto should disallow sub calls
2014-11-25 Father Chrysostomos[perl #47363] \@ proto and parenthesised arrays
2014-11-25 Father ChrysostomosAllow \(&sub) for & proto
2014-11-25 Chris 'BinGOs' Wil... Treat nmake the same as dmake (expand 6544e9b1a)
2014-11-24 Karl WilliamsonPATCH [perl #123280] Turn off expected warnings in...
2014-11-24 Chris 'BinGOs' Wil... Dmake's -v means verbose not version
2014-11-24 Karl Williamsont/test.pl: Fix for non-ASCII platforms
2014-11-24 Karl WilliamsonImprove EBCDIC skip msgs in t/uni
2014-11-24 Karl Williamsont/uni/case.pl: Improve test names.
2014-11-24 Karl Williamsont/uni/case.pl: Use calculated test count
2014-11-24 Karl Williamsoncharnames: Generalize to work on non-ASCII platforms
2014-11-24 Father ChrysostomosFix UTF8 lex sub names
2014-11-24 Father Chrysostomosknown_pod_issues.dat: 2 more known mods
2014-11-24 Father Chrysostomos[perl #123062] & proto: only sub{} and \&sub
2014-11-22 Father ChrysostomosProtect ${^E_NCODING} from abuse
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Father Chrysostomoslex_assign.t: Make store count test stricter
2014-11-21 Father Chrysostomostest.pl:runperl: Allow multiline prog
2014-11-18 Chris 'BinGOs' Wil... [CPAN RT#100275] Add spaces if needed to CCFLAGS
2014-11-18 Karl WilliamsonPATCH: [perl #123198] Memory leak in regex in 5.20.1
2014-11-18 Chris 'BinGOs' Wil... Fix parse_abstract so it doesn't explode when Encode...
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 =~ ...
next